var/cache/review/ContainerViRo3xf/App_KernelReviewDebugContainer.php line 3206

Open in your IDE?
  1. <?php
  2. namespace ContainerViRo3xf;
  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\\AccountSaloonProfileLinkController' => 'getAccountSaloonProfileLinkControllerService',
  107.             'App\\Controller\\Account\\CustomerController' => 'getCustomerControllerService',
  108.             'App\\Controller\\Account\\CustomerPreferredProfilesController' => 'getCustomerPreferredProfilesControllerService',
  109.             'App\\Controller\\Account\\FinancesController' => 'getFinancesControllerService',
  110.             'App\\Controller\\Account\\PaidServicesController' => 'getPaidServicesControllerService',
  111.             'App\\Controller\\Account\\PhoneReviewsController' => 'getPhoneReviewsControllerService',
  112.             'App\\Controller\\Account\\ProfileCommentsController' => 'getProfileCommentsControllerService',
  113.             'App\\Controller\\Account\\ProfileEditingController' => 'getProfileEditingControllerService',
  114.             'App\\Controller\\Account\\ProfileManagementController' => 'getProfileManagementControllerService',
  115.             'App\\Controller\\Account\\SaloonCommentsController' => 'getSaloonCommentsControllerService',
  116.             'App\\Controller\\Account\\SaloonEditingController' => 'getSaloonEditingControllerService',
  117.             'App\\Controller\\Account\\SaloonManagementController' => 'getSaloonManagementControllerService',
  118.             'App\\Controller\\Account\\SupportMessagesController' => 'getSupportMessagesControllerService',
  119.             'App\\Controller\\CityListController' => 'getCityListControllerService',
  120.             'App\\Controller\\Component\\HeaderController' => 'getHeaderControllerService',
  121.             'App\\Controller\\CountyListController' => 'getCountyListControllerService',
  122.             'App\\Controller\\DebugController' => 'getDebugControllerService',
  123.             'App\\Controller\\DistrictListController' => 'getDistrictListControllerService',
  124.             'App\\Controller\\GalleryController' => 'getGalleryControllerService',
  125.             'App\\Controller\\HomepageController' => 'getHomepageControllerService',
  126.             'App\\Controller\\HttpCacheController' => 'getHttpCacheControllerService',
  127.             'App\\Controller\\Management\\AccountChargesController' => 'getAccountChargesControllerService',
  128.             'App\\Controller\\Management\\AccountController' => 'getAccountController2Service',
  129.             'App\\Controller\\Management\\AnalyticsController' => 'getAnalyticsControllerService',
  130.             'App\\Controller\\Management\\AuthenticationController' => 'getAuthenticationControllerService',
  131.             'App\\Controller\\Management\\CityPricesController' => 'getCityPricesControllerService',
  132.             'App\\Controller\\Management\\CustomerController' => 'getCustomerController2Service',
  133.             'App\\Controller\\Management\\DeletedProfilesController' => 'getDeletedProfilesControllerService',
  134.             'App\\Controller\\Management\\DeletedSaloonController' => 'getDeletedSaloonControllerService',
  135.             'App\\Controller\\Management\\IpAddressCommentBanController' => 'getIpAddressCommentBanControllerService',
  136.             'App\\Controller\\Management\\IpAddressController' => 'getIpAddressControllerService',
  137.             'App\\Controller\\Management\\IpAddressDailyCommentBanController' => 'getIpAddressDailyCommentBanControllerService',
  138.             'App\\Controller\\Management\\IpAddressPermanentCommentBanController' => 'getIpAddressPermanentCommentBanControllerService',
  139.             'App\\Controller\\Management\\LocationController' => 'getLocationControllerService',
  140.             'App\\Controller\\Management\\LogController' => 'getLogControllerService',
  141.             'App\\Controller\\Management\\OfferBarController' => 'getOfferBarControllerService',
  142.             'App\\Controller\\Management\\PageMetadataController' => 'getPageMetadataControllerService',
  143.             'App\\Controller\\Management\\ProfileApprovalController' => 'getProfileApprovalControllerService',
  144.             'App\\Controller\\Management\\ProfileCommentController' => 'getProfileCommentControllerService',
  145.             'App\\Controller\\Management\\ProfileController' => 'getProfileControllerService',
  146.             'App\\Controller\\Management\\ProfileModerationController' => 'getProfileModerationControllerService',
  147.             'App\\Controller\\Management\\SaloonCommentController' => 'getSaloonCommentControllerService',
  148.             'App\\Controller\\Management\\SaloonController' => 'getSaloonControllerService',
  149.             'App\\Controller\\Management\\ServiceController' => 'getServiceControllerService',
  150.             'App\\Controller\\Management\\SupportMessagesController' => 'getSupportMessagesController2Service',
  151.             'App\\Controller\\MapController' => 'getMapControllerService',
  152.             'App\\Controller\\MasseurListController' => 'getMasseurListControllerService',
  153.             'App\\Controller\\ProfileBotHelperController' => 'getProfileBotHelperControllerService',
  154.             'App\\Controller\\ProfileCommentController' => 'getProfileCommentController2Service',
  155.             'App\\Controller\\ProfileCtrController' => 'getProfileCtrControllerService',
  156.             'App\\Controller\\ProfileFilterController' => 'getProfileFilterControllerService',
  157.             'App\\Controller\\ProfileListController' => 'getProfileListControllerService',
  158.             'App\\Controller\\ProfilePreviewController' => 'getProfilePreviewControllerService',
  159.             'App\\Controller\\ProfileRecommendationController' => 'getProfileRecommendationControllerService',
  160.             'App\\Controller\\ProfileSearchController' => 'getProfileSearchControllerService',
  161.             'App\\Controller\\ProfileWidgetController' => 'getProfileWidgetControllerService',
  162.             'App\\Controller\\RecentProfilesController' => 'getRecentProfilesControllerService',
  163.             'App\\Controller\\RecentlyViewedProfilesController' => 'getRecentlyViewedProfilesControllerService',
  164.             'App\\Controller\\RobotsTxtController' => 'getRobotsTxtControllerService',
  165.             'App\\Controller\\S3DebugController' => 'getS3DebugControllerService',
  166.             'App\\Controller\\SaloonCommentController' => 'getSaloonCommentController2Service',
  167.             'App\\Controller\\SaloonFilterController' => 'getSaloonFilterControllerService',
  168.             'App\\Controller\\SaloonListController' => 'getSaloonListControllerService',
  169.             'App\\Controller\\SaloonPreviewController' => 'getSaloonPreviewControllerService',
  170.             'App\\Controller\\SearchByKeywordsController' => 'getSearchByKeywordsControllerService',
  171.             'App\\Controller\\ServiceListController' => 'getServiceListControllerService',
  172.             'App\\Controller\\SidebarPlacementsController' => 'getSidebarPlacementsControllerService',
  173.             'App\\Controller\\StaticPageController' => 'getStaticPageControllerService',
  174.             'App\\Controller\\StationListController' => 'getStationListControllerService',
  175.             'App\\Service\\ListingRotationApi' => 'getListingRotationApiService',
  176.             'App\\Service\\UploadedFileNamer' => 'getUploadedFileNamerService',
  177.             'App\\Service\\VideoFileProcessor' => 'getVideoFileProcessorService',
  178.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  179.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminController2Service',
  180.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  181.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  182.             'cache.app_clearer' => 'getCache_AppClearerService',
  183.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  184.             'cache.system_clearer' => 'getCache_SystemClearerService',
  185.             'cache_warmer' => 'getCacheWarmerService',
  186.             'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog' => 'getBulkQueueWatchDogService',
  187.             'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue' => 'getProcessBulkQueueService',
  188.             'console.command.public_alias.App\\Console\\Debug\\PlanPlacementSyncDebugCommand' => 'getPlanPlacementSyncDebugCommandService',
  189.             'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand' => 'getConfigureCacheDirectoryCommandService',
  190.             'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand' => 'getRemoveOutdatedCacheDirectoriesCommandService',
  191.             'console.command.public_alias.App\\Console\\Export\\ExportProfiles' => 'getExportProfilesService',
  192.             'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand' => 'getExportRotationListingsConfigCommandService',
  193.             'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand' => 'getAdaptForAvatarCommandService',
  194.             'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription' => 'getAdaptForESDescriptionService',
  195.             'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand' => 'getAdaptForFreeProfilesCommandService',
  196.             'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus' => 'getAdaptForProfileModerationStatusService',
  197.             'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations' => 'getAdaptForProfileRecommendationsService',
  198.             'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords' => 'getAdaptForSearchByKeywordsService',
  199.             'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733' => 'getAddServicesForTask28733Service',
  200.             'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand' => 'getAnalExtraChargeToServiceExtraChargeCommandService',
  201.             'console.command.public_alias.App\\Console\\Feature\\CleanStopWordsTextsCommand' => 'getCleanStopWordsTextsCommandService',
  202.             'console.command.public_alias.App\\Console\\Feature\\PrepareDynamicPricesPlacementsCommand' => 'getPrepareDynamicPricesPlacementsCommandService',
  203.             'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand' => 'getRevertAdaptForAvatarCommandService',
  204.             'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand' => 'getRevertAdaptForFreeProfilesCommandService',
  205.             'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand' => 'getSetAvatarFromFirstPhotoCommandService',
  206.             'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand' => 'getSetUniqueDescriptionForDuplicatesCommandService',
  207.             'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi' => 'getRemoveStationVerhnieLihoborodyiService',
  208.             'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal' => 'getRemoveStationobvodnoyKanalService',
  209.             'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand' => 'getImportCitiesCommandService',
  210.             'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand' => 'getImportCitiesMapCoordinatesCommandService',
  211.             'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand' => 'getImportPageMetadataCommandService',
  212.             'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand' => 'getImportPaidPlacementPricesCommandService',
  213.             'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand' => 'getImportPaymentProductsCommandService',
  214.             'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand' => 'getImportProfilesCommandService',
  215.             'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand' => 'getImportSaloonsCommandService',
  216.             'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand' => 'getImportServicesCommandService',
  217.             'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand' => 'getImportStationDistrictCommandService',
  218.             'console.command.public_alias.App\\Console\\Management\\CleanupSupportMessageAttachmentsCommand' => 'getCleanupSupportMessageAttachmentsCommandService',
  219.             'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache' => 'getClearCtrValuesCacheService',
  220.             'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList' => 'getClearCurrentModerationListService',
  221.             'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand' => 'getCreateStaffAccountCommandService',
  222.             'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles' => 'getDeleteModerationRejectedProfilesService',
  223.             'console.command.public_alias.App\\Console\\Management\\FillDynamicPlacementPricesForTestCommand' => 'getFillDynamicPlacementPricesForTestCommandService',
  224.             'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements' => 'getHideFreeUnapprovedPlacementsService',
  225.             'console.command.public_alias.App\\Console\\Management\\ImportCityPriceCategoriesCommand' => 'getImportCityPriceCategoriesCommandService',
  226.             'console.command.public_alias.App\\Console\\Management\\ImportDynamicPlacementPricesCommand' => 'getImportDynamicPlacementPricesCommandService',
  227.             'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent' => 'getPersistProfileCtrValuesPermanentService',
  228.             'console.command.public_alias.App\\Console\\Management\\RefreshColdStartProfileRecommendationsCommand' => 'getRefreshColdStartProfileRecommendationsCommandService',
  229.             'console.command.public_alias.App\\Console\\Management\\RefreshGeoCategoryLinkageCommand' => 'getRefreshGeoCategoryLinkageCommandService',
  230.             'console.command.public_alias.App\\Console\\Management\\RefreshTop100ProfilesCommand' => 'getRefreshTop100ProfilesCommandService',
  231.             'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles' => 'getSetSeoPhoneNumbersForProfilesService',
  232.             'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons' => 'getSetSeoPhoneNumbersForSaloonsService',
  233.             'console.command.public_alias.App\\Console\\Management\\UpdateStations' => 'getUpdateStationsService',
  234.             'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus' => 'getUpdateUsersTrustedStatusService',
  235.             'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand' => 'getGenerateCityUriDumpCommandService',
  236.             'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand' => 'getGenerateServicesUriDumpCommandService',
  237.             'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand' => 'getCreatePageMetadataTemplatesCommandService',
  238.             'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand' => 'getGenerateSitemapCommandService',
  239.             'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand' => 'getImportPageMetadataCommand2Service',
  240.             'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand' => 'getImportProfileDescriptionCommandService',
  241.             'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator' => 'getListingPagesSitemapGeneratorService',
  242.             'console.command.public_alias.App\\Console\\Sales\\AccountChargebackCommand' => 'getAccountChargebackCommandService',
  243.             'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand' => 'getFixProfileAdBoardPositionsCommandService',
  244.             'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand' => 'getManualAccountChargesCommandService',
  245.             'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand' => 'getMigrateFinancialDataCommandService',
  246.             'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand' => 'getPlaceProfilesFreeAdBoardPlacementsCommandService',
  247.             'console.command.public_alias.App\\Console\\Sales\\PlaceUnhiddenAndUnplacedProfilesFreeCommand' => 'getPlaceUnhiddenAndUnplacedProfilesFreeCommandService',
  248.             'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand' => 'getPlacementHiderHourlyChargeCommandService',
  249.             'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand' => 'getProcessOutdatedNewSidebarPlacementsCommandService',
  250.             'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand' => 'getProfileAdBoardHourlyChargeCommandService',
  251.             'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand' => 'getRotateProfileAdBoardPlacementsCommandService',
  252.             'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand' => 'getRotateProfileFreeAdBoardPlacementsCommandService',
  253.             'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand' => 'getRotateSaloonAdBoardPlacementsCommandService',
  254.             'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand' => 'getRotateSidebarPlacementsCommandService',
  255.             'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand' => 'getSaloonAdBoardHourlyChargeCommandService',
  256.             'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand' => 'getUserLowBalanceNotifyCommandService',
  257.             'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand' => 'getFillIpAddressRangeCommandService',
  258.             'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand' => 'getPrepareOldVideoFilesCommandService',
  259.             'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts' => 'getCreateDummyAccountsService',
  260.             'console.command_loader' => 'getConsole_CommandLoaderService',
  261.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  262.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  263.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  264.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  265.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  266.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  267.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  268.             'eight_points_guzzle.client.api_domain_timeline' => 'getEightPointsGuzzle_Client_ApiDomainTimelineService',
  269.             'eight_points_guzzle.client.api_payday' => 'getEightPointsGuzzle_Client_ApiPaydayService',
  270.             'eight_points_guzzle.client.api_rotation' => 'getEightPointsGuzzle_Client_ApiRotationService',
  271.             'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  272.             'eight_points_guzzle.handler_stack.api_domain_timeline' => 'getEightPointsGuzzle_HandlerStack_ApiDomainTimelineService',
  273.             'eight_points_guzzle.handler_stack.api_oplata_info' => 'getEightPointsGuzzle_HandlerStack_ApiOplataInfoService',
  274.             'eight_points_guzzle.handler_stack.api_payday' => 'getEightPointsGuzzle_HandlerStack_ApiPaydayService',
  275.             'eight_points_guzzle.handler_stack.api_rotation' => 'getEightPointsGuzzle_HandlerStack_ApiRotationService',
  276.             'eight_points_guzzle.middleware.event_dispatch.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiDomainTimelineService',
  277.             'eight_points_guzzle.middleware.event_dispatch.api_oplata_info' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService',
  278.             'eight_points_guzzle.middleware.event_dispatch.api_payday' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiPaydayService',
  279.             'eight_points_guzzle.middleware.event_dispatch.api_rotation' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiRotationService',
  280.             'eight_points_guzzle.middleware.log.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_Log_ApiDomainTimelineService',
  281.             'eight_points_guzzle.middleware.log.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService',
  282.             'eight_points_guzzle.middleware.log.api_payday' => 'getEightPointsGuzzle_Middleware_Log_ApiPaydayService',
  283.             'eight_points_guzzle.middleware.log.api_rotation' => 'getEightPointsGuzzle_Middleware_Log_ApiRotationService',
  284.             'eight_points_guzzle.middleware.profile.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_Profile_ApiDomainTimelineService',
  285.             'eight_points_guzzle.middleware.profile.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService',
  286.             'eight_points_guzzle.middleware.profile.api_payday' => 'getEightPointsGuzzle_Middleware_Profile_ApiPaydayService',
  287.             'eight_points_guzzle.middleware.profile.api_rotation' => 'getEightPointsGuzzle_Middleware_Profile_ApiRotationService',
  288.             'eight_points_guzzle.middleware.request_time.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiDomainTimelineService',
  289.             'eight_points_guzzle.middleware.request_time.api_oplata_info' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService',
  290.             'eight_points_guzzle.middleware.request_time.api_payday' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiPaydayService',
  291.             'eight_points_guzzle.middleware.request_time.api_rotation' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiRotationService',
  292.             'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  293.             'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  294.             'error_controller' => 'getErrorControllerService',
  295.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  296.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  297.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  298.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  299.             'file_namer.profile_media' => 'getFileNamer_ProfileMediaService',
  300.             'file_namer.profile_media_approval' => 'getFileNamer_ProfileMediaApprovalService',
  301.             'file_namer.saloon_media' => 'getFileNamer_SaloonMediaService',
  302.             'file_namer.saloon_media_thumb' => 'getFileNamer_SaloonMediaThumbService',
  303.             'file_namer.saloon_media_video' => 'getFileNamer_SaloonMediaVideoService',
  304.             'file_namer.tmp_media' => 'getFileNamer_TmpMediaService',
  305.             'file_namer.user_media' => 'getFileNamer_UserMediaService',
  306.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  307.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  308.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  309.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  310.             'fos_elastica.finder.description.profile' => 'getFosElastica_Finder_Description_ProfileService',
  311.             'fos_elastica.finder.key_search.profile' => 'getFosElastica_Finder_KeySearch_ProfileService',
  312.             'fos_elastica.finder.recommendations.profile' => 'getFosElastica_Finder_Recommendations_ProfileService',
  313.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  314.             'fos_elastica.index.description' => 'getFosElastica_Index_DescriptionService',
  315.             'fos_elastica.index.description.profile' => 'getFosElastica_Index_Description_ProfileService',
  316.             'fos_elastica.index.key_search' => 'getFosElastica_Index_KeySearchService',
  317.             'fos_elastica.index.key_search.profile' => 'getFosElastica_Index_KeySearch_ProfileService',
  318.             'fos_elastica.index.recommendations' => 'getFosElastica_Index_RecommendationsService',
  319.             'fos_elastica.index.recommendations.profile' => 'getFosElastica_Index_Recommendations_ProfileService',
  320.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  321.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  322.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
  323.             'fos_elastica.object_persister.description.profile' => 'getFosElastica_ObjectPersister_Description_ProfileService',
  324.             'fos_elastica.object_persister.key_search.profile' => 'getFosElastica_ObjectPersister_KeySearch_ProfileService',
  325.             'fos_elastica.object_persister.recommendations.profile' => 'getFosElastica_ObjectPersister_Recommendations_ProfileService',
  326.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  327.             'fos_elastica.pager_provider.description.profile' => 'getFosElastica_PagerProvider_Description_ProfileService',
  328.             'fos_elastica.pager_provider.key_search.profile' => 'getFosElastica_PagerProvider_KeySearch_ProfileService',
  329.             'fos_elastica.pager_provider.recommendations.profile' => 'getFosElastica_PagerProvider_Recommendations_ProfileService',
  330.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  331.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  332.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  333.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  334.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  335.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  336.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  337.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  338.             'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  339.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  340.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  341.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  342.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  343.             'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  344.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  345.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  346.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  347.             'nelmio_api_doc.generator.chatops' => 'getNelmioApiDoc_Generator_ChatopsService',
  348.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  349.             'nelmio_api_doc.generator.sales' => 'getNelmioApiDoc_Generator_SalesService',
  350.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  351.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  352.             'oneup_flysystem.process_queue_filesystem' => 'getOneupFlysystem_ProcessQueueFilesystemService',
  353.             'oneup_flysystem.profile_media_approval_filesystem' => 'getOneupFlysystem_ProfileMediaApprovalFilesystemService',
  354.             'oneup_flysystem.profile_media_avatar_filesystem' => 'getOneupFlysystem_ProfileMediaAvatarFilesystemService',
  355.             'oneup_flysystem.profile_media_filesystem' => 'getOneupFlysystem_ProfileMediaFilesystemService',
  356.             'oneup_flysystem.profile_media_selfie_filesystem' => 'getOneupFlysystem_ProfileMediaSelfieFilesystemService',
  357.             'oneup_flysystem.profile_media_untouched_filesystem' => 'getOneupFlysystem_ProfileMediaUntouchedFilesystemService',
  358.             'oneup_flysystem.public_filesystem' => 'getOneupFlysystem_PublicFilesystemService',
  359.             'oneup_flysystem.saloon_media_filesystem' => 'getOneupFlysystem_SaloonMediaFilesystemService',
  360.             'oneup_flysystem.saloon_media_thumb_filesystem' => 'getOneupFlysystem_SaloonMediaThumbFilesystemService',
  361.             'oneup_flysystem.saloon_media_untouched_filesystem' => 'getOneupFlysystem_SaloonMediaUntouchedFilesystemService',
  362.             'oneup_flysystem.saloon_media_video_filesystem' => 'getOneupFlysystem_SaloonMediaVideoFilesystemService',
  363.             'oneup_flysystem.support_message_attachment_filesystem' => 'getOneupFlysystem_SupportMessageAttachmentFilesystemService',
  364.             'oneup_flysystem.tmp_filesystem' => 'getOneupFlysystem_TmpFilesystemService',
  365.             'oneup_flysystem.tmp_media_filesystem' => 'getOneupFlysystem_TmpMediaFilesystemService',
  366.             'oneup_flysystem.user_media_filesystem' => 'getOneupFlysystem_UserMediaFilesystemService',
  367.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  368.             'oneup_uploader.controller.process_queue' => 'getOneupUploader_Controller_ProcessQueueService',
  369.             'oneup_uploader.controller.profile_face_photo' => 'getOneupUploader_Controller_ProfileFacePhotoService',
  370.             'oneup_uploader.controller.profile_media_approval' => 'getOneupUploader_Controller_ProfileMediaApprovalService',
  371.             'oneup_uploader.controller.profile_media_avatar' => 'getOneupUploader_Controller_ProfileMediaAvatarService',
  372.             'oneup_uploader.controller.profile_photo' => 'getOneupUploader_Controller_ProfilePhotoService',
  373.             'oneup_uploader.controller.profile_selfie' => 'getOneupUploader_Controller_ProfileSelfieService',
  374.             'oneup_uploader.controller.profile_video' => 'getOneupUploader_Controller_ProfileVideoService',
  375.             'oneup_uploader.controller.saloon_media' => 'getOneupUploader_Controller_SaloonMediaService',
  376.             'oneup_uploader.controller.saloon_media_thumb' => 'getOneupUploader_Controller_SaloonMediaThumbService',
  377.             'oneup_uploader.controller.saloon_media_video' => 'getOneupUploader_Controller_SaloonMediaVideoService',
  378.             'oneup_uploader.controller.tmp_media' => 'getOneupUploader_Controller_TmpMediaService',
  379.             'oneup_uploader.controller.user_media' => 'getOneupUploader_Controller_UserMediaService',
  380.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  381.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  382.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  383.             'porpaginas.twig.subscriber' => 'getPorpaginas_Twig_SubscriberService',
  384.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  385.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  386.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  387.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  388.             'routing.loader' => 'getRouting_LoaderService',
  389.             'services_resetter' => 'getServicesResetterService',
  390.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  391.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  392.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  393.         ];
  394.         $this->aliases = [
  395.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  396.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  397.             'database_connection' => 'doctrine.dbal.default_connection',
  398.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  399.             'fos_elastica.client' => 'fos_elastica.client.default',
  400.             'fos_elastica.index' => 'fos_elastica.index.recommendations',
  401.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  402.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  403.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  404.         ];
  405.         $this->privates['service_container'] = function () {
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  412.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  416.             include_once \dirname(__DIR__4).'/src/DataCollector/DebugCollector.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  418.             include_once \dirname(__DIR__4).'/src/EventSubscriber/AjaxDebugUpdateSubscriber.php';
  419.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ApiAccessSubscriber.php';
  420.             include_once \dirname(__DIR__4).'/src/Service/AccessManager.php';
  421.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BadWordsReplaceSubscriber.php';
  422.             include_once \dirname(__DIR__4).'/src/Helper/EnvironmentHelper.php';
  423.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BanLogoutSubscriber.php';
  424.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CityCaseRedirectSubscriber.php';
  425.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CommentBanSubscriber.php';
  426.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DisabledRouteSubscriber.php';
  427.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DoctrineEntityFilterSubscriber.php';
  428.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DomainParkingSubscriber.php';
  429.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DomainRedirectSubscriber.php';
  430.             include_once \dirname(__DIR__4).'/src/Http/DomainRedirectorInterface.php';
  431.             include_once \dirname(__DIR__4).'/src/Http/DomainRedirector.php';
  432.             include_once \dirname(__DIR__4).'/src/EventSubscriber/EnumSubscriber.php';
  433.             include_once \dirname(__DIR__4).'/src/EventSubscriber/KernelSubscriber.php';
  434.             include_once \dirname(__DIR__4).'/src/EventSubscriber/PageMetadataSubscriber.php';
  435.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ProfileListOrderingSubscriber.php';
  436.             include_once \dirname(__DIR__4).'/src/Service/ProfilePaidPlacementRotator.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  443.             include_once \dirname(__DIR__4).'/src/Repository/AccountEnrollmentRepository.php';
  444.             include_once \dirname(__DIR__4).'/src/Repository/ApprovalRequestsRepository.php';
  445.             include_once \dirname(__DIR__4).'/vendor/happyr/doctrine-specification/src/Repository/EntitySpecificationRepositoryTrait.php';
  446.             include_once \dirname(__DIR__4).'/src/Repository/SpecificationTrait.php';
  447.             include_once \dirname(__DIR__4).'/src/Repository/EntityIteratorTrait.php';
  448.             include_once \dirname(__DIR__4).'/src/Repository/BannedEmailRepository.php';
  449.             include_once \dirname(__DIR__4).'/src/Repository/CityRepository.php';
  450.             include_once \dirname(__DIR__4).'/src/Repository/DistrictRepository.php';
  451.             include_once \dirname(__DIR__4).'/src/Repository/ModerationRequestsRepository.php';
  452.             include_once \dirname(__DIR__4).'/src/Repository/PageMetadataRepository.php';
  453.             include_once \dirname(__DIR__4).'/src/Repository/PaidPlacementPriceRepository.php';
  454.             include_once \dirname(__DIR__4).'/src/Repository/ProfileCommentRepository.php';
  455.             include_once \dirname(__DIR__4).'/src/Repository/ProfileCtrRepository.php';
  456.             include_once \dirname(__DIR__4).'/src/Repository/ProfileKVRepository.php';
  457.             include_once \dirname(__DIR__4).'/src/Repository/ProfilePlanPlacementRepository.php';
  458.             include_once \dirname(__DIR__4).'/src/Repository/ProfileRecommendationRepository.php';
  459.             include_once \dirname(__DIR__4).'/src/Repository/ProfileRepository.php';
  460.             include_once \dirname(__DIR__4).'/src/Repository/SidebarPlacementRepository.php';
  461.             include_once \dirname(__DIR__4).'/src/Repository/ProfileSidebarPlacementRepository.php';
  462.             include_once \dirname(__DIR__4).'/src/Repository/ProfileTopPlacementRepository.php';
  463.             include_once \dirname(__DIR__4).'/src/Repository/SaloonRepository.php';
  464.             include_once \dirname(__DIR__4).'/src/Repository/SaloonSidebarPlacementRepository.php';
  465.             include_once \dirname(__DIR__4).'/src/Repository/ServiceRepository.php';
  466.             include_once \dirname(__DIR__4).'/src/Repository/StationRepository.php';
  467.             include_once \dirname(__DIR__4).'/src/Repository/SupportMessagesRepository.php';
  468.             include_once \dirname(__DIR__4).'/src/Repository/SystemVariablesRepository.php';
  469.             include_once \dirname(__DIR__4).'/src/Service/AccountChargesDurationEstimator.php';
  470.             include_once \dirname(__DIR__4).'/src/Service/AccountChargesDurationPresenter.php';
  471.             include_once \dirname(__DIR__4).'/src/Service/AccountFinances.php';
  472.             include_once \dirname(__DIR__4).'/src/Service/ApprovalService.php';
  473.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageService.php';
  474.             include_once \dirname(__DIR__4).'/src/Service/ColdStartProfileRecommendationsCache.php';
  475.             include_once \dirname(__DIR__4).'/src/Service/CountryCurrencyResolver.php';
  476.             include_once \dirname(__DIR__4).'/src/Service/CurrentCityResolver.php';
  477.             include_once \dirname(__DIR__4).'/src/Service/CustomerBanService.php';
  478.             include_once \dirname(__DIR__4).'/src/Service/DefaultCityProvider.php';
  479.             include_once \dirname(__DIR__4).'/src/Service/DynamicPlacementPriceResolver.php';
  480.             include_once \dirname(__DIR__4).'/src/Service/EnumUriLoader.php';
  481.             include_once \dirname(__DIR__4).'/src/Service/Features.php';
  482.             include_once \dirname(__DIR__4).'/src/Service/GeoCategoryLinkageService.php';
  483.             include_once \dirname(__DIR__4).'/src/Service/InnerLinkageCircleService.php';
  484.             include_once \dirname(__DIR__4).'/src/Service/ListingService.php';
  485.             include_once \dirname(__DIR__4).'/src/Service/ModerationService.php';
  486.             include_once \dirname(__DIR__4).'/src/Service/MoneyFormatterService.php';
  487.             include_once \dirname(__DIR__4).'/src/Service/PhoneNumberService.php';
  488.             include_once \dirname(__DIR__4).'/src/Service/ProfileAdBoard.php';
  489.             include_once \dirname(__DIR__4).'/src/Service/ProfileAvatar.php';
  490.             include_once \dirname(__DIR__4).'/src/Service/ProfileRecommendationService.php';
  491.             include_once \dirname(__DIR__4).'/src/Service/ProfileBotHelper.php';
  492.             include_once \dirname(__DIR__4).'/src/Service/ProfileChargesCalculator.php';
  493.             include_once \dirname(__DIR__4).'/src/Service/ProfileCtrService.php';
  494.             include_once \dirname(__DIR__4).'/src/Service/ProfileList.php';
  495.             include_once \dirname(__DIR__4).'/src/Service/ProfileListSpecificationService.php';
  496.             include_once \dirname(__DIR__4).'/src/Service/ProfileTopBoard.php';
  497.             include_once \dirname(__DIR__4).'/src/Service/ResponsiveAssetsService.php';
  498.             include_once \dirname(__DIR__4).'/src/Service/SaloonChargesCalculator.php';
  499.             include_once \dirname(__DIR__4).'/src/Service/SearchByKeywordsService.php';
  500.             include_once \dirname(__DIR__4).'/src/Repository/SearchByKeywordsESRepository.php';
  501.             include_once \dirname(__DIR__4).'/src/Service/Sidebar.php';
  502.             include_once \dirname(__DIR__4).'/src/Service/TimeZoneService.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  514.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  563.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  583.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  634.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  635.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  636.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  638.             include_once \dirname(__DIR__4).'/src/ParamConverter/CityParamConverter.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  641.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  649.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  650.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  653.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  654.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  656.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  659.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  660.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  661.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  662.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  663.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php';
  664.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  665.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  666.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  667.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  668.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  669.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  671.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  674.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  675.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  676.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  677.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  678.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  679.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  680.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  681.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  682.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  683.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  684.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  685.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  686.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  687.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  688.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  689.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  690.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  691.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  692.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheConfiguration.php';
  693.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLogger.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLoggerChain.php';
  695.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/StatisticsCacheLogger.php';
  696.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheFactory.php';
  697.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/DefaultCacheFactory.php';
  698.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/RegionsConfiguration.php';
  699.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  702.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  703.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  704.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  705.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  706.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  707.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  708.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  709.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  710.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  711.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  712.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  713.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  714.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  735.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  737.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  741.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  743.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  744.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  745.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  746.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  749.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  750.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  751.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php';
  752.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php';
  754.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ChromePhpHandler.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  765.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  766.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  767.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  768.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  769.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  770.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  771.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  772.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  773.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  774.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  775.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  776.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  778.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  779.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  781.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  782.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  783.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  784.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManagerInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManager.php';
  786.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/FeatureActivatorInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ChainActivator.php';
  788.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php';
  789.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ArrayActivator.php';
  790.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/EnvironmentActivator.php';
  791.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ConstraintActivator.php';
  792.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolverInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolver.php';
  794.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Factory/ExpressionLanguageFactory.php';
  795.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/DateProvider.php';
  796.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/MatchProvider.php';
  797.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ContextDecoratorInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ChainDecorator.php';
  799.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/AnnotationSubscriber.php';
  800.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/RoutingMetadataSubscriber.php';
  801.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  802.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ExcludeFieldsConfigPass.php';
  804.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  805.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  806.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  807.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  808.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  809.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShortFormTypeConfigPass.php';
  810.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  811.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  812.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/EmbeddedListViewConfigPass.php';
  813.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  814.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShowViewConfigPass.php';
  815.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  816.             include_once \dirname(__DIR__4).'/src/Bridge/AlterPHP/EasyAdminExtensionBundle/Configuration/ListFormFiltersConfigPass.php';
  817.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  818.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  819.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  820.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  821.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/EmbeddedListHelper.php';
  822.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/ListFormFiltersHelper.php';
  823.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Security/AdminAuthorizationChecker.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  826.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  827.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  829.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  830.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  832.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  833.             include_once \dirname(__DIR__4).'/src/Bridge/GuzzleHttp/Handler/OplataInfoTestHandler.php';
  834.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  837.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  838.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  839.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  840.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  841.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  843.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  845.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  846.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  847.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  848.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  849.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  850.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  851.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  853.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  855.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  856.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  859.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  862.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  863.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  865.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  867.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  868.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  869.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  870.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  871.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  872.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  873.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  874.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  876.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  877.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  881.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  882.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  883.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  884.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  885.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/PorpaginasExtension.php';
  886.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/RenderingAdapter.php';
  887.             include_once \dirname(__DIR__4).'/packages/porpaginas-bundle/Twig/KnpPagerRenderingAdapter.php';
  888.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Morphos/GeographicalNamesInflection.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  891.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  892.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  895.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  896.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ChainAdapter.php';
  903.             include_once \dirname(__DIR__4).'/src/Http/CityCaseRedirector.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  909.             include_once \dirname(__DIR__4).'/src/Routing/DynamicRouter.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  912.             include_once \dirname(__DIR__4).'/packages/translatable-bundle/Translation/Translator.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  918.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  942.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  946.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Profiler/FeatureDataCollector.php';
  947.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  948.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  949.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  950.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  954.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  955.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  956.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  957.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  958.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  959.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  960.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  962.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  963.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  968.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  984.             include_once \dirname(__DIR__4).'/src/Twig/AccountExtension.php';
  985.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageByCountriesExtension.php';
  986.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageByCountriesService.php';
  987.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageExtension.php';
  988.             include_once \dirname(__DIR__4).'/src/Twig/ClientTypeExtension.php';
  989.             include_once \dirname(__DIR__4).'/src/Twig/ConfirmationRequestsExtension.php';
  990.             include_once \dirname(__DIR__4).'/src/Twig/DateExtension.php';
  991.             include_once \dirname(__DIR__4).'/src/Twig/DefaultCityExtension.php';
  992.             include_once \dirname(__DIR__4).'/src/Twig/DistrictsLinkageExtension.php';
  993.             include_once \dirname(__DIR__4).'/src/Service/DistrictsLinkageService.php';
  994.             include_once \dirname(__DIR__4).'/src/Twig/GeoCategoryLinkageExtension.php';
  995.             include_once \dirname(__DIR__4).'/src/Twig/InnerLinkageCircleExtension.php';
  996.             include_once \dirname(__DIR__4).'/src/Twig/ListingExtension.php';
  997.             include_once \dirname(__DIR__4).'/src/Twig/MoneyFormatterExtension.php';
  998.             include_once \dirname(__DIR__4).'/src/Twig/OfferBarExtension.php';
  999.             include_once \dirname(__DIR__4).'/src/Twig/OplataInfoExtension.php';
  1000.             include_once \dirname(__DIR__4).'/src/PaymentProcessing/Gateway/OplataInfo.php';
  1001.             include_once \dirname(__DIR__4).'/src/Twig/PaidPlacementsExtension.php';
  1002.             include_once \dirname(__DIR__4).'/src/Twig/PersonParametersExtension.php';
  1003.             include_once \dirname(__DIR__4).'/src/Twig/PhoneCallExtension.php';
  1004.             include_once \dirname(__DIR__4).'/src/Twig/ProfileAvatarExtension.php';
  1005.             include_once \dirname(__DIR__4).'/src/Twig/ProfileChargesExtension.php';
  1006.             include_once \dirname(__DIR__4).'/src/Twig/ProfileCommentExtension.php';
  1007.             include_once \dirname(__DIR__4).'/src/Twig/ProfileKVExtension.php';
  1008.             include_once \dirname(__DIR__4).'/src/Twig/ProfileModerationExtension.php';
  1009.             include_once \dirname(__DIR__4).'/src/Twig/ProfileRecommendationsDebugExtension.php';
  1010.             include_once \dirname(__DIR__4).'/src/Twig/RecentProfilesExtension.php';
  1011.             include_once \dirname(__DIR__4).'/src/Twig/ResponsiveAssetExtension.php';
  1012.             include_once \dirname(__DIR__4).'/src/Twig/RoutingExtension.php';
  1013.             include_once \dirname(__DIR__4).'/src/Twig/SaloonChargesExtension.php';
  1014.             include_once \dirname(__DIR__4).'/src/Twig/SaloonCommentExtension.php';
  1015.             include_once \dirname(__DIR__4).'/src/Twig/SearchByKeywordsExtension.php';
  1016.             include_once \dirname(__DIR__4).'/src/Twig/SeoExtension.php';
  1017.             include_once \dirname(__DIR__4).'/src/Service/PageMetadataGenerator.php';
  1018.             include_once \dirname(__DIR__4).'/src/Service/CanonicalUrlGenerator.php';
  1019.             include_once \dirname(__DIR__4).'/src/Twig/ServicesExtension.php';
  1020.             include_once \dirname(__DIR__4).'/src/Twig/StationCommentsExtension.php';
  1021.             include_once \dirname(__DIR__4).'/src/Twig/StationPagesLinkageExtension.php';
  1022.             include_once \dirname(__DIR__4).'/src/Service/StationPagesLinkageService.php';
  1023.             include_once \dirname(__DIR__4).'/src/Twig/StationsExtension.php';
  1024.             include_once \dirname(__DIR__4).'/src/Twig/SupportMessagesExtension.php';
  1025.             include_once \dirname(__DIR__4).'/src/Twig/TakeOutLocationsExtension.php';
  1026.             include_once \dirname(__DIR__4).'/src/Twig/TimeFormatterExtension.php';
  1027.             include_once \dirname(__DIR__4).'/src/Twig/ToolsExtension.php';
  1028.             include_once \dirname(__DIR__4).'/src/Twig/UserExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Twig/ToggleExtension.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/ListFormFiltersExtension.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/CheckboxTreeExtension.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/EmbeddedListExtension.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/AdminAuthorizationExtension.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Twig/GeographicalNamesInflectionTwigExtension.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src/Twig/MorphosExtension.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1065.         };
  1066.     }
  1067.     public function compile(): void
  1068.     {
  1069.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1070.     }
  1071.     public function isCompiled(): bool
  1072.     {
  1073.         return true;
  1074.     }
  1075.     public function getRemovedIds(): array
  1076.     {
  1077.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1078.     }
  1079.     protected function load($file$lazyLoad true)
  1080.     {
  1081.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1082.             return $class::do($this$lazyLoad);
  1083.         }
  1084.         if ('.' === $file[-4]) {
  1085.             $class substr($class0, -4);
  1086.         } else {
  1087.             $file .= '.php';
  1088.         }
  1089.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1090.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1091.     }
  1092.     /**
  1093.      * Gets the public '.container.private.form.factory' shared service.
  1094.      *
  1095.      * @return \Symfony\Component\Form\FormFactory
  1096.      */
  1097.     protected function get_Container_Private_Form_FactoryService()
  1098.     {
  1099.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1100.         if (isset($this->services['.container.private.form.factory'])) {
  1101.             return $this->services['.container.private.form.factory'];
  1102.         }
  1103.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1104.     }
  1105.     /**
  1106.      * Gets the public '.container.private.profiler' shared service.
  1107.      *
  1108.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1109.      */
  1110.     protected function get_Container_Private_ProfilerService()
  1111.     {
  1112.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1113.         $b = ($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService());
  1114.         $c = ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1115.         $d = ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1116.         $a->pushProcessor($b);
  1117.         $a->pushHandler($c);
  1118.         $a->pushHandler($d);
  1119.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1120.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1121.         $e = ($this->services['kernel'] ?? $this->get('kernel'));
  1122.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1123.         $g = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1124.         $g->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1125.         $g->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1126.         $g->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  1127.         $g->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  1128.         $g->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1129.         $g->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  1130.         $g->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  1131.         $g->addInstance('cache.rate_limiter.traceable', ($this->privates['cache.rate_limiter.traceable'] ?? $this->getCache_RateLimiter_TraceableService()));
  1132.         $g->addInstance('cache.doctrine.traceable', ($this->privates['cache.doctrine.traceable'] ?? $this->getCache_Doctrine_TraceableService()));
  1133.         $g->addInstance('project_data.cache.traceable', ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  1134.         $g->addInstance('user_predict.cache.traceable', ($this->privates['user_predict.cache.traceable'] ?? $this->getUserPredict_Cache_TraceableService()));
  1135.         $g->addInstance('sidebar_new_check_cool_down.cache.traceable', ($this->privates['sidebar_new_check_cool_down.cache.traceable'] ?? $this->getSidebarNewCheckCoolDown_Cache_TraceableService()));
  1136.         $g->addInstance('ctr_stat.cache.traceable', ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService()));
  1137.         $g->addInstance('profiles_filter.cache.traceable', ($this->privates['profiles_filter.cache.traceable'] ?? $this->getProfilesFilter_Cache_TraceableService()));
  1138.         $g->addInstance('stations_lines.cache.traceable', ($this->privates['stations_lines.cache.traceable'] ?? $this->getStationsLines_Cache_TraceableService()));
  1139.         $g->addInstance('profile_widget.cache.traceable', ($this->privates['profile_widget.cache.traceable'] ?? $this->getProfileWidget_Cache_TraceableService()));
  1140.         $g->addInstance('station_added_profiles.cache.traceable', ($this->privates['station_added_profiles.cache.traceable'] ?? $this->getStationAddedProfiles_Cache_TraceableService()));
  1141.         $g->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1142.         $g->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1143.         $g->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1144.         $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()));
  1145.         $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()));
  1146.         $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()));
  1147.         $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()));
  1148.         $g->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  1149.         $g->addInstance('cache.easyadmin.traceable', ($this->privates['cache.easyadmin.traceable'] ?? $this->getCache_Easyadmin_TraceableService()));
  1150.         $g->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  1151.         $h = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1152.         $h->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1153.         $i = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1154.         $i->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1155.         $j = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  1156.         $j->pushProcessor($b);
  1157.         $j->pushHandler($c);
  1158.         $j->pushHandler($d);
  1159.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($j);
  1160.         $k = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1161.         if ($this->has('kernel')) {
  1162.             $k->setKernel($e);
  1163.         }
  1164.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1165.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($e, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1166.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1167.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1168.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1169.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1170.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1171.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelReviewDebugContainer'), $f));
  1172.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $f));
  1173.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1174.         $instance->add($g);
  1175.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  1176.         $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));
  1177.         $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())));
  1178.         $instance->add($h);
  1179.         $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([])))));
  1180.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1181.         $instance->add($i);
  1182.         $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()))));
  1183.         $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()))));
  1184.         $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()))));
  1185.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  1186.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(new \Snc\RedisBundle\Logger\RedisLogger($j)));
  1187.         $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1188.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1189.         $instance->add(($this->privates['App\\DataCollector\\DebugCollector'] ?? ($this->privates['App\\DataCollector\\DebugCollector'] = new \App\DataCollector\DebugCollector())));
  1190.         $instance->add($k);
  1191.         return $instance;
  1192.     }
  1193.     /**
  1194.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1195.      *
  1196.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1197.      */
  1198.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1199.     {
  1200.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1201.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1202.             return $this->services['.container.private.security.authorization_checker'];
  1203.         }
  1204.         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);
  1205.     }
  1206.     /**
  1207.      * Gets the public '.container.private.security.token_storage' shared service.
  1208.      *
  1209.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1210.      */
  1211.     protected function get_Container_Private_Security_TokenStorageService()
  1212.     {
  1213.         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, [
  1214.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1215.         ], [
  1216.             'request_stack' => '?',
  1217.         ]));
  1218.     }
  1219.     /**
  1220.      * Gets the public '.container.private.twig' shared service.
  1221.      *
  1222.      * @return \Twig\Environment
  1223.      */
  1224.     protected function get_Container_Private_TwigService()
  1225.     {
  1226.         $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']);
  1227.         $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1228.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1229.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1230.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1231.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1232.         $f = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1233.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1234.         $h = ($this->services['router'] ?? $this->getRouterService());
  1235.         $i = ($this->privates['App\\Service\\ProfileChargesCalculator'] ?? $this->getProfileChargesCalculatorService());
  1236.         $j = ($this->privates['App\\Service\\SaloonChargesCalculator'] ?? $this->getSaloonChargesCalculatorService());
  1237.         $k = ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService());
  1238.         $l = ($this->services['geographical_names_inflection.inflector'] ?? $this->getGeographicalNamesInflection_InflectorService());
  1239.         $m = ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService());
  1240.         $n = ($this->privates['App\\Repository\\ModerationRequestsRepository'] ?? $this->getModerationRequestsRepositoryService());
  1241.         $o = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1242.         $p = ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService());
  1243.         $q = ($this->privates['App\\Repository\\StationRepository'] ?? $this->getStationRepositoryService());
  1244.         $r = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1245.         $r->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1246.         $s = new \Knp\Menu\Util\MenuManipulator();
  1247.         $t = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1248.         $u = new \Symfony\Bridge\Twig\AppVariable();
  1249.         $u->setEnvironment('review');
  1250.         $u->setDebug(true);
  1251.         if ($this->has('.container.private.security.token_storage')) {
  1252.             $u->setTokenStorage($c);
  1253.         }
  1254.         if ($this->has('request_stack')) {
  1255.             $u->setRequestStack($b);
  1256.         }
  1257.         $v = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1258.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1259.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
  1260.         $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)));
  1261.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1262.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1263.         $instance->addExtension($f);
  1264.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1266.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1267.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1268.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1269.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1270.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  1271.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  1272.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1273.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1274.         $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())));
  1275.         $instance->addExtension(new \App\Twig\AccountExtension(($this->privates['App\\Service\\TimeZoneService'] ?? $this->getTimeZoneServiceService()), $c$i$j, ($this->privates['App\\Service\\AccountChargesDurationEstimator'] ?? $this->getAccountChargesDurationEstimatorService()), ($this->privates['App\\Service\\AccountChargesDurationPresenter'] ?? $this->getAccountChargesDurationPresenterService())));
  1276.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageByCountriesExtension(new \App\Service\CityMainPagesLinkageByCountriesService($b$k$h$e, ($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), $l$m)));
  1277.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageExtension(($this->privates['App\\Service\\CityMainPagesLinkageService'] ?? $this->getCityMainPagesLinkageServiceService())));
  1278.         $instance->addExtension(new \App\Twig\ClientTypeExtension());
  1279.         $instance->addExtension(new \App\Twig\ConfirmationRequestsExtension(($this->privates['App\\Repository\\ApprovalRequestsRepository'] ?? $this->getApprovalRequestsRepositoryService()), $n));
  1280.         $instance->addExtension(new \App\Twig\DateExtension($o));
  1281.         $instance->addExtension(new \App\Twig\DefaultCityExtension($m));
  1282.         $instance->addExtension(new \App\Twig\DistrictsLinkageExtension(new \App\Service\DistrictsLinkageService($b$k$h$e, ($this->privates['App\\Repository\\DistrictRepository'] ?? $this->getDistrictRepositoryService()), $l$m$o)));
  1283.         $instance->addExtension(new \App\Twig\GeoCategoryLinkageExtension(($this->privates['App\\Service\\GeoCategoryLinkageService'] ?? $this->getGeoCategoryLinkageServiceService())));
  1284.         $instance->addExtension(new \App\Twig\InnerLinkageCircleExtension(($this->privates['App\\Service\\InnerLinkageCircleService'] ?? $this->getInnerLinkageCircleServiceService())));
  1285.         $instance->addExtension(new \App\Twig\ListingExtension(($this->privates['App\\Service\\ListingService'] ?? ($this->privates['App\\Service\\ListingService'] = new \App\Service\ListingService()))));
  1286.         $instance->addExtension(new \App\Twig\MoneyFormatterExtension($b, ($this->privates['App\\Service\\MoneyFormatterService'] ?? $this->getMoneyFormatterServiceService())));
  1287.         $instance->addExtension(new \App\Twig\OfferBarExtension(($this->privates['App\\Repository\\SystemVariablesRepository'] ?? $this->getSystemVariablesRepositoryService())));
  1288.         $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));
  1289.         $instance->addExtension(new \App\Twig\PaidPlacementsExtension($b, ($this->privates['App\\Repository\\SidebarPlacementRepository'] ?? $this->getSidebarPlacementRepositoryService()), $p, ($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())));
  1290.         $instance->addExtension(new \App\Twig\PersonParametersExtension());
  1291.         $instance->addExtension(new \App\Twig\PhoneCallExtension());
  1292.         $instance->addExtension(new \App\Twig\ProfileAvatarExtension(($this->privates['App\\Service\\ProfileAvatar'] ?? $this->getProfileAvatarService())));
  1293.         $instance->addExtension(new \App\Twig\ProfileChargesExtension($i$c));
  1294.         $instance->addExtension(new \App\Twig\ProfileCommentExtension());
  1295.         $instance->addExtension(new \App\Twig\ProfileKVExtension(($this->privates['App\\Repository\\ProfileKVRepository'] ?? $this->getProfileKVRepositoryService())));
  1296.         $instance->addExtension(new \App\Twig\ProfileModerationExtension(($this->privates['App\\Service\\ModerationService'] ?? $this->getModerationServiceService()), $n));
  1297.         $instance->addExtension(new \App\Twig\ProfileRecommendationsDebugExtension(($this->privates['App\\Service\\ProfileRecommendationService'] ?? $this->getProfileRecommendationServiceService()), ($this->privates['App\\Service\\ProfileBotHelper'] ?? $this->getProfileBotHelperService()), $c));
  1298.         $instance->addExtension(new \App\Twig\RecentProfilesExtension($b$m, ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService())));
  1299.         $instance->addExtension(new \App\Twig\ResponsiveAssetExtension(($this->privates['App\\Service\\ResponsiveAssetsService'] ?? $this->getResponsiveAssetsServiceService())));
  1300.         $instance->addExtension(new \App\Twig\RoutingExtension($h$b));
  1301.         $instance->addExtension(new \App\Twig\SaloonChargesExtension($j$c));
  1302.         $instance->addExtension(new \App\Twig\SaloonCommentExtension());
  1303.         $instance->addExtension(new \App\Twig\SearchByKeywordsExtension(($this->privates['App\\Service\\SearchByKeywordsService'] ?? $this->getSearchByKeywordsServiceService())));
  1304.         $instance->addExtension(new \App\Twig\SeoExtension(new \App\Service\PageMetadataGenerator($instance$b), $b, new \App\Service\CanonicalUrlGenerator($h$b$p$o), $e));
  1305.         $instance->addExtension(new \App\Twig\ServicesExtension(($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService())));
  1306.         $instance->addExtension(new \App\Twig\StationCommentsExtension(($this->privates['App\\Repository\\ProfileCommentRepository'] ?? $this->getProfileCommentRepositoryService()), ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService())));
  1307.         $instance->addExtension(new \App\Twig\StationPagesLinkageExtension(new \App\Service\StationPagesLinkageService($p$h$e$q$b$o)));
  1308.         $instance->addExtension(new \App\Twig\StationsExtension($q));
  1309.         $instance->addExtension(new \App\Twig\SupportMessagesExtension(($this->privates['App\\Repository\\SupportMessagesRepository'] ?? $this->getSupportMessagesRepositoryService())));
  1310.         $instance->addExtension(new \App\Twig\TakeOutLocationsExtension());
  1311.         $instance->addExtension(new \App\Twig\TimeFormatterExtension());
  1312.         $instance->addExtension(new \App\Twig\ToolsExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1313.         $instance->addExtension(new \App\Twig\UserExtension($c));
  1314.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1315.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($r));
  1316.         $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, [
  1317.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1318.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1319.         ], [
  1320.             'list' => '?',
  1321.             'twig' => '?',
  1322.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1323.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1324.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1325.         }, 2)), $s$t), $t$s));
  1326.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['cocur_slugify'] ?? ($this->privates['cocur_slugify'] = new \Cocur\Slugify\Slugify(['lowercase' => true'separator' => '-'])))));
  1327.         $instance->addExtension(new \Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService())));
  1328.         $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())));
  1329.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] ?? $this->getListFormFiltersHelperService())));
  1330.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension());
  1331.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1332.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension(($this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] ?? $this->getAdminAuthorizationCheckerService())));
  1333.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1334.         $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1335.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1336.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1337.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1338.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1339.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1340.         ], [
  1341.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1342.             'webpack_encore.tag_renderer' => '?',
  1343.         ])));
  1344.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  1345.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  1346.         $instance->addExtension(($this->services['porpaginas.twig.extension'] ?? $this->getPorpaginas_Twig_ExtensionService()));
  1347.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1348.         $instance->addExtension(new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Twig\GeographicalNamesInflectionTwigExtension($l));
  1349.         $instance->addExtension(new \BigIdea\Bundle\MorphosTwigBundle\Twig\MorphosExtension());
  1350.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($f));
  1351.         $instance->addGlobal('app'$u);
  1352.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1353.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1354.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1355.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1356.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1357.         ], [
  1358.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1359.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1360.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1361.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1362.         ])));
  1363.         $instance->addGlobal('actual_main_domain'$this->getEnv('MAIN_DOMAIN'));
  1364.         $instance->addGlobal('actual_mirror_domain'$this->getEnv('MIRROR_DOMAIN'));
  1365.         $instance->addGlobal('responsive_media_base_url'$this->getEnv('RESPONSIVE_MEDIA_BASE_URL'));
  1366.         $instance->addGlobal('ga_tracker_id'$this->getEnv('resolve:GA_TRACKER_ID'));
  1367.         $instance->addGlobal('ym_tracker_id'$this->getEnv('resolve:YM_TRACKER_ID'));
  1368.         $instance->addGlobal('ewz_recaptcha_site_key'$this->getEnv('EWZ_RECAPTCHA_SITE_KEY'));
  1369.         $instance->addGlobal('page_metadata_variant'$this->getEnv('resolve:PAGE_METADATA_VARIANT'));
  1370.         $instance->addGlobal('profile_list_per_page'$this->getEnv('PROFILE_LIST_PER_PAGE'));
  1371.         $instance->registerUndefinedFilterCallback([=> $v=> 'suggestFilter']);
  1372.         $instance->registerUndefinedFunctionCallback([=> $v=> 'suggestFunction']);
  1373.         $instance->registerUndefinedTokenParserCallback([=> $v=> 'suggestTag']);
  1374.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1375.         return $instance;
  1376.     }
  1377.     /**
  1378.      * Gets the public '.container.private.validator' shared service.
  1379.      *
  1380.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1381.      */
  1382.     protected function get_Container_Private_ValidatorService()
  1383.     {
  1384.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1385.         if (isset($this->services['.container.private.validator'])) {
  1386.             return $this->services['.container.private.validator'];
  1387.         }
  1388.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1389.     }
  1390.     /**
  1391.      * Gets the public 'AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker' shared service.
  1392.      *
  1393.      * @return \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker
  1394.      */
  1395.     protected function getAdminAuthorizationCheckerService()
  1396.     {
  1397.         return $this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] = new \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker(($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()), 'ROLE_ADMIN');
  1398.     }
  1399.     /**
  1400.      * Gets the public 'App\Http\CityCaseRedirector' shared autowired service.
  1401.      *
  1402.      * @return \App\Http\CityCaseRedirector
  1403.      */
  1404.     protected function getCityCaseRedirectorService()
  1405.     {
  1406.         $a = ($this->services['router'] ?? $this->getRouterService());
  1407.         if (isset($this->services['App\\Http\\CityCaseRedirector'])) {
  1408.             return $this->services['App\\Http\\CityCaseRedirector'];
  1409.         }
  1410.         return $this->services['App\\Http\\CityCaseRedirector'] = new \App\Http\CityCaseRedirector(($this->services['app.features'] ?? $this->getApp_FeaturesService()), $this->getEnv('MAIN_DOMAIN'), $a);
  1411.     }
  1412.     /**
  1413.      * Gets the public 'app.features' shared autowired service.
  1414.      *
  1415.      * @return \App\Service\Features
  1416.      */
  1417.     protected function getApp_FeaturesService()
  1418.     {
  1419.         return $this->services['app.features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  1420.     }
  1421.     /**
  1422.      * Gets the public 'cache.app' shared service.
  1423.      *
  1424.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1425.      */
  1426.     protected function getCache_AppService()
  1427.     {
  1428.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('f8uhbwqGel'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1429.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1430.         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));
  1431.     }
  1432.     /**
  1433.      * Gets the public 'cache.system' shared service.
  1434.      *
  1435.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1436.      */
  1437.     protected function getCache_SystemService()
  1438.     {
  1439.         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('YXr98d6NwG'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1440.     }
  1441.     /**
  1442.      * Gets the public 'cache.validator_expression_language' shared service.
  1443.      *
  1444.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1445.      */
  1446.     protected function getCache_ValidatorExpressionLanguageService()
  1447.     {
  1448.         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('scWMKTvIZT'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1449.     }
  1450.     /**
  1451.      * Gets the public 'data_collector.dump' shared service.
  1452.      *
  1453.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1454.      */
  1455.     protected function getDataCollector_DumpService()
  1456.     {
  1457.         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);
  1458.     }
  1459.     /**
  1460.      * Gets the public 'doctrine' shared service.
  1461.      *
  1462.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1463.      */
  1464.     protected function getDoctrineService()
  1465.     {
  1466.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1467.     }
  1468.     /**
  1469.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1470.      *
  1471.      * @return \Doctrine\DBAL\Connections\PrimaryReadReplicaConnection
  1472.      */
  1473.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1474.     {
  1475.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1476.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1477.             return $this->services['doctrine.dbal.default_connection'];
  1478.         }
  1479.         $b = new \Doctrine\DBAL\Configuration();
  1480.         $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))));
  1481.         $c->setConnectionName('default');
  1482.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1483.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1484.         $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()))]);
  1485.         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']);
  1486.     }
  1487.     /**
  1488.      * Gets the public 'doctrine.dbal.multi_website_connection' shared service.
  1489.      *
  1490.      * @return \Doctrine\DBAL\Connection
  1491.      */
  1492.     protected function getDoctrine_Dbal_MultiWebsiteConnectionService()
  1493.     {
  1494.         $a = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1495.         if (isset($this->services['doctrine.dbal.multi_website_connection'])) {
  1496.             return $this->services['doctrine.dbal.multi_website_connection'];
  1497.         }
  1498.         $b = new \Doctrine\DBAL\Configuration();
  1499.         $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))));
  1500.         $c->setConnectionName('multi_website');
  1501.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1502.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1503.         $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()))]);
  1504.         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']);
  1505.     }
  1506.     /**
  1507.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1508.      *
  1509.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1510.      */
  1511.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1512.     {
  1513.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1514.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''getCityNewSubscriberService'true],
  1515.         ], [
  1516.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => '?',
  1517.         ]));
  1518.         $instance->registerService('App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber');
  1519.         return $instance;
  1520.     }
  1521.     /**
  1522.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1523.      *
  1524.      * @return \Doctrine\ORM\EntityManager
  1525.      */
  1526.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1527.     {
  1528.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1529.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1530.             return $this->services['doctrine.orm.default_entity_manager'];
  1531.         }
  1532.         $b = ($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService());
  1533.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1534.             return $this->services['doctrine.orm.default_entity_manager'];
  1535.         }
  1536.         $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1537.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1538.             return $this->services['doctrine.orm.default_entity_manager'];
  1539.         }
  1540.         $d = new \Doctrine\ORM\Configuration();
  1541.         $e = new \Doctrine\ORM\Cache\CacheConfiguration();
  1542.         $f = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1543.         $f->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1544.         $g = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1545.         $e->setCacheLogger($f);
  1546.         $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())));
  1547.         $e->setRegionsConfiguration($g);
  1548.         $h = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1549.         $i = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/packages/translatable-bundle/Entity')], false);
  1550.         $h->addDriver($i'App\\Entity');
  1551.         $h->addDriver($i'AngelGamez\\TranslatableBundle\\Entity');
  1552.         $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');
  1553.         $d->setEntityNamespaces(['App' => 'App\\Entity''AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\Entity']);
  1554.         $d->setSecondLevelCacheEnabled(false);
  1555.         $d->setSecondLevelCacheConfiguration($e);
  1556.         $d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1557.         $d->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1558.         $d->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1559.         $d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($h, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1560.         $d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1561.         $d->setProxyNamespace('Proxies');
  1562.         $d->setAutoGenerateProxyClasses(false);
  1563.         $d->setSchemaIgnoreClasses([]);
  1564.         $d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1565.         $d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1566.         $d->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1567.         $d->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1568.         $d->setEntityListenerResolver($b);
  1569.         $d->setLazyGhostObjectEnabled(false);
  1570.         $d->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1571.         $d->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1572.         $d->addCustomStringFunction('aes_decrypt''DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  1573.         $d->addCustomStringFunction('aes_encrypt''DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  1574.         $d->addCustomStringFunction('any_value''DoctrineExtensions\\Query\\Mysql\\AnyValue');
  1575.         $d->addCustomStringFunction('ascii''DoctrineExtensions\\Query\\Mysql\\Ascii');
  1576.         $d->addCustomStringFunction('binary''DoctrineExtensions\\Query\\Mysql\\Binary');
  1577.         $d->addCustomStringFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  1578.         $d->addCustomStringFunction('char_length''DoctrineExtensions\\Query\\Mysql\\CharLength');
  1579.         $d->addCustomStringFunction('collate''DoctrineExtensions\\Query\\Mysql\\Collate');
  1580.         $d->addCustomStringFunction('concat_ws''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  1581.         $d->addCustomStringFunction('countif''DoctrineExtensions\\Query\\Mysql\\CountIf');
  1582.         $d->addCustomStringFunction('crc32''DoctrineExtensions\\Query\\Mysql\\Crc32');
  1583.         $d->addCustomStringFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1584.         $d->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  1585.         $d->addCustomStringFunction('find_in_set''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1586.         $d->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Mysql\\Greatest');
  1587.         $d->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1588.         $d->addCustomStringFunction('hex''DoctrineExtensions\\Query\\Mysql\\Hex');
  1589.         $d->addCustomStringFunction('ifelse''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1590.         $d->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  1591.         $d->addCustomStringFunction('inet_aton''DoctrineExtensions\\Query\\Mysql\\InetAton');
  1592.         $d->addCustomStringFunction('inet_ntoa''DoctrineExtensions\\Query\\Mysql\\InetNtoa');
  1593.         $d->addCustomStringFunction('inet6_aton''DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
  1594.         $d->addCustomStringFunction('inet6_ntoa''DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
  1595.         $d->addCustomStringFunction('instr''DoctrineExtensions\\Query\\Mysql\\Instr');
  1596.         $d->addCustomStringFunction('is_ipv4''DoctrineExtensions\\Query\\Mysql\\IsIpv4');
  1597.         $d->addCustomStringFunction('is_ipv4_compat''DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
  1598.         $d->addCustomStringFunction('is_ipv4_mapped''DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
  1599.         $d->addCustomStringFunction('is_ipv6''DoctrineExtensions\\Query\\Mysql\\IsIpv6');
  1600.         $d->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  1601.         $d->addCustomStringFunction('lpad''DoctrineExtensions\\Query\\Mysql\\Lpad');
  1602.         $d->addCustomStringFunction('match''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1603.         $d->addCustomStringFunction('md5''DoctrineExtensions\\Query\\Mysql\\Md5');
  1604.         $d->addCustomStringFunction('nullif''DoctrineExtensions\\Query\\Mysql\\NullIf');
  1605.         $d->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1606.         $d->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1607.         $d->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  1608.         $d->addCustomStringFunction('rpad''DoctrineExtensions\\Query\\Mysql\\Rpad');
  1609.         $d->addCustomStringFunction('sha1''DoctrineExtensions\\Query\\Mysql\\Sha1');
  1610.         $d->addCustomStringFunction('sha2''DoctrineExtensions\\Query\\Mysql\\Sha2');
  1611.         $d->addCustomStringFunction('soundex''DoctrineExtensions\\Query\\Mysql\\Soundex');
  1612.         $d->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1613.         $d->addCustomStringFunction('substring_index''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1614.         $d->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  1615.         $d->addCustomStringFunction('uuid_short''DoctrineExtensions\\Query\\Mysql\\UuidShort');
  1616.         $d->addCustomStringFunction('json_extract''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  1617.         $d->addCustomStringFunction('json_unquote''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  1618.         $d->addCustomStringFunction('json_search''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  1619.         $d->addCustomStringFunction('regexp_replace''DoctrineExtensions\\Query\\Postgresql\\RegexpReplace');
  1620.         $d->addCustomStringFunction('curdate''Doctrine\\ORM\\Query\\AST\\Functions\\CurrentDateFunction');
  1621.         $d->addCustomStringFunction('json_replace''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonReplace');
  1622.         $d->addCustomStringFunction('if''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1623.         $d->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  1624.         $d->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  1625.         $d->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  1626.         $d->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  1627.         $d->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  1628.         $d->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  1629.         $d->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  1630.         $d->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  1631.         $d->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  1632.         $d->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1633.         $d->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  1634.         $d->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  1635.         $d->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  1636.         $d->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  1637.         $d->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  1638.         $d->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  1639.         $d->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  1640.         $d->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  1641.         $d->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1642.         $d->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  1643.         $d->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  1644.         $d->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  1645.         $d->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  1646.         $d->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  1647.         $d->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  1648.         $d->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  1649.         $d->addCustomDatetimeFunction('addtime''DoctrineExtensions\\Query\\Mysql\\AddTime');
  1650.         $d->addCustomDatetimeFunction('convert_tz''DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1651.         $d->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  1652.         $d->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1653.         $d->addCustomDatetimeFunction('dateadd''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1654.         $d->addCustomDatetimeFunction('datesub''DoctrineExtensions\\Query\\Mysql\\DateSub');
  1655.         $d->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1656.         $d->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Mysql\\Day');
  1657.         $d->addCustomDatetimeFunction('dayname''DoctrineExtensions\\Query\\Mysql\\DayName');
  1658.         $d->addCustomDatetimeFunction('dayofweek''DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  1659.         $d->addCustomDatetimeFunction('dayofyear''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1660.         $d->addCustomDatetimeFunction('div''DoctrineExtensions\\Query\\Mysql\\Div');
  1661.         $d->addCustomDatetimeFunction('from_unixtime''DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  1662.         $d->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  1663.         $d->addCustomDatetimeFunction('last_day''DoctrineExtensions\\Query\\Mysql\\LastDay');
  1664.         $d->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Mysql\\Minute');
  1665.         $d->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  1666.         $d->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  1667.         $d->addCustomDatetimeFunction('monthname''DoctrineExtensions\\Query\\Mysql\\MonthName');
  1668.         $d->addCustomDatetimeFunction('period_diff''DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
  1669.         $d->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Mysql\\Second');
  1670.         $d->addCustomDatetimeFunction('sectotime''DoctrineExtensions\\Query\\Mysql\\SecToTime');
  1671.         $d->addCustomDatetimeFunction('strtodate''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1672.         $d->addCustomDatetimeFunction('time''DoctrineExtensions\\Query\\Mysql\\Time');
  1673.         $d->addCustomDatetimeFunction('timediff''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  1674.         $d->addCustomDatetimeFunction('timestampadd''DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  1675.         $d->addCustomDatetimeFunction('timestampdiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1676.         $d->addCustomDatetimeFunction('timetosec''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  1677.         $d->addCustomDatetimeFunction('week''DoctrineExtensions\\Query\\Mysql\\Week');
  1678.         $d->addCustomDatetimeFunction('weekday''DoctrineExtensions\\Query\\Mysql\\WeekDay');
  1679.         $d->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  1680.         $d->addCustomDatetimeFunction('yearmonth''DoctrineExtensions\\Query\\Mysql\\YearMonth');
  1681.         $d->addCustomDatetimeFunction('yearweek''DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1682.         $d->addCustomDatetimeFunction('unix_timestamp''DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1683.         $d->addCustomDatetimeFunction('utc_timestamp''DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  1684.         $d->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Mysql\\Extract');
  1685.         $d->addFilter('not_deleted_profile_filter''App\\EntityFilter\\NotDeletedProfileFilter');
  1686.         $d->addFilter('not_deleted_saloon_filter''App\\EntityFilter\\NotDeletedSaloonFilter');
  1687.         $d->addFilter('not_deleted_profile_comment_filter''App\\EntityFilter\\NotDeletedProfileCommentFilter');
  1688.         $d->addFilter('not_deleted_saloon_comment_filter''App\\EntityFilter\\NotDeletedSaloonCommentFilter');
  1689.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$d$c);
  1690.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1691.         return $instance;
  1692.     }
  1693.     /**
  1694.      * Gets the public 'doctrine.orm.multi_website_entity_manager' shared service.
  1695.      *
  1696.      * @return \Doctrine\ORM\EntityManager
  1697.      */
  1698.     protected function getDoctrine_Orm_MultiWebsiteEntityManagerService($lazyLoad true)
  1699.     {
  1700.         $a = ($this->services['doctrine.dbal.multi_website_connection'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnectionService());
  1701.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1702.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1703.         }
  1704.         $b = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1705.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1706.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1707.         }
  1708.         $c = new \Doctrine\ORM\Configuration();
  1709.         $d = new \Doctrine\ORM\Cache\CacheConfiguration();
  1710.         $e = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1711.         $e->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1712.         $f = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1713.         $d->setCacheLogger($e);
  1714.         $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())));
  1715.         $d->setRegionsConfiguration($f);
  1716.         $g = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1717.         $g->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/MultiWebsite/Entity')], false), 'App\\MultiWebsite\\Entity');
  1718.         $c->setEntityNamespaces(['MultiWebsite' => 'App\\MultiWebsite\\Entity']);
  1719.         $c->setSecondLevelCacheEnabled(true);
  1720.         $c->setSecondLevelCacheConfiguration($d);
  1721.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1722.         $c->setQueryCache(($this->privates['cache.doctrine.orm.multi_website.query.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()));
  1723.         $c->setResultCache(($this->privates['cache.doctrine.orm.multi_website.result.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()));
  1724.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($g, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1725.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1726.         $c->setProxyNamespace('Proxies');
  1727.         $c->setAutoGenerateProxyClasses(false);
  1728.         $c->setSchemaIgnoreClasses([]);
  1729.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1730.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1731.         $c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1732.         $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1733.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1734.         $c->setLazyGhostObjectEnabled(false);
  1735.         $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1736.         $c->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1737.         $this->services['doctrine.orm.multi_website_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  1738.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1739.         return $instance;
  1740.     }
  1741.     /**
  1742.      * Gets the public 'easyadmin.config.manager' shared service.
  1743.      *
  1744.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1745.      */
  1746.     protected function getEasyadmin_Config_ManagerService()
  1747.     {
  1748.         $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()));
  1749.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1750.         $b = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1751.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass());
  1752.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1753.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('ru'));
  1754.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1755.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1756.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass($b));
  1757.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass([]));
  1758.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1759.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1760.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass(true));
  1761.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1762.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1763.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1764.         $instance->addConfigPass(new \App\Bridge\AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass($b));
  1765.         return $instance;
  1766.     }
  1767.     /**
  1768.      * Gets the public 'easyadmin.filter.registry' shared service.
  1769.      *
  1770.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1771.      */
  1772.     protected function getEasyadmin_Filter_RegistryService()
  1773.     {
  1774.         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 () {
  1775.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService'));
  1776.         }, 1));
  1777.     }
  1778.     /**
  1779.      * Gets the public 'easyadmin.listener.controller' shared service.
  1780.      *
  1781.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1782.      */
  1783.     protected function getEasyadmin_Listener_ControllerService()
  1784.     {
  1785.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1786.         if (isset($this->services['easyadmin.listener.controller'])) {
  1787.             return $this->services['easyadmin.listener.controller'];
  1788.         }
  1789.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1790.     }
  1791.     /**
  1792.      * Gets the public 'easyadmin.property_accessor' shared service.
  1793.      *
  1794.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1795.      */
  1796.     protected function getEasyadmin_PropertyAccessorService()
  1797.     {
  1798.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1799.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1800.     }
  1801.     /**
  1802.      * Gets the public 'easyadmin.router' shared service.
  1803.      *
  1804.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1805.      */
  1806.     protected function getEasyadmin_RouterService()
  1807.     {
  1808.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1809.         if (isset($this->services['easyadmin.router'])) {
  1810.             return $this->services['easyadmin.router'];
  1811.         }
  1812.         $b = ($this->services['router'] ?? $this->getRouterService());
  1813.         if (isset($this->services['easyadmin.router'])) {
  1814.             return $this->services['easyadmin.router'];
  1815.         }
  1816.         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())));
  1817.     }
  1818.     /**
  1819.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  1820.      *
  1821.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1822.      */
  1823.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  1824.     {
  1825.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1826.         if (isset($this->services['easyadmin.security.authorization_checker'])) {
  1827.             return $this->services['easyadmin.security.authorization_checker'];
  1828.         }
  1829.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1830.     }
  1831.     /**
  1832.      * Gets the public 'eight_points_guzzle.client.api_oplata_info' shared service.
  1833.      *
  1834.      * @return \GuzzleHttp\Client
  1835.      */
  1836.     protected function getEightPointsGuzzle_Client_ApiOplataInfoService($lazyLoad true)
  1837.     {
  1838.         $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())));
  1839.         $a->push(($this->services['eight_points_guzzle.middleware.profile.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService'))->profile(), 'profile');
  1840.         $a->push(($this->services['eight_points_guzzle.middleware.log.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService'))->log(), 'log');
  1841.         $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService')), 'request_time');
  1842.         $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->load('getEightPointsGuzzle_Middleware_SymfonyLogService')), 'symfony_log');
  1843.         $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService'))->dispatchEvent(), 'events');
  1844.         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]);
  1845.     }
  1846.     /**
  1847.      * Gets the public 'event_dispatcher' shared service.
  1848.      *
  1849.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1850.      */
  1851.     protected function getEventDispatcherService()
  1852.     {
  1853.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1854.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1855.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  1856.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  1857.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1858.         $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())));
  1859.         $instance->addListener('kernel.controller', [=> function () {
  1860.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1861.         }, => 'onKernelController'], 0);
  1862.         $instance->addListener('kernel.response', [=> function () {
  1863.             return ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1864.         }, => 'onKernelResponse'], 0);
  1865.         $instance->addListener('kernel.response', [=> function () {
  1866.             return ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1867.         }, => 'onKernelResponse'], 0);
  1868.         $instance->addListener('kernel.request', [=> function () {
  1869.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1870.         }, => 'onKernelRequest'], 250);
  1871.         $instance->addListener('kernel.response', [=> function () {
  1872.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1873.         }, => 'onKernelResponse'], 0);
  1874.         $instance->addListener('kernel.response', [=> function () {
  1875.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1876.         }, => 'onResponse'], -10);
  1877.         $instance->addListener('kernel.controller', [=> function () {
  1878.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  1879.         }, => 'onKernelController'], 0);
  1880.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  1881.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService'));
  1882.         }, => 'initializeRequest'], 0);
  1883.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1884.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  1885.         }, => 'onValidate'], 0);
  1886.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1887.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  1888.         }, => 'onValidate'], 0);
  1889.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1890.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  1891.         }, => 'onValidate'], 0);
  1892.         $instance->addListener('console.command', [=> function () {
  1893.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1894.         }, => 'handleConsoleCommandEvent'], 128);
  1895.         $instance->addListener('console.terminate', [=> function () {
  1896.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1897.         }, => 'handleConsoleTerminateEvent'], -64);
  1898.         $instance->addListener('console.error', [=> function () {
  1899.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1900.         }, => 'handleConsoleErrorEvent'], -64);
  1901.         $instance->addListener('kernel.request', [=> function () {
  1902.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1903.         }, => 'handleKernelRequestEvent'], 5);
  1904.         $instance->addListener('kernel.controller', [=> function () {
  1905.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1906.         }, => 'handleKernelControllerEvent'], 10);
  1907.         $instance->addListener('kernel.request', [=> function () {
  1908.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1909.         }, => 'handleKernelRequestEvent'], 3);
  1910.         $instance->addListener('kernel.finish_request', [=> function () {
  1911.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1912.         }, => 'handleKernelFinishRequestEvent'], 5);
  1913.         $instance->addListener('kernel.request', [=> function () {
  1914.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1915.         }, => 'handleKernelRequestEvent'], 4);
  1916.         $instance->addListener('kernel.response', [=> function () {
  1917.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1918.         }, => 'handleKernelResponseEvent'], 15);
  1919.         $instance->addListener('kernel.terminate', [=> function () {
  1920.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1921.         }, => 'handleKernelTerminateEvent'], 5);
  1922.         $instance->addListener('kernel.request', [=> function () {
  1923.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1924.         }, => 'handleKernelRequestEvent'], 2);
  1925.         $instance->addListener('kernel.finish_request', [=> function () {
  1926.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1927.         }, => 'handleKernelFinishRequestEvent'], 10);
  1928.         $instance->addListener('kernel.response', [=> function () {
  1929.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1930.         }, => 'handleKernelResponseEvent'], 15);
  1931.         $instance->addListener('console.command', [=> function () {
  1932.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1933.         }, => 'handleConsoleCommandEvent'], 118);
  1934.         $instance->addListener('console.terminate', [=> function () {
  1935.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1936.         }, => 'handleConsoleTerminateEvent'], -54);
  1937.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1938.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1939.         }, => 'handleWorkerMessageFailedEvent'], 50);
  1940.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1941.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1942.         }, => 'handleWorkerMessageHandledEvent'], 50);
  1943.         $instance->addListener('kernel.request', [=> function () {
  1944.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1945.         }, => 'handleKernelRequestEvent'], 0);
  1946.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1947.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1948.         }, => 'handleLoginSuccessEvent'], 0);
  1949.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  1950.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1951.         }, => 'onPostIndexPopulate'], -9999);
  1952.         $instance->addListener('kernel.exception', [=> function () {
  1953.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1954.         }, => 'onKernelException'], 0);
  1955.         $instance->addListener('kernel.request', [=> function () {
  1956.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1957.         }, => 'onKernelRequest'], 0);
  1958.         $instance->addListener('kernel.response', [=> function () {
  1959.             return ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] ?? ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] = new \App\EventSubscriber\AjaxDebugUpdateSubscriber()));
  1960.         }, => 'onKernelResponse'], 0);
  1961.         $instance->addListener('kernel.request', [=> function () {
  1962.             return ($this->privates['App\\EventSubscriber\\ApiAccessSubscriber'] ?? $this->getApiAccessSubscriberService());
  1963.         }, => 'onRequest'], 0);
  1964.         $instance->addListener('kernel.response', [=> function () {
  1965.             return ($this->privates['App\\EventSubscriber\\BadWordsReplaceSubscriber'] ?? $this->getBadWordsReplaceSubscriberService());
  1966.         }, => 'replaceBadWords'], 0);
  1967.         $instance->addListener('kernel.request', [=> function () {
  1968.             return ($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] ?? $this->getBanLogoutSubscriberService());
  1969.         }, => 'logoutBannedUser'], 0);
  1970.         $instance->addListener('kernel.request', [=> function () {
  1971.             return ($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] ?? $this->getCityCaseRedirectSubscriberService());
  1972.         }, => 'onRequest'], 51);
  1973.         $instance->addListener('kernel.request', [=> function () {
  1974.             return ($this->privates['App\\EventSubscriber\\CommentBanSubscriber'] ?? $this->getCommentBanSubscriberService());
  1975.         }, => 'removeCommentBan'], 0);
  1976.         $instance->addListener('kernel.controller', [=> function () {
  1977.             return ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] = new \App\EventSubscriber\DisabledRouteSubscriber()));
  1978.         }, => 'onKernelController'], 0);
  1979.         $instance->addListener('kernel.request', [=> function () {
  1980.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  1981.         }, => 'enableFilters'], 10);
  1982.         $instance->addListener('kernel.request', [=> function () {
  1983.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  1984.         }, => 'enableCommentFilters'], 0);
  1985.         $instance->addListener('kernel.request', [=> function () {
  1986.             return ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] = new \App\EventSubscriber\DomainParkingSubscriber()));
  1987.         }, => 'onRequest'], 150);
  1988.         $instance->addListener('kernel.request', [=> function () {
  1989.             return ($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'] ?? $this->getDomainRedirectSubscriberService());
  1990.         }, => 'onRequest'], 50);
  1991.         $instance->addListener('fos_elastica.post_transform', [=> function () {
  1992.             return ($this->privates['App\\EventSubscriber\\ESProfilePostTransformSubscriber'] ?? $this->load('getESProfilePostTransformSubscriberService'));
  1993.         }, => 'postTransformEntity'], 0);
  1994.         $instance->addListener('kernel.request', [=> function () {
  1995.             return ($this->privates['App\\EventSubscriber\\EnumSubscriber'] ?? $this->getEnumSubscriberService());
  1996.         }, => 'loadEnumData'], 0);
  1997.         $instance->addListener('oneup_uploader.pre_upload', [=> function () {
  1998.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1999.         }, => 'preUpload'], 0);
  2000.         $instance->addListener('oneup_uploader.post_upload.profile_media_avatar', [=> function () {
  2001.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2002.         }, => 'postUploadProfileAvatar'], 0);
  2003.         $instance->addListener('oneup_uploader.post_upload.profile_photo', [=> function () {
  2004.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2005.         }, => 'returnFilename'], 0);
  2006.         $instance->addListener('oneup_uploader.post_upload.profile_selfie', [=> function () {
  2007.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2008.         }, => 'returnFilename'], 0);
  2009.         $instance->addListener('oneup_uploader.post_upload.profile_video', [=> function () {
  2010.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2011.         }, => 'returnFilename'], 0);
  2012.         $instance->addListener('oneup_uploader.post_upload.profile_media_approval', [=> function () {
  2013.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2014.         }, => 'returnFilename'], 0);
  2015.         $instance->addListener('oneup_uploader.post_upload.profile_face_photo', [=> function () {
  2016.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2017.         }, => 'returnFilename'], 0);
  2018.         $instance->addListener('oneup_uploader.post_upload.saloon_media', [=> function () {
  2019.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2020.         }, => 'returnFilename'], 0);
  2021.         $instance->addListener('oneup_uploader.post_upload.saloon_media_thumb', [=> function () {
  2022.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2023.         }, => 'postUploadSaloonThumb'], 0);
  2024.         $instance->addListener('oneup_uploader.post_upload.saloon_media_video', [=> function () {
  2025.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2026.         }, => 'returnFilename'], 0);
  2027.         $instance->addListener('oneup_uploader.post_upload.user_media', [=> function () {
  2028.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2029.         }, => 'postUploadUserAvatar'], 0);
  2030.         $instance->addListener('oneup_uploader.post_upload.tmp_media', [=> function () {
  2031.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2032.         }, => 'returnFilename'], 0);
  2033.         $instance->addListener('oneup_uploader.post_upload.process_queue', [=> function () {
  2034.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2035.         }, => 'returnFilename'], 0);
  2036.         $instance->addListener('oneup_uploader.validation.profile_media_avatar', [=> function () {
  2037.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2038.         }, => 'validateAvatar'], 0);
  2039.         $instance->addListener('oneup_uploader.validation.profile_photo', [=> function () {
  2040.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2041.         }, => 'validatePhotoFile'], 0);
  2042.         $instance->addListener('oneup_uploader.validation.profile_selfie', [=> function () {
  2043.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2044.         }, => 'validatePhotoFile'], 0);
  2045.         $instance->addListener('oneup_uploader.validation.profile_video', [=> function () {
  2046.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2047.         }, => 'validateVideoFile'], 0);
  2048.         $instance->addListener('oneup_uploader.validation.profile_media_approval', [=> function () {
  2049.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2050.         }, => 'validateApprovalMediaFile'], 0);
  2051.         $instance->addListener('oneup_uploader.validation.profile_face_photo', [=> function () {
  2052.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2053.         }, => 'validateFacePhotoFile'], 0);
  2054.         $instance->addListener('oneup_uploader.validation.saloon_media', [=> function () {
  2055.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2056.         }, => 'validatePhotoFile'], 0);
  2057.         $instance->addListener('oneup_uploader.validation.saloon_media_thumb', [=> function () {
  2058.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2059.         }, => 'validateAvatar'], 0);
  2060.         $instance->addListener('oneup_uploader.validation.saloon_media_video', [=> function () {
  2061.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2062.         }, => 'validateVideoFile'], 0);
  2063.         $instance->addListener('oneup_uploader.validation.user_media', [=> function () {
  2064.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2065.         }, => 'validateAvatar'], 0);
  2066.         $instance->addListener('oneup_uploader.validation.tmp_media', [=> function () {
  2067.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2068.         }, => 'validateVideoFile'], 0);
  2069.         $instance->addListener('oneup_uploader.validation.process_queue', [=> function () {
  2070.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2071.         }, => 'validateVideoFile'], 0);
  2072.         $instance->addListener('kernel.request', [=> function () {
  2073.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2074.         }, => 'clearCtrShowsSession'], 0);
  2075.         $instance->addListener('kernel.terminate', [=> function () {
  2076.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2077.         }, => 'updateProfilesShowsAndPreviews'], 0);
  2078.         $instance->addListener('easy_admin.pre_search', [=> function () {
  2079.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2080.         }, => 'lowercaseSearchRequest'], 0);
  2081.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2082.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2083.         }, => 'addRegexPhoneSearch'], 0);
  2084.         $instance->addListener('kernel.controller', [=> function () {
  2085.             return ($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'] ?? $this->getPageMetadataSubscriberService());
  2086.         }, => 'loadPage'], 0);
  2087.         $instance->addListener('paginator_page_taken_event', [=> function () {
  2088.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2089.         }, => 'onPaginatorPageTaken'], 0);
  2090.         $instance->addListener('knp_pager.after', [=> function () {
  2091.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2092.         }, => 'changeRoute'], 0);
  2093.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2094.             return ($this->privates['App\\EventSubscriber\\ProfileListOrderingSubscriber'] ?? $this->getProfileListOrderingSubscriberService());
  2095.         }, => 'generateListingOrder'], 0);
  2096.         $instance->addListener('profile.created', [=> function () {
  2097.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2098.         }, => 'onProfileWasCreated'], 0);
  2099.         $instance->addListener('profile.data_changed', [=> function () {
  2100.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2101.         }, => 'onProfileDataChanged'], 0);
  2102.         $instance->addListener('profile.deleted', [=> function () {
  2103.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2104.         }, => 'onPProfileWasDeleted'], 0);
  2105.         $instance->addListener('profile.restored', [=> function () {
  2106.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2107.         }, => 'onProfileWasRestored'], 0);
  2108.         $instance->addListener('profile.moderated_data_changed', [=> function () {
  2109.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2110.         }, => 'requestModeration'], 0);
  2111.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2112.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2113.         }, => 'onProfilePlacedOnAdBoard'], 0);
  2114.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2115.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2116.         }, => 'addSidebarPlacement'], 10);
  2117.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2118.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2119.         }, => 'removePlacementHiding'], 20);
  2120.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2121.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2122.         }, => 'deleteSidebarPlacement'], 0);
  2123.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2124.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2125.         }, => 'onProfileRemovedFromAdBoard'], 10);
  2126.         $instance->addListener('profile.prolonged_on_adboard', [=> function () {
  2127.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2128.         }, => 'prolongSidebarPlacement'], 0);
  2129.         $instance->addListener('profile.placed_on_top', [=> function () {
  2130.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2131.         }, => 'onProfilePlacedOnTop'], 0);
  2132.         $instance->addListener('profile.hidden', [=> function () {
  2133.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2134.         }, => 'onProfileWasHidden'], 0);
  2135.         $instance->addListener('profile.removed_from_hidden', [=> function () {
  2136.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2137.         }, => 'onProfileWasRemovedFromHidden'], 0);
  2138.         $instance->addListener('profile.moderation.passed', [=> function () {
  2139.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2140.         }, => 'onProfileModerationPassed'], 0);
  2141.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2142.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2143.         }, => 'onProfileModerationRejected'], 0);
  2144.         $instance->addListener('profile.approval.approved', [=> function () {
  2145.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2146.         }, => 'onProfileApprovalApproved'], 0);
  2147.         $instance->addListener('profile.approval.approved', [=> function () {
  2148.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2149.         }, => 'enrollApprovalBonus'], 10);
  2150.         $instance->addListener('profile.approval.rejected', [=> function () {
  2151.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2152.         }, => 'onProfileApprovalRejected'], 0);
  2153.         $instance->addListener('profile.unapproved', [=> function () {
  2154.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2155.         }, => 'onProfileWasUnApproved'], 0);
  2156.         $instance->addListener('profile.comment.added', [=> function () {
  2157.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2158.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2159.         $instance->addListener('profiles_shown_event', [=> function () {
  2160.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2161.         }, => 'onProfilesShown'], 0);
  2162.         $instance->addListener('profile_view_event', [=> function () {
  2163.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2164.         }, => 'onProfileView'], 0);
  2165.         $instance->addListener('App\\Event\\Profile\\FileProcessingTaskWasCompleted', [=> function () {
  2166.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2167.         }, => 'onProfileFileProcessed'], 0);
  2168.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2169.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2170.         }, => 'onDelete'], -110);
  2171.         $instance->addListener('profile.hidden', [=> function () {
  2172.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2173.         }, => 'onDelete'], -110);
  2174.         $instance->addListener('profile.deleted', [=> function () {
  2175.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2176.         }, => 'onDelete'], -110);
  2177.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2178.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2179.         }, => 'onDelete'], -110);
  2180.         $instance->addListener('profile.data_changed', [=> function () {
  2181.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2182.         }, => 'onChange'], -100);
  2183.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2184.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2185.         }, => 'onChange'], -100);
  2186.         $instance->addListener('router.pre_generate', [=> function () {
  2187.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? $this->load('getCityPrefixSubscriberService'));
  2188.         }, => 'setDefaultCityRouteName'], 0);
  2189.         $instance->addListener('router.post_generate', [=> function () {
  2190.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? $this->load('getCityPrefixSubscriberService'));
  2191.         }, => 'ignoreCityParameter'], 0);
  2192.         $instance->addListener('router.pre_generate', [=> function () {
  2193.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2194.         }, => 'skipPageParameter'], 10);
  2195.         $instance->addListener('router.pre_generate', [=> function () {
  2196.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2197.         }, => 'firstPageOfMainCityToMain'], 0);
  2198.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2199.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2200.         }, => 'addSidebarPlacement'], 0);
  2201.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2202.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2203.         }, => 'removePlacementHiding'], 10);
  2204.         $instance->addListener('saloon.removed_from_adboard', [=> function () {
  2205.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2206.         }, => 'deleteSidebarPlacement'], 0);
  2207.         $instance->addListener('saloon.prolonged_on_adboard', [=> function () {
  2208.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2209.         }, => 'prolongSidebarPlacement'], 0);
  2210.         $instance->addListener('saloon.comment.added', [=> function () {
  2211.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2212.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2213.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2214.             return ($this->privates['App\\EventSubscriber\\SitemapSubscriber'] ?? $this->load('getSitemapSubscriberService'));
  2215.         }, => 'populate'], 0);
  2216.         $instance->addListener('security.interactive_login', [=> function () {
  2217.             return ($this->privates['App\\EventSubscriber\\StaffLoginSubscriber'] ?? $this->load('getStaffLoginSubscriberService'));
  2218.         }, => 'onLogin'], 0);
  2219.         $instance->addListener('uploaded_file_modified', [=> function () {
  2220.             return ($this->privates['App\\EventSubscriber\\UploadedFileSubscriber'] ?? $this->load('getUploadedFileSubscriberService'));
  2221.         }, => 'uploadedFileModified'], 0);
  2222.         $instance->addListener('security.interactive_login', [=> function () {
  2223.             return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  2224.         }, => 'onLogin'], 0);
  2225.         $instance->addListener('user.register', [=> function () {
  2226.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2227.         }, => 'onUserRegister'], 0);
  2228.         $instance->addListener('user.register.success', [=> function () {
  2229.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2230.         }, => 'onUserRegisterSuccess'], 0);
  2231.         $instance->addListener('user.not.full.register', [=> function () {
  2232.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2233.         }, => 'onUserNotFullRegister'], 0);
  2234.         $instance->addListener('receive.password.event', [=> function () {
  2235.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2236.         }, => 'onUserReceivePassword'], 0);
  2237.         $instance->addListener('password.changed.event', [=> function () {
  2238.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2239.         }, => 'onUserPasswordChanged'], 0);
  2240.         $instance->addListener('account.enrollment', [=> function () {
  2241.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2242.         }, => 'onAccountEnrollment'], 0);
  2243.         $instance->addListener('kernel.response', [=> function () {
  2244.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2245.         }, => 'onKernelResponse'], 0);
  2246.         $instance->addListener('kernel.response', [=> function () {
  2247.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2248.         }, => 'onKernelResponse'], -1024);
  2249.         $instance->addListener('kernel.request', [=> function () {
  2250.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2251.         }, => 'setDefaultLocale'], 100);
  2252.         $instance->addListener('kernel.request', [=> function () {
  2253.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2254.         }, => 'onKernelRequest'], 16);
  2255.         $instance->addListener('kernel.finish_request', [=> function () {
  2256.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2257.         }, => 'onKernelFinishRequest'], 0);
  2258.         $instance->addListener('kernel.request', [=> function () {
  2259.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2260.         }, => 'onKernelRequest'], 256);
  2261.         $instance->addListener('kernel.response', [=> function () {
  2262.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2263.         }, => 'onResponse'], -255);
  2264.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2265.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2266.         }, => 'onControllerArguments'], 0);
  2267.         $instance->addListener('kernel.exception', [=> function () {
  2268.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2269.         }, => 'logKernelException'], 0);
  2270.         $instance->addListener('kernel.exception', [=> function () {
  2271.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2272.         }, => 'onKernelException'], -128);
  2273.         $instance->addListener('kernel.response', [=> function () {
  2274.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2275.         }, => 'removeCspHeader'], -128);
  2276.         $instance->addListener('kernel.request', [=> function () {
  2277.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2278.         }, => 'onKernelRequest'], 15);
  2279.         $instance->addListener('kernel.finish_request', [=> function () {
  2280.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2281.         }, => 'onKernelFinishRequest'], -15);
  2282.         $instance->addListener('console.error', [=> function () {
  2283.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2284.         }, => 'onConsoleError'], -128);
  2285.         $instance->addListener('console.terminate', [=> function () {
  2286.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2287.         }, => 'onConsoleTerminate'], -128);
  2288.         $instance->addListener('console.error', [=> function () {
  2289.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2290.         }, => 'onConsoleError'], 0);
  2291.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2292.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2293.         }, => 'onMessage'], -255);
  2294.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2295.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2296.         }, => 'onMessage'], -255);
  2297.         $instance->addListener('kernel.response', [=> function () {
  2298.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2299.         }, => 'onKernelResponse'], 0);
  2300.         $instance->addListener('kernel.request', [=> function () {
  2301.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2302.         }, => 'onKernelRequest'], 48);
  2303.         $instance->addListener('kernel.request', [=> function () {
  2304.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2305.         }, => 'configure'], 2048);
  2306.         $instance->addListener('console.command', [=> function () {
  2307.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2308.         }, => 'configure'], 2048);
  2309.         $instance->addListener('kernel.request', [=> function () {
  2310.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2311.         }, => 'onKernelRequest'], 32);
  2312.         $instance->addListener('kernel.finish_request', [=> function () {
  2313.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2314.         }, => 'onKernelFinishRequest'], 0);
  2315.         $instance->addListener('kernel.exception', [=> function () {
  2316.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2317.         }, => 'onKernelException'], -64);
  2318.         $instance->addListener('kernel.response', [=> function () {
  2319.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2320.         }, => 'onKernelResponse'], 0);
  2321.         $instance->addListener('kernel.request', [=> function () {
  2322.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2323.         }, => 'onKernelRequest'], 128);
  2324.         $instance->addListener('kernel.response', [=> function () {
  2325.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2326.         }, => 'onKernelResponse'], -1000);
  2327.         $instance->addListener('kernel.finish_request', [=> function () {
  2328.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2329.         }, => 'onFinishRequest'], 0);
  2330.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2331.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2332.         }, => 'onMessageFailed'], 100);
  2333.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2334.             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()));
  2335.         }, => 'onMessageFailed'], 200);
  2336.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2337.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  2338.         }, => 'onMessageFailed'], -100);
  2339.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2340.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2341.         }, => 'onWorkerStarted'], 0);
  2342.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2343.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2344.         }, => 'onWorkerRunning'], 0);
  2345.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2346.             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()));
  2347.         }, => 'onMessageFailed'], 0);
  2348.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2349.             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()));
  2350.         }, => 'onWorkerRunning'], 0);
  2351.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2352.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2353.         }, => 'onNotification'], -255);
  2354.         $instance->addListener('kernel.response', [=> function () {
  2355.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2356.         }, => 'onKernelResponse'], -100);
  2357.         $instance->addListener('kernel.exception', [=> function () {
  2358.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2359.         }, => 'onKernelException'], 0);
  2360.         $instance->addListener('kernel.terminate', [=> function () {
  2361.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2362.         }, => 'onKernelTerminate'], -1024);
  2363.         $instance->addListener('kernel.controller', [=> function () {
  2364.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2365.         }, => 'onKernelController'], 0);
  2366.         $instance->addListener('kernel.response', [=> function () {
  2367.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2368.         }, => 'onKernelResponse'], 0);
  2369.         $instance->addListener('kernel.controller', [=> function () {
  2370.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2371.         }, => 'onKernelController'], 0);
  2372.         $instance->addListener('kernel.controller', [=> function () {
  2373.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2374.         }, => 'onKernelController'], 0);
  2375.         $instance->addListener('kernel.controller', [=> function () {
  2376.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2377.         }, => 'onKernelController'], -128);
  2378.         $instance->addListener('kernel.view', [=> function () {
  2379.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2380.         }, => 'onKernelView'], 0);
  2381.         $instance->addListener('kernel.controller', [=> function () {
  2382.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2383.         }, => 'onKernelController'], 0);
  2384.         $instance->addListener('kernel.response', [=> function () {
  2385.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2386.         }, => 'onKernelResponse'], 0);
  2387.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2388.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2389.         }, => 'onKernelControllerArguments'], 0);
  2390.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2391.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2392.         }, => 'onKernelControllerArguments'], 0);
  2393.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2394.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2395.         }, => 'onWorkerMessageHandled'], 0);
  2396.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2397.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2398.         }, => 'onWorkerMessageFailed'], 0);
  2399.         $instance->addListener('kernel.response', [=> function () {
  2400.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2401.         }, => 'onKernelResponse'], 0);
  2402.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2403.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2404.         }, => 'onVoterVote'], 0);
  2405.         $instance->addListener('kernel.request', [=> function () {
  2406.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2407.         }, => 'configureLogoutUrlGenerator'], 8);
  2408.         $instance->addListener('kernel.request', [=> function () {
  2409.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2410.         }, => 'onKernelRequest'], 8);
  2411.         $instance->addListener('kernel.finish_request', [=> function () {
  2412.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2413.         }, => 'onKernelFinishRequest'], 0);
  2414.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2415.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2416.         }, => 'onMessage'], 0);
  2417.         $instance->addListener('kernel.response', [=> function () {
  2418.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2419.         }, => 'onKernelResponse'], -128);
  2420.         $instance->addListener('console.command', [=> function () {
  2421.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2422.         }, => 'configure'], 1024);
  2423.         $instance->addListener('kernel.request', [=> function () {
  2424.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  2425.         }, => 'onKernelRequest'], 0);
  2426.         $instance->addListener('kernel.request', [=> function () {
  2427.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2428.         }, => 'onKernelRequest'], 0);
  2429.         $instance->addListener('kernel.request', [=> function () {
  2430.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2431.         }, => 'onKernelRequest'], 0);
  2432.         $instance->addListener('kernel.controller', [=> function () {
  2433.             return ($this->services['flagception.listener.annotation_subscriber'] ?? $this->getFlagception_Listener_AnnotationSubscriberService());
  2434.         }, => 'onKernelController'], 0);
  2435.         $instance->addListener('kernel.controller', [=> function () {
  2436.             return ($this->services['flagception.listener.routing_metadata_subscriber'] ?? $this->getFlagception_Listener_RoutingMetadataSubscriberService());
  2437.         }, => 'onKernelController'], 0);
  2438.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2439.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  2440.         }, => 'registerRouteAnnotation'], 0);
  2441.         $instance->addListener('easy_admin.post_list_query_builder', [=> function () {
  2442.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2443.         }, => 'onPostListQueryBuilder'], 0);
  2444.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2445.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2446.         }, => 'onPostSearchQueryBuilder'], 0);
  2447.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  2448.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  2449.         }, => 'filterObjects'], 0);
  2450.         $instance->addListener('kernel.finish_request', [=> function () {
  2451.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2452.         }, => 'resetAssets'], 0);
  2453.         $instance->addListener('knp_pager.before', [=> function () {
  2454.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2455.         }, => 'before'], 0);
  2456.         $instance->addListener('knp_pager.pagination', [=> function () {
  2457.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2458.         }, => 'pagination'], 0);
  2459.         $instance->addListener('knp_pager.before', [=> function () {
  2460.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2461.         }, => 'before'], 1);
  2462.         $instance->addListener('knp_pager.before', [=> function () {
  2463.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2464.         }, => 'before'], 1);
  2465.         $instance->addListener('knp_pager.pagination', [=> function () {
  2466.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2467.         }, => 'pagination'], 1);
  2468.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2469.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2470.         }, => 'onLogout'], 0);
  2471.         $instance->addListener('knp_pager.items', [=> function () {
  2472.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  2473.         }, => 'items'], 1);
  2474.         $instance->addListener('knp_pager.items', [=> function () {
  2475.             return ($this->services['porpaginas.twig.subscriber'] ?? ($this->services['porpaginas.twig.subscriber'] = new \Porpaginas\KnpPager\PorpaginasSubscriber()));
  2476.         }, => 'items'], 0);
  2477.         return $instance;
  2478.     }
  2479.     /**
  2480.      * Gets the public 'flagception.listener.annotation_subscriber' shared service.
  2481.      *
  2482.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\AnnotationSubscriber
  2483.      */
  2484.     protected function getFlagception_Listener_AnnotationSubscriberService()
  2485.     {
  2486.         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()));
  2487.     }
  2488.     /**
  2489.      * Gets the public 'flagception.listener.routing_metadata_subscriber' shared service.
  2490.      *
  2491.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber
  2492.      */
  2493.     protected function getFlagception_Listener_RoutingMetadataSubscriberService()
  2494.     {
  2495.         return $this->services['flagception.listener.routing_metadata_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  2496.     }
  2497.     /**
  2498.      * Gets the public 'flagception.manager.feature_manager' shared service.
  2499.      *
  2500.      * @return \Flagception\Manager\FeatureManager
  2501.      */
  2502.     protected function getFlagception_Manager_FeatureManagerService()
  2503.     {
  2504.         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())));
  2505.     }
  2506.     /**
  2507.      * Gets the public 'geographical_names_inflection.inflector' shared service.
  2508.      *
  2509.      * @return \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection
  2510.      */
  2511.     protected function getGeographicalNamesInflection_InflectorService()
  2512.     {
  2513.         return $this->services['geographical_names_inflection.inflector'] = new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection([=> '*о'=> 'химки'], ['мытищи' => ['genitive' => '[-1]']]);
  2514.     }
  2515.     /**
  2516.      * Gets the public 'http_kernel' shared service.
  2517.      *
  2518.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2519.      */
  2520.     protected function getHttpKernelService()
  2521.     {
  2522.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2523.         if (isset($this->services['http_kernel'])) {
  2524.             return $this->services['http_kernel'];
  2525.         }
  2526.         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 () {
  2527.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2528.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2529.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2530.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2531.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2532.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2533.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2534.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2535.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2536.     }
  2537.     /**
  2538.      * Gets the public 'knp_menu.matcher' shared service.
  2539.      *
  2540.      * @return \Knp\Menu\Matcher\Matcher
  2541.      */
  2542.     protected function getKnpMenu_MatcherService()
  2543.     {
  2544.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2545.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2546.         }, 1));
  2547.     }
  2548.     /**
  2549.      * Gets the public 'knp_paginator' shared service.
  2550.      *
  2551.      * @return \Knp\Component\Pager\Paginator
  2552.      */
  2553.     protected function getKnpPaginatorService($lazyLoad true)
  2554.     {
  2555.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2556.         if (isset($this->services['knp_paginator'])) {
  2557.             return $this->services['knp_paginator'];
  2558.         }
  2559.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2560.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2561.         return $instance;
  2562.     }
  2563.     /**
  2564.      * Gets the public 'messenger.default_bus' shared service.
  2565.      *
  2566.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2567.      */
  2568.     protected function getMessenger_DefaultBusService()
  2569.     {
  2570.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2571.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2572.             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')));
  2573.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2574.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2575.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2576.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2577.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2578.         }, 7)));
  2579.     }
  2580.     /**
  2581.      * Gets the public 'monolog.logger.deprecation' shared service.
  2582.      *
  2583.      * @return \Symfony\Bridge\Monolog\Logger
  2584.      */
  2585.     protected function getMonolog_Logger_DeprecationService()
  2586.     {
  2587.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2588.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2589.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2590.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2591.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2592.         return $instance;
  2593.     }
  2594.     /**
  2595.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  2596.      *
  2597.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  2598.      */
  2599.     protected function getOneupUploader_Templating_UploaderHelperService()
  2600.     {
  2601.         $a = ($this->services['router'] ?? $this->getRouterService());
  2602.         if (isset($this->services['oneup_uploader.templating.uploader_helper'])) {
  2603.             return $this->services['oneup_uploader.templating.uploader_helper'];
  2604.         }
  2605.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper($a$this->parameters['oneup_uploader.maxsize']);
  2606.     }
  2607.     /**
  2608.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  2609.      *
  2610.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  2611.      */
  2612.     protected function getOneupUploader_Twig_Extension_UploaderService()
  2613.     {
  2614.         $a = ($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService());
  2615.         if (isset($this->services['oneup_uploader.twig.extension.uploader'])) {
  2616.             return $this->services['oneup_uploader.twig.extension.uploader'];
  2617.         }
  2618.         return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension($a);
  2619.     }
  2620.     /**
  2621.      * Gets the public 'porpaginas.twig.extension' shared service.
  2622.      *
  2623.      * @return \Porpaginas\Twig\PorpaginasExtension
  2624.      */
  2625.     protected function getPorpaginas_Twig_ExtensionService()
  2626.     {
  2627.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  2628.         if (isset($this->services['porpaginas.twig.extension'])) {
  2629.             return $this->services['porpaginas.twig.extension'];
  2630.         }
  2631.         return $this->services['porpaginas.twig.extension'] = new \Porpaginas\Twig\PorpaginasExtension(new \AngelGamez\PorpaginasBundle\Twig\KnpPagerRenderingAdapter($a));
  2632.     }
  2633.     /**
  2634.      * Gets the public 'request_stack' shared service.
  2635.      *
  2636.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2637.      */
  2638.     protected function getRequestStackService()
  2639.     {
  2640.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2641.     }
  2642.     /**
  2643.      * Gets the public 'router' shared autowired service.
  2644.      *
  2645.      * @return \App\Routing\DynamicRouter
  2646.      */
  2647.     protected function getRouterService()
  2648.     {
  2649.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2650.         if (isset($this->services['router'])) {
  2651.             return $this->services['router'];
  2652.         }
  2653.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  2654.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2655.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2656.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2657.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2658.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2659.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2660.         ], [
  2661.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2662.         ]))->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');
  2663.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2664.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2665.         return $this->services['router'] = new \App\Routing\DynamicRouter($c$a);
  2666.     }
  2667.     /**
  2668.      * Gets the public 'translator' shared service.
  2669.      *
  2670.      * @return \AngelGamez\TranslatableBundle\Translation\Translator
  2671.      */
  2672.     protected function getTranslatorService()
  2673.     {
  2674.         return $this->services['translator'] = new \AngelGamez\TranslatableBundle\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  2675.     }
  2676.     /**
  2677.      * Gets the public 'var_dumper.cloner' shared service.
  2678.      *
  2679.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2680.      */
  2681.     protected function getVarDumper_ClonerService()
  2682.     {
  2683.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2684.         $instance->setMaxItems(2500);
  2685.         $instance->setMinDepth(1);
  2686.         $instance->setMaxString(-1);
  2687.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2688.         return $instance;
  2689.     }
  2690.     /**
  2691.      * Gets the private '.debug.http_client' shared service.
  2692.      *
  2693.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2694.      */
  2695.     protected function get_Debug_HttpClientService()
  2696.     {
  2697.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2698.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2699.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2700.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2701.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2702.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2703.         $a->setLogger($b);
  2704.         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))));
  2705.     }
  2706.     /**
  2707.      * Gets the private '.service_locator.KLVvNIq' shared service.
  2708.      *
  2709.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2710.      */
  2711.     protected function get_ServiceLocator_KLVvNIqService()
  2712.     {
  2713.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2714.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  2715.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  2716.         ], [
  2717.             'doctrine.ulid_generator' => '?',
  2718.             'doctrine.uuid_generator' => '?',
  2719.         ]);
  2720.     }
  2721.     /**
  2722.      * Gets the private '.service_locator.Tip.8_I' shared service.
  2723.      *
  2724.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2725.      */
  2726.     protected function get_ServiceLocator_Tip_8IService()
  2727.     {
  2728.         return $this->privates['.service_locator.Tip.8_I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2729.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2730.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2731.             'security.firewall.map.context.management' => ['privates''security.firewall.map.context.management''getSecurity_Firewall_Map_Context_ManagementService'true],
  2732.         ], [
  2733.             'security.firewall.map.context.dev' => '?',
  2734.             'security.firewall.map.context.main' => '?',
  2735.             'security.firewall.map.context.management' => '?',
  2736.         ]);
  2737.     }
  2738.     /**
  2739.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper' shared service.
  2740.      *
  2741.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper
  2742.      */
  2743.     protected function getEmbeddedListHelperService()
  2744.     {
  2745.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getParameter('easyadmin.config'));
  2746.     }
  2747.     /**
  2748.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper' shared service.
  2749.      *
  2750.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
  2751.      */
  2752.     protected function getListFormFiltersHelperService()
  2753.     {
  2754.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2755.         if (isset($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'])) {
  2756.             return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'];
  2757.         }
  2758.         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);
  2759.     }
  2760.     /**
  2761.      * Gets the private 'App\EventSubscriber\ApiAccessSubscriber' shared autowired service.
  2762.      *
  2763.      * @return \App\EventSubscriber\ApiAccessSubscriber
  2764.      */
  2765.     protected function getApiAccessSubscriberService()
  2766.     {
  2767.         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)))));
  2768.     }
  2769.     /**
  2770.      * Gets the private 'App\EventSubscriber\BadWordsReplaceSubscriber' shared autowired service.
  2771.      *
  2772.      * @return \App\EventSubscriber\BadWordsReplaceSubscriber
  2773.      */
  2774.     protected function getBadWordsReplaceSubscriberService()
  2775.     {
  2776.         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()));
  2777.     }
  2778.     /**
  2779.      * Gets the private 'App\EventSubscriber\BanLogoutSubscriber' shared autowired service.
  2780.      *
  2781.      * @return \App\EventSubscriber\BanLogoutSubscriber
  2782.      */
  2783.     protected function getBanLogoutSubscriberService()
  2784.     {
  2785.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2786.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2787.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2788.         }
  2789.         $b = ($this->services['router'] ?? $this->getRouterService());
  2790.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2791.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2792.         }
  2793.         return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] = new \App\EventSubscriber\BanLogoutSubscriber($a$b);
  2794.     }
  2795.     /**
  2796.      * Gets the private 'App\EventSubscriber\CityCaseRedirectSubscriber' shared autowired service.
  2797.      *
  2798.      * @return \App\EventSubscriber\CityCaseRedirectSubscriber
  2799.      */
  2800.     protected function getCityCaseRedirectSubscriberService()
  2801.     {
  2802.         $a = ($this->services['App\\Http\\CityCaseRedirector'] ?? $this->getCityCaseRedirectorService());
  2803.         if (isset($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'])) {
  2804.             return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'];
  2805.         }
  2806.         return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] = new \App\EventSubscriber\CityCaseRedirectSubscriber($a);
  2807.     }
  2808.     /**
  2809.      * Gets the private 'App\EventSubscriber\CommentBanSubscriber' shared autowired service.
  2810.      *
  2811.      * @return \App\EventSubscriber\CommentBanSubscriber
  2812.      */
  2813.     protected function getCommentBanSubscriberService()
  2814.     {
  2815.         $a = ($this->privates['App\\Service\\CustomerBanService'] ?? $this->getCustomerBanServiceService());
  2816.         if (isset($this->privates['App\\EventSubscriber\\CommentBanSubscriber'])) {
  2817.             return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'];
  2818.         }
  2819.         return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'] = new \App\EventSubscriber\CommentBanSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a);
  2820.     }
  2821.     /**
  2822.      * Gets the private 'App\EventSubscriber\DoctrineEntityFilterSubscriber' shared autowired service.
  2823.      *
  2824.      * @return \App\EventSubscriber\DoctrineEntityFilterSubscriber
  2825.      */
  2826.     protected function getDoctrineEntityFilterSubscriberService()
  2827.     {
  2828.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2829.         if (isset($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'])) {
  2830.             return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'];
  2831.         }
  2832.         return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] = new \App\EventSubscriber\DoctrineEntityFilterSubscriber($a);
  2833.     }
  2834.     /**
  2835.      * Gets the private 'App\EventSubscriber\DomainRedirectSubscriber' shared autowired service.
  2836.      *
  2837.      * @return \App\EventSubscriber\DomainRedirectSubscriber
  2838.      */
  2839.     protected function getDomainRedirectSubscriberService()
  2840.     {
  2841.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2842.         if (isset($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'])) {
  2843.             return $this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'];
  2844.         }
  2845.         return $this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'] = new \App\EventSubscriber\DomainRedirectSubscriber(new \App\Http\DomainRedirector(($this->services['app.features'] ?? $this->getApp_FeaturesService()), $this->getEnv('MAIN_DOMAIN'), $this->getEnv('MIRROR_DOMAIN'), $this->getEnv('resolve:REDIRECT_PATHS'), $a));
  2846.     }
  2847.     /**
  2848.      * Gets the private 'App\EventSubscriber\EnumSubscriber' shared autowired service.
  2849.      *
  2850.      * @return \App\EventSubscriber\EnumSubscriber
  2851.      */
  2852.     protected function getEnumSubscriberService()
  2853.     {
  2854.         return $this->privates['App\\EventSubscriber\\EnumSubscriber'] = new \App\EventSubscriber\EnumSubscriber(($this->privates['App\\Service\\EnumUriLoader'] ?? $this->getEnumUriLoaderService()));
  2855.     }
  2856.     /**
  2857.      * Gets the private 'App\EventSubscriber\KernelSubscriber' shared autowired service.
  2858.      *
  2859.      * @return \App\EventSubscriber\KernelSubscriber
  2860.      */
  2861.     protected function getKernelSubscriberService()
  2862.     {
  2863.         return $this->privates['App\\EventSubscriber\\KernelSubscriber'] = new \App\EventSubscriber\KernelSubscriber(($this->privates['App\\Service\\ProfileCtrService'] ?? $this->getProfileCtrServiceService()));
  2864.     }
  2865.     /**
  2866.      * Gets the private 'App\EventSubscriber\PageMetadataSubscriber' shared autowired service.
  2867.      *
  2868.      * @return \App\EventSubscriber\PageMetadataSubscriber
  2869.      */
  2870.     protected function getPageMetadataSubscriberService()
  2871.     {
  2872.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2873.         if (isset($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'])) {
  2874.             return $this->privates['App\\EventSubscriber\\PageMetadataSubscriber'];
  2875.         }
  2876.         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))));
  2877.     }
  2878.     /**
  2879.      * Gets the private 'App\EventSubscriber\ProfileListOrderingSubscriber' shared autowired service.
  2880.      *
  2881.      * @return \App\EventSubscriber\ProfileListOrderingSubscriber
  2882.      */
  2883.     protected function getProfileListOrderingSubscriberService()
  2884.     {
  2885.         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())));
  2886.     }
  2887.     /**
  2888.      * Gets the private 'App\Repository\AccountEnrollmentRepository' shared autowired service.
  2889.      *
  2890.      * @return \App\Repository\AccountEnrollmentRepository
  2891.      */
  2892.     protected function getAccountEnrollmentRepositoryService()
  2893.     {
  2894.         return $this->privates['App\\Repository\\AccountEnrollmentRepository'] = new \App\Repository\AccountEnrollmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2895.     }
  2896.     /**
  2897.      * Gets the private 'App\Repository\ApprovalRequestsRepository' shared autowired service.
  2898.      *
  2899.      * @return \App\Repository\ApprovalRequestsRepository
  2900.      */
  2901.     protected function getApprovalRequestsRepositoryService()
  2902.     {
  2903.         return $this->privates['App\\Repository\\ApprovalRequestsRepository'] = new \App\Repository\ApprovalRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2904.     }
  2905.     /**
  2906.      * Gets the private 'App\Repository\BannedEmailRepository' shared autowired service.
  2907.      *
  2908.      * @return \App\Repository\BannedEmailRepository
  2909.      */
  2910.     protected function getBannedEmailRepositoryService()
  2911.     {
  2912.         return $this->privates['App\\Repository\\BannedEmailRepository'] = new \App\Repository\BannedEmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2913.     }
  2914.     /**
  2915.      * Gets the private 'App\Repository\CityRepository' shared autowired service.
  2916.      *
  2917.      * @return \App\Repository\CityRepository
  2918.      */
  2919.     protected function getCityRepositoryService()
  2920.     {
  2921.         return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2922.     }
  2923.     /**
  2924.      * Gets the private 'App\Repository\DistrictRepository' shared autowired service.
  2925.      *
  2926.      * @return \App\Repository\DistrictRepository
  2927.      */
  2928.     protected function getDistrictRepositoryService()
  2929.     {
  2930.         return $this->privates['App\\Repository\\DistrictRepository'] = new \App\Repository\DistrictRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2931.     }
  2932.     /**
  2933.      * Gets the private 'App\Repository\ModerationRequestsRepository' shared autowired service.
  2934.      *
  2935.      * @return \App\Repository\ModerationRequestsRepository
  2936.      */
  2937.     protected function getModerationRequestsRepositoryService()
  2938.     {
  2939.         return $this->privates['App\\Repository\\ModerationRequestsRepository'] = new \App\Repository\ModerationRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2940.     }
  2941.     /**
  2942.      * Gets the private 'App\Repository\PageMetadataRepository' shared autowired service.
  2943.      *
  2944.      * @return \App\Repository\PageMetadataRepository
  2945.      */
  2946.     protected function getPageMetadataRepositoryService()
  2947.     {
  2948.         return $this->privates['App\\Repository\\PageMetadataRepository'] = new \App\Repository\PageMetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2949.     }
  2950.     /**
  2951.      * Gets the private 'App\Repository\PaidPlacementPriceRepository' shared autowired service.
  2952.      *
  2953.      * @return \App\Repository\PaidPlacementPriceRepository
  2954.      */
  2955.     protected function getPaidPlacementPriceRepositoryService()
  2956.     {
  2957.         return $this->privates['App\\Repository\\PaidPlacementPriceRepository'] = new \App\Repository\PaidPlacementPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2958.     }
  2959.     /**
  2960.      * Gets the private 'App\Repository\ProfileCommentRepository' shared autowired service.
  2961.      *
  2962.      * @return \App\Repository\ProfileCommentRepository
  2963.      */
  2964.     protected function getProfileCommentRepositoryService()
  2965.     {
  2966.         return $this->privates['App\\Repository\\ProfileCommentRepository'] = new \App\Repository\ProfileCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2967.     }
  2968.     /**
  2969.      * Gets the private 'App\Repository\ProfileCtrRepository' shared autowired service.
  2970.      *
  2971.      * @return \App\Repository\ProfileCtrRepository
  2972.      */
  2973.     protected function getProfileCtrRepositoryService()
  2974.     {
  2975.         return $this->privates['App\\Repository\\ProfileCtrRepository'] = new \App\Repository\ProfileCtrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2976.     }
  2977.     /**
  2978.      * Gets the private 'App\Repository\ProfileKVRepository' shared autowired service.
  2979.      *
  2980.      * @return \App\Repository\ProfileKVRepository
  2981.      */
  2982.     protected function getProfileKVRepositoryService()
  2983.     {
  2984.         return $this->privates['App\\Repository\\ProfileKVRepository'] = new \App\Repository\ProfileKVRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2985.     }
  2986.     /**
  2987.      * Gets the private 'App\Repository\ProfilePlanPlacementRepository' shared autowired service.
  2988.      *
  2989.      * @return \App\Repository\ProfilePlanPlacementRepository
  2990.      */
  2991.     protected function getProfilePlanPlacementRepositoryService()
  2992.     {
  2993.         return $this->privates['App\\Repository\\ProfilePlanPlacementRepository'] = new \App\Repository\ProfilePlanPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2994.     }
  2995.     /**
  2996.      * Gets the private 'App\Repository\ProfileRepository' shared autowired service.
  2997.      *
  2998.      * @return \App\Repository\ProfileRepository
  2999.      */
  3000.     protected function getProfileRepositoryService()
  3001.     {
  3002.         return $this->privates['App\\Repository\\ProfileRepository'] = new \App\Repository\ProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3003.     }
  3004.     /**
  3005.      * Gets the private 'App\Repository\ProfileSidebarPlacementRepository' shared autowired service.
  3006.      *
  3007.      * @return \App\Repository\ProfileSidebarPlacementRepository
  3008.      */
  3009.     protected function getProfileSidebarPlacementRepositoryService()
  3010.     {
  3011.         return $this->privates['App\\Repository\\ProfileSidebarPlacementRepository'] = new \App\Repository\ProfileSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3012.     }
  3013.     /**
  3014.      * Gets the private 'App\Repository\ProfileTopPlacementRepository' shared autowired service.
  3015.      *
  3016.      * @return \App\Repository\ProfileTopPlacementRepository
  3017.      */
  3018.     protected function getProfileTopPlacementRepositoryService()
  3019.     {
  3020.         return $this->privates['App\\Repository\\ProfileTopPlacementRepository'] = new \App\Repository\ProfileTopPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3021.     }
  3022.     /**
  3023.      * Gets the private 'App\Repository\SaloonRepository' shared autowired service.
  3024.      *
  3025.      * @return \App\Repository\SaloonRepository
  3026.      */
  3027.     protected function getSaloonRepositoryService()
  3028.     {
  3029.         return $this->privates['App\\Repository\\SaloonRepository'] = new \App\Repository\SaloonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3030.     }
  3031.     /**
  3032.      * Gets the private 'App\Repository\SaloonSidebarPlacementRepository' shared autowired service.
  3033.      *
  3034.      * @return \App\Repository\SaloonSidebarPlacementRepository
  3035.      */
  3036.     protected function getSaloonSidebarPlacementRepositoryService()
  3037.     {
  3038.         return $this->privates['App\\Repository\\SaloonSidebarPlacementRepository'] = new \App\Repository\SaloonSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3039.     }
  3040.     /**
  3041.      * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  3042.      *
  3043.      * @return \App\Repository\ServiceRepository
  3044.      */
  3045.     protected function getServiceRepositoryService()
  3046.     {
  3047.         return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3048.     }
  3049.     /**
  3050.      * Gets the private 'App\Repository\SidebarPlacementRepository' shared autowired service.
  3051.      *
  3052.      * @return \App\Repository\SidebarPlacementRepository
  3053.      */
  3054.     protected function getSidebarPlacementRepositoryService()
  3055.     {
  3056.         return $this->privates['App\\Repository\\SidebarPlacementRepository'] = new \App\Repository\SidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3057.     }
  3058.     /**
  3059.      * Gets the private 'App\Repository\StationRepository' shared autowired service.
  3060.      *
  3061.      * @return \App\Repository\StationRepository
  3062.      */
  3063.     protected function getStationRepositoryService()
  3064.     {
  3065.         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()));
  3066.     }
  3067.     /**
  3068.      * Gets the private 'App\Repository\SupportMessagesRepository' shared autowired service.
  3069.      *
  3070.      * @return \App\Repository\SupportMessagesRepository
  3071.      */
  3072.     protected function getSupportMessagesRepositoryService()
  3073.     {
  3074.         return $this->privates['App\\Repository\\SupportMessagesRepository'] = new \App\Repository\SupportMessagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3075.     }
  3076.     /**
  3077.      * Gets the private 'App\Repository\SystemVariablesRepository' shared autowired service.
  3078.      *
  3079.      * @return \App\Repository\SystemVariablesRepository
  3080.      */
  3081.     protected function getSystemVariablesRepositoryService()
  3082.     {
  3083.         return $this->privates['App\\Repository\\SystemVariablesRepository'] = new \App\Repository\SystemVariablesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3084.     }
  3085.     /**
  3086.      * Gets the private 'App\Service\AccountChargesDurationEstimator' shared autowired service.
  3087.      *
  3088.      * @return \App\Service\AccountChargesDurationEstimator
  3089.      */
  3090.     protected function getAccountChargesDurationEstimatorService()
  3091.     {
  3092.         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\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3093.     }
  3094.     /**
  3095.      * Gets the private 'App\Service\AccountChargesDurationPresenter' shared autowired service.
  3096.      *
  3097.      * @return \App\Service\AccountChargesDurationPresenter
  3098.      */
  3099.     protected function getAccountChargesDurationPresenterService()
  3100.     {
  3101.         return $this->privates['App\\Service\\AccountChargesDurationPresenter'] = new \App\Service\AccountChargesDurationPresenter(($this->services['translator'] ?? $this->getTranslatorService()));
  3102.     }
  3103.     /**
  3104.      * Gets the private 'App\Service\AccountFinances' shared autowired service.
  3105.      *
  3106.      * @return \App\Service\AccountFinances
  3107.      */
  3108.     protected function getAccountFinancesService()
  3109.     {
  3110.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3111.         if (isset($this->privates['App\\Service\\AccountFinances'])) {
  3112.             return $this->privates['App\\Service\\AccountFinances'];
  3113.         }
  3114.         return $this->privates['App\\Service\\AccountFinances'] = new \App\Service\AccountFinances(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\AccountEnrollmentRepository'] ?? $this->getAccountEnrollmentRepositoryService()), $a);
  3115.     }
  3116.     /**
  3117.      * Gets the private 'App\Service\ApprovalService' shared autowired service.
  3118.      *
  3119.      * @return \App\Service\ApprovalService
  3120.      */
  3121.     protected function getApprovalServiceService()
  3122.     {
  3123.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3124.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3125.             return $this->privates['App\\Service\\ApprovalService'];
  3126.         }
  3127.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3128.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3129.             return $this->privates['App\\Service\\ApprovalService'];
  3130.         }
  3131.         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()));
  3132.     }
  3133.     /**
  3134.      * Gets the private 'App\Service\CityMainPagesLinkageService' shared autowired service.
  3135.      *
  3136.      * @return \App\Service\CityMainPagesLinkageService
  3137.      */
  3138.     protected function getCityMainPagesLinkageServiceService($lazyLoad true)
  3139.     {
  3140.         $a = ($this->services['router'] ?? $this->getRouterService());
  3141.         if (isset($this->privates['App\\Service\\CityMainPagesLinkageService'])) {
  3142.             return $this->privates['App\\Service\\CityMainPagesLinkageService'];
  3143.         }
  3144.         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()));
  3145.     }
  3146.     /**
  3147.      * Gets the private 'App\Service\ColdStartProfileRecommendationsCache' shared autowired service.
  3148.      *
  3149.      * @return \App\Service\ColdStartProfileRecommendationsCache
  3150.      */
  3151.     protected function getColdStartProfileRecommendationsCacheService()
  3152.     {
  3153.         return $this->privates['App\\Service\\ColdStartProfileRecommendationsCache'] = new \App\Service\ColdStartProfileRecommendationsCache(($this->privates['App\\Repository\\ProfileCtrRepository'] ?? $this->getProfileCtrRepositoryService()), ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  3154.     }
  3155.     /**
  3156.      * Gets the private 'App\Service\CountryCurrencyResolver' shared autowired service.
  3157.      *
  3158.      * @return \App\Service\CountryCurrencyResolver
  3159.      */
  3160.     protected function getCountryCurrencyResolverService()
  3161.     {
  3162.         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))));
  3163.     }
  3164.     /**
  3165.      * Gets the private 'App\Service\CurrentCityResolver' shared autowired service.
  3166.      *
  3167.      * @return \App\Service\CurrentCityResolver
  3168.      */
  3169.     protected function getCurrentCityResolverService()
  3170.     {
  3171.         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()));
  3172.     }
  3173.     /**
  3174.      * Gets the private 'App\Service\CustomerBanService' shared autowired service.
  3175.      *
  3176.      * @return \App\Service\CustomerBanService
  3177.      */
  3178.     protected function getCustomerBanServiceService()
  3179.     {
  3180.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3181.         if (isset($this->privates['App\\Service\\CustomerBanService'])) {
  3182.             return $this->privates['App\\Service\\CustomerBanService'];
  3183.         }
  3184.         return $this->privates['App\\Service\\CustomerBanService'] = new \App\Service\CustomerBanService(($this->privates['App\\Repository\\BannedEmailRepository'] ?? $this->getBannedEmailRepositoryService()), $a);
  3185.     }
  3186.     /**
  3187.      * Gets the private 'App\Service\DefaultCityProvider' shared autowired service.
  3188.      *
  3189.      * @return \App\Service\DefaultCityProvider
  3190.      */
  3191.     protected function getDefaultCityProviderService()
  3192.     {
  3193.         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))));
  3194.     }
  3195.     /**
  3196.      * Gets the private 'App\Service\DynamicPlacementPriceResolver' shared autowired service.
  3197.      *
  3198.      * @return \App\Service\DynamicPlacementPriceResolver
  3199.      */
  3200.     protected function getDynamicPlacementPriceResolverService()
  3201.     {
  3202.         return $this->privates['App\\Service\\DynamicPlacementPriceResolver'] = new \App\Service\DynamicPlacementPriceResolver(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()));
  3203.     }
  3204.     /**
  3205.      * Gets the private 'App\Service\EnumUriLoader' shared autowired service.
  3206.      *
  3207.      * @return \App\Service\EnumUriLoader
  3208.      */
  3209.     protected function getEnumUriLoaderService()
  3210.     {
  3211.         return $this->privates['App\\Service\\EnumUriLoader'] = new \App\Service\EnumUriLoader(($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  3212.     }
  3213.     /**
  3214.      * Gets the private 'App\Service\Features' shared autowired service.
  3215.      *
  3216.      * @return \App\Service\Features
  3217.      */
  3218.     protected function getFeaturesService()
  3219.     {
  3220.         return $this->privates['App\\Service\\Features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  3221.     }
  3222.     /**
  3223.      * Gets the private 'App\Service\GeoCategoryLinkageService' shared autowired service.
  3224.      *
  3225.      * @return \App\Service\GeoCategoryLinkageService
  3226.      */
  3227.     protected function getGeoCategoryLinkageServiceService()
  3228.     {
  3229.         $a = ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService());
  3230.         if (isset($this->privates['App\\Service\\GeoCategoryLinkageService'])) {
  3231.             return $this->privates['App\\Service\\GeoCategoryLinkageService'];
  3232.         }
  3233.         $b = ($this->services['router'] ?? $this->getRouterService());
  3234.         if (isset($this->privates['App\\Service\\GeoCategoryLinkageService'])) {
  3235.             return $this->privates['App\\Service\\GeoCategoryLinkageService'];
  3236.         }
  3237.         return $this->privates['App\\Service\\GeoCategoryLinkageService'] = new \App\Service\GeoCategoryLinkageService(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), $a, ($this->privates['App\\Service\\ProfileListSpecificationService'] ?? $this->getProfileListSpecificationServiceService()), $b, ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  3238.     }
  3239.     /**
  3240.      * Gets the private 'App\Service\InnerLinkageCircleService' shared autowired service.
  3241.      *
  3242.      * @return \App\Service\InnerLinkageCircleService
  3243.      */
  3244.     protected function getInnerLinkageCircleServiceService($lazyLoad true)
  3245.     {
  3246.         $a = ($this->services['router'] ?? $this->getRouterService());
  3247.         if (isset($this->privates['App\\Service\\InnerLinkageCircleService'])) {
  3248.             return $this->privates['App\\Service\\InnerLinkageCircleService'];
  3249.         }
  3250.         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()));
  3251.     }
  3252.     /**
  3253.      * Gets the private 'App\Service\ModerationService' shared autowired service.
  3254.      *
  3255.      * @return \App\Service\ModerationService
  3256.      */
  3257.     protected function getModerationServiceService()
  3258.     {
  3259.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3260.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3261.             return $this->privates['App\\Service\\ModerationService'];
  3262.         }
  3263.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3264.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3265.             return $this->privates['App\\Service\\ModerationService'];
  3266.         }
  3267.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3268.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3269.             return $this->privates['App\\Service\\ModerationService'];
  3270.         }
  3271.         $d = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3272.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3273.             return $this->privates['App\\Service\\ModerationService'];
  3274.         }
  3275.         $e = ($this->privates['App\\Service\\ApprovalService'] ?? $this->getApprovalServiceService());
  3276.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3277.             return $this->privates['App\\Service\\ModerationService'];
  3278.         }
  3279.         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);
  3280.     }
  3281.     /**
  3282.      * Gets the private 'App\Service\MoneyFormatterService' shared autowired service.
  3283.      *
  3284.      * @return \App\Service\MoneyFormatterService
  3285.      */
  3286.     protected function getMoneyFormatterServiceService()
  3287.     {
  3288.         return $this->privates['App\\Service\\MoneyFormatterService'] = new \App\Service\MoneyFormatterService(($this->privates['App\\Service\\CountryCurrencyResolver'] ?? $this->getCountryCurrencyResolverService()));
  3289.     }
  3290.     /**
  3291.      * Gets the private 'App\Service\PhoneNumberService' shared autowired service.
  3292.      *
  3293.      * @return \App\Service\PhoneNumberService
  3294.      */
  3295.     protected function getPhoneNumberServiceService()
  3296.     {
  3297.         return $this->privates['App\\Service\\PhoneNumberService'] = new \App\Service\PhoneNumberService(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()));
  3298.     }
  3299.     /**
  3300.      * Gets the private 'App\Service\ProfileAdBoard' shared autowired service.
  3301.      *
  3302.      * @return \App\Service\ProfileAdBoard
  3303.      */
  3304.     protected function getProfileAdBoardService()
  3305.     {
  3306.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3307.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3308.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3309.         }
  3310.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3311.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3312.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3313.         }
  3314.         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()));
  3315.     }
  3316.     /**
  3317.      * Gets the private 'App\Service\ProfileAvatar' shared autowired service.
  3318.      *
  3319.      * @return \App\Service\ProfileAvatar
  3320.      */
  3321.     protected function getProfileAvatarService()
  3322.     {
  3323.         return $this->privates['App\\Service\\ProfileAvatar'] = new \App\Service\ProfileAvatar(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3324.     }
  3325.     /**
  3326.      * Gets the private 'App\Service\ProfileBotHelper' shared autowired service.
  3327.      *
  3328.      * @return \App\Service\ProfileBotHelper
  3329.      */
  3330.     protected function getProfileBotHelperService()
  3331.     {
  3332.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3333.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3334.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3335.         }
  3336.         $b = ($this->services['router'] ?? $this->getRouterService());
  3337.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3338.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3339.         }
  3340.         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()), $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['App\\Service\\ColdStartProfileRecommendationsCache'] ?? $this->getColdStartProfileRecommendationsCacheService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3341.     }
  3342.     /**
  3343.      * Gets the private 'App\Service\ProfileChargesCalculator' shared autowired service.
  3344.      *
  3345.      * @return \App\Service\ProfileChargesCalculator
  3346.      */
  3347.     protected function getProfileChargesCalculatorService()
  3348.     {
  3349.         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()));
  3350.     }
  3351.     /**
  3352.      * Gets the private 'App\Service\ProfileCtrService' shared autowired service.
  3353.      *
  3354.      * @return \App\Service\ProfileCtrService
  3355.      */
  3356.     protected function getProfileCtrServiceService()
  3357.     {
  3358.         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()));
  3359.     }
  3360.     /**
  3361.      * Gets the private 'App\Service\ProfileList' shared autowired service.
  3362.      *
  3363.      * @return \App\Service\ProfileList
  3364.      */
  3365.     protected function getProfileListService()
  3366.     {
  3367.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3368.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3369.             return $this->privates['App\\Service\\ProfileList'];
  3370.         }
  3371.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3372.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3373.             return $this->privates['App\\Service\\ProfileList'];
  3374.         }
  3375.         $c = ($this->privates['App\\Service\\ProfileTopBoard'] ?? $this->getProfileTopBoardService());
  3376.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3377.             return $this->privates['App\\Service\\ProfileList'];
  3378.         }
  3379.         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);
  3380.     }
  3381.     /**
  3382.      * Gets the private 'App\Service\ProfileListSpecificationService' shared autowired service.
  3383.      *
  3384.      * @return \App\Service\ProfileListSpecificationService
  3385.      */
  3386.     protected function getProfileListSpecificationServiceService()
  3387.     {
  3388.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3389.         if (isset($this->privates['App\\Service\\ProfileListSpecificationService'])) {
  3390.             return $this->privates['App\\Service\\ProfileListSpecificationService'];
  3391.         }
  3392.         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()));
  3393.     }
  3394.     /**
  3395.      * Gets the private 'App\Service\ProfileRecommendationService' shared autowired service.
  3396.      *
  3397.      * @return \App\Service\ProfileRecommendationService
  3398.      */
  3399.     protected function getProfileRecommendationServiceService()
  3400.     {
  3401.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3402.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3403.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3404.         }
  3405.         $b = ($this->services['router'] ?? $this->getRouterService());
  3406.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3407.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3408.         }
  3409.         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()), $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['App\\Service\\ColdStartProfileRecommendationsCache'] ?? $this->getColdStartProfileRecommendationsCacheService()));
  3410.     }
  3411.     /**
  3412.      * Gets the private 'App\Service\ProfileTopBoard' shared autowired service.
  3413.      *
  3414.      * @return \App\Service\ProfileTopBoard
  3415.      */
  3416.     protected function getProfileTopBoardService()
  3417.     {
  3418.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3419.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3420.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3421.         }
  3422.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3423.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3424.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3425.         }
  3426.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3427.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3428.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3429.         }
  3430.         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);
  3431.     }
  3432.     /**
  3433.      * Gets the private 'App\Service\ResponsiveAssetsService' shared autowired service.
  3434.      *
  3435.      * @return \App\Service\ResponsiveAssetsService
  3436.      */
  3437.     protected function getResponsiveAssetsServiceService()
  3438.     {
  3439.         return $this->privates['App\\Service\\ResponsiveAssetsService'] = new \App\Service\ResponsiveAssetsService(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3440.     }
  3441.     /**
  3442.      * Gets the private 'App\Service\SaloonChargesCalculator' shared autowired service.
  3443.      *
  3444.      * @return \App\Service\SaloonChargesCalculator
  3445.      */
  3446.     protected function getSaloonChargesCalculatorService()
  3447.     {
  3448.         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()));
  3449.     }
  3450.     /**
  3451.      * Gets the private 'App\Service\SearchByKeywordsService' shared autowired service.
  3452.      *
  3453.      * @return \App\Service\SearchByKeywordsService
  3454.      */
  3455.     protected function getSearchByKeywordsServiceService()
  3456.     {
  3457.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3458.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3459.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3460.         }
  3461.         $b = ($this->services['router'] ?? $this->getRouterService());
  3462.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3463.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3464.         }
  3465.         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()));
  3466.     }
  3467.     /**
  3468.      * Gets the private 'App\Service\Sidebar' shared autowired service.
  3469.      *
  3470.      * @return \App\Service\Sidebar
  3471.      */
  3472.     protected function getSidebarService()
  3473.     {
  3474.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3475.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3476.             return $this->privates['App\\Service\\Sidebar'];
  3477.         }
  3478.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3479.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3480.             return $this->privates['App\\Service\\Sidebar'];
  3481.         }
  3482.         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);
  3483.     }
  3484.     /**
  3485.      * Gets the private 'App\Service\TimeZoneService' shared autowired service.
  3486.      *
  3487.      * @return \App\Service\TimeZoneService
  3488.      */
  3489.     protected function getTimeZoneServiceService()
  3490.     {
  3491.         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()));
  3492.     }
  3493.     /**
  3494.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  3495.      *
  3496.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  3497.      */
  3498.     protected function getLoginListenerService()
  3499.     {
  3500.         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()));
  3501.     }
  3502.     /**
  3503.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  3504.      *
  3505.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  3506.      */
  3507.     protected function getRequestListenerService()
  3508.     {
  3509.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3510.     }
  3511.     /**
  3512.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  3513.      *
  3514.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  3515.      */
  3516.     protected function getSubRequestListenerService()
  3517.     {
  3518.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3519.     }
  3520.     /**
  3521.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  3522.      *
  3523.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  3524.      */
  3525.     protected function getTracingRequestListenerService()
  3526.     {
  3527.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3528.     }
  3529.     /**
  3530.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  3531.      *
  3532.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  3533.      */
  3534.     protected function getTracingSubRequestListenerService()
  3535.     {
  3536.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3537.     }
  3538.     /**
  3539.      * Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory' shared service.
  3540.      *
  3541.      * @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory
  3542.      */
  3543.     protected function getTracingDriverConnectionFactoryService()
  3544.     {
  3545.         return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3546.     }
  3547.     /**
  3548.      * Gets the private 'Sentry\State\HubInterface' shared service.
  3549.      *
  3550.      * @return \Sentry\State\HubInterface
  3551.      */
  3552.     protected function getHubInterfaceService()
  3553.     {
  3554.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  3555.         $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')]);
  3556.         $b = new \Sentry\ClientBuilder($a);
  3557.         $c = new \Http\Discovery\Psr17Factory();
  3558.         $b->setSdkIdentifier('sentry.php.symfony');
  3559.         $b->setSdkVersion('4.14.0');
  3560.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL));
  3561.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  3562.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  3563.         if ($this->has('Psr\\Log\\NullLogger')) {
  3564.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  3565.         }
  3566.         $instance->bindClient($b->getClient());
  3567.         return $instance;
  3568.     }
  3569.     /**
  3570.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3571.      *
  3572.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3573.      */
  3574.     protected function getResetAssetsEventListenerService()
  3575.     {
  3576.         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']);
  3577.     }
  3578.     /**
  3579.      * Gets the private 'annotations.cache_adapter' shared service.
  3580.      *
  3581.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3582.      */
  3583.     protected function getAnnotations_CacheAdapterService()
  3584.     {
  3585.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  3586.     }
  3587.     /**
  3588.      * Gets the private 'annotations.cached_reader' shared service.
  3589.      *
  3590.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3591.      */
  3592.     protected function getAnnotations_CachedReaderService()
  3593.     {
  3594.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3595.     }
  3596.     /**
  3597.      * Gets the private 'annotations.reader' shared service.
  3598.      *
  3599.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3600.      */
  3601.     protected function getAnnotations_ReaderService()
  3602.     {
  3603.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3604.         $instance->addGlobalIgnoredName('required'NULL);
  3605.         return $instance;
  3606.     }
  3607.     /**
  3608.      * Gets the private 'assets._version__default' shared service.
  3609.      *
  3610.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  3611.      */
  3612.     protected function getAssets_VersionDefaultService()
  3613.     {
  3614.         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);
  3615.     }
  3616.     /**
  3617.      * Gets the private 'assets.context' shared service.
  3618.      *
  3619.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3620.      */
  3621.     protected function getAssets_ContextService()
  3622.     {
  3623.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3624.         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());
  3625.     }
  3626.     /**
  3627.      * Gets the private 'assets.packages' shared service.
  3628.      *
  3629.      * @return \Symfony\Component\Asset\Packages
  3630.      */
  3631.     protected function getAssets_PackagesService()
  3632.     {
  3633.         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 () {
  3634.             yield 'user_media' => ($this->privates['assets._package_user_media'] ?? $this->load('getAssets_PackageUserMediaService'));
  3635.             yield 'profile_media' => ($this->privates['assets._package_profile_media'] ?? $this->load('getAssets_PackageProfileMediaService'));
  3636.             yield 'profile_media_avatar' => ($this->privates['assets._package_profile_media_avatar'] ?? $this->load('getAssets_PackageProfileMediaAvatarService'));
  3637.             yield 'profile_media_selfie' => ($this->privates['assets._package_profile_media_selfie'] ?? $this->load('getAssets_PackageProfileMediaSelfieService'));
  3638.             yield 'profile_media_approval' => ($this->privates['assets._package_profile_media_approval'] ?? $this->load('getAssets_PackageProfileMediaApprovalService'));
  3639.             yield 'saloon_media' => ($this->privates['assets._package_saloon_media'] ?? $this->load('getAssets_PackageSaloonMediaService'));
  3640.             yield 'saloon_media_thumb' => ($this->privates['assets._package_saloon_media_thumb'] ?? $this->load('getAssets_PackageSaloonMediaThumbService'));
  3641.             yield 'saloon_media_video' => ($this->privates['assets._package_saloon_media_video'] ?? $this->load('getAssets_PackageSaloonMediaVideoService'));
  3642.             yield 'js_script' => ($this->privates['assets._package_js_script'] ?? $this->load('getAssets_PackageJsScriptService'));
  3643.             yield 'basicConfig' => ($this->privates['assets._package_basicConfig'] ?? $this->load('getAssets_PackageBasicConfigService'));
  3644.             yield 'nohashConfig' => ($this->privates['assets._package_nohashConfig'] ?? $this->load('getAssets_PackageNohashConfigService'));
  3645.             yield 'nodomainConfig' => ($this->privates['assets._package_nodomainConfig'] ?? $this->load('getAssets_PackageNodomainConfigService'));
  3646.         }, 12));
  3647.     }
  3648.     /**
  3649.      * Gets the private 'cache.annotations.traceable' shared service.
  3650.      *
  3651.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3652.      */
  3653.     protected function getCache_Annotations_TraceableService()
  3654.     {
  3655.         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('d5g2lXlmG6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3656.     }
  3657.     /**
  3658.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  3659.      *
  3660.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3661.      */
  3662.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  3663.     {
  3664.         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()));
  3665.     }
  3666.     /**
  3667.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  3668.      *
  3669.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3670.      */
  3671.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  3672.     {
  3673.         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()));
  3674.     }
  3675.     /**
  3676.      * Gets the private 'cache.doctrine.orm.default.second_level.region_driver.traceable' shared service.
  3677.      *
  3678.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3679.      */
  3680.     protected function getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService()
  3681.     {
  3682.         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()));
  3683.     }
  3684.     /**
  3685.      * Gets the private 'cache.doctrine.orm.multi_website.query.traceable' shared service.
  3686.      *
  3687.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3688.      */
  3689.     protected function getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()
  3690.     {
  3691.         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()));
  3692.     }
  3693.     /**
  3694.      * Gets the private 'cache.doctrine.orm.multi_website.result.traceable' shared service.
  3695.      *
  3696.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3697.      */
  3698.     protected function getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()
  3699.     {
  3700.         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()));
  3701.     }
  3702.     /**
  3703.      * Gets the private 'cache.doctrine.orm.multi_website.second_level.region_driver.traceable' shared service.
  3704.      *
  3705.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3706.      */
  3707.     protected function getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService()
  3708.     {
  3709.         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()));
  3710.     }
  3711.     /**
  3712.      * Gets the private 'cache.doctrine.traceable' shared service.
  3713.      *
  3714.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3715.      */
  3716.     protected function getCache_Doctrine_TraceableService()
  3717.     {
  3718.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3719.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3720.         $a->setLogger($b);
  3721.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('RlY4mfDzJS'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3722.         $c->setLogger($b);
  3723.         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)));
  3724.     }
  3725.     /**
  3726.      * Gets the private 'cache.easyadmin.traceable' shared service.
  3727.      *
  3728.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3729.      */
  3730.     protected function getCache_Easyadmin_TraceableService()
  3731.     {
  3732.         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('ViaZk8CdiJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3733.     }
  3734.     /**
  3735.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  3736.      *
  3737.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3738.      */
  3739.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  3740.     {
  3741.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('o+q84PcT78'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3742.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3743.         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));
  3744.     }
  3745.     /**
  3746.      * Gets the private 'cache.property_info.traceable' shared service.
  3747.      *
  3748.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3749.      */
  3750.     protected function getCache_PropertyInfo_TraceableService()
  3751.     {
  3752.         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('S2GWppSY5n'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 'cache.rate_limiter.traceable' shared service.
  3756.      *
  3757.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3758.      */
  3759.     protected function getCache_RateLimiter_TraceableService()
  3760.     {
  3761.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3762.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3763.         $a->setLogger($b);
  3764.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('YVQD3ERWeF'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3765.         $c->setLogger($b);
  3766.         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)));
  3767.     }
  3768.     /**
  3769.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  3770.      *
  3771.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3772.      */
  3773.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  3774.     {
  3775.         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('YyHhONx0ii'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3776.     }
  3777.     /**
  3778.      * Gets the private 'cache.serializer.traceable' shared service.
  3779.      *
  3780.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3781.      */
  3782.     protected function getCache_Serializer_TraceableService()
  3783.     {
  3784.         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('UN-gMrXhuF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3785.     }
  3786.     /**
  3787.      * Gets the private 'cache.validator.traceable' shared service.
  3788.      *
  3789.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3790.      */
  3791.     protected function getCache_Validator_TraceableService()
  3792.     {
  3793.         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('vXllQCKSoE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3794.     }
  3795.     /**
  3796.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  3797.      *
  3798.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3799.      */
  3800.     protected function getCache_WebpackEncore_TraceableService()
  3801.     {
  3802.         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('kqUJBbcuIr'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3803.     }
  3804.     /**
  3805.      * Gets the private 'config_cache_factory' shared service.
  3806.      *
  3807.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3808.      */
  3809.     protected function getConfigCacheFactoryService()
  3810.     {
  3811.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3812.             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)));
  3813.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3814.         }, 2));
  3815.     }
  3816.     /**
  3817.      * Gets the private 'ctr_stat.cache.traceable' shared service.
  3818.      *
  3819.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3820.      */
  3821.     protected function getCtrStat_Cache_TraceableService()
  3822.     {
  3823.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  3824.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3825.         $a->setLogger($b);
  3826.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('FuE3e6zCG3'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3827.         $c->setLogger($b);
  3828.         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)));
  3829.     }
  3830.     /**
  3831.      * Gets the private 'data_collector.form' shared service.
  3832.      *
  3833.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3834.      */
  3835.     protected function getDataCollector_FormService()
  3836.     {
  3837.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3838.     }
  3839.     /**
  3840.      * Gets the private 'data_collector.request' shared service.
  3841.      *
  3842.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3843.      */
  3844.     protected function getDataCollector_RequestService()
  3845.     {
  3846.         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())));
  3847.     }
  3848.     /**
  3849.      * Gets the private 'debug.controller_resolver' shared service.
  3850.      *
  3851.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3852.      */
  3853.     protected function getDebug_ControllerResolverService()
  3854.     {
  3855.         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))));
  3856.     }
  3857.     /**
  3858.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3859.      *
  3860.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3861.      */
  3862.     protected function getDebug_DebugHandlersListenerService()
  3863.     {
  3864.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3865.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3866.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  3867.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  3868.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3869.         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()));
  3870.     }
  3871.     /**
  3872.      * Gets the private 'debug.file_link_formatter' shared service.
  3873.      *
  3874.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3875.      */
  3876.     protected function getDebug_FileLinkFormatterService()
  3877.     {
  3878.         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 () {
  3879.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3880.         });
  3881.     }
  3882.     /**
  3883.      * Gets the private 'debug.log_processor' shared service.
  3884.      *
  3885.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3886.      */
  3887.     protected function getDebug_LogProcessorService()
  3888.     {
  3889.         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())));
  3890.     }
  3891.     /**
  3892.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3893.      *
  3894.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3895.      */
  3896.     protected function getDebug_Security_Access_DecisionManagerService()
  3897.     {
  3898.         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 () {
  3899.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3900.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3901.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3902.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3903.     }
  3904.     /**
  3905.      * Gets the private 'debug.security.firewall' shared service.
  3906.      *
  3907.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3908.      */
  3909.     protected function getDebug_Security_FirewallService()
  3910.     {
  3911.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3912.         if (isset($this->privates['debug.security.firewall'])) {
  3913.             return $this->privates['debug.security.firewall'];
  3914.         }
  3915.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3916.         if (isset($this->privates['debug.security.firewall'])) {
  3917.             return $this->privates['debug.security.firewall'];
  3918.         }
  3919.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3920.     }
  3921.     /**
  3922.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  3923.      *
  3924.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  3925.      */
  3926.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  3927.     {
  3928.         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']));
  3929.     }
  3930.     /**
  3931.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3932.      *
  3933.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3934.      */
  3935.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3936.     {
  3937.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3938.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber''getDomainEventsSubscriberService'true],
  3939.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3940.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3941.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3942.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3943.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3944.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3945.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  3946.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  3947.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3948.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  3949.         ], [
  3950.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => '?',
  3951.             'app.doctrine.lifecycle_events.listener' => '?',
  3952.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3953.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3954.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3955.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3956.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3957.             'stof_doctrine_extensions.listener.blameable' => '?',
  3958.             'stof_doctrine_extensions.listener.loggable' => '?',
  3959.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3960.             'stof_doctrine_extensions.listener.translatable' => '?',
  3961.         ]), [=> [=> [=> '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']]);
  3962.     }
  3963.     /**
  3964.      * Gets the private 'doctrine.dbal.multi_website_connection.event_manager' shared service.
  3965.      *
  3966.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3967.      */
  3968.     protected function getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService()
  3969.     {
  3970.         return $this->privates['doctrine.dbal.multi_website_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3971.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3972.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3973.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3974.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3975.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3976.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => ['privates''doctrine.orm.multi_website_listeners.attach_entity_listeners''getDoctrine_Orm_MultiWebsiteListeners_AttachEntityListenersService'true],
  3977.         ], [
  3978.             'app.doctrine.lifecycle_events.listener' => '?',
  3979.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3980.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3981.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3982.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3983.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => '?',
  3984.         ]), [=> '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']]);
  3985.     }
  3986.     /**
  3987.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  3988.      *
  3989.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  3990.      */
  3991.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  3992.     {
  3993.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3994.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => ['privates''App\\MultiWebsite\\Repository\\PhoneReviewsRepository''getPhoneReviewsRepositoryService'true],
  3995.             'App\\Repository\\AccountChargesRepository' => ['privates''App\\Repository\\AccountChargesRepository''getAccountChargesRepositoryService'true],
  3996.             'App\\Repository\\AccountEnrollmentRepository' => ['privates''App\\Repository\\AccountEnrollmentRepository''getAccountEnrollmentRepositoryService'false],
  3997.             'App\\Repository\\AccountTransactionRepository' => ['privates''App\\Repository\\AccountTransactionRepository''getAccountTransactionRepositoryService'true],
  3998.             'App\\Repository\\AnalyticsRepository' => ['privates''App\\Repository\\AnalyticsRepository''getAnalyticsRepositoryService'true],
  3999.             'App\\Repository\\ApprovalRequestsRepository' => ['privates''App\\Repository\\ApprovalRequestsRepository''getApprovalRequestsRepositoryService'false],
  4000.             'App\\Repository\\BannedEmailRepository' => ['privates''App\\Repository\\BannedEmailRepository''getBannedEmailRepositoryService'false],
  4001.             'App\\Repository\\BannedPhoneRepository' => ['privates''App\\Repository\\BannedPhoneRepository''getBannedPhoneRepositoryService'true],
  4002.             'App\\Repository\\BulkQueueItemRepository' => ['privates''App\\Repository\\BulkQueueItemRepository''getBulkQueueItemRepositoryService'true],
  4003.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'false],
  4004.             'App\\Repository\\CommentBanRepository' => ['privates''App\\Repository\\CommentBanRepository''getCommentBanRepositoryService'true],
  4005.             'App\\Repository\\CountyRepository' => ['privates''App\\Repository\\CountyRepository''getCountyRepositoryService'true],
  4006.             'App\\Repository\\DistrictRepository' => ['privates''App\\Repository\\DistrictRepository''getDistrictRepositoryService'false],
  4007.             'App\\Repository\\FavouriteProfileRepository' => ['privates''App\\Repository\\FavouriteProfileRepository''getFavouriteProfileRepositoryService'true],
  4008.             'App\\Repository\\FileProcessingTaskRepository' => ['privates''App\\Repository\\FileProcessingTaskRepository''getFileProcessingTaskRepositoryService'true],
  4009.             'App\\Repository\\IpAddressCommentBanRepository' => ['privates''App\\Repository\\IpAddressCommentBanRepository''getIpAddressCommentBanRepositoryService'true],
  4010.             'App\\Repository\\IpAddressRepository' => ['privates''App\\Repository\\IpAddressRepository''getIpAddressRepositoryService'true],
  4011.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => ['privates''App\\Repository\\Log\\SourceMapStationsUpdateLogRepository''getSourceMapStationsUpdateLogRepositoryService'true],
  4012.             'App\\Repository\\ModerationRequestsRepository' => ['privates''App\\Repository\\ModerationRequestsRepository''getModerationRequestsRepositoryService'false],
  4013.             'App\\Repository\\PageMetadataRepository' => ['privates''App\\Repository\\PageMetadataRepository''getPageMetadataRepositoryService'false],
  4014.             'App\\Repository\\PaidPlacementPriceRepository' => ['privates''App\\Repository\\PaidPlacementPriceRepository''getPaidPlacementPriceRepositoryService'false],
  4015.             'App\\Repository\\PaidPlacementsOrderRepository' => ['privates''App\\Repository\\PaidPlacementsOrderRepository''getPaidPlacementsOrderRepositoryService'true],
  4016.             'App\\Repository\\PaymentBonusRepository' => ['privates''App\\Repository\\PaymentBonusRepository''getPaymentBonusRepositoryService'true],
  4017.             'App\\Repository\\PaymentProductRepository' => ['privates''App\\Repository\\PaymentProductRepository''getPaymentProductRepositoryService'true],
  4018.             'App\\Repository\\PhoneReviewsAddedRepository' => ['privates''App\\Repository\\PhoneReviewsAddedRepository''getPhoneReviewsAddedRepositoryService'true],
  4019.             'App\\Repository\\PlacementHidingRepository' => ['privates''App\\Repository\\PlacementHidingRepository''getPlacementHidingRepositoryService'true],
  4020.             'App\\Repository\\ProfileAdBoardPlacementRepository' => ['privates''App\\Repository\\ProfileAdBoardPlacementRepository''getProfileAdBoardPlacementRepositoryService'true],
  4021.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => ['privates''App\\Repository\\ProfileApprovalBonusReceivedRepository''getProfileApprovalBonusReceivedRepositoryService'true],
  4022.             'App\\Repository\\ProfileCommentByCustomerRepository' => ['privates''App\\Repository\\ProfileCommentByCustomerRepository''getProfileCommentByCustomerRepositoryService'true],
  4023.             'App\\Repository\\ProfileCommentRepository' => ['privates''App\\Repository\\ProfileCommentRepository''getProfileCommentRepositoryService'false],
  4024.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => ['privates''App\\Repository\\ProfileConfirmationMediaFileRepository''getProfileConfirmationMediaFileRepositoryService'true],
  4025.             'App\\Repository\\ProfileCtrRepository' => ['privates''App\\Repository\\ProfileCtrRepository''getProfileCtrRepositoryService'false],
  4026.             'App\\Repository\\ProfileKVRepository' => ['privates''App\\Repository\\ProfileKVRepository''getProfileKVRepositoryService'false],
  4027.             'App\\Repository\\ProfileMediaFileRepository' => ['privates''App\\Repository\\ProfileMediaFileRepository''getProfileMediaFileRepositoryService'true],
  4028.             'App\\Repository\\ProfilePlanPlacementRepository' => ['privates''App\\Repository\\ProfilePlanPlacementRepository''getProfilePlanPlacementRepositoryService'false],
  4029.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'false],
  4030.             'App\\Repository\\ProfileSidebarPlacementRepository' => ['privates''App\\Repository\\ProfileSidebarPlacementRepository''getProfileSidebarPlacementRepositoryService'false],
  4031.             'App\\Repository\\ProfileTopPlacementRepository' => ['privates''App\\Repository\\ProfileTopPlacementRepository''getProfileTopPlacementRepositoryService'false],
  4032.             'App\\Repository\\SaloonAdBoardPlacementRepository' => ['privates''App\\Repository\\SaloonAdBoardPlacementRepository''getSaloonAdBoardPlacementRepositoryService'true],
  4033.             'App\\Repository\\SaloonCommentByCustomerRepository' => ['privates''App\\Repository\\SaloonCommentByCustomerRepository''getSaloonCommentByCustomerRepositoryService'true],
  4034.             'App\\Repository\\SaloonCommentRepository' => ['privates''App\\Repository\\SaloonCommentRepository''getSaloonCommentRepositoryService'true],
  4035.             'App\\Repository\\SaloonMediaFileRepository' => ['privates''App\\Repository\\SaloonMediaFileRepository''getSaloonMediaFileRepositoryService'true],
  4036.             'App\\Repository\\SaloonPlacementChargeRepository' => ['privates''App\\Repository\\SaloonPlacementChargeRepository''getSaloonPlacementChargeRepositoryService'true],
  4037.             'App\\Repository\\SaloonRepository' => ['privates''App\\Repository\\SaloonRepository''getSaloonRepositoryService'false],
  4038.             'App\\Repository\\SaloonSidebarPlacementRepository' => ['privates''App\\Repository\\SaloonSidebarPlacementRepository''getSaloonSidebarPlacementRepositoryService'false],
  4039.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  4040.             'App\\Repository\\SidebarPlacementRepository' => ['privates''App\\Repository\\SidebarPlacementRepository''getSidebarPlacementRepositoryService'false],
  4041.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository''getSourceMapLineRepositoryService'true],
  4042.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository''getSourceMapStationRepositoryService'true],
  4043.             'App\\Repository\\StationRepository' => ['privates''App\\Repository\\StationRepository''getStationRepositoryService'false],
  4044.             'App\\Repository\\StatusPricesRepository' => ['privates''App\\Repository\\StatusPricesRepository''getStatusPricesRepositoryService'true],
  4045.             'App\\Repository\\StatusRepository' => ['privates''App\\Repository\\StatusRepository''getStatusRepositoryService'true],
  4046.             'App\\Repository\\Subway\\LineRepository' => ['privates''App\\Repository\\Subway\\LineRepository''getLineRepositoryService'true],
  4047.             'App\\Repository\\SupportMessageAttachmentRepository' => ['privates''App\\Repository\\SupportMessageAttachmentRepository''getSupportMessageAttachmentRepositoryService'true],
  4048.             'App\\Repository\\SupportMessagesRepository' => ['privates''App\\Repository\\SupportMessagesRepository''getSupportMessagesRepositoryService'false],
  4049.             'App\\Repository\\SystemVariablesRepository' => ['privates''App\\Repository\\SystemVariablesRepository''getSystemVariablesRepositoryService'false],
  4050.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  4051.         ], [
  4052.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => '?',
  4053.             'App\\Repository\\AccountChargesRepository' => '?',
  4054.             'App\\Repository\\AccountEnrollmentRepository' => '?',
  4055.             'App\\Repository\\AccountTransactionRepository' => '?',
  4056.             'App\\Repository\\AnalyticsRepository' => '?',
  4057.             'App\\Repository\\ApprovalRequestsRepository' => '?',
  4058.             'App\\Repository\\BannedEmailRepository' => '?',
  4059.             'App\\Repository\\BannedPhoneRepository' => '?',
  4060.             'App\\Repository\\BulkQueueItemRepository' => '?',
  4061.             'App\\Repository\\CityRepository' => '?',
  4062.             'App\\Repository\\CommentBanRepository' => '?',
  4063.             'App\\Repository\\CountyRepository' => '?',
  4064.             'App\\Repository\\DistrictRepository' => '?',
  4065.             'App\\Repository\\FavouriteProfileRepository' => '?',
  4066.             'App\\Repository\\FileProcessingTaskRepository' => '?',
  4067.             'App\\Repository\\IpAddressCommentBanRepository' => '?',
  4068.             'App\\Repository\\IpAddressRepository' => '?',
  4069.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => '?',
  4070.             'App\\Repository\\ModerationRequestsRepository' => '?',
  4071.             'App\\Repository\\PageMetadataRepository' => '?',
  4072.             'App\\Repository\\PaidPlacementPriceRepository' => '?',
  4073.             'App\\Repository\\PaidPlacementsOrderRepository' => '?',
  4074.             'App\\Repository\\PaymentBonusRepository' => '?',
  4075.             'App\\Repository\\PaymentProductRepository' => '?',
  4076.             'App\\Repository\\PhoneReviewsAddedRepository' => '?',
  4077.             'App\\Repository\\PlacementHidingRepository' => '?',
  4078.             'App\\Repository\\ProfileAdBoardPlacementRepository' => '?',
  4079.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => '?',
  4080.             'App\\Repository\\ProfileCommentByCustomerRepository' => '?',
  4081.             'App\\Repository\\ProfileCommentRepository' => '?',
  4082.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => '?',
  4083.             'App\\Repository\\ProfileCtrRepository' => '?',
  4084.             'App\\Repository\\ProfileKVRepository' => '?',
  4085.             'App\\Repository\\ProfileMediaFileRepository' => '?',
  4086.             'App\\Repository\\ProfilePlanPlacementRepository' => '?',
  4087.             'App\\Repository\\ProfileRepository' => '?',
  4088.             'App\\Repository\\ProfileSidebarPlacementRepository' => '?',
  4089.             'App\\Repository\\ProfileTopPlacementRepository' => '?',
  4090.             'App\\Repository\\SaloonAdBoardPlacementRepository' => '?',
  4091.             'App\\Repository\\SaloonCommentByCustomerRepository' => '?',
  4092.             'App\\Repository\\SaloonCommentRepository' => '?',
  4093.             'App\\Repository\\SaloonMediaFileRepository' => '?',
  4094.             'App\\Repository\\SaloonPlacementChargeRepository' => '?',
  4095.             'App\\Repository\\SaloonRepository' => '?',
  4096.             'App\\Repository\\SaloonSidebarPlacementRepository' => '?',
  4097.             'App\\Repository\\ServiceRepository' => '?',
  4098.             'App\\Repository\\SidebarPlacementRepository' => '?',
  4099.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => '?',
  4100.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => '?',
  4101.             'App\\Repository\\StationRepository' => '?',
  4102.             'App\\Repository\\StatusPricesRepository' => '?',
  4103.             'App\\Repository\\StatusRepository' => '?',
  4104.             'App\\Repository\\Subway\\LineRepository' => '?',
  4105.             'App\\Repository\\SupportMessageAttachmentRepository' => '?',
  4106.             'App\\Repository\\SupportMessagesRepository' => '?',
  4107.             'App\\Repository\\SystemVariablesRepository' => '?',
  4108.             'App\\Repository\\UserRepository' => '?',
  4109.         ]));
  4110.     }
  4111.     /**
  4112.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  4113.      *
  4114.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  4115.      */
  4116.     protected function getEightPointsGuzzle_DataCollectorService()
  4117.     {
  4118.         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);
  4119.     }
  4120.     /**
  4121.      * Gets the private 'esi_listener' shared service.
  4122.      *
  4123.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  4124.      */
  4125.     protected function getEsiListenerService()
  4126.     {
  4127.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  4128.     }
  4129.     /**
  4130.      * Gets the private 'exception_listener' shared service.
  4131.      *
  4132.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4133.      */
  4134.     protected function getExceptionListenerService()
  4135.     {
  4136.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4137.     }
  4138.     /**
  4139.      * Gets the private 'flagception.activator.chain_activator' shared service.
  4140.      *
  4141.      * @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
  4142.      */
  4143.     protected function getFlagception_Activator_ChainActivatorService()
  4144.     {
  4145.         $this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
  4146.         $a = new \Flagception\Factory\ExpressionLanguageFactory();
  4147.         $a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
  4148.         $a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
  4149.         $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_with_max' => 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'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'mautic_integration' => false'mautic_marketing_integration' => 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_pages_linkage_circle' => false'top_purchase_captcha' => false'use_sign_up_captcha' => false'use_support_message_captcha' => false]));
  4150.         $instance->add(new \Flagception\Activator\EnvironmentActivator([]));
  4151.         $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_with_max' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITH_MAX').' == 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''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''mautic_integration' => $this->getEnv('string:MAUTIC_INTEGRATION_ENABLED').' == true''mautic_marketing_integration' => $this->getEnv('string:MAUTIC_MARKETING_INTEGRATION_ENABLED').' == 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_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']));
  4152.         return $instance;
  4153.     }
  4154.     /**
  4155.      * Gets the private 'form.registry' shared service.
  4156.      *
  4157.      * @return \Symfony\Component\Form\FormRegistry
  4158.      */
  4159.     protected function getForm_RegistryService()
  4160.     {
  4161.         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, [
  4162.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'true],
  4163.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'true],
  4164.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'true],
  4165.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'true],
  4166.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'true],
  4167.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'true],
  4168.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'true],
  4169.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'true],
  4170.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'true],
  4171.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'true],
  4172.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'true],
  4173.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'true],
  4174.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'true],
  4175.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'true],
  4176.         ], [
  4177.             'easyadmin.filter.type.array' => '?',
  4178.             'easyadmin.filter.type.boolean' => '?',
  4179.             'easyadmin.filter.type.choice' => '?',
  4180.             'easyadmin.filter.type.comparison' => '?',
  4181.             'easyadmin.filter.type.date' => '?',
  4182.             'easyadmin.filter.type.dateinterval' => '?',
  4183.             'easyadmin.filter.type.datetime' => '?',
  4184.             'easyadmin.filter.type.decimal' => '?',
  4185.             'easyadmin.filter.type.entity' => '?',
  4186.             'easyadmin.filter.type.float' => '?',
  4187.             'easyadmin.filter.type.integer' => '?',
  4188.             'easyadmin.filter.type.text' => '?',
  4189.             'easyadmin.filter.type.textarea' => '?',
  4190.             'easyadmin.filter.type.time' => '?',
  4191.         ]), [], new RewindableGenerator(function () {
  4192.             return new \EmptyIterator();
  4193.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4194.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType''getEasyAdminEmbeddedListTypeService'true],
  4195.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType''getAdminRolesTypeService'true],
  4196.             'App\\Form\\AccountTopPlacementForm' => ['privates''App\\Form\\AccountTopPlacementForm''getAccountTopPlacementFormService'true],
  4197.             'App\\Form\\BulkActionForm' => ['privates''App\\Form\\BulkActionForm''getBulkActionFormService'true],
  4198.             'App\\Form\\ChangeAccountInformationForm' => ['privates''App\\Form\\ChangeAccountInformationForm''getChangeAccountInformationFormService'true],
  4199.             'App\\Form\\ChangeAccountPasswordForm' => ['privates''App\\Form\\ChangeAccountPasswordForm''getChangeAccountPasswordFormService'true],
  4200.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => ['privates''App\\Form\\ChangeCustomerAdditionalInfoForm''getChangeCustomerAdditionalInfoFormService'true],
  4201.             'App\\Form\\CommentForm' => ['privates''App\\Form\\CommentForm''getCommentFormService'true],
  4202.             'App\\Form\\CreateOrEditProfileForm' => ['privates''App\\Form\\CreateOrEditProfileForm''getCreateOrEditProfileFormService'true],
  4203.             'App\\Form\\CreateOrEditSaloonForm' => ['privates''App\\Form\\CreateOrEditSaloonForm''getCreateOrEditSaloonFormService'true],
  4204.             'App\\Form\\CustomerProfilePreferenceForm' => ['privates''App\\Form\\CustomerProfilePreferenceForm''getCustomerProfilePreferenceFormService'true],
  4205.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => ['privates''App\\Form\\EasyAdmin\\ApprovalRequestForm''getApprovalRequestFormService'true],
  4206.             'App\\Form\\EasyAdmin\\CityPricesForm' => ['privates''App\\Form\\EasyAdmin\\CityPricesForm''getCityPricesFormService'true],
  4207.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm''getManuallyEnrollArbitraryMoneyValueByStaffFormService'true],
  4208.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm''getManuallyRedeemPrepaidTokenByStaffFormService'true],
  4209.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => ['privates''App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm''getProfileAnalyticsFilterFormService'true],
  4210.             'App\\Form\\EasyAdmin\\ProfileForm' => ['privates''App\\Form\\EasyAdmin\\ProfileForm''getProfileFormService'true],
  4211.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => ['privates''App\\Form\\EasyAdmin\\ProfileModerationForm''getProfileModerationFormService'true],
  4212.             'App\\Form\\EasyAdmin\\SaloonForm' => ['privates''App\\Form\\EasyAdmin\\SaloonForm''getSaloonFormService'true],
  4213.             'App\\Form\\EasyAdmin\\SupportMessageForm' => ['privates''App\\Form\\EasyAdmin\\SupportMessageForm''getSupportMessageFormService'true],
  4214.             'App\\Form\\FilterAccountTransactionsForm' => ['privates''App\\Form\\FilterAccountTransactionsForm''getFilterAccountTransactionsFormService'true],
  4215.             'App\\Form\\FilterMapForm' => ['privates''App\\Form\\FilterMapForm''getFilterMapFormService'true],
  4216.             'App\\Form\\ForgottenUserType' => ['privates''App\\Form\\ForgottenUserType''getForgottenUserTypeService'true],
  4217.             'App\\Form\\MoneyPaymentForm' => ['privates''App\\Form\\MoneyPaymentForm''getMoneyPaymentFormService'true],
  4218.             'App\\Form\\PhoneReviewForm' => ['privates''App\\Form\\PhoneReviewForm''getPhoneReviewFormService'true],
  4219.             'App\\Form\\ProfileFilterForm' => ['privates''App\\Form\\ProfileFilterForm''getProfileFilterFormService'true],
  4220.             'App\\Form\\ReceivePasswordForm' => ['privates''App\\Form\\ReceivePasswordForm''getReceivePasswordFormService'true],
  4221.             'App\\Form\\RedeemPrepaidTokenForm' => ['privates''App\\Form\\RedeemPrepaidTokenForm''getRedeemPrepaidTokenFormService'true],
  4222.             'App\\Form\\RegisterAccountForm' => ['privates''App\\Form\\RegisterAccountForm''getRegisterAccountFormService'true],
  4223.             'App\\Form\\ReplySupportMessageForm' => ['privates''App\\Form\\ReplySupportMessageForm''getReplySupportMessageFormService'true],
  4224.             'App\\Form\\SearchByKeywordsForm' => ['privates''App\\Form\\SearchByKeywordsForm''getSearchByKeywordsFormService'true],
  4225.             'App\\Form\\SearchPhoneForm' => ['privates''App\\Form\\SearchPhoneForm''getSearchPhoneFormService'true],
  4226.             'App\\Form\\SearchProfileForm' => ['privates''App\\Form\\SearchProfileForm''getSearchProfileFormService'true],
  4227.             'App\\Form\\Type\\AdvertiserBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserBanChoiceType''getAdvertiserBanChoiceTypeService'true],
  4228.             'App\\Form\\Type\\AdvertiserBanType' => ['privates''App\\Form\\Type\\AdvertiserBanType''getAdvertiserBanTypeService'true],
  4229.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserUnBanChoiceType''getAdvertiserUnBanChoiceTypeService'true],
  4230.             'App\\Form\\Type\\ApartmentsPricingType' => ['privates''App\\Form\\Type\\ApartmentsPricingType''getApartmentsPricingTypeService'true],
  4231.             'App\\Form\\Type\\CarPricingType' => ['privates''App\\Form\\Type\\CarPricingType''getCarPricingTypeService'true],
  4232.             'App\\Form\\Type\\CityGroupType' => ['privates''App\\Form\\Type\\CityGroupType''getCityGroupTypeService'true],
  4233.             'App\\Form\\Type\\CityPriceCategoryType' => ['privates''App\\Form\\Type\\CityPriceCategoryType''getCityPriceCategoryTypeService'true],
  4234.             'App\\Form\\Type\\ClientRestrictionsType' => ['privates''App\\Form\\Type\\ClientRestrictionsType''getClientRestrictionsTypeService'true],
  4235.             'App\\Form\\Type\\CustomerBanChoiceType' => ['privates''App\\Form\\Type\\CustomerBanChoiceType''getCustomerBanChoiceTypeService'true],
  4236.             'App\\Form\\Type\\CustomerBanType' => ['privates''App\\Form\\Type\\CustomerBanType''getCustomerBanTypeService'true],
  4237.             'App\\Form\\Type\\CustomerUnBanChoiceType' => ['privates''App\\Form\\Type\\CustomerUnBanChoiceType''getCustomerUnBanChoiceTypeService'true],
  4238.             'App\\Form\\Type\\ExpressPricingType' => ['privates''App\\Form\\Type\\ExpressPricingType''getExpressPricingTypeService'true],
  4239.             'App\\Form\\Type\\MapCoordinateType' => ['privates''App\\Form\\Type\\MapCoordinateType''getMapCoordinateTypeService'true],
  4240.             'App\\Form\\Type\\MessengersType' => ['privates''App\\Form\\Type\\MessengersType''getMessengersTypeService'true],
  4241.             'App\\Form\\Type\\PersonParametersType' => ['privates''App\\Form\\Type\\PersonParametersType''getPersonParametersTypeService'true],
  4242.             'App\\Form\\Type\\PhoneCallRestrictionsType' => ['privates''App\\Form\\Type\\PhoneCallRestrictionsType''getPhoneCallRestrictionsTypeService'true],
  4243.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => ['privates''App\\Form\\Type\\ProfileCommentMarkChoiceType''getProfileCommentMarkChoiceTypeService'true],
  4244.             'App\\Form\\Type\\ProfileFiltersType' => ['privates''App\\Form\\Type\\ProfileFiltersType''getProfileFiltersTypeService'true],
  4245.             'App\\Form\\Type\\ProvideServicesCollectionType' => ['privates''App\\Form\\Type\\ProvideServicesCollectionType''getProvideServicesCollectionTypeService'true],
  4246.             'App\\Form\\Type\\ProvidedServiceType' => ['privates''App\\Form\\Type\\ProvidedServiceType''getProvidedServiceTypeService'true],
  4247.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => ['privates''App\\Form\\Type\\SaloonCommentMarkChoiceType''getSaloonCommentMarkChoiceTypeService'true],
  4248.             'App\\Form\\Type\\SearchRangeType' => ['privates''App\\Form\\Type\\SearchRangeType''getSearchRangeTypeService'true],
  4249.             'App\\Form\\Type\\ServiceGroupType' => ['privates''App\\Form\\Type\\ServiceGroupType''getServiceGroupTypeService'true],
  4250.             'App\\Form\\Type\\ServiceType' => ['privates''App\\Form\\Type\\ServiceType''getServiceTypeService'true],
  4251.             'App\\Form\\Type\\TakeOutPricingType' => ['privates''App\\Form\\Type\\TakeOutPricingType''getTakeOutPricingTypeService'true],
  4252.             'App\\Form\\Type\\TimezoneType' => ['privates''App\\Form\\Type\\TimezoneType''getTimezoneTypeService'true],
  4253.             'App\\Form\\Type\\TranslatableValueType' => ['privates''App\\Form\\Type\\TranslatableValueType''getTranslatableValueTypeService'true],
  4254.             'App\\Form\\Type\\WorkingHoursType' => ['privates''App\\Form\\Type\\WorkingHoursType''getWorkingHoursTypeService'true],
  4255.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => ['privates''App\\Form\\Type\\YesNoNoMatterChoiceType''getYesNoNoMatterChoiceTypeService'true],
  4256.             'App\\Form\\WriteSupportMessageForm' => ['privates''App\\Form\\WriteSupportMessageForm''getWriteSupportMessageFormService'true],
  4257.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  4258.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  4259.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'true],
  4260.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'true],
  4261.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'true],
  4262.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'true],
  4263.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'true],
  4264.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'true],
  4265.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'true],
  4266.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'true],
  4267.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates''Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  4268.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4269.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4270.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4271.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4272.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4273.         ], [
  4274.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => '?',
  4275.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => '?',
  4276.             'App\\Form\\AccountTopPlacementForm' => '?',
  4277.             'App\\Form\\BulkActionForm' => '?',
  4278.             'App\\Form\\ChangeAccountInformationForm' => '?',
  4279.             'App\\Form\\ChangeAccountPasswordForm' => '?',
  4280.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => '?',
  4281.             'App\\Form\\CommentForm' => '?',
  4282.             'App\\Form\\CreateOrEditProfileForm' => '?',
  4283.             'App\\Form\\CreateOrEditSaloonForm' => '?',
  4284.             'App\\Form\\CustomerProfilePreferenceForm' => '?',
  4285.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => '?',
  4286.             'App\\Form\\EasyAdmin\\CityPricesForm' => '?',
  4287.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => '?',
  4288.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => '?',
  4289.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => '?',
  4290.             'App\\Form\\EasyAdmin\\ProfileForm' => '?',
  4291.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => '?',
  4292.             'App\\Form\\EasyAdmin\\SaloonForm' => '?',
  4293.             'App\\Form\\EasyAdmin\\SupportMessageForm' => '?',
  4294.             'App\\Form\\FilterAccountTransactionsForm' => '?',
  4295.             'App\\Form\\FilterMapForm' => '?',
  4296.             'App\\Form\\ForgottenUserType' => '?',
  4297.             'App\\Form\\MoneyPaymentForm' => '?',
  4298.             'App\\Form\\PhoneReviewForm' => '?',
  4299.             'App\\Form\\ProfileFilterForm' => '?',
  4300.             'App\\Form\\ReceivePasswordForm' => '?',
  4301.             'App\\Form\\RedeemPrepaidTokenForm' => '?',
  4302.             'App\\Form\\RegisterAccountForm' => '?',
  4303.             'App\\Form\\ReplySupportMessageForm' => '?',
  4304.             'App\\Form\\SearchByKeywordsForm' => '?',
  4305.             'App\\Form\\SearchPhoneForm' => '?',
  4306.             'App\\Form\\SearchProfileForm' => '?',
  4307.             'App\\Form\\Type\\AdvertiserBanChoiceType' => '?',
  4308.             'App\\Form\\Type\\AdvertiserBanType' => '?',
  4309.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => '?',
  4310.             'App\\Form\\Type\\ApartmentsPricingType' => '?',
  4311.             'App\\Form\\Type\\CarPricingType' => '?',
  4312.             'App\\Form\\Type\\CityGroupType' => '?',
  4313.             'App\\Form\\Type\\CityPriceCategoryType' => '?',
  4314.             'App\\Form\\Type\\ClientRestrictionsType' => '?',
  4315.             'App\\Form\\Type\\CustomerBanChoiceType' => '?',
  4316.             'App\\Form\\Type\\CustomerBanType' => '?',
  4317.             'App\\Form\\Type\\CustomerUnBanChoiceType' => '?',
  4318.             'App\\Form\\Type\\ExpressPricingType' => '?',
  4319.             'App\\Form\\Type\\MapCoordinateType' => '?',
  4320.             'App\\Form\\Type\\MessengersType' => '?',
  4321.             'App\\Form\\Type\\PersonParametersType' => '?',
  4322.             'App\\Form\\Type\\PhoneCallRestrictionsType' => '?',
  4323.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => '?',
  4324.             'App\\Form\\Type\\ProfileFiltersType' => '?',
  4325.             'App\\Form\\Type\\ProvideServicesCollectionType' => '?',
  4326.             'App\\Form\\Type\\ProvidedServiceType' => '?',
  4327.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => '?',
  4328.             'App\\Form\\Type\\SearchRangeType' => '?',
  4329.             'App\\Form\\Type\\ServiceGroupType' => '?',
  4330.             'App\\Form\\Type\\ServiceType' => '?',
  4331.             'App\\Form\\Type\\TakeOutPricingType' => '?',
  4332.             'App\\Form\\Type\\TimezoneType' => '?',
  4333.             'App\\Form\\Type\\TranslatableValueType' => '?',
  4334.             'App\\Form\\Type\\WorkingHoursType' => '?',
  4335.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => '?',
  4336.             'App\\Form\\WriteSupportMessageForm' => '?',
  4337.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  4338.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  4339.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  4340.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  4341.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  4342.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  4343.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  4344.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  4345.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  4346.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  4347.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
  4348.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4349.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4350.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4351.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4352.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4353.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4354.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4355.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4356.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4357.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4358.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4359.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4360.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService'));
  4361.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  4362.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4363.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4364.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4365.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4366.         }, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
  4367.             yield => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService'));
  4368.         }, 1)], new RewindableGenerator(function () {
  4369.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4370.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4371.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService'));
  4372.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4373.     }
  4374.     /**
  4375.      * Gets the private 'fos_elastica.logger' shared service.
  4376.      *
  4377.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  4378.      */
  4379.     protected function getFosElastica_LoggerService()
  4380.     {
  4381.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  4382.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4383.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4384.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4385.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4386.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  4387.     }
  4388.     /**
  4389.      * Gets the private 'fragment.listener' shared service.
  4390.      *
  4391.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4392.      */
  4393.     protected function getFragment_ListenerService()
  4394.     {
  4395.         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');
  4396.     }
  4397.     /**
  4398.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4399.      *
  4400.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4401.      */
  4402.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4403.     {
  4404.         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())));
  4405.     }
  4406.     /**
  4407.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4408.      *
  4409.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4410.      */
  4411.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4412.     {
  4413.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4414.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4415.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4416.         }
  4417.         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);
  4418.     }
  4419.     /**
  4420.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4421.      *
  4422.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4423.      */
  4424.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4425.     {
  4426.         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]);
  4427.     }
  4428.     /**
  4429.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  4430.      *
  4431.      * @return \libphonenumber\PhoneNumberUtil
  4432.      */
  4433.     protected function getPhoneNumberUtilService()
  4434.     {
  4435.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  4436.     }
  4437.     /**
  4438.      * Gets the private 'locale_aware_listener' shared service.
  4439.      *
  4440.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4441.      */
  4442.     protected function getLocaleAwareListenerService()
  4443.     {
  4444.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4445.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  4446.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4447.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4448.     }
  4449.     /**
  4450.      * Gets the private 'locale_listener' shared service.
  4451.      *
  4452.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4453.      */
  4454.     protected function getLocaleListenerService()
  4455.     {
  4456.         $a = ($this->services['router'] ?? $this->getRouterService());
  4457.         if (isset($this->privates['locale_listener'])) {
  4458.             return $this->privates['locale_listener'];
  4459.         }
  4460.         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, []);
  4461.     }
  4462.     /**
  4463.      * Gets the private 'monolog.handler.chromephp' shared service.
  4464.      *
  4465.      * @return \Symfony\Bridge\Monolog\Handler\ChromePhpHandler
  4466.      */
  4467.     protected function getMonolog_Handler_ChromephpService()
  4468.     {
  4469.         $this->privates['monolog.handler.chromephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\ChromePhpHandler('debug'true);
  4470.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4471.         return $instance;
  4472.     }
  4473.     /**
  4474.      * Gets the private 'monolog.handler.firephp' shared service.
  4475.      *
  4476.      * @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
  4477.      */
  4478.     protected function getMonolog_Handler_FirephpService()
  4479.     {
  4480.         $this->privates['monolog.handler.firephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler('debug'true);
  4481.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4482.         return $instance;
  4483.     }
  4484.     /**
  4485.      * Gets the private 'monolog.logger' shared service.
  4486.      *
  4487.      * @return \Symfony\Bridge\Monolog\Logger
  4488.      */
  4489.     protected function getMonolog_LoggerService()
  4490.     {
  4491.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4492.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4493.         $instance->useMicrosecondTimestamps(true);
  4494.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4495.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4496.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4497.         return $instance;
  4498.     }
  4499.     /**
  4500.      * Gets the private 'monolog.logger.cache' shared service.
  4501.      *
  4502.      * @return \Symfony\Bridge\Monolog\Logger
  4503.      */
  4504.     protected function getMonolog_Logger_CacheService()
  4505.     {
  4506.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4507.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4508.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4509.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4510.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4511.         return $instance;
  4512.     }
  4513.     /**
  4514.      * Gets the private 'monolog.logger.doctrine' shared service.
  4515.      *
  4516.      * @return \Symfony\Bridge\Monolog\Logger
  4517.      */
  4518.     protected function getMonolog_Logger_DoctrineService()
  4519.     {
  4520.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4521.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4522.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4523.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4524.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4525.         return $instance;
  4526.     }
  4527.     /**
  4528.      * Gets the private 'monolog.logger.request' shared service.
  4529.      *
  4530.      * @return \Symfony\Bridge\Monolog\Logger
  4531.      */
  4532.     protected function getMonolog_Logger_RequestService()
  4533.     {
  4534.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4535.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4536.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4537.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4538.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4539.         return $instance;
  4540.     }
  4541.     /**
  4542.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4543.      *
  4544.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4545.      */
  4546.     protected function getNelmioCors_CorsListenerService()
  4547.     {
  4548.         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'))]));
  4549.     }
  4550.     /**
  4551.      * Gets the private 'parameter_bag' shared service.
  4552.      *
  4553.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4554.      */
  4555.     protected function getParameterBagService()
  4556.     {
  4557.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4558.     }
  4559.     /**
  4560.      * Gets the private 'profile_widget.cache.traceable' shared service.
  4561.      *
  4562.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4563.      */
  4564.     protected function getProfileWidget_Cache_TraceableService()
  4565.     {
  4566.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4567.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4568.         $a->setLogger($b);
  4569.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('YG9Ioaue56'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4570.         $c->setLogger($b);
  4571.         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)));
  4572.     }
  4573.     /**
  4574.      * Gets the private 'profiler_listener' shared service.
  4575.      *
  4576.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4577.      */
  4578.     protected function getProfilerListenerService()
  4579.     {
  4580.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4581.         if (isset($this->privates['profiler_listener'])) {
  4582.             return $this->privates['profiler_listener'];
  4583.         }
  4584.         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);
  4585.     }
  4586.     /**
  4587.      * Gets the private 'profiles_filter.cache.traceable' shared service.
  4588.      *
  4589.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4590.      */
  4591.     protected function getProfilesFilter_Cache_TraceableService()
  4592.     {
  4593.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4594.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4595.         $a->setLogger($b);
  4596.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('fbFwT9C6fM'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4597.         $c->setLogger($b);
  4598.         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)));
  4599.     }
  4600.     /**
  4601.      * Gets the private 'project_data.cache.traceable' shared service.
  4602.      *
  4603.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4604.      */
  4605.     protected function getProjectData_Cache_TraceableService()
  4606.     {
  4607.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4608.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4609.         $a->setLogger($b);
  4610.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('XMG-A-DsVm'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4611.         $c->setLogger($b);
  4612.         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)));
  4613.     }
  4614.     /**
  4615.      * Gets the private 'property_info' shared service.
  4616.      *
  4617.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4618.      */
  4619.     protected function getPropertyInfoService()
  4620.     {
  4621.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4622.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4623.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4624.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4625.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4626.         }, 4), new RewindableGenerator(function () {
  4627.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4628.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4629.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4630.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4631.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4632.         }, 5), new RewindableGenerator(function () {
  4633.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4634.         }, 1), new RewindableGenerator(function () {
  4635.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4636.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4637.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4638.         }, 3), new RewindableGenerator(function () {
  4639.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4640.         }, 1));
  4641.     }
  4642.     /**
  4643.      * Gets the private 'router.expression_language_provider' shared service.
  4644.      *
  4645.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4646.      */
  4647.     protected function getRouter_ExpressionLanguageProviderService()
  4648.     {
  4649.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4650.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4651.         ], [
  4652.             'env' => 'Closure',
  4653.         ]));
  4654.     }
  4655.     /**
  4656.      * Gets the private 'router.request_context' shared service.
  4657.      *
  4658.      * @return \Symfony\Component\Routing\RequestContext
  4659.      */
  4660.     protected function getRouter_RequestContextService()
  4661.     {
  4662.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4663.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4664.         return $instance;
  4665.     }
  4666.     /**
  4667.      * Gets the private 'router_listener' shared service.
  4668.      *
  4669.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4670.      */
  4671.     protected function getRouterListenerService()
  4672.     {
  4673.         $a = ($this->services['router'] ?? $this->getRouterService());
  4674.         if (isset($this->privates['router_listener'])) {
  4675.             return $this->privates['router_listener'];
  4676.         }
  4677.         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);
  4678.     }
  4679.     /**
  4680.      * Gets the private 'security.firewall.map' shared service.
  4681.      *
  4682.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4683.      */
  4684.     protected function getSecurity_Firewall_MapService()
  4685.     {
  4686.         $a = ($this->privates['.service_locator.Tip.8_I'] ?? $this->get_ServiceLocator_Tip_8IService());
  4687.         if (isset($this->privates['security.firewall.map'])) {
  4688.             return $this->privates['security.firewall.map'];
  4689.         }
  4690.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4691.             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)/')));
  4692.             yield 'security.firewall.map.context.management' => ($this->privates['.security.request_matcher.KsWz1b8'] ?? ($this->privates['.security.request_matcher.KsWz1b8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/management')));
  4693.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4694.         }, 3));
  4695.     }
  4696.     /**
  4697.      * Gets the private 'security.helper' shared service.
  4698.      *
  4699.      * @return \Symfony\Component\Security\Core\Security
  4700.      */
  4701.     protected function getSecurity_HelperService()
  4702.     {
  4703.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4704.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4705.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4706.         ], [
  4707.             'security.authorization_checker' => '?',
  4708.             'security.token_storage' => '?',
  4709.         ]));
  4710.     }
  4711.     /**
  4712.      * Gets the private 'security.logout_url_generator' shared service.
  4713.      *
  4714.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4715.      */
  4716.     protected function getSecurity_LogoutUrlGeneratorService()
  4717.     {
  4718.         $a = ($this->services['router'] ?? $this->getRouterService());
  4719.         if (isset($this->privates['security.logout_url_generator'])) {
  4720.             return $this->privates['security.logout_url_generator'];
  4721.         }
  4722.         $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()));
  4723.         $instance->registerListener('management''management.authentication.logout''logout''_csrf_token'NULLNULL);
  4724.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  4725.         return $instance;
  4726.     }
  4727.     /**
  4728.      * Gets the private 'security.role_hierarchy' shared service.
  4729.      *
  4730.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4731.      */
  4732.     protected function getSecurity_RoleHierarchyService()
  4733.     {
  4734.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4735.     }
  4736.     /**
  4737.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4738.      *
  4739.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4740.      */
  4741.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4742.     {
  4743.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4744.     }
  4745.     /**
  4746.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4747.      *
  4748.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4749.      */
  4750.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4751.     {
  4752.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4753.         $b = new \App\ParamConverter\CityParamConverter(($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
  4754.         $a->add($b0'city_converter');
  4755.         $a->add($b0NULL);
  4756.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4757.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4758.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4759.     }
  4760.     /**
  4761.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4762.      *
  4763.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4764.      */
  4765.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4766.     {
  4767.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4768.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4769.             return $this->privates['sensio_framework_extra.security.listener'];
  4770.         }
  4771.         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()));
  4772.     }
  4773.     /**
  4774.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4775.      *
  4776.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4777.      */
  4778.     protected function getSensioFrameworkExtra_View_ListenerService()
  4779.     {
  4780.         $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))));
  4781.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4782.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4783.         ], [
  4784.             'twig' => '?',
  4785.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4786.         return $instance;
  4787.     }
  4788.     /**
  4789.      * Gets the private 'session_listener' shared service.
  4790.      *
  4791.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4792.      */
  4793.     protected function getSessionListenerService()
  4794.     {
  4795.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4796.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  4797.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4798.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4799.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  4800.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4801.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4802.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  4803.         ], [
  4804.             'initialized_session' => '?',
  4805.             'logger' => '?',
  4806.             'request_stack' => '?',
  4807.             'session' => '?',
  4808.             'session_collector' => '?',
  4809.             'session_factory' => '?',
  4810.             'session_storage' => '?',
  4811.         ]), true$this->parameters['session.storage.options']);
  4812.     }
  4813.     /**
  4814.      * Gets the private 'sidebar_new_check_cool_down.cache.traceable' shared service.
  4815.      *
  4816.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4817.      */
  4818.     protected function getSidebarNewCheckCoolDown_Cache_TraceableService()
  4819.     {
  4820.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4821.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4822.         $a->setLogger($b);
  4823.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('OnHlYaPs0j'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4824.         $c->setLogger($b);
  4825.         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)));
  4826.     }
  4827.     /**
  4828.      * Gets the private 'station_added_profiles.cache.traceable' shared service.
  4829.      *
  4830.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4831.      */
  4832.     protected function getStationAddedProfiles_Cache_TraceableService()
  4833.     {
  4834.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4835.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4836.         $a->setLogger($b);
  4837.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('-mb-gJdLWQ'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4838.         $c->setLogger($b);
  4839.         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)));
  4840.     }
  4841.     /**
  4842.      * Gets the private 'stations_lines.cache.traceable' shared service.
  4843.      *
  4844.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4845.      */
  4846.     protected function getStationsLines_Cache_TraceableService()
  4847.     {
  4848.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4849.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4850.         $a->setLogger($b);
  4851.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('gJspKJwZYN'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4852.         $c->setLogger($b);
  4853.         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)));
  4854.     }
  4855.     /**
  4856.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  4857.      *
  4858.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  4859.      */
  4860.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  4861.     {
  4862.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4863.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  4864.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  4865.         }
  4866.         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);
  4867.     }
  4868.     /**
  4869.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  4870.      *
  4871.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  4872.      */
  4873.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  4874.     {
  4875.         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()));
  4876.     }
  4877.     /**
  4878.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  4879.      *
  4880.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  4881.      */
  4882.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  4883.     {
  4884.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4885.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  4886.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  4887.         }
  4888.         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);
  4889.     }
  4890.     /**
  4891.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  4892.      *
  4893.      * @return \Gedmo\Blameable\BlameableListener
  4894.      */
  4895.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  4896.     {
  4897.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  4898.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4899.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4900.         return $instance;
  4901.     }
  4902.     /**
  4903.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  4904.      *
  4905.      * @return \Gedmo\Loggable\LoggableListener
  4906.      */
  4907.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  4908.     {
  4909.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  4910.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4911.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4912.         return $instance;
  4913.     }
  4914.     /**
  4915.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  4916.      *
  4917.      * @return \Gedmo\Translatable\TranslatableListener
  4918.      */
  4919.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  4920.     {
  4921.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  4922.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4923.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4924.         $instance->setDefaultLocale('ru');
  4925.         $instance->setTranslatableLocale('ru');
  4926.         $instance->setTranslationFallback(true);
  4927.         $instance->setPersistDefaultLocaleTranslation(false);
  4928.         $instance->setSkipOnLoad(false);
  4929.         return $instance;
  4930.     }
  4931.     /**
  4932.      * Gets the private 'translator.data_collector' shared service.
  4933.      *
  4934.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4935.      */
  4936.     protected function getTranslator_DataCollectorService()
  4937.     {
  4938.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4939.     }
  4940.     /**
  4941.      * Gets the private 'translator.default' shared service.
  4942.      *
  4943.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4944.      */
  4945.     protected function getTranslator_DefaultService()
  4946.     {
  4947.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4948.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4949.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4950.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4951.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4952.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4953.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4954.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4955.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4956.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4957.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4958.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4959.         ], [
  4960.             'translation.loader.csv' => '?',
  4961.             'translation.loader.dat' => '?',
  4962.             'translation.loader.ini' => '?',
  4963.             'translation.loader.json' => '?',
  4964.             'translation.loader.mo' => '?',
  4965.             'translation.loader.php' => '?',
  4966.             'translation.loader.po' => '?',
  4967.             'translation.loader.qt' => '?',
  4968.             'translation.loader.res' => '?',
  4969.             'translation.loader.xliff' => '?',
  4970.             'translation.loader.yml' => '?',
  4971.         ]), 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'), 38 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/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'38 => 'vendor/nelmio/api-doc-bundle/translations']]], []);
  4972.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4973.         $instance->setFallbackLocales([=> 'ru']);
  4974.         return $instance;
  4975.     }
  4976.     /**
  4977.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4978.      *
  4979.      * @return \Twig\Loader\FilesystemLoader
  4980.      */
  4981.     protected function getTwig_Loader_NativeFilesystemService()
  4982.     {
  4983.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4984.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4985.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle/'), 'EasyAdmin');
  4986.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views/'), 'EasyAdmin');
  4987.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  4988.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  4989.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4990.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4991.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  4992.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  4993.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4994.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4995.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4996.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4997.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  4998.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  4999.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
  5000.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
  5001.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  5002.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  5003.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  5004.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
  5005.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
  5006.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  5007.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  5008.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  5009.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  5010.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  5011.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  5012.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  5013.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  5014.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  5015.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  5016.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  5017.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  5018.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  5019.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  5020.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  5021.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  5022.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  5023.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5024.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5025.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5026.         return $instance;
  5027.     }
  5028.     /**
  5029.      * Gets the private 'user_predict.cache.traceable' shared service.
  5030.      *
  5031.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5032.      */
  5033.     protected function getUserPredict_Cache_TraceableService()
  5034.     {
  5035.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  5036.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  5037.         $a->setLogger($b);
  5038.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('-CEq+llUUK'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5039.         $c->setLogger($b);
  5040.         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)));
  5041.     }
  5042.     /**
  5043.      * Gets the private 'validator.builder' shared service.
  5044.      *
  5045.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5046.      */
  5047.     protected function getValidator_BuilderService()
  5048.     {
  5049.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5050.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5051.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5052.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => ['privates''App\\Validator\\Constraints\\EmailNotBlackValidator''getEmailNotBlackValidatorService'true],
  5053.             'App\\Validator\\Constraints\\MaxProfileUrlValidator' => ['privates''App\\Validator\\Constraints\\MaxProfileUrlValidator''getMaxProfileUrlValidatorService'true],
  5054.             'App\\Validator\\Constraints\\NoStopWordsValidator' => ['privates''App\\Validator\\Constraints\\NoStopWordsValidator''getNoStopWordsValidatorService'true],
  5055.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => ['privates''App\\Validator\\Constraints\\PhoneNotBlackValidator''getPhoneNotBlackValidatorService'true],
  5056.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => ['privates''App\\Validator\\Constraints\\PhoneReviewNotAddedValidator''getPhoneReviewNotAddedValidatorService'true],
  5057.             'App\\Validator\\Constraints\\TelegramUsernameNotValidValidator' => ['privates''App\\Validator\\Constraints\\TelegramUsernameNotValidValidator''getTelegramUsernameNotValidValidatorService'true],
  5058.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => ['privates''App\\Validator\\Constraints\\TextIsNotASpamValidator''getTextIsNotASpamValidatorService'true],
  5059.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => ['privates''App\\Validator\\Constraints\\ValidPhoneForCountryValidator''getValidPhoneForCountryValidatorService'true],
  5060.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5061.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5062.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  5063.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5064.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5065.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5066.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5067.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5068.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5069.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5070.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5071.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5072.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5073.         ], [
  5074.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => '?',
  5075.             'App\\Validator\\Constraints\\MaxProfileUrlValidator' => '?',
  5076.             'App\\Validator\\Constraints\\NoStopWordsValidator' => '?',
  5077.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => '?',
  5078.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => '?',
  5079.             'App\\Validator\\Constraints\\TelegramUsernameNotValidValidator' => '?',
  5080.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => '?',
  5081.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => '?',
  5082.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  5083.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  5084.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  5085.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5086.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5087.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5088.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5089.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5090.             'doctrine.orm.validator.unique' => '?',
  5091.             'ewz_recaptcha.true' => '?',
  5092.             'ewz_recaptcha.v3.true' => '?',
  5093.             'security.validator.user_password' => '?',
  5094.             'validator.expression' => '?',
  5095.         ])));
  5096.         if ($this->has('translator')) {
  5097.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5098.         }
  5099.         $instance->setTranslationDomain('validators');
  5100.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5101.         $instance->enableAnnotationMapping(true);
  5102.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5103.         $instance->addMethodMapping('loadValidatorMetadata');
  5104.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5105.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5106.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5107.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.multi_website_entity_manager'] ?? $this->getDoctrine_Orm_MultiWebsiteEntityManagerService()), NULL));
  5108.         return $instance;
  5109.     }
  5110.     /**
  5111.      * Gets the private 'var_dumper.html_dumper' shared service.
  5112.      *
  5113.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5114.      */
  5115.     protected function getVarDumper_HtmlDumperService()
  5116.     {
  5117.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5118.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5119.         return $instance;
  5120.     }
  5121.     /**
  5122.      * Gets the private 'web_profiler.csp.handler' shared service.
  5123.      *
  5124.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5125.      */
  5126.     protected function getWebProfiler_Csp_HandlerService()
  5127.     {
  5128.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5129.     }
  5130.     /**
  5131.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5132.      *
  5133.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5134.      */
  5135.     protected function getWebProfiler_DebugToolbarService()
  5136.     {
  5137.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5138.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5139.             return $this->privates['web_profiler.debug_toolbar'];
  5140.         }
  5141.         $b = ($this->services['router'] ?? $this->getRouterService());
  5142.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5143.             return $this->privates['web_profiler.debug_toolbar'];
  5144.         }
  5145.         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()));
  5146.     }
  5147.     /**
  5148.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5149.      *
  5150.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5151.      */
  5152.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5153.     {
  5154.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5155.             'basicConfig' => ['privates''webpack_encore.entrypoint_lookup[basicConfig]''getWebpackEncore_EntrypointLookupbasicConfigService'true],
  5156.             'nodomainConfig' => ['privates''webpack_encore.entrypoint_lookup[nodomainConfig]''getWebpackEncore_EntrypointLookupnodomainConfigService'true],
  5157.             'nohashConfig' => ['privates''webpack_encore.entrypoint_lookup[nohashConfig]''getWebpackEncore_EntrypointLookupnohashConfigService'true],
  5158.         ], [
  5159.             'basicConfig' => '?',
  5160.             'nodomainConfig' => '?',
  5161.             'nohashConfig' => '?',
  5162.         ]));
  5163.     }
  5164.     /**
  5165.      * Gets the public 'cache_clearer' alias.
  5166.      *
  5167.      * @return object The ".container.private.cache_clearer" service.
  5168.      */
  5169.     protected function getCacheClearerService()
  5170.     {
  5171.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5172.         return $this->get('.container.private.cache_clearer');
  5173.     }
  5174.     /**
  5175.      * Gets the public 'filesystem' alias.
  5176.      *
  5177.      * @return object The ".container.private.filesystem" service.
  5178.      */
  5179.     protected function getFilesystemService()
  5180.     {
  5181.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5182.         return $this->get('.container.private.filesystem');
  5183.     }
  5184.     /**
  5185.      * Gets the public 'serializer' alias.
  5186.      *
  5187.      * @return object The ".container.private.serializer" service.
  5188.      */
  5189.     protected function getSerializerService()
  5190.     {
  5191.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5192.         return $this->get('.container.private.serializer');
  5193.     }
  5194.     /**
  5195.      * Gets the public 'security.csrf.token_manager' alias.
  5196.      *
  5197.      * @return object The ".container.private.security.csrf.token_manager" service.
  5198.      */
  5199.     protected function getSecurity_Csrf_TokenManagerService()
  5200.     {
  5201.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5202.         return $this->get('.container.private.security.csrf.token_manager');
  5203.     }
  5204.     /**
  5205.      * Gets the public 'form.factory' alias.
  5206.      *
  5207.      * @return object The ".container.private.form.factory" service.
  5208.      */
  5209.     protected function getForm_FactoryService()
  5210.     {
  5211.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5212.         return $this->get('.container.private.form.factory');
  5213.     }
  5214.     /**
  5215.      * Gets the public 'form.type.file' alias.
  5216.      *
  5217.      * @return object The ".container.private.form.type.file" service.
  5218.      */
  5219.     protected function getForm_Type_FileService()
  5220.     {
  5221.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5222.         return $this->get('.container.private.form.type.file');
  5223.     }
  5224.     /**
  5225.      * Gets the public 'profiler' alias.
  5226.      *
  5227.      * @return object The ".container.private.profiler" service.
  5228.      */
  5229.     protected function getProfilerService()
  5230.     {
  5231.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5232.         return $this->get('.container.private.profiler');
  5233.     }
  5234.     /**
  5235.      * Gets the public 'security.authorization_checker' alias.
  5236.      *
  5237.      * @return object The ".container.private.security.authorization_checker" service.
  5238.      */
  5239.     protected function getSecurity_AuthorizationCheckerService()
  5240.     {
  5241.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5242.         return $this->get('.container.private.security.authorization_checker');
  5243.     }
  5244.     /**
  5245.      * Gets the public 'security.token_storage' alias.
  5246.      *
  5247.      * @return object The ".container.private.security.token_storage" service.
  5248.      */
  5249.     protected function getSecurity_TokenStorageService()
  5250.     {
  5251.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5252.         return $this->get('.container.private.security.token_storage');
  5253.     }
  5254.     /**
  5255.      * Gets the public 'twig' alias.
  5256.      *
  5257.      * @return object The ".container.private.twig" service.
  5258.      */
  5259.     protected function getTwigService()
  5260.     {
  5261.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5262.         return $this->get('.container.private.twig');
  5263.     }
  5264.     /**
  5265.      * Gets the public 'security.password_encoder' alias.
  5266.      *
  5267.      * @return object The ".container.private.security.password_encoder" service.
  5268.      */
  5269.     protected function getSecurity_PasswordEncoderService()
  5270.     {
  5271.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5272.         return $this->get('.container.private.security.password_encoder');
  5273.     }
  5274.     /**
  5275.      * Gets the public 'session' alias.
  5276.      *
  5277.      * @return object The ".container.private.session" service.
  5278.      */
  5279.     protected function getSessionService()
  5280.     {
  5281.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5282.         return $this->get('.container.private.session');
  5283.     }
  5284.     /**
  5285.      * Gets the public 'validator' alias.
  5286.      *
  5287.      * @return object The ".container.private.validator" service.
  5288.      */
  5289.     protected function getValidatorService()
  5290.     {
  5291.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5292.         return $this->get('.container.private.validator');
  5293.     }
  5294.     /**
  5295.      * @return array|bool|float|int|string|\UnitEnum|null
  5296.      */
  5297.     public function getParameter(string $name)
  5298.     {
  5299.         if (isset($this->buildParameters[$name])) {
  5300.             return $this->buildParameters[$name];
  5301.         }
  5302.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5303.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5304.         }
  5305.         if (isset($this->loadedDynamicParameters[$name])) {
  5306.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5307.         }
  5308.         return $this->parameters[$name];
  5309.     }
  5310.     public function hasParameter(string $name): bool
  5311.     {
  5312.         if (isset($this->buildParameters[$name])) {
  5313.             return true;
  5314.         }
  5315.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5316.     }
  5317.     public function setParameter(string $name$value): void
  5318.     {
  5319.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5320.     }
  5321.     public function getParameterBag(): ParameterBagInterface
  5322.     {
  5323.         if (null === $this->parameterBag) {
  5324.             $parameters $this->parameters;
  5325.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5326.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5327.             }
  5328.             foreach ($this->buildParameters as $name => $value) {
  5329.                 $parameters[$name] = $value;
  5330.             }
  5331.             $this->parameterBag = new FrozenParameterBag($parameters);
  5332.         }
  5333.         return $this->parameterBag;
  5334.     }
  5335.     private $loadedDynamicParameters = [
  5336.         'kernel.runtime_environment' => false,
  5337.         'kernel.build_dir' => false,
  5338.         'kernel.cache_dir' => false,
  5339.         'raw_trusted_proxies' => false,
  5340.         'env(APP_VERSION)' => false,
  5341.         'app.use_legacy_domain_redirector' => false,
  5342.         'app.redirect_paths' => false,
  5343.         'default_city' => false,
  5344.         'default_currency' => false,
  5345.         'default_timezone' => false,
  5346.         'default_timezone.city_name' => false,
  5347.         'management_timezone' => false,
  5348.         'app.main_domain' => false,
  5349.         'app.mirror_domain' => false,
  5350.         'app.approval_media_upload_domain' => false,
  5351.         'app.responsive_media_base_url' => false,
  5352.         'app.email' => false,
  5353.         'app.login.five.day' => false,
  5354.         'app.sitemap.https' => false,
  5355.         'app.sitemap.gzip' => false,
  5356.         'app.sitemap.directory' => false,
  5357.         'app.cache_prefix' => false,
  5358.         'app.cache_prefix.redis' => false,
  5359.         'app.redis_url' => false,
  5360.         'app.mautic.api_url' => false,
  5361.         'app.mautic.client_id' => false,
  5362.         'app.mautic.client_secret' => false,
  5363.         'app.mautic.callback_url' => false,
  5364.         'app.mautic.access_token' => false,
  5365.         'app.mautic.refresh_token' => false,
  5366.         'app.mautic.access_token_expires' => false,
  5367.         'app.mautic.timeout' => false,
  5368.         'app.mautic.transactional_email_cache_ttl' => false,
  5369.         'app.profile.avatar.min_width' => false,
  5370.         'app.profile.avatar.min_height' => false,
  5371.         'app.profile.image.max_side_size' => false,
  5372.         'app.support_message.attachment.thumbnail_size' => false,
  5373.         'app.profile.page.deleted_profile_http_200_starting_from' => false,
  5374.         'app.profile.page.deleted_saloon_http_200_starting_from' => false,
  5375.         'app.profile.station_page.added_profiles.spread' => false,
  5376.         'app.profile.bulk_action.max_entities_to_process_immediately' => false,
  5377.         'app.profile_approval_bonus_amount' => false,
  5378.         'app.path.video.tmp' => false,
  5379.         'app.path.video_watermark' => false,
  5380.         'app.api.vouchers.whitelist' => false,
  5381.         'oplata_info.merchant_id' => false,
  5382.         'oplata_info.merchant_password' => false,
  5383.         'stations_update.domain' => false,
  5384.         'profile_list.per_page' => false,
  5385.         'saloon_list.per_page' => false,
  5386.         'homepage.city.masseurs_block.count' => false,
  5387.         'homepage.city.saloons_block.count' => false,
  5388.         'customer.preferred_profiles.per_page' => false,
  5389.         'customer.favourite_profiles.per_page' => false,
  5390.         'customer.profile_comments.per_page' => false,
  5391.         'customer.saloon_comments.per_page' => false,
  5392.         'advertiser.profiles.per_page' => false,
  5393.         'advertiser.saloons.per_page' => false,
  5394.         'advertiser.commented_profiles.per_page' => false,
  5395.         'advertiser.commented_saloons.per_page' => false,
  5396.         'advertiser.profile_comments.per_page' => false,
  5397.         'advertiser.saloon_comments.per_page' => false,
  5398.         'advertiser.support_messages.per_page' => false,
  5399.         'advertiser.phone_reviews.per_page' => false,
  5400.         'account.setting.advertiser_profile_list_per_page.variants' => false,
  5401.         'account.setting.advertiser_saloon_list_per_page.variants' => false,
  5402.         'search.form_cookie_time' => false,
  5403.         'recommendations_viewed_profiles_data_stored_count' => false,
  5404.         'bot_helper_viewed_profiles_data_stored_count' => false,
  5405.         'bot_helper_minimum_viewed_profiles_needed' => false,
  5406.         'search_profiles_by_keywords.per_page' => false,
  5407.         'linkage_circle.district_pages.random_mode' => false,
  5408.         'linkage_circle.station_pages.random_mode' => false,
  5409.         'comments.anonymous_comments_from_ip_address_per_day' => false,
  5410.         'test_data.dummy_profiles.cities_and_count' => false,
  5411.         'profile_list.bdsm_page.min_profile_services' => false,
  5412.         'ewz_recaptcha_secret' => false,
  5413.         'kernel.secret' => false,
  5414.         'kernel.trusted_proxies' => false,
  5415.         'debug.container.dump' => false,
  5416.         'serializer.mapping.cache.file' => false,
  5417.         'validator.mapping.cache.file' => false,
  5418.         'profiler.storage.dsn' => false,
  5419.         'doctrine.orm.proxy_dir' => false,
  5420.         'nelmio_cors.defaults' => false,
  5421.         'easyadmin.config' => false,
  5422.         'oneup_uploader.chunks' => false,
  5423.         'oneup_uploader.orphanage' => false,
  5424.         'oneup_uploader.config' => false,
  5425.         'ewz_recaptcha.public_key' => false,
  5426.         'ewz_recaptcha.private_key' => false,
  5427.     ];
  5428.     private $dynamicParameters = [];
  5429.     private function getDynamicParameter(string $name)
  5430.     {
  5431.         switch ($name) {
  5432.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5433.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5434.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5435.             case 'raw_trusted_proxies'$value $this->getEnv('resolve:TRUSTED_PROXIES'); break;
  5436.             case 'env(APP_VERSION)'$value $this->getEnv('trim:default::file:resolve:APP_VERSION_FILE'); break;
  5437.             case 'app.use_legacy_domain_redirector'$value $this->getEnv('USE_LEGACY_DOMAIN_REDIRECTOR'); break;
  5438.             case 'app.redirect_paths'$value $this->getEnv('resolve:REDIRECT_PATHS'); break;
  5439.             case 'default_city'$value $this->getEnv('DEFAULT_CITY'); break;
  5440.             case 'default_currency'$value $this->getEnv('DEFAULT_CURRENCY'); break;
  5441.             case 'default_timezone'$value $this->getEnv('DEFAULT_TIMEZONE'); break;
  5442.             case 'default_timezone.city_name'$value $this->getEnv('DEFAULT_TIMEZONE_CITY_NAME'); break;
  5443.             case 'management_timezone'$value $this->getEnv('MANAGEMENT_TIMEZONE'); break;
  5444.             case 'app.main_domain'$value $this->getEnv('MAIN_DOMAIN'); break;
  5445.             case 'app.mirror_domain'$value $this->getEnv('MIRROR_DOMAIN'); break;
  5446.             case 'app.approval_media_upload_domain'$value $this->getEnv('APPROVAL_MEDIA_UPLOAD_DOMAIN'); break;
  5447.             case 'app.responsive_media_base_url'$value $this->getEnv('RESPONSIVE_MEDIA_BASE_URL'); break;
  5448.             case 'app.email'$value $this->getEnv('EMAIL_FROM'); break;
  5449.             case 'app.login.five.day'$value $this->getEnv('bool:FAKE_AUTHENTICATION'); break;
  5450.             case 'app.sitemap.https'$value $this->getEnv('bool:SITEMAP_HTTPS'); break;
  5451.             case 'app.sitemap.gzip'$value $this->getEnv('bool:SITEMAP_GZIP'); break;
  5452.             case 'app.sitemap.directory'$value $this->getEnv('SITEMAP_DIRECTORY'); break;
  5453.             case 'app.cache_prefix'$value $this->getEnv('CACHE_PREFIX'); break;
  5454.             case 'app.cache_prefix.redis'$value $this->getEnv('string:CACHE_PREFIX').'|'; break;
  5455.             case 'app.redis_url'$value $this->getEnv('REDIS_URL'); break;
  5456.             case 'app.mautic.api_url'$value $this->getEnv('MAUTIC_API_URL'); break;
  5457.             case 'app.mautic.client_id'$value $this->getEnv('MAUTIC_CLIENT_ID'); break;
  5458.             case 'app.mautic.client_secret'$value $this->getEnv('MAUTIC_CLIENT_SECRET'); break;
  5459.             case 'app.mautic.callback_url'$value $this->getEnv('MAUTIC_CALLBACK_URL'); break;
  5460.             case 'app.mautic.access_token'$value $this->getEnv('MAUTIC_ACCESS_TOKEN'); break;
  5461.             case 'app.mautic.refresh_token'$value $this->getEnv('MAUTIC_REFRESH_TOKEN'); break;
  5462.             case 'app.mautic.access_token_expires'$value $this->getEnv('int:MAUTIC_ACCESS_TOKEN_EXPIRES'); break;
  5463.             case 'app.mautic.timeout'$value $this->getEnv('int:MAUTIC_TIMEOUT'); break;
  5464.             case 'app.mautic.transactional_email_cache_ttl'$value $this->getEnv('int:MAUTIC_TRANSACTIONAL_EMAIL_CACHE_TTL'); break;
  5465.             case 'app.profile.avatar.min_width'$value $this->getEnv('PROFILE_AVATAR_MIN_WIDTH'); break;
  5466.             case 'app.profile.avatar.min_height'$value $this->getEnv('PROFILE_AVATAR_MIN_HEIGHT'); break;
  5467.             case 'app.profile.image.max_side_size'$value $this->getEnv('PROFILE_IMAGE_MAX_SIDE_SIZE'); break;
  5468.             case 'app.support_message.attachment.thumbnail_size'$value $this->getEnv('int:SUPPORT_MESSAGE_ATTACHMENT_THUMBNAIL_SIZE'); break;
  5469.             case 'app.profile.page.deleted_profile_http_200_starting_from'$value $this->getEnv('DELETED_PROFILE_HTTP_200_STARTING_FROM'); break;
  5470.             case 'app.profile.page.deleted_saloon_http_200_starting_from'$value $this->getEnv('DELETED_SALOON_HTTP_200_STARTING_FROM'); break;
  5471.             case 'app.profile.station_page.added_profiles.spread'$value $this->getEnv('STATION_PAGE_ADDED_PROFILES_SPREAD'); break;
  5472.             case 'app.profile.bulk_action.max_entities_to_process_immediately'$value $this->getEnv('BULK_MAX_ENTITIES_TO_PROCESS_IMMEDIATELY'); break;
  5473.             case 'app.profile_approval_bonus_amount'$value $this->getEnv('PROFILE_APPROVAL_BONUS_AMOUNT'); break;
  5474.             case 'app.path.video.tmp'$value $this->getEnv('UPLOAD_TMP_DIRECTORY'); break;
  5475.             case 'app.path.video_watermark'$value $this->getEnv('VIDEO_WATERMARK_PATH'); break;
  5476.             case 'app.api.vouchers.whitelist'$value $this->getEnv('API_VOUCHERS_IP_WHITELIST'); break;
  5477.             case 'oplata_info.merchant_id'$value $this->getEnv('OPLATA_MERCHANT_ID'); break;
  5478.             case 'oplata_info.merchant_password'$value $this->getEnv('OPLATA_MERCHANT_PASSWORD'); break;
  5479.             case 'stations_update.domain'$value $this->getEnv('STATIONS_DATA_DOMAIN'); break;
  5480.             case 'profile_list.per_page'$value $this->getEnv('PROFILE_LIST_PER_PAGE'); break;
  5481.             case 'saloon_list.per_page'$value $this->getEnv('SALOON_LIST_PER_PAGE'); break;
  5482.             case 'homepage.city.masseurs_block.count'$value $this->getEnv('int:HOMEPAGE_CITY_MASSEURS_BLOCK_COUNT'); break;
  5483.             case 'homepage.city.saloons_block.count'$value $this->getEnv('int:HOMEPAGE_CITY_SALOONS_BLOCK_COUNT'); break;
  5484.             case 'customer.preferred_profiles.per_page'$value $this->getEnv('CUSTOMER_PREFERRED_PROFILES_PER_PAGE'); break;
  5485.             case 'customer.favourite_profiles.per_page'$value $this->getEnv('CUSTOMER_FAVOURITE_PROFILES_PER_PAGE'); break;
  5486.             case 'customer.profile_comments.per_page'$value $this->getEnv('CUSTOMER_PROFILE_COMMENTS_PER_PAGE'); break;
  5487.             case 'customer.saloon_comments.per_page'$value $this->getEnv('CUSTOMER_SALOON_COMMENTS_PER_PAGE'); break;
  5488.             case 'advertiser.profiles.per_page'$value $this->getEnv('ADVERTISER_PROFILES_PER_PAGE'); break;
  5489.             case 'advertiser.saloons.per_page'$value $this->getEnv('ADVERTISER_SALOONS_PER_PAGE'); break;
  5490.             case 'advertiser.commented_profiles.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_PROFILES_PER_PAGE'); break;
  5491.             case 'advertiser.commented_saloons.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_SALOONS_PER_PAGE'); break;
  5492.             case 'advertiser.profile_comments.per_page'$value $this->getEnv('ADVERTISER_PROFILE_COMMENTS_PER_PAGE'); break;
  5493.             case 'advertiser.saloon_comments.per_page'$value $this->getEnv('ADVERTISER_SALOON_COMMENTS_PER_PAGE'); break;
  5494.             case 'advertiser.support_messages.per_page'$value $this->getEnv('ADVERTISER_SUPPORT_MESSAGES_PER_PAGE'); break;
  5495.             case 'advertiser.phone_reviews.per_page'$value $this->getEnv('ADVERTISER_PHONE_REVIEWS_PER_PAGE'); break;
  5496.             case 'account.setting.advertiser_profile_list_per_page.variants'$value $this->getEnv('ADVERTISER_PROFILE_LIST_PER_PAGE_VARIANTS'); break;
  5497.             case 'account.setting.advertiser_saloon_list_per_page.variants'$value $this->getEnv('ADVERTISER_SALOON_LIST_PER_PAGE_VARIANTS'); break;
  5498.             case 'search.form_cookie_time'$value $this->getEnv('SEARCH_FORM_COOKIE_TIME'); break;
  5499.             case 'recommendations_viewed_profiles_data_stored_count'$value $this->getEnv('RECOMMENDATIONS_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5500.             case 'bot_helper_viewed_profiles_data_stored_count'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5501.             case 'bot_helper_minimum_viewed_profiles_needed'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_MINIMUM_NEEDED'); break;
  5502.             case 'search_profiles_by_keywords.per_page'$value $this->getEnv('SEARCH_BY_KEYWORDS_PER_PAGE'); break;
  5503.             case 'linkage_circle.district_pages.random_mode'$value $this->getEnv('DISTRICT_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5504.             case 'linkage_circle.station_pages.random_mode'$value $this->getEnv('STATION_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5505.             case 'comments.anonymous_comments_from_ip_address_per_day'$value $this->getEnv('ANONYMOUS_COMMENTS_FROM_IP_ADDRESS_PER_DAY'); break;
  5506.             case 'test_data.dummy_profiles.cities_and_count'$value $this->getEnv('DUMMY_PROFILES_CITIES_AND_COUNT'); break;
  5507.             case 'profile_list.bdsm_page.min_profile_services'$value $this->getEnv('MIN_PROFILE_BDSM_SERVICES_FOR_BDSM_PAGE'); break;
  5508.             case 'ewz_recaptcha_secret'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  5509.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5510.             case 'kernel.trusted_proxies'$value $this->getEnv('string:default:raw_trusted_proxies:file:resolve:TRUSTED_PROXIES_CONFIG'); break;
  5511.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelReviewDebugContainer.xml'); break;
  5512.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5513.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5514.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5515.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5516.             case 'nelmio_cors.defaults'$value = [
  5517.                 'allow_origin' => [
  5518.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  5519.                 ],
  5520.                 'allow_credentials' => false,
  5521.                 'allow_headers' => [
  5522.                     => 'content-type',
  5523.                     => 'authorization',
  5524.                 ],
  5525.                 'expose_headers' => [
  5526.                     => 'Link',
  5527.                 ],
  5528.                 'allow_methods' => [
  5529.                     => 'GET',
  5530.                     => 'OPTIONS',
  5531.                     => 'POST',
  5532.                     => 'PUT',
  5533.                     => 'PATCH',
  5534.                     => 'DELETE',
  5535.                 ],
  5536.                 'max_age' => 3600,
  5537.                 'hosts' => [
  5538.                 ],
  5539.                 'origin_regex' => true,
  5540.                 'forced_allow_origin_value' => NULL,
  5541.                 'skip_same_as_origin' => true,
  5542.             ]; break;
  5543.             case 'easyadmin.config'$value = [
  5544.                 'site_name' => $this->getEnv('MAIN_DOMAIN'),
  5545.                 'user' => [
  5546.                     'name_property_path' => 'username',
  5547.                     'display_name' => true,
  5548.                     'display_avatar' => true,
  5549.                     'avatar_property_path' => NULL,
  5550.                 ],
  5551.                 'design' => [
  5552.                     'form_theme' => [
  5553.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  5554.                         => 'EasyAdmin/form/account_form_theme.html.twig',
  5555.                         => 'EasyAdmin/city_prices/city_name.html.twig',
  5556.                     ],
  5557.                     'assets' => [
  5558.                         'css' => [
  5559.                             => 'bundles/easyadmin/bootstrap-all.css',
  5560.                         ],
  5561.                         'js' => [
  5562.                             => 'bundles/easyadmin/bootstrap-all.js',
  5563.                         ],
  5564.                         'favicon' => [
  5565.                             'path' => 'favicon.ico',
  5566.                             'mime_type' => 'image/x-icon',
  5567.                         ],
  5568.                     ],
  5569.                     'menu' => [
  5570.                         => [
  5571.                             'entity' => 'Default',
  5572.                             'default' => true,
  5573.                         ],
  5574.                         => [
  5575.                             'label' => 'Account',
  5576.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5577.                         ],
  5578.                         => [
  5579.                             'entity' => 'Account',
  5580.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5581.                         ],
  5582.                         => [
  5583.                             'entity' => 'SupportMessage',
  5584.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5585.                             'css_class' => 'SupportMessages',
  5586.                             'default' => true,
  5587.                         ],
  5588.                         => [
  5589.                             'entity' => 'PhoneReview',
  5590.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5591.                             'css_class' => 'PhoneReview',
  5592.                         ],
  5593.                         => [
  5594.                             'entity' => 'CityPrice',
  5595.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5596.                         ],
  5597.                         => [
  5598.                             'label' => 'Profile',
  5599.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5600.                         ],
  5601.                         => [
  5602.                             'entity' => 'Profile',
  5603.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5604.                         ],
  5605.                         => [
  5606.                             'entity' => 'ApprovalRequest',
  5607.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5608.                             'css_class' => 'ApprovalRequests',
  5609.                         ],
  5610.                         => [
  5611.                             'entity' => 'ProfileModeration',
  5612.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5613.                             'css_class' => 'ModerationRequests',
  5614.                         ],
  5615.                         10 => [
  5616.                             'entity' => 'Saloon',
  5617.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5618.                         ],
  5619.                         11 => [
  5620.                             'label' => 'Geo-Location',
  5621.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5622.                         ],
  5623.                         12 => [
  5624.                             'entity' => 'City',
  5625.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5626.                         ],
  5627.                         13 => [
  5628.                             'entity' => 'County',
  5629.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5630.                         ],
  5631.                         14 => [
  5632.                             'entity' => 'District',
  5633.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5634.                         ],
  5635.                         15 => [
  5636.                             'entity' => 'Station',
  5637.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5638.                         ],
  5639.                         16 => [
  5640.                             'entity' => 'Service',
  5641.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5642.                         ],
  5643.                         17 => [
  5644.                             'entity' => 'SourceMapStationsLog',
  5645.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5646.                         ],
  5647.                         18 => [
  5648.                             'entity' => 'ProfileAdBoardLog',
  5649.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5650.                         ],
  5651.                         19 => [
  5652.                             'label' => 'SEO',
  5653.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5654.                         ],
  5655.                         20 => [
  5656.                             'entity' => 'PageMetadata',
  5657.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5658.                         ],
  5659.                         21 => [
  5660.                             'label' => 'Sales',
  5661.                             'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  5662.                         ],
  5663.                         22 => [
  5664.                             'entity' => 'Analytics',
  5665.                             'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  5666.                         ],
  5667.                         23 => [
  5668.                             'label' => 'Deleted',
  5669.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5670.                         ],
  5671.                         24 => [
  5672.                             'entity' => 'DeletedProfile',
  5673.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5674.                         ],
  5675.                         25 => [
  5676.                             'entity' => 'DeletedSaloon',
  5677.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5678.                         ],
  5679.                         26 => [
  5680.                             'label' => 'Other',
  5681.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5682.                         ],
  5683.                         27 => [
  5684.                             'entity' => 'OfferBar',
  5685.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5686.                         ],
  5687.                         28 => [
  5688.                             'label' => 'Walkers',
  5689.                             'role' => 'ROLE_ACCESS_WALKER',
  5690.                         ],
  5691.                         29 => [
  5692.                             'entity' => 'Customer',
  5693.                             'role' => 'ROLE_ACCESS_WALKER',
  5694.                         ],
  5695.                         30 => [
  5696.                             'entity' => 'ProfileComment',
  5697.                             'role' => 'ROLE_ACCESS_WALKER',
  5698.                         ],
  5699.                         31 => [
  5700.                             'entity' => 'SaloonComment',
  5701.                             'role' => 'ROLE_ACCESS_WALKER',
  5702.                         ],
  5703.                         32 => [
  5704.                             'label' => 'Blocked IPs',
  5705.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5706.                         ],
  5707.                         33 => [
  5708.                             'entity' => 'IpAddress',
  5709.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5710.                         ],
  5711.                         34 => [
  5712.                             'entity' => 'IpAddressDailyCommentBan',
  5713.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5714.                         ],
  5715.                         35 => [
  5716.                             'entity' => 'IpAddressPermanentCommentBan',
  5717.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5718.                         ],
  5719.                         36 => [
  5720.                             'entity' => 'IpAddressCommentBan',
  5721.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5722.                         ],
  5723.                         37 => [
  5724.                             'label' => 'Useful links',
  5725.                         ],
  5726.                         38 => [
  5727.                             'label' => 'Open '.$this->getEnv('string:MIRROR_DOMAIN'),
  5728.                             'url' => 'https://'.$this->getEnv('string:MIRROR_DOMAIN'),
  5729.                             'target' => '_blank',
  5730.                         ],
  5731.                     ],
  5732.                     'brand_color' => 'hsl(230, 55%, 60%)',
  5733.                 ],
  5734.                 'entities' => [
  5735.                     'Default' => [
  5736.                         'disabled_actions' => [
  5737.                             => 'new',
  5738.                             => 'edit',
  5739.                             => 'delete',
  5740.                         ],
  5741.                         'class' => 'App\\Entity\\Location\\City',
  5742.                         'templates' => [
  5743.                             'list' => 'EasyAdmin/default/list.html.twig',
  5744.                         ],
  5745.                         'name' => 'Default',
  5746.                     ],
  5747.                     'City' => [
  5748.                         'class' => 'App\\Entity\\Location\\City',
  5749.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5750.                         'label' => 'Cities',
  5751.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5752.                         'disabled_actions' => [
  5753.                             => 'delete',
  5754.                         ],
  5755.                         'list' => [
  5756.                             'title' => 'Cities List',
  5757.                             'form_filters' => [
  5758.                                 => [
  5759.                                     'property' => 'countryCode',
  5760.                                     'type' => 'country',
  5761.                                     'label' => 'Country',
  5762.                                 ],
  5763.                                 => [
  5764.                                     'property' => 'cityGroup',
  5765.                                     'label' => 'Group',
  5766.                                     'type' => 'choice',
  5767.                                     'type_options' => [
  5768.                                         'choices' => [
  5769.                                             'Мегаполис' => 1,
  5770.                                             'Московская область' => 2,
  5771.                                         ],
  5772.                                     ],
  5773.                                 ],
  5774.                                 => [
  5775.                                     'property' => 'cityPriceCategory',
  5776.                                     'label' => 'City price category',
  5777.                                     'type' => 'App\\Form\\Type\\CityPriceCategoryType',
  5778.                                 ],
  5779.                             ],
  5780.                             'fields' => [
  5781.                                 => 'id',
  5782.                                 => [
  5783.                                     'property' => 'name',
  5784.                                     'label' => 'Name',
  5785.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5786.                                 ],
  5787.                                 => [
  5788.                                     'property' => 'uriIdentity',
  5789.                                     'label' => 'URI',
  5790.                                 ],
  5791.                                 => [
  5792.                                     'property' => 'countryCode',
  5793.                                     'label' => 'Country',
  5794.                                 ],
  5795.                                 => [
  5796.                                     'property' => 'cityGroup',
  5797.                                     'label' => 'Group',
  5798.                                     'template' => 'EasyAdmin/field_city_group.html.twig',
  5799.                                 ],
  5800.                                 => [
  5801.                                     'property' => 'cityPriceCategory',
  5802.                                     'label' => 'City price category',
  5803.                                 ],
  5804.                                 => [
  5805.                                     'property' => 'mapCoordinate.latitude',
  5806.                                     'label' => 'Latitude',
  5807.                                 ],
  5808.                                 => [
  5809.                                     'property' => 'mapCoordinate.longitude',
  5810.                                     'label' => 'Longitude',
  5811.                                 ],
  5812.                                 => [
  5813.                                     'property' => 'timezone',
  5814.                                     'label' => 't.zone',
  5815.                                 ],
  5816.                                 => 'counties',
  5817.                                 10 => 'districts',
  5818.                                 11 => 'stations',
  5819.                             ],
  5820.                         ],
  5821.                         'form' => [
  5822.                             'form_options' => [
  5823.                                 'empty_data' => NULL,
  5824.                             ],
  5825.                             'fields' => [
  5826.                                 => [
  5827.                                     'property' => 'name',
  5828.                                     'label' => 'Name',
  5829.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5830.                                     'type_options' => [
  5831.                                         'locales' => [
  5832.                                             => 'ru',
  5833.                                             => 'en',
  5834.                                         ],
  5835.                                     ],
  5836.                                 ],
  5837.                                 => [
  5838.                                     'property' => 'uriIdentity',
  5839.                                     'label' => 'URI',
  5840.                                 ],
  5841.                                 => [
  5842.                                     'property' => 'countryCode',
  5843.                                     'label' => 'Country',
  5844.                                     'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CountryType',
  5845.                                 ],
  5846.                                 => [
  5847.                                     'property' => 'cityGroup',
  5848.                                     'label' => 'Group',
  5849.                                     'type' => 'App\\Form\\Type\\CityGroupType',
  5850.                                 ],
  5851.                                 => [
  5852.                                     'property' => 'cityPriceCategory',
  5853.                                     'label' => 'City price category',
  5854.                                     'type' => 'App\\Form\\Type\\CityPriceCategoryType',
  5855.                                 ],
  5856.                                 => [
  5857.                                     'property' => 'mapCoordinate',
  5858.                                     'label' => 'Map coordinate',
  5859.                                     'type' => 'App\\Form\\Type\\MapCoordinateType',
  5860.                                 ],
  5861.                                 => [
  5862.                                     'property' => 'timezone',
  5863.                                     'label' => 'Timezone',
  5864.                                     'type' => 'App\\Form\\Type\\TimezoneType',
  5865.                                 ],
  5866.                                 => [
  5867.                                     'type' => 'group',
  5868.                                     'label' => 'City Counties',
  5869.                                 ],
  5870.                                 => [
  5871.                                     'property' => 'counties',
  5872.                                     'type' => 'embedded_list',
  5873.                                 ],
  5874.                                 => [
  5875.                                     'type' => 'group',
  5876.                                     'label' => 'City Districts',
  5877.                                 ],
  5878.                                 10 => [
  5879.                                     'property' => 'districts',
  5880.                                     'type' => 'embedded_list',
  5881.                                 ],
  5882.                                 11 => [
  5883.                                     'type' => 'group',
  5884.                                     'label' => 'City Stations',
  5885.                                 ],
  5886.                                 12 => [
  5887.                                     'property' => 'stations',
  5888.                                     'type' => 'embedded_list',
  5889.                                 ],
  5890.                             ],
  5891.                         ],
  5892.                         'new' => [
  5893.                             'fields' => [
  5894.                                 => '-counties',
  5895.                                 => '-districts',
  5896.                                 => '-stations',
  5897.                             ],
  5898.                         ],
  5899.                         'name' => 'City',
  5900.                     ],
  5901.                     'County' => [
  5902.                         'class' => 'App\\Entity\\Location\\County',
  5903.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5904.                         'label' => 'City Counties',
  5905.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5906.                         'disabled_actions' => [
  5907.                             => 'delete',
  5908.                         ],
  5909.                         'list' => [
  5910.                             'title' => 'City Counties List',
  5911.                             'form_filters' => [
  5912.                                 => [
  5913.                                     'property' => 'city',
  5914.                                     'label' => 'City',
  5915.                                 ],
  5916.                             ],
  5917.                             'fields' => [
  5918.                                 => 'id',
  5919.                                 => [
  5920.                                     'property' => 'name',
  5921.                                     'label' => 'Name',
  5922.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5923.                                 ],
  5924.                                 => [
  5925.                                     'property' => 'uriIdentity',
  5926.                                     'label' => 'URI',
  5927.                                 ],
  5928.                                 => 'city',
  5929.                                 => 'districts',
  5930.                                 => 'stations',
  5931.                             ],
  5932.                         ],
  5933.                         'form' => [
  5934.                             'form_options' => [
  5935.                                 'empty_data' => NULL,
  5936.                             ],
  5937.                             'fields' => [
  5938.                                 => [
  5939.                                     'property' => 'name',
  5940.                                     'label' => 'Name',
  5941.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5942.                                     'type_options' => [
  5943.                                         'locales' => [
  5944.                                             => 'ru',
  5945.                                             => 'en',
  5946.                                         ],
  5947.                                     ],
  5948.                                 ],
  5949.                                 => [
  5950.                                     'property' => 'uriIdentity',
  5951.                                     'label' => 'URI',
  5952.                                 ],
  5953.                                 => [
  5954.                                     'property' => 'city',
  5955.                                     'label' => 'City',
  5956.                                     'type_options' => [
  5957.                                         'required' => true,
  5958.                                         'group_by' => 'countryCode',
  5959.                                     ],
  5960.                                 ],
  5961.                                 => [
  5962.                                     'type' => 'group',
  5963.                                     'label' => 'City Districts',
  5964.                                 ],
  5965.                                 => [
  5966.                                     'property' => 'districts',
  5967.                                     'type' => 'embedded_list',
  5968.                                 ],
  5969.                                 => [
  5970.                                     'type' => 'group',
  5971.                                     'label' => 'City Stations',
  5972.                                 ],
  5973.                                 => [
  5974.                                     'property' => 'stations',
  5975.                                     'type' => 'embedded_list',
  5976.                                 ],
  5977.                             ],
  5978.                         ],
  5979.                         'new' => [
  5980.                             'fields' => [
  5981.                                 => '-districts',
  5982.                                 => '-stations',
  5983.                             ],
  5984.                         ],
  5985.                         'name' => 'County',
  5986.                     ],
  5987.                     'District' => [
  5988.                         'class' => 'App\\Entity\\Location\\District',
  5989.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5990.                         'label' => 'City Districts',
  5991.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5992.                         'disabled_actions' => [
  5993.                             => 'delete',
  5994.                         ],
  5995.                         'list' => [
  5996.                             'title' => 'City Districts List',
  5997.                             'form_filters' => [
  5998.                                 => [
  5999.                                     'property' => 'city',
  6000.                                     'label' => 'City',
  6001.                                 ],
  6002.                                 => [
  6003.                                     'property' => 'county',
  6004.                                     'label' => 'County',
  6005.                                 ],
  6006.                             ],
  6007.                             'fields' => [
  6008.                                 => 'id',
  6009.                                 => [
  6010.                                     'property' => 'name',
  6011.                                     'label' => 'Name',
  6012.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6013.                                 ],
  6014.                                 => [
  6015.                                     'property' => 'uriIdentity',
  6016.                                     'label' => 'URI',
  6017.                                 ],
  6018.                                 => 'city',
  6019.                                 => 'county',
  6020.                                 => 'stations',
  6021.                             ],
  6022.                         ],
  6023.                         'form' => [
  6024.                             'form_options' => [
  6025.                                 'empty_data' => NULL,
  6026.                             ],
  6027.                             'fields' => [
  6028.                                 => [
  6029.                                     'property' => 'name',
  6030.                                     'label' => 'Name',
  6031.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6032.                                     'type_options' => [
  6033.                                         'locales' => [
  6034.                                             => 'ru',
  6035.                                             => 'en',
  6036.                                         ],
  6037.                                     ],
  6038.                                 ],
  6039.                                 => [
  6040.                                     'property' => 'uriIdentity',
  6041.                                     'label' => 'URI',
  6042.                                 ],
  6043.                                 => [
  6044.                                     'property' => 'city',
  6045.                                     'label' => 'City',
  6046.                                     'type_options' => [
  6047.                                         'required' => true,
  6048.                                         'group_by' => 'countryCode',
  6049.                                     ],
  6050.                                 ],
  6051.                                 => [
  6052.                                     'property' => 'county',
  6053.                                     'label' => 'County',
  6054.                                     'type_options' => [
  6055.                                         'required' => false,
  6056.                                         'group_by' => 'city.name',
  6057.                                     ],
  6058.                                 ],
  6059.                                 => [
  6060.                                     'type' => 'group',
  6061.                                     'label' => 'City Stations',
  6062.                                 ],
  6063.                                 => [
  6064.                                     'property' => 'stations',
  6065.                                     'type' => 'embedded_list',
  6066.                                 ],
  6067.                             ],
  6068.                         ],
  6069.                         'new' => [
  6070.                             'fields' => [
  6071.                                 => '-stations',
  6072.                             ],
  6073.                         ],
  6074.                         'name' => 'District',
  6075.                     ],
  6076.                     'Station' => [
  6077.                         'class' => 'App\\Entity\\Location\\Station',
  6078.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6079.                         'label' => 'City Stations',
  6080.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6081.                         'disabled_actions' => [
  6082.                             => 'delete',
  6083.                         ],
  6084.                         'list' => [
  6085.                             'title' => 'City Stations List',
  6086.                             'form_filters' => [
  6087.                                 => [
  6088.                                     'property' => 'city',
  6089.                                     'label' => 'City',
  6090.                                 ],
  6091.                                 => [
  6092.                                     'property' => 'county',
  6093.                                     'label' => 'County',
  6094.                                 ],
  6095.                                 => [
  6096.                                     'property' => 'district',
  6097.                                     'label' => 'District',
  6098.                                 ],
  6099.                             ],
  6100.                             'fields' => [
  6101.                                 => 'id',
  6102.                                 => [
  6103.                                     'property' => 'name',
  6104.                                     'label' => 'Name',
  6105.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6106.                                 ],
  6107.                                 => [
  6108.                                     'property' => 'uriIdentity',
  6109.                                     'label' => 'URI',
  6110.                                 ],
  6111.                                 => 'city',
  6112.                                 => 'county',
  6113.                                 => 'district',
  6114.                             ],
  6115.                         ],
  6116.                         'form' => [
  6117.                             'form_options' => [
  6118.                                 'empty_data' => NULL,
  6119.                             ],
  6120.                             'fields' => [
  6121.                                 => [
  6122.                                     'property' => 'name',
  6123.                                     'label' => 'Name',
  6124.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6125.                                     'type_options' => [
  6126.                                         'locales' => [
  6127.                                             => 'ru',
  6128.                                             => 'en',
  6129.                                         ],
  6130.                                     ],
  6131.                                 ],
  6132.                                 => [
  6133.                                     'property' => 'uriIdentity',
  6134.                                     'label' => 'URI',
  6135.                                 ],
  6136.                                 => [
  6137.                                     'property' => 'city',
  6138.                                     'label' => 'City',
  6139.                                     'type_options' => [
  6140.                                         'required' => true,
  6141.                                         'group_by' => 'countryCode',
  6142.                                     ],
  6143.                                 ],
  6144.                                 => [
  6145.                                     'property' => 'county',
  6146.                                     'label' => 'County',
  6147.                                     'type_options' => [
  6148.                                         'required' => false,
  6149.                                         'group_by' => 'city.name',
  6150.                                     ],
  6151.                                 ],
  6152.                                 => [
  6153.                                     'property' => 'district',
  6154.                                     'label' => 'District',
  6155.                                     'type_options' => [
  6156.                                         'required' => false,
  6157.                                         'group_by' => 'city.name',
  6158.                                     ],
  6159.                                 ],
  6160.                             ],
  6161.                         ],
  6162.                         'name' => 'Station',
  6163.                     ],
  6164.                     'Service' => [
  6165.                         'class' => 'App\\Entity\\Service',
  6166.                         'controller' => 'App\\Controller\\Management\\ServiceController',
  6167.                         'label' => 'Услуги',
  6168.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6169.                         'disabled_actions' => [
  6170.                             => 'show',
  6171.                         ],
  6172.                         'list' => [
  6173.                             'title' => 'Услуги',
  6174.                             'max_results' => 500,
  6175.                             'form_filters' => [
  6176.                                 => [
  6177.                                     'property' => 'group',
  6178.                                     'label' => 'Группа',
  6179.                                     'type' => 'App\\Form\\Type\\ServiceGroupType',
  6180.                                 ],
  6181.                             ],
  6182.                             'fields' => [
  6183.                                 => 'id',
  6184.                                 => [
  6185.                                     'property' => 'group',
  6186.                                     'label' => 'Группа',
  6187.                                     'template' => 'EasyAdmin/field_service_group.html.twig',
  6188.                                     'sortable' => false,
  6189.                                 ],
  6190.                                 => [
  6191.                                     'property' => 'name',
  6192.                                     'label' => 'Название',
  6193.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6194.                                     'sortable' => false,
  6195.                                 ],
  6196.                                 => [
  6197.                                     'property' => 'uriIdentity',
  6198.                                     'label' => 'URI',
  6199.                                     'sortable' => false,
  6200.                                 ],
  6201.                                 => [
  6202.                                     'property' => 'sort',
  6203.                                     'label' => 'Сортировка',
  6204.                                     'sortable' => false,
  6205.                                 ],
  6206.                             ],
  6207.                             'templates' => [
  6208.                                 'list' => 'EasyAdmin/services/list.html.twig',
  6209.                             ],
  6210.                         ],
  6211.                         'form' => [
  6212.                             'form_options' => [
  6213.                                 'empty_data' => NULL,
  6214.                             ],
  6215.                             'fields' => [
  6216.                                 => [
  6217.                                     'property' => 'group',
  6218.                                     'label' => 'Группа',
  6219.                                     'type' => 'App\\Form\\Type\\ServiceGroupType',
  6220.                                 ],
  6221.                                 => [
  6222.                                     'property' => 'name',
  6223.                                     'label' => 'Название',
  6224.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6225.                                     'type_options' => [
  6226.                                         'locales' => [
  6227.                                             => 'ru',
  6228.                                             => 'en',
  6229.                                         ],
  6230.                                     ],
  6231.                                 ],
  6232.                                 => [
  6233.                                     'property' => 'uriIdentity',
  6234.                                     'label' => 'URI',
  6235.                                 ],
  6236.                             ],
  6237.                         ],
  6238.                         'name' => 'Service',
  6239.                     ],
  6240.                     'SourceMapStationsLog' => [
  6241.                         'class' => 'App\\Entity\\SourceMap\\Log\\SourceMapStationsUpdateLog',
  6242.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6243.                         'label' => 'Stations update log',
  6244.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6245.                         'disabled_actions' => [
  6246.                             => 'new',
  6247.                             => 'edit',
  6248.                             => 'delete',
  6249.                         ],
  6250.                         'list' => [
  6251.                             'title' => 'Stations update log',
  6252.                             'fields' => [
  6253.                                 => 'id',
  6254.                                 => [
  6255.                                     'property' => 'log',
  6256.                                     'label' => 'log',
  6257.                                     'template' => 'EasyAdmin/field_string_array.html.twig',
  6258.                                 ],
  6259.                                 => [
  6260.                                     'property' => 'changes',
  6261.                                     'label' => 'changes',
  6262.                                     'template' => 'EasyAdmin/source_map_stations_log/field_changes.html.twig',
  6263.                                 ],
  6264.                                 => 'date',
  6265.                             ],
  6266.                         ],
  6267.                         'name' => 'SourceMapStationsLog',
  6268.                     ],
  6269.                     'ProfileAdBoardLog' => [
  6270.                         'class' => 'App\\Entity\\Sales\\Profile\\AdBoardPlacement',
  6271.                         'controller' => 'App\\Controller\\Management\\LogController',
  6272.                         'label' => 'Profile adboard log',
  6273.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6274.                         'disabled_actions' => [
  6275.                             => 'new',
  6276.                             => 'edit',
  6277.                             => 'delete',
  6278.                         ],
  6279.                         'list' => [
  6280.                             'title' => 'Profile adboard log',
  6281.                         ],
  6282.                         'templates' => [
  6283.                             'list' => 'EasyAdmin/log/list.html.twig',
  6284.                         ],
  6285.                         'name' => 'ProfileAdBoardLog',
  6286.                     ],
  6287.                     'Account' => [
  6288.                         'class' => 'App\\Entity\\Account\\Advertiser',
  6289.                         'controller' => 'App\\Controller\\Management\\AccountController',
  6290.                         'label' => 'Accounts',
  6291.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6292.                         'disabled_actions' => [
  6293.                             => 'delete',
  6294.                         ],
  6295.                         'embeddedList' => [
  6296.                             'open_new_tab' => true,
  6297.                         ],
  6298.                         'list' => [
  6299.                             'title' => 'Accounts List',
  6300.                             'fields' => [
  6301.                                 => [
  6302.                                     'property' => 'id',
  6303.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6304.                                 ],
  6305.                                 => 'email',
  6306.                                 => 'nickName',
  6307.                                 => 'country',
  6308.                                 => [
  6309.                                     'property' => 'city.name',
  6310.                                     'label' => 'City',
  6311.                                 ],
  6312.                                 => [
  6313.                                     'property' => 'currentBalance',
  6314.                                     'label' => 'Balance',
  6315.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6316.                                 ],
  6317.                                 => [
  6318.                                     'property' => 'enabled',
  6319.                                     'type' => 'boolean',
  6320.                                 ],
  6321.                                 => [
  6322.                                     'property' => 'trusted',
  6323.                                     'type' => 'boolean',
  6324.                                 ],
  6325.                             ],
  6326.                         ],
  6327.                         'show' => [
  6328.                             'fields' => [
  6329.                                 => 'email',
  6330.                                 => 'nickName',
  6331.                                 => [
  6332.                                     'property' => 'enabled',
  6333.                                     'type' => 'boolean',
  6334.                                 ],
  6335.                                 => [
  6336.                                     'property' => 'city.name',
  6337.                                     'label' => 'City',
  6338.                                 ],
  6339.                                 => [
  6340.                                     'property' => 'country',
  6341.                                     'label' => 'Country',
  6342.                                     'type' => 'country',
  6343.                                 ],
  6344.                                 => [
  6345.                                     'property' => 'currentBalance',
  6346.                                     'label' => 'Balance',
  6347.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6348.                                 ],
  6349.                             ],
  6350.                         ],
  6351.                         'form' => [
  6352.                             'form_options' => [
  6353.                                 'validation_groups' => [
  6354.                                     => 'Edit',
  6355.                                 ],
  6356.                             ],
  6357.                             'fields' => [
  6358.                                 => [
  6359.                                     'type' => 'tab',
  6360.                                     'label' => 'Account information',
  6361.                                 ],
  6362.                                 => [
  6363.                                     'type' => 'group',
  6364.                                     'label' => 'General information',
  6365.                                     'columns' => 4,
  6366.                                 ],
  6367.                                 => 'email',
  6368.                                 => 'nickName',
  6369.                                 => 'notes',
  6370.                                 => [
  6371.                                     'property' => 'enabled',
  6372.                                     'type_options' => [
  6373.                                         'required' => false,
  6374.                                     ],
  6375.                                 ],
  6376.                                 => [
  6377.                                     'property' => 'trusted',
  6378.                                     'type_options' => [
  6379.                                         'required' => false,
  6380.                                     ],
  6381.                                 ],
  6382.                                 => [
  6383.                                     'property' => 'currentBalance',
  6384.                                     'type' => 'text',
  6385.                                     'type_options' => [
  6386.                                         'block_name' => 'current_balance',
  6387.                                         'mapped' => false,
  6388.                                     ],
  6389.                                 ],
  6390.                                 => [
  6391.                                     'type' => 'group',
  6392.                                     'label' => 'Ban',
  6393.                                     'columns' => 4,
  6394.                                 ],
  6395.                                 => [
  6396.                                     'property' => 'ban',
  6397.                                     'label' => ' ',
  6398.                                     'type' => 'App\\Form\\Type\\AdvertiserBanType',
  6399.                                     'type_options' => [
  6400.                                         'required' => false,
  6401.                                         'mapped' => false,
  6402.                                     ],
  6403.                                 ],
  6404.                                 10 => [
  6405.                                     'type' => 'group',
  6406.                                     'label' => 'Geo Location',
  6407.                                     'columns' => 4,
  6408.                                 ],
  6409.                                 11 => [
  6410.                                     'property' => 'city',
  6411.                                     'type_options' => [
  6412.                                         'group_by' => 'countryCode',
  6413.                                     ],
  6414.                                 ],
  6415.                                 12 => [
  6416.                                     'property' => 'country',
  6417.                                     'label' => 'Country',
  6418.                                     'type_options' => [
  6419.                                         'disabled' => true,
  6420.                                     ],
  6421.                                     'help' => 'Will be set according to the selected city.',
  6422.                                 ],
  6423.                                 13 => [
  6424.                                     'type' => 'group',
  6425.                                     'label' => 'Pin-codes',
  6426.                                     'columns' => 6,
  6427.                                 ],
  6428.                                 14 => [
  6429.                                     'property' => 'Manually_Redeem_Pin-code',
  6430.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm',
  6431.                                 ],
  6432.                                 15 => [
  6433.                                     'type' => 'group',
  6434.                                     'label' => 'Enrollments',
  6435.                                     'columns' => 6,
  6436.                                 ],
  6437.                                 16 => [
  6438.                                     'property' => 'Enroll_Money',
  6439.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm',
  6440.                                 ],
  6441.                                 17 => [
  6442.                                     'type' => 'tab',
  6443.                                     'label' => 'Ads',
  6444.                                 ],
  6445.                                 18 => [
  6446.                                     'type' => 'tab',
  6447.                                     'label' => 'Finance Transactions',
  6448.                                 ],
  6449.                             ],
  6450.                         ],
  6451.                         'templates' => [
  6452.                             'edit' => 'EasyAdmin/account/edit.html.twig',
  6453.                         ],
  6454.                         'name' => 'Account',
  6455.                     ],
  6456.                     'Customer' => [
  6457.                         'class' => 'App\\Entity\\Account\\Customer',
  6458.                         'controller' => 'App\\Controller\\Management\\CustomerController',
  6459.                         'label' => 'Users',
  6460.                         'role' => 'ROLE_ACCESS_WALKER',
  6461.                         'disabled_actions' => [
  6462.                             => 'delete',
  6463.                         ],
  6464.                         'list' => [
  6465.                             'title' => 'Walkers List',
  6466.                             'fields' => [
  6467.                                 => [
  6468.                                     'property' => 'id',
  6469.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6470.                                 ],
  6471.                                 => 'email',
  6472.                                 => 'nickName',
  6473.                                 => 'country',
  6474.                                 => [
  6475.                                     'property' => 'city.name',
  6476.                                     'label' => 'City',
  6477.                                 ],
  6478.                                 => [
  6479.                                     'property' => 'enabled',
  6480.                                     'type' => 'toggle',
  6481.                                 ],
  6482.                             ],
  6483.                         ],
  6484.                         'show' => [
  6485.                             'fields' => [
  6486.                                 => 'email',
  6487.                                 => 'nickName',
  6488.                                 => [
  6489.                                     'property' => 'enabled',
  6490.                                     'type' => 'boolean',
  6491.                                 ],
  6492.                                 => [
  6493.                                     'property' => 'city.name',
  6494.                                     'label' => 'City',
  6495.                                 ],
  6496.                                 => [
  6497.                                     'property' => 'country',
  6498.                                     'label' => 'Country',
  6499.                                     'type' => 'country',
  6500.                                 ],
  6501.                             ],
  6502.                         ],
  6503.                         'form' => [
  6504.                             'form_options' => [
  6505.                                 'validation_groups' => [
  6506.                                     => 'Edit',
  6507.                                 ],
  6508.                             ],
  6509.                             'fields' => [
  6510.                                 => [
  6511.                                     'type' => 'tab',
  6512.                                     'label' => 'Walker information',
  6513.                                 ],
  6514.                                 => [
  6515.                                     'type' => 'group',
  6516.                                     'label' => 'General information',
  6517.                                     'columns' => 6,
  6518.                                 ],
  6519.                                 => 'email',
  6520.                                 => 'nickName',
  6521.                                 => 'notes',
  6522.                                 => [
  6523.                                     'property' => 'enabled',
  6524.                                     'type_options' => [
  6525.                                         'required' => false,
  6526.                                     ],
  6527.                                 ],
  6528.                                 => [
  6529.                                     'type' => 'group',
  6530.                                     'label' => 'Ban',
  6531.                                 ],
  6532.                                 => [
  6533.                                     'property' => 'ban',
  6534.                                     'label' => ' ',
  6535.                                     'type' => 'App\\Form\\Type\\CustomerBanType',
  6536.                                     'type_options' => [
  6537.                                         'required' => false,
  6538.                                         'mapped' => false,
  6539.                                     ],
  6540.                                 ],
  6541.                                 => [
  6542.                                     'type' => 'group',
  6543.                                     'label' => 'Geo Location',
  6544.                                     'columns' => 6,
  6545.                                 ],
  6546.                                 => [
  6547.                                     'property' => 'city',
  6548.                                     'type_options' => [
  6549.                                         'group_by' => 'countryCode',
  6550.                                     ],
  6551.                                 ],
  6552.                                 10 => [
  6553.                                     'property' => 'country',
  6554.                                     'label' => 'Country',
  6555.                                     'type_options' => [
  6556.                                         'disabled' => true,
  6557.                                     ],
  6558.                                     'help' => 'Will be set according to the selected city.',
  6559.                                 ],
  6560.                                 11 => [
  6561.                                     'type' => 'group',
  6562.                                     'label' => 'Walker reviews',
  6563.                                 ],
  6564.                                 12 => [
  6565.                                     'property' => 'profile_comments',
  6566.                                     'type' => 'embedded_list',
  6567.                                     'type_options' => [
  6568.                                         'mapped' => false,
  6569.                                         'entity' => 'ProfileComment',
  6570.                                         'ext_filters' => [
  6571.                                             'entity.user' => 'form:parent.data.id',
  6572.                                         ],
  6573.                                     ],
  6574.                                 ],
  6575.                                 13 => [
  6576.                                     'property' => 'saloon_comments',
  6577.                                     'type' => 'embedded_list',
  6578.                                     'type_options' => [
  6579.                                         'mapped' => false,
  6580.                                         'entity' => 'SaloonComment',
  6581.                                         'ext_filters' => [
  6582.                                             'entity.user' => 'form:parent.data.id',
  6583.                                         ],
  6584.                                     ],
  6585.                                 ],
  6586.                             ],
  6587.                         ],
  6588.                         'templates' => [
  6589.                             'edit' => 'EasyAdmin/customer/edit.html.twig',
  6590.                         ],
  6591.                         'name' => 'Customer',
  6592.                     ],
  6593.                     'ProfileComment' => [
  6594.                         'class' => 'App\\Entity\\Profile\\Comment\\CommentByCustomer',
  6595.                         'controller' => 'App\\Controller\\Management\\ProfileCommentController',
  6596.                         'label' => 'Girls reviews',
  6597.                         'role' => 'ROLE_ACCESS_WALKER',
  6598.                         'disabled_actions' => [
  6599.                             => 'new',
  6600.                             => 'delete',
  6601.                         ],
  6602.                         'search' => [
  6603.                             'fields' => [
  6604.                                 => 'profile.owner.nickName',
  6605.                                 => 'profile.name',
  6606.                                 => 'user.nickName',
  6607.                                 => 'text',
  6608.                                 => 'ipAddress.ip',
  6609.                             ],
  6610.                         ],
  6611.                         'list' => [
  6612.                             'batch_actions' => [
  6613.                                 => [
  6614.                                     'name' => 'restore',
  6615.                                     'label' => 'Восстановить',
  6616.                                     'ask_confirm' => true,
  6617.                                 ],
  6618.                                 => [
  6619.                                     'name' => 'softDelete',
  6620.                                     'label' => 'Удалить',
  6621.                                     'ask_confirm' => true,
  6622.                                 ],
  6623.                             ],
  6624.                             'max_results' => 50,
  6625.                             'title' => 'Girls Reviews',
  6626.                             'fields' => [
  6627.                                 => [
  6628.                                     'property' => 'id',
  6629.                                     'label' => 'id',
  6630.                                 ],
  6631.                                 => [
  6632.                                     'property' => 'profile.owner.nickname',
  6633.                                     'label' => 'Profile owner',
  6634.                                     'template' => 'EasyAdmin/comment/field_owner_name.html.twig',
  6635.                                 ],
  6636.                                 => [
  6637.                                     'property' => 'profile.name',
  6638.                                     'label' => 'Profile name',
  6639.                                     'template' => 'EasyAdmin/comment/field_profile_name.html.twig',
  6640.                                 ],
  6641.                                 => [
  6642.                                     'property' => 'user.nickName',
  6643.                                     'label' => 'Walker',
  6644.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6645.                                 ],
  6646.                                 => [
  6647.                                     'property' => 'text',
  6648.                                     'label' => 'Review',
  6649.                                 ],
  6650.                                 => [
  6651.                                     'property' => 'profile.city.name',
  6652.                                     'label' => 'City',
  6653.                                 ],
  6654.                                 => [
  6655.                                     'property' => 'createdAt',
  6656.                                     'label' => 'Created',
  6657.                                 ],
  6658.                                 => [
  6659.                                     'property' => 'ipAddress.ip',
  6660.                                     'label' => 'IP',
  6661.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6662.                                 ],
  6663.                                 => [
  6664.                                     'property' => 'deleted',
  6665.                                     'label' => 'Deleted',
  6666.                                     'type' => 'boolean',
  6667.                                 ],
  6668.                                 => [
  6669.                                     'property' => 'mark',
  6670.                                     'label' => 'Mark',
  6671.                                 ],
  6672.                                 10 => [
  6673.                                     'property' => 'isCommentedBySupport',
  6674.                                     'label' => 'Replied',
  6675.                                     'type' => 'boolean',
  6676.                                 ],
  6677.                             ],
  6678.                             'actions' => [
  6679.                                 => [
  6680.                                     'name' => 'edit',
  6681.                                     'label' => 'Редактировать',
  6682.                                 ],
  6683.                                 => [
  6684.                                     'name' => 'restore',
  6685.                                     'label' => 'Восстановить',
  6686.                                 ],
  6687.                                 => [
  6688.                                     'name' => 'softDelete',
  6689.                                     'label' => 'Удалить',
  6690.                                 ],
  6691.                             ],
  6692.                         ],
  6693.                         'edit' => [
  6694.                             'fields' => [
  6695.                                 => [
  6696.                                     'property' => 'id',
  6697.                                     'label' => 'id',
  6698.                                     'type_options' => [
  6699.                                         'disabled' => true,
  6700.                                     ],
  6701.                                 ],
  6702.                                 => [
  6703.                                     'property' => 'createdAt',
  6704.                                     'label' => 'Date',
  6705.                                     'type_options' => [
  6706.                                         'disabled' => true,
  6707.                                     ],
  6708.                                 ],
  6709.                                 => [
  6710.                                     'property' => 'text',
  6711.                                     'label' => 'Review',
  6712.                                 ],
  6713.                                 => [
  6714.                                     'property' => 'mark',
  6715.                                     'label' => 'Mark',
  6716.                                     'type' => 'App\\Form\\Type\\ProfileCommentMarkChoiceType',
  6717.                                 ],
  6718.                                 => [
  6719.                                     'property' => 'ipAddress',
  6720.                                     'label' => 'IP',
  6721.                                     'type_options' => [
  6722.                                         'disabled' => true,
  6723.                                     ],
  6724.                                     'css_class' => 'comment-ip-address',
  6725.                                 ],
  6726.                             ],
  6727.                         ],
  6728.                         'templates' => [
  6729.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6730.                         ],
  6731.                         'name' => 'ProfileComment',
  6732.                     ],
  6733.                     'SaloonComment' => [
  6734.                         'class' => 'App\\Entity\\Saloon\\Comment\\CommentByCustomer',
  6735.                         'controller' => 'App\\Controller\\Management\\SaloonCommentController',
  6736.                         'label' => 'Saloons reviews',
  6737.                         'role' => 'ROLE_ACCESS_WALKER',
  6738.                         'disabled_actions' => [
  6739.                             => 'new',
  6740.                             => 'delete',
  6741.                         ],
  6742.                         'search' => [
  6743.                             'fields' => [
  6744.                                 => 'saloon.owner.nickName',
  6745.                                 => 'saloon.name',
  6746.                                 => 'user.nickName',
  6747.                                 => 'text',
  6748.                                 => 'ipAddress.ip',
  6749.                             ],
  6750.                         ],
  6751.                         'list' => [
  6752.                             'batch_actions' => [
  6753.                                 => [
  6754.                                     'name' => 'restore',
  6755.                                     'label' => 'Восстановить',
  6756.                                     'ask_confirm' => true,
  6757.                                 ],
  6758.                                 => [
  6759.                                     'name' => 'softDelete',
  6760.                                     'label' => 'Удалить',
  6761.                                     'ask_confirm' => true,
  6762.                                 ],
  6763.                             ],
  6764.                             'max_results' => 50,
  6765.                             'title' => 'Saloons Reviews',
  6766.                             'fields' => [
  6767.                                 => [
  6768.                                     'property' => 'id',
  6769.                                     'label' => 'id',
  6770.                                 ],
  6771.                                 => [
  6772.                                     'property' => 'saloon.name',
  6773.                                     'label' => 'Name',
  6774.                                     'template' => 'EasyAdmin/comment/field_saloon_name.html.twig',
  6775.                                 ],
  6776.                                 => [
  6777.                                     'property' => 'user.nickName',
  6778.                                     'label' => 'Walker',
  6779.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6780.                                 ],
  6781.                                 => [
  6782.                                     'property' => 'text',
  6783.                                     'label' => 'Review',
  6784.                                 ],
  6785.                                 => [
  6786.                                     'property' => 'saloon.city.name',
  6787.                                     'label' => 'City',
  6788.                                 ],
  6789.                                 => [
  6790.                                     'property' => 'createdAt',
  6791.                                     'label' => 'Created',
  6792.                                 ],
  6793.                                 => [
  6794.                                     'property' => 'ipAddress.ip',
  6795.                                     'label' => 'IP',
  6796.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6797.                                 ],
  6798.                                 => [
  6799.                                     'property' => 'deleted',
  6800.                                     'label' => 'Deleted',
  6801.                                     'type' => 'boolean',
  6802.                                 ],
  6803.                                 => [
  6804.                                     'property' => 'mark',
  6805.                                     'label' => 'Mark',
  6806.                                 ],
  6807.                                 => [
  6808.                                     'property' => 'isCommentedBySupport',
  6809.                                     'label' => 'Replied',
  6810.                                     'type' => 'boolean',
  6811.                                 ],
  6812.                             ],
  6813.                             'actions' => [
  6814.                                 => [
  6815.                                     'name' => 'edit',
  6816.                                     'label' => 'Редактировать',
  6817.                                 ],
  6818.                                 => [
  6819.                                     'name' => 'restore',
  6820.                                     'label' => 'Восстановить',
  6821.                                 ],
  6822.                                 => [
  6823.                                     'name' => 'softDelete',
  6824.                                     'label' => 'Удалить',
  6825.                                 ],
  6826.                             ],
  6827.                         ],
  6828.                         'edit' => [
  6829.                             'fields' => [
  6830.                                 => [
  6831.                                     'property' => 'id',
  6832.                                     'label' => 'id',
  6833.                                     'type_options' => [
  6834.                                         'disabled' => true,
  6835.                                     ],
  6836.                                 ],
  6837.                                 => [
  6838.                                     'property' => 'createdAt',
  6839.                                     'label' => 'Date',
  6840.                                     'type_options' => [
  6841.                                         'disabled' => true,
  6842.                                     ],
  6843.                                 ],
  6844.                                 => [
  6845.                                     'property' => 'text',
  6846.                                     'label' => 'Review',
  6847.                                 ],
  6848.                                 => [
  6849.                                     'property' => 'mark',
  6850.                                     'label' => 'Mark',
  6851.                                     'type' => 'App\\Form\\Type\\SaloonCommentMarkChoiceType',
  6852.                                 ],
  6853.                                 => [
  6854.                                     'property' => 'ipAddress',
  6855.                                     'label' => 'IP',
  6856.                                     'type_options' => [
  6857.                                         'disabled' => true,
  6858.                                     ],
  6859.                                     'css_class' => 'comment-ip-address',
  6860.                                 ],
  6861.                             ],
  6862.                         ],
  6863.                         'templates' => [
  6864.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6865.                         ],
  6866.                         'name' => 'SaloonComment',
  6867.                     ],
  6868.                     'Transactions' => [
  6869.                         'class' => 'App\\Entity\\Sales\\AccountTransaction',
  6870.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6871.                         'disabled_actions' => [
  6872.                             => 'new',
  6873.                             => 'edit',
  6874.                             => 'delete',
  6875.                         ],
  6876.                         'list' => [
  6877.                             'fields' => [
  6878.                                 => 'id',
  6879.                                 => [
  6880.                                     'property' => 'account',
  6881.                                     'label' => 'Account',
  6882.                                 ],
  6883.                                 => [
  6884.                                     'property' => 'date',
  6885.                                     'label' => 'Date',
  6886.                                 ],
  6887.                                 => [
  6888.                                     'property' => 'money',
  6889.                                     'label' => 'Money amount',
  6890.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6891.                                 ],
  6892.                             ],
  6893.                         ],
  6894.                         'name' => 'Transactions',
  6895.                     ],
  6896.                     'Payments' => [
  6897.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  6898.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6899.                         'disabled_actions' => [
  6900.                             => 'new',
  6901.                             => 'edit',
  6902.                             => 'delete',
  6903.                         ],
  6904.                         'list' => [
  6905.                             'fields' => [
  6906.                                 => 'id',
  6907.                                 => [
  6908.                                     'property' => 'account',
  6909.                                     'label' => 'Account',
  6910.                                 ],
  6911.                                 => [
  6912.                                     'property' => 'date',
  6913.                                     'label' => 'Date',
  6914.                                 ],
  6915.                                 => [
  6916.                                     'property' => 'paidMoney',
  6917.                                     'label' => 'Paid',
  6918.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6919.                                 ],
  6920.                                 => [
  6921.                                     'property' => 'enrolledMoney',
  6922.                                     'label' => 'Enrolled',
  6923.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6924.                                 ],
  6925.                                 => [
  6926.                                     'property' => 'redeemedToken',
  6927.                                     'label' => 'Pin-code',
  6928.                                 ],
  6929.                                 => [
  6930.                                     'property' => 'enrolledByDescription',
  6931.                                     'label' => 'Enrolled By',
  6932.                                 ],
  6933.                             ],
  6934.                         ],
  6935.                         'name' => 'Payments',
  6936.                     ],
  6937.                     'Charges' => [
  6938.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  6939.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6940.                         'disabled_actions' => [
  6941.                             => 'new',
  6942.                             => 'edit',
  6943.                             => 'delete',
  6944.                         ],
  6945.                         'list' => [
  6946.                             'fields' => [
  6947.                                 => 'id',
  6948.                                 => [
  6949.                                     'property' => 'account',
  6950.                                     'label' => 'Account',
  6951.                                 ],
  6952.                                 => [
  6953.                                     'property' => 'date',
  6954.                                     'label' => 'Date',
  6955.                                 ],
  6956.                                 => [
  6957.                                     'property' => 'chargedMoney',
  6958.                                     'label' => 'Charged',
  6959.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6960.                                 ],
  6961.                                 => [
  6962.                                     'property' => 'link',
  6963.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  6964.                                 ],
  6965.                                 => [
  6966.                                     'property' => 'price',
  6967.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  6968.                                 ],
  6969.                                 => [
  6970.                                     'property' => 'placementStart',
  6971.                                 ],
  6972.                                 => [
  6973.                                     'property' => 'placementEnd',
  6974.                                 ],
  6975.                             ],
  6976.                         ],
  6977.                         'name' => 'Charges',
  6978.                     ],
  6979.                     'Profile' => [
  6980.                         'class' => 'App\\Entity\\Profile\\Profile',
  6981.                         'controller' => 'App\\Controller\\Management\\ProfileController',
  6982.                         'label' => 'Profiles',
  6983.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  6984.                         'disabled_actions' => [
  6985.                             => 'new',
  6986.                         ],
  6987.                         'list' => [
  6988.                             'title' => 'Profiles List',
  6989.                             'fields' => [
  6990.                                 => [
  6991.                                     'property' => 'id',
  6992.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6993.                                 ],
  6994.                                 => [
  6995.                                     'property' => 'name',
  6996.                                     'label' => 'Name',
  6997.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  6998.                                     'css_class' => 'profile_name_link',
  6999.                                 ],
  7000.                                 => [
  7001.                                     'property' => 'phoneNumber',
  7002.                                     'label' => 'Phone',
  7003.                                 ],
  7004.                                 => [
  7005.                                     'property' => 'city.name',
  7006.                                     'label' => 'City',
  7007.                                 ],
  7008.                                 => [
  7009.                                     'property' => 'owner.nickname',
  7010.                                     'label' => 'Owner',
  7011.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7012.                                 ],
  7013.                                 => 'createdAt',
  7014.                                 => [
  7015.                                     'property' => 'approved',
  7016.                                     'type' => 'boolean',
  7017.                                 ],
  7018.                                 => [
  7019.                                     'property' => 'isDeleted',
  7020.                                     'type' => 'boolean',
  7021.                                     'label' => 'Deleted',
  7022.                                 ],
  7023.                                 => [
  7024.                                     'property' => 'moderationStatus',
  7025.                                     'type' => 'boolean',
  7026.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7027.                                 ],
  7028.                                 => [
  7029.                                     'property' => 'isMediaProcessed',
  7030.                                     'type' => 'boolean',
  7031.                                     'label' => 'All video processed',
  7032.                                 ],
  7033.                             ],
  7034.                         ],
  7035.                         'form' => [
  7036.                             'form_options' => [
  7037.                                 'validation_groups' => [
  7038.                                     => 'Edit',
  7039.                                 ],
  7040.                             ],
  7041.                         ],
  7042.                         'templates' => [
  7043.                             'list' => 'EasyAdmin/profiles/list.html.twig',
  7044.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  7045.                         ],
  7046.                         'name' => 'Profile',
  7047.                     ],
  7048.                     'Saloon' => [
  7049.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7050.                         'controller' => 'App\\Controller\\Management\\SaloonController',
  7051.                         'label' => 'Saloons',
  7052.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7053.                         'disabled_actions' => [
  7054.                             => 'new',
  7055.                         ],
  7056.                         'list' => [
  7057.                             'title' => 'Saloons List',
  7058.                             'fields' => [
  7059.                                 => [
  7060.                                     'property' => 'id',
  7061.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7062.                                 ],
  7063.                                 => [
  7064.                                     'property' => 'name',
  7065.                                     'label' => 'Name',
  7066.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  7067.                                     'css_class' => 'profile_name_link',
  7068.                                 ],
  7069.                                 => [
  7070.                                     'property' => 'phoneNumber',
  7071.                                     'label' => 'Phone',
  7072.                                 ],
  7073.                                 => [
  7074.                                     'property' => 'city.name',
  7075.                                     'label' => 'City',
  7076.                                 ],
  7077.                                 => [
  7078.                                     'property' => 'owner.nickname',
  7079.                                     'label' => 'Owner',
  7080.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  7081.                                 ],
  7082.                                 => 'createdAt',
  7083.                                 => [
  7084.                                     'property' => 'isDeleted',
  7085.                                     'type' => 'boolean',
  7086.                                     'label' => 'Deleted',
  7087.                                 ],
  7088.                                 => [
  7089.                                     'property' => 'isMediaProcessed',
  7090.                                     'type' => 'boolean',
  7091.                                     'label' => 'All video processed',
  7092.                                 ],
  7093.                             ],
  7094.                         ],
  7095.                         'form' => [
  7096.                             'form_options' => [
  7097.                                 'validation_groups' => [
  7098.                                     => 'Edit',
  7099.                                 ],
  7100.                             ],
  7101.                         ],
  7102.                         'templates' => [
  7103.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  7104.                         ],
  7105.                         'name' => 'Saloon',
  7106.                     ],
  7107.                     'PageMetadata' => [
  7108.                         'class' => 'App\\Entity\\SEO\\PageMetadata',
  7109.                         'controller' => 'App\\Controller\\Management\\PageMetadataController',
  7110.                         'label' => 'Pages SEO',
  7111.                         'role' => 'ROLE_ADMIN_ACCESS_SEO',
  7112.                         'list' => [
  7113.                             'title' => 'Pages SEO',
  7114.                             'form_filters' => [
  7115.                                 => [
  7116.                                     'property' => 'city',
  7117.                                     'label' => 'City',
  7118.                                 ],
  7119.                             ],
  7120.                             'fields' => [
  7121.                                 => [
  7122.                                     'property' => 'city.name',
  7123.                                     'label' => 'City',
  7124.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7125.                                 ],
  7126.                                 => [
  7127.                                     'property' => 'uri',
  7128.                                     'label' => 'Page URI',
  7129.                                 ],
  7130.                                 => [
  7131.                                     'property' => 'hasPageHeading',
  7132.                                     'type' => 'boolean',
  7133.                                     'label' => '&lt;h1&gt;',
  7134.                                 ],
  7135.                                 => [
  7136.                                     'property' => 'hasMetaTitle',
  7137.                                     'type' => 'boolean',
  7138.                                     'label' => '&lt;title&gt;',
  7139.                                 ],
  7140.                                 => [
  7141.                                     'property' => 'hasMetaDescription',
  7142.                                     'type' => 'boolean',
  7143.                                     'label' => '&lt;meta description&gt;',
  7144.                                 ],
  7145.                                 => [
  7146.                                     'property' => 'hasMetaKeywords',
  7147.                                     'type' => 'boolean',
  7148.                                     'label' => '&lt;meta keywords&gt;',
  7149.                                 ],
  7150.                                 => [
  7151.                                     'property' => 'hasTopHtml',
  7152.                                     'type' => 'boolean',
  7153.                                     'label' => 'Top block',
  7154.                                 ],
  7155.                                 => [
  7156.                                     'property' => 'hasBottomHtml',
  7157.                                     'type' => 'boolean',
  7158.                                     'label' => 'Bottom block',
  7159.                                 ],
  7160.                             ],
  7161.                         ],
  7162.                         'form' => [
  7163.                             'title' => 'Page SEO (#%entity_id%)',
  7164.                             'fields' => [
  7165.                                 => [
  7166.                                     'property' => 'city',
  7167.                                     'label' => 'City',
  7168.                                     'type_options' => [
  7169.                                         'required' => true,
  7170.                                     ],
  7171.                                 ],
  7172.                                 => [
  7173.                                     'property' => 'uri',
  7174.                                     'label' => 'Page URI',
  7175.                                 ],
  7176.                                 => [
  7177.                                     'type' => 'section',
  7178.                                     'label' => 'On page texts',
  7179.                                 ],
  7180.                                 => [
  7181.                                     'property' => 'pageHeading',
  7182.                                     'label' => 'Page heading',
  7183.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7184.                                     'type_options' => [
  7185.                                         'locales' => [
  7186.                                             => 'ru',
  7187.                                             => 'en',
  7188.                                         ],
  7189.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7190.                                     ],
  7191.                                     'help' => 'Usual placement is &lt;h1&gt; tag. Supports <strong>only plain text</strong>.',
  7192.                                 ],
  7193.                                 => [
  7194.                                     'type' => 'section',
  7195.                                     'label' => 'Meta texts',
  7196.                                 ],
  7197.                                 => [
  7198.                                     'property' => 'metaTitle',
  7199.                                     'label' => 'Page title',
  7200.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7201.                                     'type_options' => [
  7202.                                         'locales' => [
  7203.                                             => 'ru',
  7204.                                             => 'en',
  7205.                                         ],
  7206.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7207.                                     ],
  7208.                                     'help' => 'Placed within &lt;title&gt; tag. Supports <strong>only plain text</strong>.',
  7209.                                 ],
  7210.                                 => [
  7211.                                     'property' => 'metaDescription',
  7212.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7213.                                     'type_options' => [
  7214.                                         'locales' => [
  7215.                                             => 'ru',
  7216.                                             => 'en',
  7217.                                         ],
  7218.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7219.                                     ],
  7220.                                     'help' => 'Supports <strong>only plain text</strong>.',
  7221.                                 ],
  7222.                                 => [
  7223.                                     'property' => 'metaKeywords',
  7224.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7225.                                     'type_options' => [
  7226.                                         'locales' => [
  7227.                                             => 'ru',
  7228.                                             => 'en',
  7229.                                         ],
  7230.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7231.                                     ],
  7232.                                     'help' => 'Supports <strong>only plain text</strong>.',
  7233.                                 ],
  7234.                                 => [
  7235.                                     'type' => 'section',
  7236.                                     'label' => 'HTML blocks',
  7237.                                 ],
  7238.                                 => [
  7239.                                     'property' => 'topHtml',
  7240.                                     'label' => 'Top block',
  7241.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7242.                                     'type_options' => [
  7243.                                         'locales' => [
  7244.                                             => 'ru',
  7245.                                             => 'en',
  7246.                                         ],
  7247.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7248.                                     ],
  7249.                                     'help' => 'Placed at the top of the page. Supports HTML markup.',
  7250.                                 ],
  7251.                                 10 => [
  7252.                                     'property' => 'bottomHtml',
  7253.                                     'label' => 'Bottom block',
  7254.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7255.                                     'type_options' => [
  7256.                                         'locales' => [
  7257.                                             => 'ru',
  7258.                                             => 'en',
  7259.                                         ],
  7260.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7261.                                     ],
  7262.                                     'help' => 'Placed at the bottom of the page. Supports HTML markup.',
  7263.                                 ],
  7264.                             ],
  7265.                         ],
  7266.                         'edit' => [
  7267.                             'fields' => [
  7268.                                 => [
  7269.                                     'property' => 'city',
  7270.                                     'type_options' => [
  7271.                                         'disabled' => true,
  7272.                                     ],
  7273.                                 ],
  7274.                                 => [
  7275.                                     'property' => 'uri',
  7276.                                     'type_options' => [
  7277.                                         'disabled' => true,
  7278.                                     ],
  7279.                                 ],
  7280.                             ],
  7281.                         ],
  7282.                         'name' => 'PageMetadata',
  7283.                     ],
  7284.                     'ApprovalRequest' => [
  7285.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ApprovalRequest',
  7286.                         'controller' => 'App\\Controller\\Management\\ProfileApprovalController',
  7287.                         'label' => 'Approval',
  7288.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7289.                         'disabled_actions' => [
  7290.                             => 'new',
  7291.                             => 'delete',
  7292.                         ],
  7293.                         'list' => [
  7294.                             'title' => 'Approval List',
  7295.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7296.                             'fields' => [
  7297.                                 => [
  7298.                                     'property' => 'id',
  7299.                                     'label' => 'Request ID',
  7300.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7301.                                 ],
  7302.                                 => [
  7303.                                     'property' => 'profile.id',
  7304.                                     'type_options' => [
  7305.                                         'disabled' => true,
  7306.                                     ],
  7307.                                     'label' => 'Profile ID',
  7308.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7309.                                 ],
  7310.                                 => [
  7311.                                     'property' => 'profile.name',
  7312.                                     'type_options' => [
  7313.                                         'disabled' => true,
  7314.                                     ],
  7315.                                     'label' => 'Profile name',
  7316.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7317.                                 ],
  7318.                                 => [
  7319.                                     'property' => 'profile.owner.nickname',
  7320.                                     'type_options' => [
  7321.                                         'disabled' => true,
  7322.                                     ],
  7323.                                     'label' => 'Owner',
  7324.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7325.                                 ],
  7326.                                 => [
  7327.                                     'property' => 'updatedAt',
  7328.                                     'label' => 'Date',
  7329.                                 ],
  7330.                                 => [
  7331.                                     'property' => 'profile.moderationStatus',
  7332.                                     'type' => 'boolean',
  7333.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7334.                                 ],
  7335.                                 => [
  7336.                                     'property' => 'isMediaProcessed',
  7337.                                     'type' => 'boolean',
  7338.                                     'label' => 'Approval video processed',
  7339.                                 ],
  7340.                             ],
  7341.                         ],
  7342.                         'search' => [
  7343.                             'fields' => [
  7344.                                 => 'profile.id',
  7345.                                 => 'profile.owner.nickName',
  7346.                             ],
  7347.                         ],
  7348.                         'edit' => [
  7349.                             'fields' => [
  7350.                                 => [
  7351.                                     'property' => 'id',
  7352.                                     'type_options' => [
  7353.                                         'disabled' => true,
  7354.                                     ],
  7355.                                 ],
  7356.                             ],
  7357.                         ],
  7358.                         'templates' => [
  7359.                             'edit' => 'EasyAdmin/profile_approval/edit.html.twig',
  7360.                         ],
  7361.                         'name' => 'ApprovalRequest',
  7362.                     ],
  7363.                     'ProfileModeration' => [
  7364.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ModerationRequest',
  7365.                         'controller' => 'App\\Controller\\Management\\ProfileModerationController',
  7366.                         'label' => 'Moderation',
  7367.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7368.                         'disabled_actions' => [
  7369.                             => 'new',
  7370.                         ],
  7371.                         'list' => [
  7372.                             'batch_actions' => [
  7373.                                 => [
  7374.                                     'name' => 'pass',
  7375.                                     'label' => 'Одобрить',
  7376.                                     'ask_confirm' => true,
  7377.                                 ],
  7378.                                 => [
  7379.                                     'name' => 'reject',
  7380.                                     'label' => 'Отклонить',
  7381.                                     'ask_confirm' => true,
  7382.                                 ],
  7383.                             ],
  7384.                             'title' => 'Profiles List',
  7385.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7386.                             'fields' => [
  7387.                                 => [
  7388.                                     'property' => 'id',
  7389.                                     'label' => 'Request ID',
  7390.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7391.                                 ],
  7392.                                 => [
  7393.                                     'property' => 'profile.id',
  7394.                                     'label' => 'Profile ID',
  7395.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7396.                                 ],
  7397.                                 => [
  7398.                                     'property' => 'profile.name',
  7399.                                     'label' => 'Profile name',
  7400.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7401.                                     'css_class' => 'profile_name_link',
  7402.                                 ],
  7403.                                 => [
  7404.                                     'property' => 'profile.phoneNumber',
  7405.                                     'label' => 'Phone',
  7406.                                 ],
  7407.                                 => [
  7408.                                     'property' => 'profile.owner.nickName',
  7409.                                     'label' => 'Owner',
  7410.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7411.                                 ],
  7412.                                 => [
  7413.                                     'property' => 'updatedAt',
  7414.                                     'label' => 'Date',
  7415.                                 ],
  7416.                                 => [
  7417.                                     'property' => 'isProfileMediaProcessed',
  7418.                                     'type' => 'boolean',
  7419.                                     'label' => 'Profile video processed',
  7420.                                 ],
  7421.                             ],
  7422.                         ],
  7423.                         'search' => [
  7424.                             'fields' => [
  7425.                                 => 'profile.id',
  7426.                                 => 'profile.phoneNumber',
  7427.                                 => 'profile.owner.nickName',
  7428.                             ],
  7429.                         ],
  7430.                         'form' => [
  7431.                             'form_options' => [
  7432.                                 'validation_groups' => [
  7433.                                     => 'Edit',
  7434.                                 ],
  7435.                             ],
  7436.                         ],
  7437.                         'templates' => [
  7438.                             'list' => 'EasyAdmin/profile_moderation/list.html.twig',
  7439.                             'edit' => 'EasyAdmin/profile_moderation/edit.html.twig',
  7440.                         ],
  7441.                         'name' => 'ProfileModeration',
  7442.                     ],
  7443.                     'SupportMessage' => [
  7444.                         'class' => 'App\\Entity\\Account\\SupportMessage',
  7445.                         'controller' => 'App\\Controller\\Management\\SupportMessagesController',
  7446.                         'label' => 'Messages',
  7447.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7448.                         'disabled_actions' => [
  7449.                             => 'new',
  7450.                             => 'delete',
  7451.                         ],
  7452.                         'search' => [
  7453.                             'fields' => [
  7454.                                 => 'owner.nickName',
  7455.                                 => 'topic',
  7456.                                 => 'message',
  7457.                             ],
  7458.                         ],
  7459.                         'list' => [
  7460.                             'actions' => [
  7461.                                 => [
  7462.                                     'name' => 'edit',
  7463.                                     'label' => 'Просмотреть',
  7464.                                 ],
  7465.                             ],
  7466.                             'max_results' => 10,
  7467.                             'title' => 'Messages',
  7468.                             'fields' => [
  7469.                                 => 'id',
  7470.                                 => [
  7471.                                     'property' => 'owner.nickname',
  7472.                                     'label' => 'Author',
  7473.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7474.                                 ],
  7475.                                 => [
  7476.                                     'property' => 'topic',
  7477.                                     'label' => 'Topic',
  7478.                                 ],
  7479.                                 => [
  7480.                                     'property' => 'message',
  7481.                                     'label' => 'Message',
  7482.                                 ],
  7483.                                 => [
  7484.                                     'property' => 'lastMessageAt',
  7485.                                     'label' => 'Last user message',
  7486.                                 ],
  7487.                             ],
  7488.                         ],
  7489.                         'edit' => [
  7490.                             'fields' => [
  7491.                                 => [
  7492.                                     'property' => 'id',
  7493.                                     'label' => 'ID',
  7494.                                     'type_options' => [
  7495.                                         'disabled' => true,
  7496.                                     ],
  7497.                                 ],
  7498.                             ],
  7499.                         ],
  7500.                         'templates' => [
  7501.                             'list' => 'EasyAdmin/support_messages/list.html.twig',
  7502.                             'edit' => 'EasyAdmin/support_messages/edit.html.twig',
  7503.                         ],
  7504.                         'name' => 'SupportMessage',
  7505.                     ],
  7506.                     'PhoneReview' => [
  7507.                         'class' => 'App\\MultiWebsite\\Entity\\PhoneReview',
  7508.                         'label' => 'Phone Reviews',
  7509.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7510.                         'disabled_actions' => [
  7511.                             => 'new',
  7512.                         ],
  7513.                         'list' => [
  7514.                             'max_results' => 50,
  7515.                             'title' => 'Phone Reviews',
  7516.                             'fields' => [
  7517.                                 => 'phone',
  7518.                                 => 'review',
  7519.                                 => 'mark',
  7520.                                 => 'createdAt',
  7521.                             ],
  7522.                         ],
  7523.                         'name' => 'PhoneReview',
  7524.                     ],
  7525.                     'Analytics' => [
  7526.                         'class' => 'App\\Entity\\Sales\\Profile\\PlacementCharge',
  7527.                         'controller' => 'App\\Controller\\Management\\AnalyticsController',
  7528.                         'label' => 'Analytics',
  7529.                         'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  7530.                         'disabled_actions' => [
  7531.                             => 'new',
  7532.                             => 'delete',
  7533.                         ],
  7534.                         'list' => [
  7535.                             'title' => 'Live',
  7536.                         ],
  7537.                         'templates' => [
  7538.                             'list' => 'EasyAdmin/analytics/list.html.twig',
  7539.                         ],
  7540.                         'name' => 'Analytics',
  7541.                     ],
  7542.                     'DeletedProfile' => [
  7543.                         'class' => 'App\\Entity\\Profile\\Profile',
  7544.                         'controller' => 'App\\Controller\\Management\\DeletedProfilesController',
  7545.                         'label' => 'Deleted Profiles',
  7546.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7547.                         'disabled_actions' => [
  7548.                             => 'new',
  7549.                             => 'edit',
  7550.                             => 'delete',
  7551.                         ],
  7552.                         'templates' => [
  7553.                             'list' => 'EasyAdmin/deleted_profiles/list.html.twig',
  7554.                         ],
  7555.                         'list' => [
  7556.                             'actions' => [
  7557.                                 => [
  7558.                                     'name' => 'restore',
  7559.                                     'label' => 'Восстановить',
  7560.                                 ],
  7561.                             ],
  7562.                             'title' => 'Profiles List',
  7563.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7564.                             'fields' => [
  7565.                                 => [
  7566.                                     'property' => 'name',
  7567.                                     'label' => 'Name',
  7568.                                     'css_class' => 'profile_name_link',
  7569.                                 ],
  7570.                                 => [
  7571.                                     'property' => 'deletedAt',
  7572.                                     'label' => 'deletedAt',
  7573.                                 ],
  7574.                             ],
  7575.                             'sort' => [
  7576.                                 => 'deletedAt',
  7577.                                 => 'DESC',
  7578.                             ],
  7579.                         ],
  7580.                         'name' => 'DeletedProfile',
  7581.                     ],
  7582.                     'DeletedSaloon' => [
  7583.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7584.                         'controller' => 'App\\Controller\\Management\\DeletedSaloonController',
  7585.                         'label' => 'Deleted Saloons',
  7586.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7587.                         'disabled_actions' => [
  7588.                             => 'new',
  7589.                             => 'edit',
  7590.                             => 'delete',
  7591.                         ],
  7592.                         'templates' => [
  7593.                             'list' => 'EasyAdmin/deleted_saloons/list.html.twig',
  7594.                         ],
  7595.                         'list' => [
  7596.                             'actions' => [
  7597.                                 => [
  7598.                                     'name' => 'restore',
  7599.                                     'label' => 'Восстановить',
  7600.                                 ],
  7601.                             ],
  7602.                             'title' => 'Profiles List',
  7603.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7604.                             'fields' => [
  7605.                                 => [
  7606.                                     'property' => 'name',
  7607.                                     'label' => 'Name',
  7608.                                     'css_class' => 'profile_name_link',
  7609.                                 ],
  7610.                                 => [
  7611.                                     'property' => 'deletedAt',
  7612.                                     'label' => 'deletedAt',
  7613.                                 ],
  7614.                             ],
  7615.                             'sort' => [
  7616.                                 => 'deletedAt',
  7617.                                 => 'DESC',
  7618.                             ],
  7619.                         ],
  7620.                         'name' => 'DeletedSaloon',
  7621.                     ],
  7622.                     'CityPrice' => [
  7623.                         'class' => 'App\\Entity\\Location\\City',
  7624.                         'controller' => 'App\\Controller\\Management\\CityPricesController',
  7625.                         'label' => 'City prices',
  7626.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7627.                         'disabled_actions' => [
  7628.                             => 'new',
  7629.                             => 'delete',
  7630.                         ],
  7631.                         'templates' => [
  7632.                             'list' => 'EasyAdmin/city_prices/list.html.twig',
  7633.                         ],
  7634.                         'list' => [
  7635.                             'title' => 'City prices',
  7636.                             'actions' => [
  7637.                                 => [
  7638.                                     'name' => 'dynamicPricesData',
  7639.                                     'label' => 'Dynamic prices data',
  7640.                                 ],
  7641.                                 => [
  7642.                                     'name' => 'dynamicPricesSave',
  7643.                                     'label' => 'Dynamic prices save',
  7644.                                 ],
  7645.                                 => [
  7646.                                     'name' => 'dynamicPricesReplace',
  7647.                                     'label' => 'Dynamic prices replace',
  7648.                                 ],
  7649.                                 => [
  7650.                                     'name' => 'dynamicPricesFillDefaults',
  7651.                                     'label' => 'Dynamic prices fill defaults',
  7652.                                 ],
  7653.                             ],
  7654.                             'fields' => [
  7655.                                 => 'id',
  7656.                                 => [
  7657.                                     'property' => 'name',
  7658.                                     'label' => 'Name',
  7659.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7660.                                 ],
  7661.                             ],
  7662.                         ],
  7663.                         'form' => [
  7664.                             'form_options' => [
  7665.                                 'empty_data' => NULL,
  7666.                             ],
  7667.                             'fields' => [
  7668.                                 => [
  7669.                                     'property' => 'name',
  7670.                                     'label' => ' ',
  7671.                                     'type_options' => [
  7672.                                         'disabled' => true,
  7673.                                         'block_name' => 'city_name',
  7674.                                         'required' => false,
  7675.                                     ],
  7676.                                 ],
  7677.                             ],
  7678.                         ],
  7679.                         'name' => 'CityPrice',
  7680.                     ],
  7681.                     'OfferBar' => [
  7682.                         'class' => 'App\\Entity\\System\\Variable',
  7683.                         'controller' => 'App\\Controller\\Management\\OfferBarController',
  7684.                         'label' => 'Offer Bar',
  7685.                         'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  7686.                         'disabled_actions' => [
  7687.                             => 'new',
  7688.                             => 'delete',
  7689.                             => 'form',
  7690.                         ],
  7691.                         'list' => [
  7692.                             'title' => 'Offer Bar',
  7693.                             'actions' => [
  7694.                                 => [
  7695.                                     'name' => 'save',
  7696.                                     'label' => 'Восстановить',
  7697.                                 ],
  7698.                             ],
  7699.                             'fields' => [
  7700.                                 => 'id',
  7701.                             ],
  7702.                         ],
  7703.                         'name' => 'OfferBar',
  7704.                     ],
  7705.                     'IpAddress' => [
  7706.                         'class' => 'App\\Entity\\System\\IpAddress',
  7707.                         'controller' => 'App\\Controller\\Management\\IpAddressController',
  7708.                         'label' => 'IPs',
  7709.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7710.                         'disabled_actions' => [
  7711.                             => 'delete',
  7712.                             => 'form',
  7713.                         ],
  7714.                         'list' => [
  7715.                             'title' => 'IPs',
  7716.                             'actions' => [
  7717.                                 => [
  7718.                                     'name' => 'permanentBan',
  7719.                                     'label' => 'Забанить',
  7720.                                     'icon' => 'ban',
  7721.                                     'css_class' => 'text-danger',
  7722.                                 ],
  7723.                             ],
  7724.                             'fields' => [
  7725.                                 => 'id',
  7726.                                 => [
  7727.                                     'property' => 'ip',
  7728.                                     'label' => 'IP',
  7729.                                 ],
  7730.                                 => [
  7731.                                     'property' => 'activeDailyCommentBan.date',
  7732.                                     'label' => 'Active daily ban',
  7733.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7734.                                 ],
  7735.                                 => [
  7736.                                     'property' => 'activePermanentCommentBan.date',
  7737.                                     'label' => 'Active permanent ban',
  7738.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7739.                                 ],
  7740.                                 => [
  7741.                                     'property' => 'dailyCommentBansCount',
  7742.                                     'label' => 'Temporary bans',
  7743.                                 ],
  7744.                                 => [
  7745.                                     'property' => 'permanentCommentBansCount',
  7746.                                     'label' => 'Permanent bans',
  7747.                                 ],
  7748.                             ],
  7749.                         ],
  7750.                         'edit' => [
  7751.                             'title' => 'IP or Network',
  7752.                             'form_options' => [
  7753.                                 'empty_data' => NULL,
  7754.                             ],
  7755.                             'fields' => [
  7756.                                 => [
  7757.                                     'property' => 'ip',
  7758.                                     'label' => 'IP',
  7759.                                     'type_options' => [
  7760.                                         'disabled' => true,
  7761.                                     ],
  7762.                                 ],
  7763.                                 => [
  7764.                                     'type' => 'group',
  7765.                                     'label' => 'IP profile comments',
  7766.                                 ],
  7767.                                 => [
  7768.                                     'property' => 'profileComments',
  7769.                                     'type' => 'embedded_list',
  7770.                                     'type_options' => [
  7771.                                         'mapped' => false,
  7772.                                         'entity' => 'ProfileComment',
  7773.                                         'ext_filters' => [
  7774.                                             'entity.ipAddress' => 'form:parent.data.id',
  7775.                                         ],
  7776.                                     ],
  7777.                                 ],
  7778.                                 => [
  7779.                                     'type' => 'group',
  7780.                                     'label' => 'IP saloon comments',
  7781.                                 ],
  7782.                                 => [
  7783.                                     'property' => 'saloonComments',
  7784.                                     'type' => 'embedded_list',
  7785.                                     'type_options' => [
  7786.                                         'mapped' => false,
  7787.                                         'entity' => 'SaloonComment',
  7788.                                         'ext_filters' => [
  7789.                                             'entity.ipAddress' => 'form:parent.data.id',
  7790.                                         ],
  7791.                                     ],
  7792.                                 ],
  7793.                                 => [
  7794.                                     'type' => 'group',
  7795.                                     'label' => 'Ban history',
  7796.                                 ],
  7797.                                 => [
  7798.                                     'property' => 'commentBans',
  7799.                                     'type' => 'embedded_list',
  7800.                                     'type_options' => [
  7801.                                         'mapped' => false,
  7802.                                         'entity' => 'IpAddressCommentBan',
  7803.                                         'ext_filters' => [
  7804.                                             'entity.ipAddress' => 'form:parent.data.id',
  7805.                                         ],
  7806.                                     ],
  7807.                                 ],
  7808.                             ],
  7809.                         ],
  7810.                         'new' => [
  7811.                             'title' => 'New IP or Network',
  7812.                             'fields' => [
  7813.                                 => [
  7814.                                     'property' => 'ip',
  7815.                                     'label' => 'IP',
  7816.                                 ],
  7817.                             ],
  7818.                         ],
  7819.                         'name' => 'IpAddress',
  7820.                     ],
  7821.                     'IpAddressDailyCommentBan' => [
  7822.                         'class' => 'App\\Entity\\System\\IpAddressDailyCommentBan',
  7823.                         'controller' => 'App\\Controller\\Management\\IpAddressDailyCommentBanController',
  7824.                         'label' => 'Temporary comment ban (today)',
  7825.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7826.                         'disabled_actions' => [
  7827.                             => 'new',
  7828.                             => 'delete',
  7829.                         ],
  7830.                         'list' => [
  7831.                             'dql_filter' => 'entity.date >= curdate() AND entity.isReset = 0',
  7832.                             'title' => 'Temporary comment ban (today)',
  7833.                             'actions' => [
  7834.                                 => [
  7835.                                     'name' => 'reset',
  7836.                                     'label' => 'Reset',
  7837.                                 ],
  7838.                                 => [
  7839.                                     'name' => 'deleteComments',
  7840.                                     'label' => 'Delete comments',
  7841.                                 ],
  7842.                             ],
  7843.                             'fields' => [
  7844.                                 => 'id',
  7845.                                 => [
  7846.                                     'property' => 'ipAddress.ip',
  7847.                                     'label' => 'IP',
  7848.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7849.                                 ],
  7850.                                 => [
  7851.                                     'property' => 'date',
  7852.                                     'label' => 'Date',
  7853.                                 ],
  7854.                                 => [
  7855.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7856.                                     'label' => 'Temporary bans',
  7857.                                 ],
  7858.                                 => [
  7859.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7860.                                     'label' => 'Permanent bans',
  7861.                                 ],
  7862.                                 => [
  7863.                                     'property' => 'isReset',
  7864.                                     'type' => 'boolean',
  7865.                                 ],
  7866.                             ],
  7867.                         ],
  7868.                         'edit' => [
  7869.                             'fields' => [
  7870.                                 => [
  7871.                                     'property' => 'id',
  7872.                                     'label' => 'id',
  7873.                                     'type_options' => [
  7874.                                         'disabled' => true,
  7875.                                     ],
  7876.                                 ],
  7877.                                 => [
  7878.                                     'property' => 'ipAddress',
  7879.                                     'label' => 'IP',
  7880.                                     'type_options' => [
  7881.                                         'disabled' => true,
  7882.                                     ],
  7883.                                 ],
  7884.                                 => [
  7885.                                     'property' => 'date',
  7886.                                     'label' => 'Date',
  7887.                                     'type_options' => [
  7888.                                         'disabled' => true,
  7889.                                     ],
  7890.                                 ],
  7891.                                 => [
  7892.                                     'property' => 'isReset',
  7893.                                     'type_options' => [
  7894.                                         'disabled' => true,
  7895.                                     ],
  7896.                                 ],
  7897.                             ],
  7898.                         ],
  7899.                         'templates' => [
  7900.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7901.                         ],
  7902.                         'name' => 'IpAddressDailyCommentBan',
  7903.                     ],
  7904.                     'IpAddressPermanentCommentBan' => [
  7905.                         'class' => 'App\\Entity\\System\\IpAddressPermanentCommentBan',
  7906.                         'controller' => 'App\\Controller\\Management\\IpAddressPermanentCommentBanController',
  7907.                         'label' => 'Permanent comment ban',
  7908.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7909.                         'disabled_actions' => [
  7910.                             => 'new',
  7911.                             => 'delete',
  7912.                         ],
  7913.                         'list' => [
  7914.                             'dql_filter' => 'entity.isReset = 0',
  7915.                             'title' => 'Permanent comment ban',
  7916.                             'actions' => [
  7917.                                 => [
  7918.                                     'name' => 'reset',
  7919.                                     'label' => 'Reset',
  7920.                                 ],
  7921.                                 => [
  7922.                                     'name' => 'deleteComments',
  7923.                                     'label' => 'Delete comments',
  7924.                                 ],
  7925.                             ],
  7926.                             'fields' => [
  7927.                                 => 'id',
  7928.                                 => [
  7929.                                     'property' => 'ipAddress.ip',
  7930.                                     'label' => 'IP',
  7931.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7932.                                 ],
  7933.                                 => [
  7934.                                     'property' => 'date',
  7935.                                     'label' => 'Date',
  7936.                                 ],
  7937.                                 => [
  7938.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7939.                                     'label' => 'Temporary bans',
  7940.                                 ],
  7941.                                 => [
  7942.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7943.                                     'label' => 'Permanent bans',
  7944.                                 ],
  7945.                                 => [
  7946.                                     'property' => 'isReset',
  7947.                                     'type' => 'boolean',
  7948.                                 ],
  7949.                             ],
  7950.                         ],
  7951.                         'edit' => [
  7952.                             'fields' => [
  7953.                                 => [
  7954.                                     'property' => 'id',
  7955.                                     'label' => 'id',
  7956.                                     'type_options' => [
  7957.                                         'disabled' => true,
  7958.                                     ],
  7959.                                 ],
  7960.                                 => [
  7961.                                     'property' => 'ipAddress',
  7962.                                     'label' => 'IP',
  7963.                                     'type_options' => [
  7964.                                         'disabled' => true,
  7965.                                     ],
  7966.                                 ],
  7967.                                 => [
  7968.                                     'property' => 'date',
  7969.                                     'label' => 'Date',
  7970.                                     'type_options' => [
  7971.                                         'disabled' => true,
  7972.                                     ],
  7973.                                 ],
  7974.                                 => [
  7975.                                     'property' => 'isReset',
  7976.                                     'type_options' => [
  7977.                                         'disabled' => true,
  7978.                                     ],
  7979.                                 ],
  7980.                             ],
  7981.                         ],
  7982.                         'templates' => [
  7983.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7984.                         ],
  7985.                         'name' => 'IpAddressPermanentCommentBan',
  7986.                     ],
  7987.                     'IpAddressCommentBan' => [
  7988.                         'class' => 'App\\Entity\\System\\IpAddressCommentBan',
  7989.                         'controller' => 'App\\Controller\\Management\\IpAddressCommentBanController',
  7990.                         'label' => 'Comment ban history',
  7991.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7992.                         'disabled_actions' => [
  7993.                             => 'new',
  7994.                             => 'delete',
  7995.                         ],
  7996.                         'list' => [
  7997.                             'title' => 'Comment ban history',
  7998.                             'actions' => [
  7999.                                 => [
  8000.                                     'name' => 'deleteComments',
  8001.                                     'label' => 'Delete comments',
  8002.                                 ],
  8003.                             ],
  8004.                             'fields' => [
  8005.                                 => 'id',
  8006.                                 => [
  8007.                                     'property' => 'ipAddress.ip',
  8008.                                     'label' => 'IP',
  8009.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  8010.                                 ],
  8011.                                 => [
  8012.                                     'property' => 'date',
  8013.                                     'label' => 'Date',
  8014.                                 ],
  8015.                                 => [
  8016.                                     'property' => 'ipAddress.dailyCommentBansCount',
  8017.                                     'label' => 'Temporary bans',
  8018.                                 ],
  8019.                                 => [
  8020.                                     'property' => 'ipAddress.permanentCommentBansCount',
  8021.                                     'label' => 'Permanent bans',
  8022.                                 ],
  8023.                                 => [
  8024.                                     'property' => 'isReset',
  8025.                                     'type' => 'boolean',
  8026.                                 ],
  8027.                                 => [
  8028.                                     'property' => 'type',
  8029.                                 ],
  8030.                             ],
  8031.                         ],
  8032.                         'edit' => [
  8033.                             'fields' => [
  8034.                                 => [
  8035.                                     'property' => 'id',
  8036.                                     'label' => 'id',
  8037.                                     'type_options' => [
  8038.                                         'disabled' => true,
  8039.                                     ],
  8040.                                 ],
  8041.                                 => [
  8042.                                     'property' => 'ipAddress',
  8043.                                     'label' => 'IP',
  8044.                                     'type_options' => [
  8045.                                         'disabled' => true,
  8046.                                     ],
  8047.                                 ],
  8048.                                 => [
  8049.                                     'property' => 'date',
  8050.                                     'label' => 'Date',
  8051.                                     'type_options' => [
  8052.                                         'disabled' => true,
  8053.                                     ],
  8054.                                 ],
  8055.                                 => [
  8056.                                     'property' => 'isReset',
  8057.                                     'type_options' => [
  8058.                                         'disabled' => true,
  8059.                                     ],
  8060.                                 ],
  8061.                             ],
  8062.                         ],
  8063.                         'templates' => [
  8064.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  8065.                         ],
  8066.                         'name' => 'IpAddressCommentBan',
  8067.                     ],
  8068.                     'AccountProfile' => [
  8069.                         'class' => 'App\\Entity\\Profile\\Profile',
  8070.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  8071.                         'disabled_actions' => [
  8072.                             => 'new',
  8073.                         ],
  8074.                         'list' => [
  8075.                             'title' => 'Owned profiles',
  8076.                             'fields' => [
  8077.                                 => [
  8078.                                     'property' => 'id',
  8079.                                     'template' => 'EasyAdmin/field_id.html.twig',
  8080.                                 ],
  8081.                                 => [
  8082.                                     'property' => 'name',
  8083.                                     'label' => 'Name',
  8084.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  8085.                                     'css_class' => 'profile_name_link',
  8086.                                 ],
  8087.                                 => [
  8088.                                     'property' => 'phoneNumber',
  8089.                                     'label' => 'Phone',
  8090.                                 ],
  8091.                                 => [
  8092.                                     'property' => 'city.name',
  8093.                                     'label' => 'City',
  8094.                                 ],
  8095.                                 => [
  8096.                                     'property' => 'owner.nickname',
  8097.                                     'label' => 'Owner',
  8098.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  8099.                                 ],
  8100.                                 => 'createdAt',
  8101.                                 => [
  8102.                                     'property' => 'approved',
  8103.                                     'type' => 'boolean',
  8104.                                 ],
  8105.                                 => [
  8106.                                     'property' => 'isDeleted',
  8107.                                     'type' => 'boolean',
  8108.                                     'label' => 'Deleted',
  8109.                                 ],
  8110.                                 => [
  8111.                                     'property' => 'moderationStatus',
  8112.                                     'type' => 'boolean',
  8113.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  8114.                                 ],
  8115.                                 => [
  8116.                                     'property' => 'isMediaProcessed',
  8117.                                     'type' => 'boolean',
  8118.                                     'label' => 'All video processed',
  8119.                                 ],
  8120.                             ],
  8121.                         ],
  8122.                         'form' => [
  8123.                             'form_options' => [
  8124.                                 'validation_groups' => [
  8125.                                     => 'Edit',
  8126.                                 ],
  8127.                             ],
  8128.                         ],
  8129.                         'templates' => [
  8130.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8131.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  8132.                         ],
  8133.                         'name' => 'AccountProfile',
  8134.                     ],
  8135.                     'AccountSaloon' => [
  8136.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  8137.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  8138.                         'disabled_actions' => [
  8139.                             => 'new',
  8140.                         ],
  8141.                         'list' => [
  8142.                             'title' => 'Owned saloons',
  8143.                             'fields' => [
  8144.                                 => [
  8145.                                     'property' => 'id',
  8146.                                     'template' => 'EasyAdmin/field_id.html.twig',
  8147.                                 ],
  8148.                                 => [
  8149.                                     'property' => 'name',
  8150.                                     'label' => 'Name',
  8151.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  8152.                                     'css_class' => 'profile_name_link',
  8153.                                 ],
  8154.                                 => [
  8155.                                     'property' => 'phoneNumber',
  8156.                                     'label' => 'Phone',
  8157.                                 ],
  8158.                                 => [
  8159.                                     'property' => 'city.name',
  8160.                                     'label' => 'City',
  8161.                                 ],
  8162.                                 => [
  8163.                                     'property' => 'owner.nickname',
  8164.                                     'label' => 'Owner',
  8165.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  8166.                                 ],
  8167.                                 => 'createdAt',
  8168.                                 => [
  8169.                                     'property' => 'isDeleted',
  8170.                                     'type' => 'boolean',
  8171.                                     'label' => 'Deleted',
  8172.                                 ],
  8173.                                 => [
  8174.                                     'property' => 'isMediaProcessed',
  8175.                                     'type' => 'boolean',
  8176.                                     'label' => 'All video processed',
  8177.                                 ],
  8178.                             ],
  8179.                         ],
  8180.                         'form' => [
  8181.                             'form_options' => [
  8182.                                 'validation_groups' => [
  8183.                                     => 'Edit',
  8184.                                 ],
  8185.                             ],
  8186.                         ],
  8187.                         'templates' => [
  8188.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8189.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  8190.                         ],
  8191.                         'name' => 'AccountSaloon',
  8192.                     ],
  8193.                     'AccountEnrollments' => [
  8194.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  8195.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8196.                         'disabled_actions' => [
  8197.                             => 'new',
  8198.                             => 'edit',
  8199.                             => 'delete',
  8200.                         ],
  8201.                         'list' => [
  8202.                             'title' => 'Enrollments',
  8203.                             'fields' => [
  8204.                                 => 'id',
  8205.                                 => [
  8206.                                     'property' => 'account',
  8207.                                     'label' => 'Account',
  8208.                                 ],
  8209.                                 => [
  8210.                                     'property' => 'date',
  8211.                                     'label' => 'Date',
  8212.                                 ],
  8213.                                 => [
  8214.                                     'property' => 'paidMoney',
  8215.                                     'label' => 'Paid',
  8216.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8217.                                 ],
  8218.                                 => [
  8219.                                     'property' => 'enrolledMoney',
  8220.                                     'label' => 'Enrolled',
  8221.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8222.                                 ],
  8223.                                 => [
  8224.                                     'property' => 'redeemedToken',
  8225.                                     'label' => 'Pin-code',
  8226.                                 ],
  8227.                                 => [
  8228.                                     'property' => 'enrolledByDescription',
  8229.                                     'label' => 'Enrolled By',
  8230.                                 ],
  8231.                             ],
  8232.                         ],
  8233.                         'templates' => [
  8234.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8235.                         ],
  8236.                         'name' => 'AccountEnrollments',
  8237.                     ],
  8238.                     'AccountCharges' => [
  8239.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  8240.                         'controller' => 'App\\Controller\\Management\\AccountChargesController',
  8241.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8242.                         'disabled_actions' => [
  8243.                             => 'new',
  8244.                             => 'edit',
  8245.                             => 'delete',
  8246.                         ],
  8247.                         'list' => [
  8248.                             'title' => 'Charges',
  8249.                             'fields' => [
  8250.                                 => 'id',
  8251.                                 => [
  8252.                                     'property' => 'account',
  8253.                                     'label' => 'Account',
  8254.                                 ],
  8255.                                 => [
  8256.                                     'property' => 'date',
  8257.                                     'label' => 'Date',
  8258.                                 ],
  8259.                                 => [
  8260.                                     'property' => 'chargedMoney',
  8261.                                     'label' => 'Charged',
  8262.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8263.                                 ],
  8264.                                 => [
  8265.                                     'property' => 'link',
  8266.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  8267.                                 ],
  8268.                                 => [
  8269.                                     'property' => 'price',
  8270.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  8271.                                 ],
  8272.                                 => [
  8273.                                     'property' => 'placementStart',
  8274.                                 ],
  8275.                                 => [
  8276.                                     'property' => 'placementEnd',
  8277.                                 ],
  8278.                             ],
  8279.                         ],
  8280.                         'templates' => [
  8281.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8282.                         ],
  8283.                         'name' => 'AccountCharges',
  8284.                     ],
  8285.                 ],
  8286.                 'formats' => [
  8287.                     'date' => 'Y-m-d',
  8288.                     'time' => 'H:i:s',
  8289.                     'datetime' => 'F j, Y H:i',
  8290.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  8291.                 ],
  8292.                 'disabled_actions' => [
  8293.                 ],
  8294.                 'translation_domain' => 'messages',
  8295.                 'list' => [
  8296.                     'actions' => [
  8297.                     ],
  8298.                     'collapse_actions' => false,
  8299.                     'batch_actions' => [
  8300.                     ],
  8301.                     'max_results' => 15,
  8302.                     'item_permission' => NULL,
  8303.                 ],
  8304.                 'search' => [
  8305.                 ],
  8306.                 'edit' => [
  8307.                     'actions' => [
  8308.                     ],
  8309.                     'item_permission' => NULL,
  8310.                 ],
  8311.                 'new' => [
  8312.                     'actions' => [
  8313.                     ],
  8314.                     'item_permission' => NULL,
  8315.                 ],
  8316.                 'show' => [
  8317.                     'actions' => [
  8318.                     ],
  8319.                     'max_results' => 10,
  8320.                     'item_permission' => NULL,
  8321.                 ],
  8322.             ]; break;
  8323.             case 'oneup_uploader.chunks'$value = [
  8324.                 'maxage' => 604800,
  8325.                 'storage' => [
  8326.                     'type' => 'filesystem',
  8327.                     'filesystem' => NULL,
  8328.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8329.                     'stream_wrapper' => NULL,
  8330.                     'sync_buffer_size' => '100K',
  8331.                     'prefix' => 'chunks',
  8332.                 ],
  8333.                 'load_distribution' => true,
  8334.             ]; break;
  8335.             case 'oneup_uploader.orphanage'$value = [
  8336.                 'maxage' => 604800,
  8337.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8338.             ]; break;
  8339.             case 'oneup_uploader.config'$value = [
  8340.                 'mappings' => [
  8341.                     'process_queue' => [
  8342.                         'frontend' => 'dropzone',
  8343.                         'namer' => 'oneup_uploader.namer.uniqid',
  8344.                         'storage' => [
  8345.                             'type' => 'flysystem',
  8346.                             'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  8347.                             'service' => NULL,
  8348.                             'directory' => NULL,
  8349.                             'stream_wrapper' => NULL,
  8350.                             'sync_buffer_size' => '100K',
  8351.                         ],
  8352.                         'custom_frontend' => [
  8353.                             'name' => NULL,
  8354.                             'class' => NULL,
  8355.                         ],
  8356.                         'route_prefix' => '',
  8357.                         'endpoints' => [
  8358.                             'upload' => NULL,
  8359.                             'progress' => NULL,
  8360.                             'cancel' => NULL,
  8361.                         ],
  8362.                         'allowed_mimetypes' => [
  8363.                         ],
  8364.                         'disallowed_mimetypes' => [
  8365.                         ],
  8366.                         'error_handler' => NULL,
  8367.                         'max_size' => 9223372036854775807,
  8368.                         'use_orphanage' => false,
  8369.                         'enable_progress' => false,
  8370.                         'enable_cancelation' => false,
  8371.                         'root_folder' => false,
  8372.                     ],
  8373.                     'tmp_media' => [
  8374.                         'frontend' => 'dropzone',
  8375.                         'namer' => 'file_namer.tmp_media',
  8376.                         'storage' => [
  8377.                             'type' => 'flysystem',
  8378.                             'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  8379.                             'service' => NULL,
  8380.                             'directory' => NULL,
  8381.                             'stream_wrapper' => NULL,
  8382.                             'sync_buffer_size' => '100K',
  8383.                         ],
  8384.                         'custom_frontend' => [
  8385.                             'name' => NULL,
  8386.                             'class' => NULL,
  8387.                         ],
  8388.                         'route_prefix' => '',
  8389.                         'endpoints' => [
  8390.                             'upload' => NULL,
  8391.                             'progress' => NULL,
  8392.                             'cancel' => NULL,
  8393.                         ],
  8394.                         'allowed_mimetypes' => [
  8395.                         ],
  8396.                         'disallowed_mimetypes' => [
  8397.                         ],
  8398.                         'error_handler' => NULL,
  8399.                         'max_size' => 9223372036854775807,
  8400.                         'use_orphanage' => false,
  8401.                         'enable_progress' => false,
  8402.                         'enable_cancelation' => false,
  8403.                         'root_folder' => false,
  8404.                     ],
  8405.                     'user_media' => [
  8406.                         'frontend' => 'dropzone',
  8407.                         'namer' => 'file_namer.user_media',
  8408.                         'storage' => [
  8409.                             'type' => 'flysystem',
  8410.                             'filesystem' => 'oneup_flysystem.user_media_filesystem',
  8411.                             'service' => NULL,
  8412.                             'directory' => NULL,
  8413.                             'stream_wrapper' => NULL,
  8414.                             'sync_buffer_size' => '100K',
  8415.                         ],
  8416.                         'custom_frontend' => [
  8417.                             'name' => NULL,
  8418.                             'class' => NULL,
  8419.                         ],
  8420.                         'route_prefix' => '',
  8421.                         'endpoints' => [
  8422.                             'upload' => NULL,
  8423.                             'progress' => NULL,
  8424.                             'cancel' => NULL,
  8425.                         ],
  8426.                         'allowed_mimetypes' => [
  8427.                         ],
  8428.                         'disallowed_mimetypes' => [
  8429.                         ],
  8430.                         'error_handler' => NULL,
  8431.                         'max_size' => 9223372036854775807,
  8432.                         'use_orphanage' => false,
  8433.                         'enable_progress' => false,
  8434.                         'enable_cancelation' => false,
  8435.                         'root_folder' => false,
  8436.                     ],
  8437.                     'profile_photo' => [
  8438.                         'frontend' => 'dropzone',
  8439.                         'namer' => 'file_namer.profile_media',
  8440.                         'storage' => [
  8441.                             'type' => 'flysystem',
  8442.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8443.                             'service' => NULL,
  8444.                             'directory' => NULL,
  8445.                             'stream_wrapper' => NULL,
  8446.                             'sync_buffer_size' => '100K',
  8447.                         ],
  8448.                         'custom_frontend' => [
  8449.                             'name' => NULL,
  8450.                             'class' => NULL,
  8451.                         ],
  8452.                         'route_prefix' => '',
  8453.                         'endpoints' => [
  8454.                             'upload' => NULL,
  8455.                             'progress' => NULL,
  8456.                             'cancel' => NULL,
  8457.                         ],
  8458.                         'allowed_mimetypes' => [
  8459.                         ],
  8460.                         'disallowed_mimetypes' => [
  8461.                         ],
  8462.                         'error_handler' => NULL,
  8463.                         'max_size' => 9223372036854775807,
  8464.                         'use_orphanage' => false,
  8465.                         'enable_progress' => false,
  8466.                         'enable_cancelation' => false,
  8467.                         'root_folder' => false,
  8468.                     ],
  8469.                     'profile_media_avatar' => [
  8470.                         'frontend' => 'dropzone',
  8471.                         'namer' => 'file_namer.profile_media',
  8472.                         'storage' => [
  8473.                             'type' => 'flysystem',
  8474.                             'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  8475.                             'service' => NULL,
  8476.                             'directory' => NULL,
  8477.                             'stream_wrapper' => NULL,
  8478.                             'sync_buffer_size' => '100K',
  8479.                         ],
  8480.                         'custom_frontend' => [
  8481.                             'name' => NULL,
  8482.                             'class' => NULL,
  8483.                         ],
  8484.                         'route_prefix' => '',
  8485.                         'endpoints' => [
  8486.                             'upload' => NULL,
  8487.                             'progress' => NULL,
  8488.                             'cancel' => NULL,
  8489.                         ],
  8490.                         'allowed_mimetypes' => [
  8491.                         ],
  8492.                         'disallowed_mimetypes' => [
  8493.                         ],
  8494.                         'error_handler' => NULL,
  8495.                         'max_size' => 9223372036854775807,
  8496.                         'use_orphanage' => false,
  8497.                         'enable_progress' => false,
  8498.                         'enable_cancelation' => false,
  8499.                         'root_folder' => false,
  8500.                     ],
  8501.                     'profile_media_approval' => [
  8502.                         'frontend' => 'dropzone',
  8503.                         'namer' => 'file_namer.profile_media_approval',
  8504.                         'storage' => [
  8505.                             'type' => 'flysystem',
  8506.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8507.                             'service' => NULL,
  8508.                             'directory' => NULL,
  8509.                             'stream_wrapper' => NULL,
  8510.                             'sync_buffer_size' => '100K',
  8511.                         ],
  8512.                         'custom_frontend' => [
  8513.                             'name' => NULL,
  8514.                             'class' => NULL,
  8515.                         ],
  8516.                         'route_prefix' => '',
  8517.                         'endpoints' => [
  8518.                             'upload' => NULL,
  8519.                             'progress' => NULL,
  8520.                             'cancel' => NULL,
  8521.                         ],
  8522.                         'allowed_mimetypes' => [
  8523.                         ],
  8524.                         'disallowed_mimetypes' => [
  8525.                         ],
  8526.                         'error_handler' => NULL,
  8527.                         'max_size' => 9223372036854775807,
  8528.                         'use_orphanage' => false,
  8529.                         'enable_progress' => false,
  8530.                         'enable_cancelation' => false,
  8531.                         'root_folder' => false,
  8532.                     ],
  8533.                     'profile_face_photo' => [
  8534.                         'frontend' => 'dropzone',
  8535.                         'namer' => 'file_namer.profile_media_approval',
  8536.                         'storage' => [
  8537.                             'type' => 'flysystem',
  8538.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8539.                             'service' => NULL,
  8540.                             'directory' => NULL,
  8541.                             'stream_wrapper' => NULL,
  8542.                             'sync_buffer_size' => '100K',
  8543.                         ],
  8544.                         'custom_frontend' => [
  8545.                             'name' => NULL,
  8546.                             'class' => NULL,
  8547.                         ],
  8548.                         'route_prefix' => '',
  8549.                         'endpoints' => [
  8550.                             'upload' => NULL,
  8551.                             'progress' => NULL,
  8552.                             'cancel' => NULL,
  8553.                         ],
  8554.                         'allowed_mimetypes' => [
  8555.                         ],
  8556.                         'disallowed_mimetypes' => [
  8557.                         ],
  8558.                         'error_handler' => NULL,
  8559.                         'max_size' => 9223372036854775807,
  8560.                         'use_orphanage' => false,
  8561.                         'enable_progress' => false,
  8562.                         'enable_cancelation' => false,
  8563.                         'root_folder' => false,
  8564.                     ],
  8565.                     'profile_selfie' => [
  8566.                         'frontend' => 'dropzone',
  8567.                         'namer' => 'file_namer.profile_media',
  8568.                         'storage' => [
  8569.                             'type' => 'flysystem',
  8570.                             'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  8571.                             'service' => NULL,
  8572.                             'directory' => NULL,
  8573.                             'stream_wrapper' => NULL,
  8574.                             'sync_buffer_size' => '100K',
  8575.                         ],
  8576.                         'custom_frontend' => [
  8577.                             'name' => NULL,
  8578.                             'class' => NULL,
  8579.                         ],
  8580.                         'route_prefix' => '',
  8581.                         'endpoints' => [
  8582.                             'upload' => NULL,
  8583.                             'progress' => NULL,
  8584.                             'cancel' => NULL,
  8585.                         ],
  8586.                         'allowed_mimetypes' => [
  8587.                         ],
  8588.                         'disallowed_mimetypes' => [
  8589.                         ],
  8590.                         'error_handler' => NULL,
  8591.                         'max_size' => 9223372036854775807,
  8592.                         'use_orphanage' => false,
  8593.                         'enable_progress' => false,
  8594.                         'enable_cancelation' => false,
  8595.                         'root_folder' => false,
  8596.                     ],
  8597.                     'profile_video' => [
  8598.                         'frontend' => 'dropzone',
  8599.                         'namer' => 'file_namer.profile_media',
  8600.                         'storage' => [
  8601.                             'type' => 'flysystem',
  8602.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8603.                             'service' => NULL,
  8604.                             'directory' => NULL,
  8605.                             'stream_wrapper' => NULL,
  8606.                             'sync_buffer_size' => '100K',
  8607.                         ],
  8608.                         'custom_frontend' => [
  8609.                             'name' => NULL,
  8610.                             'class' => NULL,
  8611.                         ],
  8612.                         'route_prefix' => '',
  8613.                         'endpoints' => [
  8614.                             'upload' => NULL,
  8615.                             'progress' => NULL,
  8616.                             'cancel' => NULL,
  8617.                         ],
  8618.                         'allowed_mimetypes' => [
  8619.                         ],
  8620.                         'disallowed_mimetypes' => [
  8621.                         ],
  8622.                         'error_handler' => NULL,
  8623.                         'max_size' => 9223372036854775807,
  8624.                         'use_orphanage' => false,
  8625.                         'enable_progress' => false,
  8626.                         'enable_cancelation' => false,
  8627.                         'root_folder' => false,
  8628.                     ],
  8629.                     'saloon_media' => [
  8630.                         'frontend' => 'dropzone',
  8631.                         'namer' => 'file_namer.saloon_media',
  8632.                         'storage' => [
  8633.                             'type' => 'flysystem',
  8634.                             'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  8635.                             'service' => NULL,
  8636.                             'directory' => NULL,
  8637.                             'stream_wrapper' => NULL,
  8638.                             'sync_buffer_size' => '100K',
  8639.                         ],
  8640.                         'custom_frontend' => [
  8641.                             'name' => NULL,
  8642.                             'class' => NULL,
  8643.                         ],
  8644.                         'route_prefix' => '',
  8645.                         'endpoints' => [
  8646.                             'upload' => NULL,
  8647.                             'progress' => NULL,
  8648.                             'cancel' => NULL,
  8649.                         ],
  8650.                         'allowed_mimetypes' => [
  8651.                         ],
  8652.                         'disallowed_mimetypes' => [
  8653.                         ],
  8654.                         'error_handler' => NULL,
  8655.                         'max_size' => 9223372036854775807,
  8656.                         'use_orphanage' => false,
  8657.                         'enable_progress' => false,
  8658.                         'enable_cancelation' => false,
  8659.                         'root_folder' => false,
  8660.                     ],
  8661.                     'saloon_media_thumb' => [
  8662.                         'frontend' => 'dropzone',
  8663.                         'namer' => 'file_namer.saloon_media_thumb',
  8664.                         'storage' => [
  8665.                             'type' => 'flysystem',
  8666.                             'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  8667.                             'service' => NULL,
  8668.                             'directory' => NULL,
  8669.                             'stream_wrapper' => NULL,
  8670.                             'sync_buffer_size' => '100K',
  8671.                         ],
  8672.                         'custom_frontend' => [
  8673.                             'name' => NULL,
  8674.                             'class' => NULL,
  8675.                         ],
  8676.                         'route_prefix' => '',
  8677.                         'endpoints' => [
  8678.                             'upload' => NULL,
  8679.                             'progress' => NULL,
  8680.                             'cancel' => NULL,
  8681.                         ],
  8682.                         'allowed_mimetypes' => [
  8683.                         ],
  8684.                         'disallowed_mimetypes' => [
  8685.                         ],
  8686.                         'error_handler' => NULL,
  8687.                         'max_size' => 9223372036854775807,
  8688.                         'use_orphanage' => false,
  8689.                         'enable_progress' => false,
  8690.                         'enable_cancelation' => false,
  8691.                         'root_folder' => false,
  8692.                     ],
  8693.                     'saloon_media_video' => [
  8694.                         'frontend' => 'dropzone',
  8695.                         'namer' => 'file_namer.saloon_media_video',
  8696.                         'storage' => [
  8697.                             'type' => 'flysystem',
  8698.                             'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  8699.                             'service' => NULL,
  8700.                             'directory' => NULL,
  8701.                             'stream_wrapper' => NULL,
  8702.                             'sync_buffer_size' => '100K',
  8703.                         ],
  8704.                         'custom_frontend' => [
  8705.                             'name' => NULL,
  8706.                             'class' => NULL,
  8707.                         ],
  8708.                         'route_prefix' => '',
  8709.                         'endpoints' => [
  8710.                             'upload' => NULL,
  8711.                             'progress' => NULL,
  8712.                             'cancel' => NULL,
  8713.                         ],
  8714.                         'allowed_mimetypes' => [
  8715.                         ],
  8716.                         'disallowed_mimetypes' => [
  8717.                         ],
  8718.                         'error_handler' => NULL,
  8719.                         'max_size' => 9223372036854775807,
  8720.                         'use_orphanage' => false,
  8721.                         'enable_progress' => false,
  8722.                         'enable_cancelation' => false,
  8723.                         'root_folder' => false,
  8724.                     ],
  8725.                 ],
  8726.                 'chunks' => [
  8727.                     'maxage' => 604800,
  8728.                     'storage' => [
  8729.                         'type' => 'filesystem',
  8730.                         'filesystem' => NULL,
  8731.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8732.                         'stream_wrapper' => NULL,
  8733.                         'sync_buffer_size' => '100K',
  8734.                         'prefix' => 'chunks',
  8735.                     ],
  8736.                     'load_distribution' => true,
  8737.                 ],
  8738.                 'orphanage' => [
  8739.                     'maxage' => 604800,
  8740.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8741.                 ],
  8742.                 'twig' => true,
  8743.             ]; break;
  8744.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  8745.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  8746.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8747.         }
  8748.         $this->loadedDynamicParameters[$name] = true;
  8749.         return $this->dynamicParameters[$name] = $value;
  8750.     }
  8751.     protected function getDefaultParameters(): array
  8752.     {
  8753.         return [
  8754.             'kernel.project_dir' => \dirname(__DIR__4),
  8755.             'kernel.environment' => 'review',
  8756.             'kernel.debug' => true,
  8757.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8758.             'kernel.bundles' => [
  8759.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8760.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8761.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8762.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8763.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8764.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8765.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8766.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8767.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  8768.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  8769.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  8770.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  8771.                 'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
  8772.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  8773.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  8774.                 'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
  8775.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  8776.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  8777.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  8778.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  8779.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  8780.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  8781.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  8782.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  8783.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  8784.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8785.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  8786.                 'AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\AngelGamezTranslatableBundle',
  8787.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  8788.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  8789.                 'AngelGamezPorpaginasBundle' => 'AngelGamez\\PorpaginasBundle\\AngelGamezPorpaginasBundle',
  8790.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8791.                 'GeographicalNamesInflectionBundle' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle\\GeographicalNamesInflectionBundle',
  8792.                 'MorphosTwigBundle' => 'BigIdea\\Bundle\\MorphosTwigBundle\\MorphosTwigBundle',
  8793.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  8794.             ],
  8795.             'kernel.bundles_metadata' => [
  8796.                 'FrameworkBundle' => [
  8797.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8798.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8799.                 ],
  8800.                 'SensioFrameworkExtraBundle' => [
  8801.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8802.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8803.                 ],
  8804.                 'DoctrineBundle' => [
  8805.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8806.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8807.                 ],
  8808.                 'SecurityBundle' => [
  8809.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8810.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8811.                 ],
  8812.                 'TwigBundle' => [
  8813.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8814.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8815.                 ],
  8816.                 'WebProfilerBundle' => [
  8817.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8818.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8819.                 ],
  8820.                 'MonologBundle' => [
  8821.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8822.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8823.                 ],
  8824.                 'DebugBundle' => [
  8825.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8826.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8827.                 ],
  8828.                 'KnpMenuBundle' => [
  8829.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  8830.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  8831.                 ],
  8832.                 'StofDoctrineExtensionsBundle' => [
  8833.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  8834.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  8835.                 ],
  8836.                 'CocurSlugifyBundle' => [
  8837.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  8838.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  8839.                 ],
  8840.                 'NelmioCorsBundle' => [
  8841.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  8842.                     'namespace' => 'Nelmio\\CorsBundle',
  8843.                 ],
  8844.                 'FlagceptionBundle' => [
  8845.                     'path' => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src'),
  8846.                     'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
  8847.                 ],
  8848.                 'PrestaSitemapBundle' => [
  8849.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  8850.                     'namespace' => 'Presta\\SitemapBundle',
  8851.                 ],
  8852.                 'EasyAdminBundle' => [
  8853.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  8854.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  8855.                 ],
  8856.                 'EasyAdminExtensionBundle' => [
  8857.                     'path' => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src'),
  8858.                     'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
  8859.                 ],
  8860.                 'OneupFlysystemBundle' => [
  8861.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  8862.                     'namespace' => 'Oneup\\FlysystemBundle',
  8863.                 ],
  8864.                 'OneupUploaderBundle' => [
  8865.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  8866.                     'namespace' => 'Oneup\\UploaderBundle',
  8867.                 ],
  8868.                 'DoctrineFixturesBundle' => [
  8869.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  8870.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  8871.                 ],
  8872.                 'SncRedisBundle' => [
  8873.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src'),
  8874.                     'namespace' => 'Snc\\RedisBundle',
  8875.                 ],
  8876.                 'FOSJsRoutingBundle' => [
  8877.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  8878.                     'namespace' => 'FOS\\JsRoutingBundle',
  8879.                 ],
  8880.                 'EightPointsGuzzleBundle' => [
  8881.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  8882.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  8883.                 ],
  8884.                 'SentryBundle' => [
  8885.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  8886.                     'namespace' => 'Sentry\\SentryBundle',
  8887.                 ],
  8888.                 'FOSElasticaBundle' => [
  8889.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  8890.                     'namespace' => 'FOS\\ElasticaBundle',
  8891.                 ],
  8892.                 'EWZRecaptchaBundle' => [
  8893.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  8894.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  8895.                 ],
  8896.                 'DoctrineMigrationsBundle' => [
  8897.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8898.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8899.                 ],
  8900.                 'WebpackEncoreBundle' => [
  8901.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  8902.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  8903.                 ],
  8904.                 'AngelGamezTranslatableBundle' => [
  8905.                     'path' => (\dirname(__DIR__4).'/packages/translatable-bundle'),
  8906.                     'namespace' => 'AngelGamez\\TranslatableBundle',
  8907.                 ],
  8908.                 'MisdPhoneNumberBundle' => [
  8909.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  8910.                     'namespace' => 'Misd\\PhoneNumberBundle',
  8911.                 ],
  8912.                 'KnpPaginatorBundle' => [
  8913.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  8914.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  8915.                 ],
  8916.                 'AngelGamezPorpaginasBundle' => [
  8917.                     'path' => (\dirname(__DIR__4).'/packages/porpaginas-bundle'),
  8918.                     'namespace' => 'AngelGamez\\PorpaginasBundle',
  8919.                 ],
  8920.                 'TwigExtraBundle' => [
  8921.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8922.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8923.                 ],
  8924.                 'GeographicalNamesInflectionBundle' => [
  8925.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src'),
  8926.                     'namespace' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle',
  8927.                 ],
  8928.                 'MorphosTwigBundle' => [
  8929.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src'),
  8930.                     'namespace' => 'BigIdea\\Bundle\\MorphosTwigBundle',
  8931.                 ],
  8932.                 'NelmioApiDocBundle' => [
  8933.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  8934.                     'namespace' => 'Nelmio\\ApiDocBundle',
  8935.                 ],
  8936.             ],
  8937.             'kernel.charset' => 'UTF-8',
  8938.             'kernel.container_class' => 'App_KernelReviewDebugContainer',
  8939.             'container.dumper.inline_class_loader' => true,
  8940.             'env(DATABASE_URL)' => '',
  8941.             'env(TRUSTED_PROXIES)' => '127.0.0.1,192.168.0.1/16',
  8942.             'env(TRUSTED_PROXIES_CONFIG)' => '',
  8943.             'env(ROTATION_UPDATE_STREAM)' => 'rotation_update_stream',
  8944.             'common_filesystem_permissions' => [
  8945.                 'permissions' => [
  8946.                     'file' => [
  8947.                         'public' => 420,
  8948.                         'private' => 420,
  8949.                     ],
  8950.                     'dir' => [
  8951.                         'public' => 493,
  8952.                         'private' => 493,
  8953.                     ],
  8954.                 ],
  8955.             ],
  8956.             'env(SENTRY_DSN)' => '',
  8957.             'env(APP_VERSION_FILE)' => (\dirname(__DIR__4).'/.app.version'),
  8958.             'env(REDIS_URL)' => NULL,
  8959.             'env(REVIEW_PROFILER_TOOLBAR)' => true,
  8960.             'env(USE_LEGACY_DOMAIN_REDIRECTOR)' => 'false',
  8961.             'env(REDIRECT_PATHS)' => '',
  8962.             'app.stop_words.masks' => [
  8963.                 => 'лесби*',
  8964.                 => 'ЖЖ',
  8965.                 => 'ЖМЖ',
  8966.                 => 'МЖМ',
  8967.                 => 'подружки',
  8968.                 => 'страпон',
  8969.                 => 'би',
  8970.                 => 'ММ',
  8971.                 => 'женщинам',
  8972.                 => 'жиголо',
  8973.                 10 => 'гей',
  8974.                 11 => 'МЖМЖ',
  8975.                 12 => 'групп*',
  8976.                 13 => 'тройничок',
  8977.                 14 => 'пар*',
  8978.                 15 => 'cuckold',
  8979.                 16 => 'куколд',
  8980.                 17 => 'ЛГБТ',
  8981.                 18 => 'транс',
  8982.                 19 => 'shemale',
  8983.                 20 => 'ladyboy',
  8984.                 21 => 'trans*',
  8985.                 22 => 'трап',
  8986.                 23 => 'шмел*',
  8987.                 24 => 'pegging',
  8988.                 25 => 'подру*',
  8989.                 26 => 'гея*',
  8990.                 27 => 'гее*',
  8991.             ],
  8992.             'locale' => 'ru',
  8993.             'app.path.user_avatars' => 'uploads/images/user',
  8994.             'app.smsc.link' => 'https://smsc.ru/sys/send.php?login',
  8995.             'app.smsc.login' => 'mandelshtam',
  8996.             'app.smsc.password' => 'mIh3gwEKy090B90wUal9',
  8997.             'app.profile.status.dir' => (\dirname(__DIR__4).'/artifacts/prices/'),
  8998.             'app.log.dir' => (\dirname(__DIR__3).'/log/'),
  8999.             'app.config.dir' => (\dirname(__DIR__4).'/config/'),
  9000.             'app.allowed_locales' => [
  9001.                 => 'en',
  9002.                 => 'ru',
  9003.             ],
  9004.             'app.redis_ctr_db_index' => '7',
  9005.             'app.path.web' => (\dirname(__DIR__4).'/public/'),
  9006.             'app.path.media.profile' => (\dirname(__DIR__4).'/public//media/profiles/'),
  9007.             'account.setting.advertiser_profile_list_per_page.name' => 'advertiser_profile_list_per_page',
  9008.             'account.setting.advertiser_saloon_list_per_page.name' => 'advertiser_saloon_list_per_page',
  9009.             'account.setting.advertiser_profile_list_ctr_period.name' => 'advertiser_profile_list_ctr_period',
  9010.             'account.setting.advertiser_profile_list_placement_type_filter.name' => 'advertiser_profile_list_placement_type_filter',
  9011.             'account.setting.advertiser_Saloon_list_placement_type_filter.name' => 'advertiser_saloon_list_placement_type_filter',
  9012.             'account.setting.advertiser_profile_list_sort.name' => 'advertiser_profile_list_sort',
  9013.             'account.setting.advertiser_saloon_list_sort.name' => 'advertiser_saloon_list_sort',
  9014.             'account.setting.advertiser_profile_list_sort_direction.name' => 'advertiser_profile_list_sort_direction',
  9015.             'account.setting.advertiser_saloon_list_sort_direction.name' => 'advertiser_saloon_list_sort_direction',
  9016.             'env(GA_TRACKER_ID)' => '',
  9017.             'env(YM_TRACKER_ID)' => '',
  9018.             'env(PAGE_METADATA_VARIANT)' => 'default',
  9019.             'env(DEBUG_ROTATION_API_DATA)' => false,
  9020.             'event_dispatcher.event_aliases' => [
  9021.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9022.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9023.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9024.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9025.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9026.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9027.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9028.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9029.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9030.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9031.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9032.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9033.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9034.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9035.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9036.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9037.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9038.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9039.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9040.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9041.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9042.                 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  9043.                 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  9044.             ],
  9045.             'fragment.renderer.hinclude.global_template' => NULL,
  9046.             'fragment.path' => '/_fragment',
  9047.             'kernel.http_method_override' => true,
  9048.             'kernel.trusted_hosts' => [
  9049.             ],
  9050.             'kernel.default_locale' => 'ru',
  9051.             'kernel.enabled_locales' => [
  9052.             ],
  9053.             'kernel.error_controller' => 'error_controller',
  9054.             'kernel.trusted_headers' => 62,
  9055.             'debug.file_link_format' => NULL,
  9056.             'asset.request_context.base_path' => NULL,
  9057.             'asset.request_context.secure' => NULL,
  9058.             'translator.logging' => false,
  9059.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9060.             'debug.error_handler.throw_at' => -1,
  9061.             'router.request_context.host' => 'localhost',
  9062.             'router.request_context.scheme' => 'http',
  9063.             'router.request_context.base_url' => '',
  9064.             'router.resource' => 'kernel::loadRoutes',
  9065.             'request_listener.http_port' => 80,
  9066.             'request_listener.https_port' => 443,
  9067.             'session.metadata.storage_key' => '_sf2_meta',
  9068.             'session.storage.options' => [
  9069.                 'cache_limiter' => '0',
  9070.                 'cookie_secure' => 'auto',
  9071.                 'cookie_httponly' => true,
  9072.                 'cookie_samesite' => 'lax',
  9073.                 'gc_probability' => 1,
  9074.             ],
  9075.             'session.save_path' => NULL,
  9076.             'session.metadata.update_threshold' => 0,
  9077.             'form.type_extension.csrf.enabled' => true,
  9078.             'form.type_extension.csrf.field_name' => '_token',
  9079.             'validator.translation_domain' => 'validators',
  9080.             'profiler_listener.only_exceptions' => false,
  9081.             'profiler_listener.only_main_requests' => false,
  9082.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9083.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9084.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9085.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9086.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9087.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9088.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9089.             'doctrine.entity_managers' => [
  9090.                 'default' => 'doctrine.orm.default_entity_manager',
  9091.                 'multi_website' => 'doctrine.orm.multi_website_entity_manager',
  9092.             ],
  9093.             'doctrine.default_entity_manager' => 'default',
  9094.             'doctrine.dbal.connection_factory.types' => [
  9095.                 'translatable' => [
  9096.                     'class' => 'AngelGamez\\TranslatableBundle\\Doctrine\\DBAL\\Types\\TranslatableType',
  9097.                 ],
  9098.             ],
  9099.             'doctrine.connections' => [
  9100.                 'default' => 'doctrine.dbal.default_connection',
  9101.                 'multi_website' => 'doctrine.dbal.multi_website_connection',
  9102.             ],
  9103.             'doctrine.default_connection' => 'default',
  9104.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9105.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9106.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9107.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9108.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9109.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9110.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9111.             'doctrine.orm.cache.memcache_port' => 11211,
  9112.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9113.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9114.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9115.             'doctrine.orm.cache.memcached_port' => 11211,
  9116.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9117.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9118.             'doctrine.orm.cache.redis_host' => 'localhost',
  9119.             'doctrine.orm.cache.redis_port' => 6379,
  9120.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9121.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9122.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9123.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9124.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9125.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9126.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9127.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9128.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9129.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9130.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9131.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9132.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9133.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9134.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9135.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9136.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9137.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9138.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9139.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9140.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9141.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9142.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9143.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9144.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9145.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9146.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9147.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9148.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9149.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9150.             'doctrine.orm.auto_generate_proxy_classes' => false,
  9151.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  9152.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9153.             'security.role_hierarchy.roles' => [
  9154.                 'ROLE_ADMIN_ACCESS_SALES' => [
  9155.                     => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  9156.                 ],
  9157.                 'ROLE_ADMIN_ACCESS_ALL' => [
  9158.                     => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  9159.                     => 'ROLE_ADMIN_ACCESS_PROFILES',
  9160.                     => 'ROLE_ADMIN_ACCESS_SALES',
  9161.                     => 'ROLE_ADMIN_ACCESS_SEO',
  9162.                     => 'ROLE_ADMIN_ACCESS_LOCATION',
  9163.                     => 'ROLE_ADMIN_ACCESS_DELETED',
  9164.                     => 'ROLE_ADMIN_ACCESS_OTHER',
  9165.                     => 'ROLE_ACCESS_WALKER',
  9166.                 ],
  9167.             ],
  9168.             'security.access.denied_url' => NULL,
  9169.             'security.authentication.manager.erase_credentials' => true,
  9170.             'security.authentication.session_strategy.strategy' => 'migrate',
  9171.             'security.access.always_authenticate_before_granting' => false,
  9172.             'security.authentication.hide_user_not_found' => true,
  9173.             'security.firewalls' => [
  9174.                 => 'dev',
  9175.                 => 'management',
  9176.                 => 'main',
  9177.             ],
  9178.             'security.management._indexed_authenticators' => [
  9179.             ],
  9180.             'security.main._indexed_authenticators' => [
  9181.             ],
  9182.             'twig.form.resources' => [
  9183.                 => 'form_div_layout.html.twig',
  9184.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  9185.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  9186.             ],
  9187.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9188.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9189.             'web_profiler.debug_toolbar.mode' => 2,
  9190.             'monolog.use_microseconds' => true,
  9191.             'monolog.swift_mailer.handlers' => [
  9192.             ],
  9193.             'monolog.handlers_to_channels' => [
  9194.                 'monolog.handler.chromephp' => NULL,
  9195.                 'monolog.handler.firephp' => NULL,
  9196.             ],
  9197.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9198.             'knp_menu.renderer.list.options' => [
  9199.             ],
  9200.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  9201.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  9202.             'knp_menu.renderer.twig.options' => [
  9203.             ],
  9204.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  9205.             'knp_menu.default_renderer' => 'twig',
  9206.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  9207.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  9208.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  9209.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  9210.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  9211.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  9212.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  9213.             'stof_doctrine_extensions.default_locale' => 'ru',
  9214.             'stof_doctrine_extensions.translation_fallback' => true,
  9215.             'stof_doctrine_extensions.persist_default_translation' => false,
  9216.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  9217.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  9218.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  9219.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  9220.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  9221.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  9222.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  9223.             'nelmio_cors.map' => [
  9224.                 '^/' => [
  9225.                     'skip_same_as_origin' => true,
  9226.                 ],
  9227.             ],
  9228.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  9229.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  9230.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  9231.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  9232.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  9233.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  9234.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  9235.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  9236.             'presta_sitemap.timetolive' => 3600,
  9237.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  9238.             'presta_sitemap.items_by_set' => 25000,
  9239.             'presta_sitemap.defaults' => [
  9240.                 'priority' => NULL,
  9241.                 'changefreq' => NULL,
  9242.                 'lastmod' => 'now',
  9243.             ],
  9244.             'presta_sitemap.default_section' => 'default',
  9245.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  9246.             'easy_admin_extension.custom_form_types' => [
  9247.             ],
  9248.             'easy_admin_extension.minimum_role' => 'ROLE_ADMIN',
  9249.             'easy_admin_extension.embedded_list.open_new_tab' => true,
  9250.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  9251.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  9252.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  9253.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  9254.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  9255.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  9256.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  9257.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  9258.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  9259.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  9260.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  9261.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  9262.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  9263.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  9264.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  9265.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  9266.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  9267.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  9268.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  9269.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  9270.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  9271.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  9272.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  9273.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  9274.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  9275.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  9276.             'oneup_uploader.config.process_queue' => [
  9277.                 'frontend' => 'dropzone',
  9278.                 'namer' => 'oneup_uploader.namer.uniqid',
  9279.                 'storage' => [
  9280.                     'type' => 'flysystem',
  9281.                     'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  9282.                     'service' => NULL,
  9283.                     'directory' => NULL,
  9284.                     'stream_wrapper' => NULL,
  9285.                     'sync_buffer_size' => '100K',
  9286.                 ],
  9287.                 'custom_frontend' => [
  9288.                     'name' => NULL,
  9289.                     'class' => NULL,
  9290.                 ],
  9291.                 'route_prefix' => '',
  9292.                 'endpoints' => [
  9293.                     'upload' => NULL,
  9294.                     'progress' => NULL,
  9295.                     'cancel' => NULL,
  9296.                 ],
  9297.                 'allowed_mimetypes' => [
  9298.                 ],
  9299.                 'disallowed_mimetypes' => [
  9300.                 ],
  9301.                 'error_handler' => NULL,
  9302.                 'max_size' => 9223372036854775807,
  9303.                 'use_orphanage' => false,
  9304.                 'enable_progress' => false,
  9305.                 'enable_cancelation' => false,
  9306.                 'root_folder' => false,
  9307.             ],
  9308.             'oneup_uploader.config.tmp_media' => [
  9309.                 'frontend' => 'dropzone',
  9310.                 'namer' => 'file_namer.tmp_media',
  9311.                 'storage' => [
  9312.                     'type' => 'flysystem',
  9313.                     'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  9314.                     'service' => NULL,
  9315.                     'directory' => NULL,
  9316.                     'stream_wrapper' => NULL,
  9317.                     'sync_buffer_size' => '100K',
  9318.                 ],
  9319.                 'custom_frontend' => [
  9320.                     'name' => NULL,
  9321.                     'class' => NULL,
  9322.                 ],
  9323.                 'route_prefix' => '',
  9324.                 'endpoints' => [
  9325.                     'upload' => NULL,
  9326.                     'progress' => NULL,
  9327.                     'cancel' => NULL,
  9328.                 ],
  9329.                 'allowed_mimetypes' => [
  9330.                 ],
  9331.                 'disallowed_mimetypes' => [
  9332.                 ],
  9333.                 'error_handler' => NULL,
  9334.                 'max_size' => 9223372036854775807,
  9335.                 'use_orphanage' => false,
  9336.                 'enable_progress' => false,
  9337.                 'enable_cancelation' => false,
  9338.                 'root_folder' => false,
  9339.             ],
  9340.             'oneup_uploader.config.user_media' => [
  9341.                 'frontend' => 'dropzone',
  9342.                 'namer' => 'file_namer.user_media',
  9343.                 'storage' => [
  9344.                     'type' => 'flysystem',
  9345.                     'filesystem' => 'oneup_flysystem.user_media_filesystem',
  9346.                     'service' => NULL,
  9347.                     'directory' => NULL,
  9348.                     'stream_wrapper' => NULL,
  9349.                     'sync_buffer_size' => '100K',
  9350.                 ],
  9351.                 'custom_frontend' => [
  9352.                     'name' => NULL,
  9353.                     'class' => NULL,
  9354.                 ],
  9355.                 'route_prefix' => '',
  9356.                 'endpoints' => [
  9357.                     'upload' => NULL,
  9358.                     'progress' => NULL,
  9359.                     'cancel' => NULL,
  9360.                 ],
  9361.                 'allowed_mimetypes' => [
  9362.                 ],
  9363.                 'disallowed_mimetypes' => [
  9364.                 ],
  9365.                 'error_handler' => NULL,
  9366.                 'max_size' => 9223372036854775807,
  9367.                 'use_orphanage' => false,
  9368.                 'enable_progress' => false,
  9369.                 'enable_cancelation' => false,
  9370.                 'root_folder' => false,
  9371.             ],
  9372.             'oneup_uploader.config.profile_photo' => [
  9373.                 'frontend' => 'dropzone',
  9374.                 'namer' => 'file_namer.profile_media',
  9375.                 'storage' => [
  9376.                     'type' => 'flysystem',
  9377.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9378.                     'service' => NULL,
  9379.                     'directory' => NULL,
  9380.                     'stream_wrapper' => NULL,
  9381.                     'sync_buffer_size' => '100K',
  9382.                 ],
  9383.                 'custom_frontend' => [
  9384.                     'name' => NULL,
  9385.                     'class' => NULL,
  9386.                 ],
  9387.                 'route_prefix' => '',
  9388.                 'endpoints' => [
  9389.                     'upload' => NULL,
  9390.                     'progress' => NULL,
  9391.                     'cancel' => NULL,
  9392.                 ],
  9393.                 'allowed_mimetypes' => [
  9394.                 ],
  9395.                 'disallowed_mimetypes' => [
  9396.                 ],
  9397.                 'error_handler' => NULL,
  9398.                 'max_size' => 9223372036854775807,
  9399.                 'use_orphanage' => false,
  9400.                 'enable_progress' => false,
  9401.                 'enable_cancelation' => false,
  9402.                 'root_folder' => false,
  9403.             ],
  9404.             'oneup_uploader.config.profile_media_avatar' => [
  9405.                 'frontend' => 'dropzone',
  9406.                 'namer' => 'file_namer.profile_media',
  9407.                 'storage' => [
  9408.                     'type' => 'flysystem',
  9409.                     'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  9410.                     'service' => NULL,
  9411.                     'directory' => NULL,
  9412.                     'stream_wrapper' => NULL,
  9413.                     'sync_buffer_size' => '100K',
  9414.                 ],
  9415.                 'custom_frontend' => [
  9416.                     'name' => NULL,
  9417.                     'class' => NULL,
  9418.                 ],
  9419.                 'route_prefix' => '',
  9420.                 'endpoints' => [
  9421.                     'upload' => NULL,
  9422.                     'progress' => NULL,
  9423.                     'cancel' => NULL,
  9424.                 ],
  9425.                 'allowed_mimetypes' => [
  9426.                 ],
  9427.                 'disallowed_mimetypes' => [
  9428.                 ],
  9429.                 'error_handler' => NULL,
  9430.                 'max_size' => 9223372036854775807,
  9431.                 'use_orphanage' => false,
  9432.                 'enable_progress' => false,
  9433.                 'enable_cancelation' => false,
  9434.                 'root_folder' => false,
  9435.             ],
  9436.             'oneup_uploader.config.profile_media_approval' => [
  9437.                 'frontend' => 'dropzone',
  9438.                 'namer' => 'file_namer.profile_media_approval',
  9439.                 'storage' => [
  9440.                     'type' => 'flysystem',
  9441.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9442.                     'service' => NULL,
  9443.                     'directory' => NULL,
  9444.                     'stream_wrapper' => NULL,
  9445.                     'sync_buffer_size' => '100K',
  9446.                 ],
  9447.                 'custom_frontend' => [
  9448.                     'name' => NULL,
  9449.                     'class' => NULL,
  9450.                 ],
  9451.                 'route_prefix' => '',
  9452.                 'endpoints' => [
  9453.                     'upload' => NULL,
  9454.                     'progress' => NULL,
  9455.                     'cancel' => NULL,
  9456.                 ],
  9457.                 'allowed_mimetypes' => [
  9458.                 ],
  9459.                 'disallowed_mimetypes' => [
  9460.                 ],
  9461.                 'error_handler' => NULL,
  9462.                 'max_size' => 9223372036854775807,
  9463.                 'use_orphanage' => false,
  9464.                 'enable_progress' => false,
  9465.                 'enable_cancelation' => false,
  9466.                 'root_folder' => false,
  9467.             ],
  9468.             'oneup_uploader.config.profile_face_photo' => [
  9469.                 'frontend' => 'dropzone',
  9470.                 'namer' => 'file_namer.profile_media_approval',
  9471.                 'storage' => [
  9472.                     'type' => 'flysystem',
  9473.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9474.                     'service' => NULL,
  9475.                     'directory' => NULL,
  9476.                     'stream_wrapper' => NULL,
  9477.                     'sync_buffer_size' => '100K',
  9478.                 ],
  9479.                 'custom_frontend' => [
  9480.                     'name' => NULL,
  9481.                     'class' => NULL,
  9482.                 ],
  9483.                 'route_prefix' => '',
  9484.                 'endpoints' => [
  9485.                     'upload' => NULL,
  9486.                     'progress' => NULL,
  9487.                     'cancel' => NULL,
  9488.                 ],
  9489.                 'allowed_mimetypes' => [
  9490.                 ],
  9491.                 'disallowed_mimetypes' => [
  9492.                 ],
  9493.                 'error_handler' => NULL,
  9494.                 'max_size' => 9223372036854775807,
  9495.                 'use_orphanage' => false,
  9496.                 'enable_progress' => false,
  9497.                 'enable_cancelation' => false,
  9498.                 'root_folder' => false,
  9499.             ],
  9500.             'oneup_uploader.config.profile_selfie' => [
  9501.                 'frontend' => 'dropzone',
  9502.                 'namer' => 'file_namer.profile_media',
  9503.                 'storage' => [
  9504.                     'type' => 'flysystem',
  9505.                     'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  9506.                     'service' => NULL,
  9507.                     'directory' => NULL,
  9508.                     'stream_wrapper' => NULL,
  9509.                     'sync_buffer_size' => '100K',
  9510.                 ],
  9511.                 'custom_frontend' => [
  9512.                     'name' => NULL,
  9513.                     'class' => NULL,
  9514.                 ],
  9515.                 'route_prefix' => '',
  9516.                 'endpoints' => [
  9517.                     'upload' => NULL,
  9518.                     'progress' => NULL,
  9519.                     'cancel' => NULL,
  9520.                 ],
  9521.                 'allowed_mimetypes' => [
  9522.                 ],
  9523.                 'disallowed_mimetypes' => [
  9524.                 ],
  9525.                 'error_handler' => NULL,
  9526.                 'max_size' => 9223372036854775807,
  9527.                 'use_orphanage' => false,
  9528.                 'enable_progress' => false,
  9529.                 'enable_cancelation' => false,
  9530.                 'root_folder' => false,
  9531.             ],
  9532.             'oneup_uploader.config.profile_video' => [
  9533.                 'frontend' => 'dropzone',
  9534.                 'namer' => 'file_namer.profile_media',
  9535.                 'storage' => [
  9536.                     'type' => 'flysystem',
  9537.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9538.                     'service' => NULL,
  9539.                     'directory' => NULL,
  9540.                     'stream_wrapper' => NULL,
  9541.                     'sync_buffer_size' => '100K',
  9542.                 ],
  9543.                 'custom_frontend' => [
  9544.                     'name' => NULL,
  9545.                     'class' => NULL,
  9546.                 ],
  9547.                 'route_prefix' => '',
  9548.                 'endpoints' => [
  9549.                     'upload' => NULL,
  9550.                     'progress' => NULL,
  9551.                     'cancel' => NULL,
  9552.                 ],
  9553.                 'allowed_mimetypes' => [
  9554.                 ],
  9555.                 'disallowed_mimetypes' => [
  9556.                 ],
  9557.                 'error_handler' => NULL,
  9558.                 'max_size' => 9223372036854775807,
  9559.                 'use_orphanage' => false,
  9560.                 'enable_progress' => false,
  9561.                 'enable_cancelation' => false,
  9562.                 'root_folder' => false,
  9563.             ],
  9564.             'oneup_uploader.config.saloon_media' => [
  9565.                 'frontend' => 'dropzone',
  9566.                 'namer' => 'file_namer.saloon_media',
  9567.                 'storage' => [
  9568.                     'type' => 'flysystem',
  9569.                     'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  9570.                     'service' => NULL,
  9571.                     'directory' => NULL,
  9572.                     'stream_wrapper' => NULL,
  9573.                     'sync_buffer_size' => '100K',
  9574.                 ],
  9575.                 'custom_frontend' => [
  9576.                     'name' => NULL,
  9577.                     'class' => NULL,
  9578.                 ],
  9579.                 'route_prefix' => '',
  9580.                 'endpoints' => [
  9581.                     'upload' => NULL,
  9582.                     'progress' => NULL,
  9583.                     'cancel' => NULL,
  9584.                 ],
  9585.                 'allowed_mimetypes' => [
  9586.                 ],
  9587.                 'disallowed_mimetypes' => [
  9588.                 ],
  9589.                 'error_handler' => NULL,
  9590.                 'max_size' => 9223372036854775807,
  9591.                 'use_orphanage' => false,
  9592.                 'enable_progress' => false,
  9593.                 'enable_cancelation' => false,
  9594.                 'root_folder' => false,
  9595.             ],
  9596.             'oneup_uploader.config.saloon_media_thumb' => [
  9597.                 'frontend' => 'dropzone',
  9598.                 'namer' => 'file_namer.saloon_media_thumb',
  9599.                 'storage' => [
  9600.                     'type' => 'flysystem',
  9601.                     'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  9602.                     'service' => NULL,
  9603.                     'directory' => NULL,
  9604.                     'stream_wrapper' => NULL,
  9605.                     'sync_buffer_size' => '100K',
  9606.                 ],
  9607.                 'custom_frontend' => [
  9608.                     'name' => NULL,
  9609.                     'class' => NULL,
  9610.                 ],
  9611.                 'route_prefix' => '',
  9612.                 'endpoints' => [
  9613.                     'upload' => NULL,
  9614.                     'progress' => NULL,
  9615.                     'cancel' => NULL,
  9616.                 ],
  9617.                 'allowed_mimetypes' => [
  9618.                 ],
  9619.                 'disallowed_mimetypes' => [
  9620.                 ],
  9621.                 'error_handler' => NULL,
  9622.                 'max_size' => 9223372036854775807,
  9623.                 'use_orphanage' => false,
  9624.                 'enable_progress' => false,
  9625.                 'enable_cancelation' => false,
  9626.                 'root_folder' => false,
  9627.             ],
  9628.             'oneup_uploader.config.saloon_media_video' => [
  9629.                 'frontend' => 'dropzone',
  9630.                 'namer' => 'file_namer.saloon_media_video',
  9631.                 'storage' => [
  9632.                     'type' => 'flysystem',
  9633.                     'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  9634.                     'service' => NULL,
  9635.                     'directory' => NULL,
  9636.                     'stream_wrapper' => NULL,
  9637.                     'sync_buffer_size' => '100K',
  9638.                 ],
  9639.                 'custom_frontend' => [
  9640.                     'name' => NULL,
  9641.                     'class' => NULL,
  9642.                 ],
  9643.                 'route_prefix' => '',
  9644.                 'endpoints' => [
  9645.                     'upload' => NULL,
  9646.                     'progress' => NULL,
  9647.                     'cancel' => NULL,
  9648.                 ],
  9649.                 'allowed_mimetypes' => [
  9650.                 ],
  9651.                 'disallowed_mimetypes' => [
  9652.                 ],
  9653.                 'error_handler' => NULL,
  9654.                 'max_size' => 9223372036854775807,
  9655.                 'use_orphanage' => false,
  9656.                 'enable_progress' => false,
  9657.                 'enable_cancelation' => false,
  9658.                 'root_folder' => false,
  9659.             ],
  9660.             'oneup_uploader.controllers' => [
  9661.                 'process_queue' => [
  9662.                     => 'oneup_uploader.controller.process_queue',
  9663.                     => [
  9664.                         'enable_progress' => false,
  9665.                         'enable_cancelation' => false,
  9666.                         'route_prefix' => '',
  9667.                         'endpoints' => [
  9668.                             'upload' => NULL,
  9669.                             'progress' => NULL,
  9670.                             'cancel' => NULL,
  9671.                         ],
  9672.                     ],
  9673.                 ],
  9674.                 'tmp_media' => [
  9675.                     => 'oneup_uploader.controller.tmp_media',
  9676.                     => [
  9677.                         'enable_progress' => false,
  9678.                         'enable_cancelation' => false,
  9679.                         'route_prefix' => '',
  9680.                         'endpoints' => [
  9681.                             'upload' => NULL,
  9682.                             'progress' => NULL,
  9683.                             'cancel' => NULL,
  9684.                         ],
  9685.                     ],
  9686.                 ],
  9687.                 'user_media' => [
  9688.                     => 'oneup_uploader.controller.user_media',
  9689.                     => [
  9690.                         'enable_progress' => false,
  9691.                         'enable_cancelation' => false,
  9692.                         'route_prefix' => '',
  9693.                         'endpoints' => [
  9694.                             'upload' => NULL,
  9695.                             'progress' => NULL,
  9696.                             'cancel' => NULL,
  9697.                         ],
  9698.                     ],
  9699.                 ],
  9700.                 'profile_photo' => [
  9701.                     => 'oneup_uploader.controller.profile_photo',
  9702.                     => [
  9703.                         'enable_progress' => false,
  9704.                         'enable_cancelation' => false,
  9705.                         'route_prefix' => '',
  9706.                         'endpoints' => [
  9707.                             'upload' => NULL,
  9708.                             'progress' => NULL,
  9709.                             'cancel' => NULL,
  9710.                         ],
  9711.                     ],
  9712.                 ],
  9713.                 'profile_media_avatar' => [
  9714.                     => 'oneup_uploader.controller.profile_media_avatar',
  9715.                     => [
  9716.                         'enable_progress' => false,
  9717.                         'enable_cancelation' => false,
  9718.                         'route_prefix' => '',
  9719.                         'endpoints' => [
  9720.                             'upload' => NULL,
  9721.                             'progress' => NULL,
  9722.                             'cancel' => NULL,
  9723.                         ],
  9724.                     ],
  9725.                 ],
  9726.                 'profile_media_approval' => [
  9727.                     => 'oneup_uploader.controller.profile_media_approval',
  9728.                     => [
  9729.                         'enable_progress' => false,
  9730.                         'enable_cancelation' => false,
  9731.                         'route_prefix' => '',
  9732.                         'endpoints' => [
  9733.                             'upload' => NULL,
  9734.                             'progress' => NULL,
  9735.                             'cancel' => NULL,
  9736.                         ],
  9737.                     ],
  9738.                 ],
  9739.                 'profile_face_photo' => [
  9740.                     => 'oneup_uploader.controller.profile_face_photo',
  9741.                     => [
  9742.                         'enable_progress' => false,
  9743.                         'enable_cancelation' => false,
  9744.                         'route_prefix' => '',
  9745.                         'endpoints' => [
  9746.                             'upload' => NULL,
  9747.                             'progress' => NULL,
  9748.                             'cancel' => NULL,
  9749.                         ],
  9750.                     ],
  9751.                 ],
  9752.                 'profile_selfie' => [
  9753.                     => 'oneup_uploader.controller.profile_selfie',
  9754.                     => [
  9755.                         'enable_progress' => false,
  9756.                         'enable_cancelation' => false,
  9757.                         'route_prefix' => '',
  9758.                         'endpoints' => [
  9759.                             'upload' => NULL,
  9760.                             'progress' => NULL,
  9761.                             'cancel' => NULL,
  9762.                         ],
  9763.                     ],
  9764.                 ],
  9765.                 'profile_video' => [
  9766.                     => 'oneup_uploader.controller.profile_video',
  9767.                     => [
  9768.                         'enable_progress' => false,
  9769.                         'enable_cancelation' => false,
  9770.                         'route_prefix' => '',
  9771.                         'endpoints' => [
  9772.                             'upload' => NULL,
  9773.                             'progress' => NULL,
  9774.                             'cancel' => NULL,
  9775.                         ],
  9776.                     ],
  9777.                 ],
  9778.                 'saloon_media' => [
  9779.                     => 'oneup_uploader.controller.saloon_media',
  9780.                     => [
  9781.                         'enable_progress' => false,
  9782.                         'enable_cancelation' => false,
  9783.                         'route_prefix' => '',
  9784.                         'endpoints' => [
  9785.                             'upload' => NULL,
  9786.                             'progress' => NULL,
  9787.                             'cancel' => NULL,
  9788.                         ],
  9789.                     ],
  9790.                 ],
  9791.                 'saloon_media_thumb' => [
  9792.                     => 'oneup_uploader.controller.saloon_media_thumb',
  9793.                     => [
  9794.                         'enable_progress' => false,
  9795.                         'enable_cancelation' => false,
  9796.                         'route_prefix' => '',
  9797.                         'endpoints' => [
  9798.                             'upload' => NULL,
  9799.                             'progress' => NULL,
  9800.                             'cancel' => NULL,
  9801.                         ],
  9802.                     ],
  9803.                 ],
  9804.                 'saloon_media_video' => [
  9805.                     => 'oneup_uploader.controller.saloon_media_video',
  9806.                     => [
  9807.                         'enable_progress' => false,
  9808.                         'enable_cancelation' => false,
  9809.                         'route_prefix' => '',
  9810.                         'endpoints' => [
  9811.                             'upload' => NULL,
  9812.                             'progress' => NULL,
  9813.                             'cancel' => NULL,
  9814.                         ],
  9815.                     ],
  9816.                 ],
  9817.             ],
  9818.             'oneup_uploader.maxsize' => [
  9819.                 'process_queue' => 34359738368,
  9820.                 'tmp_media' => 34359738368,
  9821.                 'user_media' => 34359738368,
  9822.                 'profile_photo' => 34359738368,
  9823.                 'profile_media_avatar' => 34359738368,
  9824.                 'profile_media_approval' => 34359738368,
  9825.                 'profile_face_photo' => 34359738368,
  9826.                 'profile_selfie' => 34359738368,
  9827.                 'profile_video' => 34359738368,
  9828.                 'saloon_media' => 34359738368,
  9829.                 'saloon_media_thumb' => 34359738368,
  9830.                 'saloon_media_video' => 34359738368,
  9831.             ],
  9832.             'snc_redis.client.class' => 'Predis\\Client',
  9833.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  9834.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  9835.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  9836.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  9837.             'snc_redis.phpredis_client.class' => 'Redis',
  9838.             'snc_redis.relay_client.class' => 'Relay\\Relay',
  9839.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  9840.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  9841.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  9842.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  9843.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  9844.             'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  9845.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  9846.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  9847.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  9848.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  9849.             'fos_js_routing.request_context_base_url' => NULL,
  9850.             'fos_js_routing.cache_control' => [
  9851.                 'enabled' => false,
  9852.             ],
  9853.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  9854.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  9855.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  9856.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  9857.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  9858.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  9859.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  9860.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  9861.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  9862.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  9863.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  9864.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  9865.             'eight_points_guzzle.plugin.header.headers' => [
  9866.             ],
  9867.             'env(SENTRY_RELEASE)' => 'dev-b708848f0d1efedd20991927703d3a25fa9d8ee9@b708848',
  9868.             'sentry.tracing.enabled' => true,
  9869.             'sentry.tracing.dbal.enabled' => true,
  9870.             'sentry.tracing.dbal.connections' => [
  9871.             ],
  9872.             'sentry.tracing.cache.enabled' => true,
  9873.             'sentry.tracing.http_client.enabled' => true,
  9874.             'fos_elastica.property_accessor.magicCall' => false,
  9875.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  9876.             'fos_elastica.default_index' => 'recommendations',
  9877.             'ewz_recaptcha.ajax' => true,
  9878.             'ewz_recaptcha.enabled' => true,
  9879.             'ewz_recaptcha.verify_host' => false,
  9880.             'ewz_recaptcha.locale_key' => 'ru',
  9881.             'ewz_recaptcha.api_host' => 'www.google.com',
  9882.             'ewz_recaptcha.locale_from_request' => false,
  9883.             'ewz_recaptcha.version' => 2,
  9884.             'ewz_recaptcha.hide_badge' => false,
  9885.             'ewz_recaptcha.score_threshold' => 0.5,
  9886.             'ewz_recaptcha.timeout' => NULL,
  9887.             'ewz_recaptcha.trusted_roles' => [
  9888.             ],
  9889.             'ewz_recaptcha.http_proxy' => [
  9890.                 'host' => NULL,
  9891.                 'port' => NULL,
  9892.                 'auth' => NULL,
  9893.             ],
  9894.             'ewz_recaptcha.service_definition' => [
  9895.             ],
  9896.             'doctrine.migrations.preferred_em' => NULL,
  9897.             'doctrine.migrations.preferred_connection' => NULL,
  9898.             'misd_phone_number.serializer.default_region' => 'ZZ',
  9899.             'misd_phone_number.serializer.format' => 0,
  9900.             'misd_phone_number.validator.default_region' => 'ZZ',
  9901.             'misd_phone_number.validator.format' => 1,
  9902.             'knp_paginator.template.pagination' => '_pagination.html.twig',
  9903.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  9904.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  9905.             'knp_paginator.page_range' => 9,
  9906.             'knp_paginator.page_limit' => NULL,
  9907.             'porpaginas.twig.extension.class' => 'Porpaginas\\Twig\\PorpaginasExtension',
  9908.             'porpaginas.twig.rendering_adapter.knp.class' => 'AngelGamez\\PorpaginasBundle\\Twig\\KnpPagerRenderingAdapter',
  9909.             'porpaginas.twig.subscriber.class' => 'Porpaginas\\KnpPager\\PorpaginasSubscriber',
  9910.             'nelmio_api_doc.areas' => [
  9911.                 => 'chatops',
  9912.                 => 'sales',
  9913.                 => 'default',
  9914.             ],
  9915.             'nelmio_api_doc.use_validation_groups' => false,
  9916.             'data_collector.templates' => [
  9917.                 'data_collector.request' => [
  9918.                     => 'request',
  9919.                     => '@WebProfiler/Collector/request.html.twig',
  9920.                 ],
  9921.                 'data_collector.time' => [
  9922.                     => 'time',
  9923.                     => '@WebProfiler/Collector/time.html.twig',
  9924.                 ],
  9925.                 'data_collector.memory' => [
  9926.                     => 'memory',
  9927.                     => '@WebProfiler/Collector/memory.html.twig',
  9928.                 ],
  9929.                 'data_collector.validator' => [
  9930.                     => 'validator',
  9931.                     => '@WebProfiler/Collector/validator.html.twig',
  9932.                 ],
  9933.                 'data_collector.ajax' => [
  9934.                     => 'ajax',
  9935.                     => '@WebProfiler/Collector/ajax.html.twig',
  9936.                 ],
  9937.                 'data_collector.form' => [
  9938.                     => 'form',
  9939.                     => '@WebProfiler/Collector/form.html.twig',
  9940.                 ],
  9941.                 'data_collector.exception' => [
  9942.                     => 'exception',
  9943.                     => '@WebProfiler/Collector/exception.html.twig',
  9944.                 ],
  9945.                 'data_collector.logger' => [
  9946.                     => 'logger',
  9947.                     => '@WebProfiler/Collector/logger.html.twig',
  9948.                 ],
  9949.                 'data_collector.events' => [
  9950.                     => 'events',
  9951.                     => '@WebProfiler/Collector/events.html.twig',
  9952.                 ],
  9953.                 'data_collector.router' => [
  9954.                     => 'router',
  9955.                     => '@WebProfiler/Collector/router.html.twig',
  9956.                 ],
  9957.                 'data_collector.cache' => [
  9958.                     => 'cache',
  9959.                     => '@WebProfiler/Collector/cache.html.twig',
  9960.                 ],
  9961.                 'data_collector.translation' => [
  9962.                     => 'translation',
  9963.                     => '@WebProfiler/Collector/translation.html.twig',
  9964.                 ],
  9965.                 'data_collector.security' => [
  9966.                     => 'security',
  9967.                     => '@Security/Collector/security.html.twig',
  9968.                 ],
  9969.                 'data_collector.twig' => [
  9970.                     => 'twig',
  9971.                     => '@WebProfiler/Collector/twig.html.twig',
  9972.                 ],
  9973.                 'data_collector.http_client' => [
  9974.                     => 'http_client',
  9975.                     => '@WebProfiler/Collector/http_client.html.twig',
  9976.                 ],
  9977.                 'data_collector.doctrine' => [
  9978.                     => 'db',
  9979.                     => '@Doctrine/Collector/db.html.twig',
  9980.                 ],
  9981.                 'data_collector.dump' => [
  9982.                     => 'dump',
  9983.                     => '@Debug/Profiler/dump.html.twig',
  9984.                 ],
  9985.                 'data_collector.messenger' => [
  9986.                     => 'messenger',
  9987.                     => '@WebProfiler/Collector/messenger.html.twig',
  9988.                 ],
  9989.                 'mailer.data_collector' => [
  9990.                     => 'mailer',
  9991.                     => '@WebProfiler/Collector/mailer.html.twig',
  9992.                 ],
  9993.                 'notifier.data_collector' => [
  9994.                     => 'notifier',
  9995.                     => '@WebProfiler/Collector/notifier.html.twig',
  9996.                 ],
  9997.                 'flagception.profiler.feature_data_collector' => [
  9998.                     => 'flagception',
  9999.                     => '@Flagception/profiler/layout.html.twig',
  10000.                 ],
  10001.                 'easyadmin.data_collector' => [
  10002.                     => 'easyadmin',
  10003.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  10004.                 ],
  10005.                 'snc_redis.data_collector' => [
  10006.                     => 'redis',
  10007.                     => '@SncRedis/Collector/redis.html.twig',
  10008.                 ],
  10009.                 'eight_points_guzzle.data_collector' => [
  10010.                     => 'eight_points_guzzle',
  10011.                     => '@EightPointsGuzzle/debug.html.twig',
  10012.                 ],
  10013.                 'fos_elastica.data_collector' => [
  10014.                     => 'elastica',
  10015.                     => '@FOSElastica/Collector/elastica.html.twig',
  10016.                 ],
  10017.                 'App\\DataCollector\\DebugCollector' => [
  10018.                     => 'app.debug_collector',
  10019.                     => '_data_collector/debug_collector.html.twig',
  10020.                 ],
  10021.                 'data_collector.config' => [
  10022.                     => 'config',
  10023.                     => '@WebProfiler/Collector/config.html.twig',
  10024.                 ],
  10025.             ],
  10026.             'console.command.ids' => [
  10027.                 => 'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog',
  10028.                 => 'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue',
  10029.                 => 'console.command.public_alias.App\\Console\\Debug\\PlanPlacementSyncDebugCommand',
  10030.                 => 'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand',
  10031.                 => 'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand',
  10032.                 => 'console.command.public_alias.App\\Console\\Export\\ExportProfiles',
  10033.                 => 'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand',
  10034.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand',
  10035.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription',
  10036.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand',
  10037.                 10 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus',
  10038.                 11 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations',
  10039.                 12 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords',
  10040.                 13 => 'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733',
  10041.                 14 => 'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand',
  10042.                 15 => 'console.command.public_alias.App\\Console\\Feature\\CleanStopWordsTextsCommand',
  10043.                 16 => 'console.command.public_alias.App\\Console\\Feature\\PrepareDynamicPricesPlacementsCommand',
  10044.                 17 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand',
  10045.                 18 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand',
  10046.                 19 => 'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand',
  10047.                 20 => 'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand',
  10048.                 21 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi',
  10049.                 22 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal',
  10050.                 23 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand',
  10051.                 24 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand',
  10052.                 25 => 'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand',
  10053.                 26 => 'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand',
  10054.                 27 => 'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand',
  10055.                 28 => 'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand',
  10056.                 29 => 'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand',
  10057.                 30 => 'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand',
  10058.                 31 => 'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand',
  10059.                 32 => 'console.command.public_alias.App\\Console\\Management\\CleanupSupportMessageAttachmentsCommand',
  10060.                 33 => 'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache',
  10061.                 34 => 'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList',
  10062.                 35 => 'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand',
  10063.                 36 => 'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles',
  10064.                 37 => 'console.command.public_alias.App\\Console\\Management\\FillDynamicPlacementPricesForTestCommand',
  10065.                 38 => 'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements',
  10066.                 39 => 'console.command.public_alias.App\\Console\\Management\\ImportCityPriceCategoriesCommand',
  10067.                 40 => 'console.command.public_alias.App\\Console\\Management\\ImportDynamicPlacementPricesCommand',
  10068.                 41 => 'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent',
  10069.                 42 => 'console.command.public_alias.App\\Console\\Management\\RefreshColdStartProfileRecommendationsCommand',
  10070.                 43 => 'console.command.public_alias.App\\Console\\Management\\RefreshGeoCategoryLinkageCommand',
  10071.                 44 => 'console.command.public_alias.App\\Console\\Management\\RefreshTop100ProfilesCommand',
  10072.                 45 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles',
  10073.                 46 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons',
  10074.                 47 => 'console.command.public_alias.App\\Console\\Management\\UpdateStations',
  10075.                 48 => 'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus',
  10076.                 49 => 'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand',
  10077.                 50 => 'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand',
  10078.                 51 => 'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand',
  10079.                 52 => 'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand',
  10080.                 53 => 'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand',
  10081.                 54 => 'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand',
  10082.                 55 => 'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator',
  10083.                 56 => 'console.command.public_alias.App\\Console\\Sales\\AccountChargebackCommand',
  10084.                 57 => 'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand',
  10085.                 58 => 'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand',
  10086.                 59 => 'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand',
  10087.                 60 => 'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand',
  10088.                 61 => 'console.command.public_alias.App\\Console\\Sales\\PlaceUnhiddenAndUnplacedProfilesFreeCommand',
  10089.                 62 => 'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand',
  10090.                 63 => 'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand',
  10091.                 64 => 'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand',
  10092.                 65 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand',
  10093.                 66 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand',
  10094.                 67 => 'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand',
  10095.                 68 => 'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand',
  10096.                 69 => 'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand',
  10097.                 70 => 'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand',
  10098.                 71 => 'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand',
  10099.                 72 => 'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand',
  10100.                 73 => 'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts',
  10101.             ],
  10102.         ];
  10103.     }
  10104.     protected function throw($message)
  10105.     {
  10106.         throw new RuntimeException($message);
  10107.     }
  10108. }