var/cache/review/Container81CmWby/App_KernelReviewDebugContainer.php line 3207

Open in your IDE?
  1. <?php
  2. namespace Container81CmWby;
  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/SaloonListSpecificationService.php';
  500.             include_once \dirname(__DIR__4).'/src/Service/SearchByKeywordsService.php';
  501.             include_once \dirname(__DIR__4).'/src/Repository/SearchByKeywordsESRepository.php';
  502.             include_once \dirname(__DIR__4).'/src/Service/Sidebar.php';
  503.             include_once \dirname(__DIR__4).'/src/Service/TimeZoneService.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  515.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  564.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  581.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  582.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  584.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  635.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  636.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  638.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  639.             include_once \dirname(__DIR__4).'/src/ParamConverter/CityParamConverter.php';
  640.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  648.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  649.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  650.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  651.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  653.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  654.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  656.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  659.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  660.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  661.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  662.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  663.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  664.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php';
  665.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  666.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  667.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  668.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  669.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  670.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  671.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  672.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  675.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  676.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  677.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  678.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  679.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  680.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  681.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  682.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  683.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  684.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  685.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  686.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  687.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  688.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  689.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  690.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  691.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  692.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  693.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheConfiguration.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLogger.php';
  695.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLoggerChain.php';
  696.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/StatisticsCacheLogger.php';
  697.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheFactory.php';
  698.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/DefaultCacheFactory.php';
  699.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/RegionsConfiguration.php';
  700.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  703.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  704.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  705.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  706.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  707.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  708.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  709.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  710.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  711.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  712.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  713.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  714.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  715.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  736.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  737.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  738.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  742.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  744.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  746.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  747.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  750.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  751.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  752.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php';
  753.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php';
  755.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ChromePhpHandler.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  764.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  766.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  768.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  769.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  770.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  771.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  772.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  773.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  774.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  775.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  776.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  777.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  779.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  780.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  782.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  784.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  785.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManagerInterface.php';
  786.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManager.php';
  787.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/FeatureActivatorInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ChainActivator.php';
  789.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php';
  790.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ArrayActivator.php';
  791.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/EnvironmentActivator.php';
  792.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ConstraintActivator.php';
  793.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolverInterface.php';
  794.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolver.php';
  795.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Factory/ExpressionLanguageFactory.php';
  796.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/DateProvider.php';
  797.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/MatchProvider.php';
  798.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ContextDecoratorInterface.php';
  799.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ChainDecorator.php';
  800.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/AnnotationSubscriber.php';
  801.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/RoutingMetadataSubscriber.php';
  802.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  803.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  804.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ExcludeFieldsConfigPass.php';
  805.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  806.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  807.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  808.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  809.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  810.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShortFormTypeConfigPass.php';
  811.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  812.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  813.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/EmbeddedListViewConfigPass.php';
  814.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  815.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShowViewConfigPass.php';
  816.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  817.             include_once \dirname(__DIR__4).'/src/Bridge/AlterPHP/EasyAdminExtensionBundle/Configuration/ListFormFiltersConfigPass.php';
  818.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  819.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  820.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  821.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  822.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/EmbeddedListHelper.php';
  823.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/ListFormFiltersHelper.php';
  824.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Security/AdminAuthorizationChecker.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  827.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  828.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  830.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  831.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  833.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  834.             include_once \dirname(__DIR__4).'/src/Bridge/GuzzleHttp/Handler/OplataInfoTestHandler.php';
  835.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  838.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  839.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  840.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  841.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  842.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  844.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  845.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  846.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  847.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  848.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  849.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  850.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  852.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  853.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  854.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  856.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  859.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  863.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  864.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  866.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  867.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  868.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  869.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  870.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  871.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  872.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  873.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  874.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  875.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  877.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  878.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  882.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  883.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  885.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  886.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/PorpaginasExtension.php';
  887.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/RenderingAdapter.php';
  888.             include_once \dirname(__DIR__4).'/packages/porpaginas-bundle/Twig/KnpPagerRenderingAdapter.php';
  889.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Morphos/GeographicalNamesInflection.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  892.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  893.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  896.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  897.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ChainAdapter.php';
  904.             include_once \dirname(__DIR__4).'/src/Http/CityCaseRedirector.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  910.             include_once \dirname(__DIR__4).'/src/Routing/DynamicRouter.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  913.             include_once \dirname(__DIR__4).'/packages/translatable-bundle/Translation/Translator.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  919.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  943.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  947.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Profiler/FeatureDataCollector.php';
  948.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  949.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  950.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  951.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  955.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  956.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  957.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  958.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  959.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  960.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  962.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  963.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  964.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  969.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  985.             include_once \dirname(__DIR__4).'/src/Twig/AccountExtension.php';
  986.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageByCountriesExtension.php';
  987.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageByCountriesService.php';
  988.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageExtension.php';
  989.             include_once \dirname(__DIR__4).'/src/Twig/ClientTypeExtension.php';
  990.             include_once \dirname(__DIR__4).'/src/Twig/ConfirmationRequestsExtension.php';
  991.             include_once \dirname(__DIR__4).'/src/Twig/DateExtension.php';
  992.             include_once \dirname(__DIR__4).'/src/Twig/DefaultCityExtension.php';
  993.             include_once \dirname(__DIR__4).'/src/Twig/DistrictsLinkageExtension.php';
  994.             include_once \dirname(__DIR__4).'/src/Service/DistrictsLinkageService.php';
  995.             include_once \dirname(__DIR__4).'/src/Twig/GeoCategoryLinkageExtension.php';
  996.             include_once \dirname(__DIR__4).'/src/Twig/InnerLinkageCircleExtension.php';
  997.             include_once \dirname(__DIR__4).'/src/Twig/ListingExtension.php';
  998.             include_once \dirname(__DIR__4).'/src/Twig/MoneyFormatterExtension.php';
  999.             include_once \dirname(__DIR__4).'/src/Twig/OfferBarExtension.php';
  1000.             include_once \dirname(__DIR__4).'/src/Twig/OplataInfoExtension.php';
  1001.             include_once \dirname(__DIR__4).'/src/PaymentProcessing/Gateway/OplataInfo.php';
  1002.             include_once \dirname(__DIR__4).'/src/Twig/PaidPlacementsExtension.php';
  1003.             include_once \dirname(__DIR__4).'/src/Twig/PersonParametersExtension.php';
  1004.             include_once \dirname(__DIR__4).'/src/Twig/PhoneCallExtension.php';
  1005.             include_once \dirname(__DIR__4).'/src/Twig/ProfileAvatarExtension.php';
  1006.             include_once \dirname(__DIR__4).'/src/Twig/ProfileChargesExtension.php';
  1007.             include_once \dirname(__DIR__4).'/src/Twig/ProfileCommentExtension.php';
  1008.             include_once \dirname(__DIR__4).'/src/Twig/ProfileKVExtension.php';
  1009.             include_once \dirname(__DIR__4).'/src/Twig/ProfileModerationExtension.php';
  1010.             include_once \dirname(__DIR__4).'/src/Twig/ProfileRecommendationsDebugExtension.php';
  1011.             include_once \dirname(__DIR__4).'/src/Twig/RecentProfilesExtension.php';
  1012.             include_once \dirname(__DIR__4).'/src/Twig/ResponsiveAssetExtension.php';
  1013.             include_once \dirname(__DIR__4).'/src/Twig/RoutingExtension.php';
  1014.             include_once \dirname(__DIR__4).'/src/Twig/SaloonChargesExtension.php';
  1015.             include_once \dirname(__DIR__4).'/src/Twig/SaloonCommentExtension.php';
  1016.             include_once \dirname(__DIR__4).'/src/Twig/SearchByKeywordsExtension.php';
  1017.             include_once \dirname(__DIR__4).'/src/Twig/SeoExtension.php';
  1018.             include_once \dirname(__DIR__4).'/src/Service/PageMetadataGenerator.php';
  1019.             include_once \dirname(__DIR__4).'/src/Service/CanonicalUrlGenerator.php';
  1020.             include_once \dirname(__DIR__4).'/src/Twig/ServicesExtension.php';
  1021.             include_once \dirname(__DIR__4).'/src/Twig/StationCommentsExtension.php';
  1022.             include_once \dirname(__DIR__4).'/src/Twig/StationPagesLinkageExtension.php';
  1023.             include_once \dirname(__DIR__4).'/src/Service/StationPagesLinkageService.php';
  1024.             include_once \dirname(__DIR__4).'/src/Twig/StationsExtension.php';
  1025.             include_once \dirname(__DIR__4).'/src/Twig/SupportMessagesExtension.php';
  1026.             include_once \dirname(__DIR__4).'/src/Twig/TakeOutLocationsExtension.php';
  1027.             include_once \dirname(__DIR__4).'/src/Twig/TimeFormatterExtension.php';
  1028.             include_once \dirname(__DIR__4).'/src/Twig/ToolsExtension.php';
  1029.             include_once \dirname(__DIR__4).'/src/Twig/UserExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Twig/ToggleExtension.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/ListFormFiltersExtension.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/CheckboxTreeExtension.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/EmbeddedListExtension.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/AdminAuthorizationExtension.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Twig/GeographicalNamesInflectionTwigExtension.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src/Twig/MorphosExtension.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1066.         };
  1067.     }
  1068.     public function compile(): void
  1069.     {
  1070.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1071.     }
  1072.     public function isCompiled(): bool
  1073.     {
  1074.         return true;
  1075.     }
  1076.     public function getRemovedIds(): array
  1077.     {
  1078.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1079.     }
  1080.     protected function load($file$lazyLoad true)
  1081.     {
  1082.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1083.             return $class::do($this$lazyLoad);
  1084.         }
  1085.         if ('.' === $file[-4]) {
  1086.             $class substr($class0, -4);
  1087.         } else {
  1088.             $file .= '.php';
  1089.         }
  1090.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1091.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1092.     }
  1093.     /**
  1094.      * Gets the public '.container.private.form.factory' shared service.
  1095.      *
  1096.      * @return \Symfony\Component\Form\FormFactory
  1097.      */
  1098.     protected function get_Container_Private_Form_FactoryService()
  1099.     {
  1100.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1101.         if (isset($this->services['.container.private.form.factory'])) {
  1102.             return $this->services['.container.private.form.factory'];
  1103.         }
  1104.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1105.     }
  1106.     /**
  1107.      * Gets the public '.container.private.profiler' shared service.
  1108.      *
  1109.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1110.      */
  1111.     protected function get_Container_Private_ProfilerService()
  1112.     {
  1113.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1114.         $b = ($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService());
  1115.         $c = ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1116.         $d = ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1117.         $a->pushProcessor($b);
  1118.         $a->pushHandler($c);
  1119.         $a->pushHandler($d);
  1120.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1121.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1122.         $e = ($this->services['kernel'] ?? $this->get('kernel'));
  1123.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1124.         $g = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1125.         $g->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1126.         $g->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1127.         $g->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  1128.         $g->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  1129.         $g->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1130.         $g->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  1131.         $g->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  1132.         $g->addInstance('cache.rate_limiter.traceable', ($this->privates['cache.rate_limiter.traceable'] ?? $this->getCache_RateLimiter_TraceableService()));
  1133.         $g->addInstance('cache.doctrine.traceable', ($this->privates['cache.doctrine.traceable'] ?? $this->getCache_Doctrine_TraceableService()));
  1134.         $g->addInstance('project_data.cache.traceable', ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  1135.         $g->addInstance('user_predict.cache.traceable', ($this->privates['user_predict.cache.traceable'] ?? $this->getUserPredict_Cache_TraceableService()));
  1136.         $g->addInstance('sidebar_new_check_cool_down.cache.traceable', ($this->privates['sidebar_new_check_cool_down.cache.traceable'] ?? $this->getSidebarNewCheckCoolDown_Cache_TraceableService()));
  1137.         $g->addInstance('ctr_stat.cache.traceable', ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService()));
  1138.         $g->addInstance('profiles_filter.cache.traceable', ($this->privates['profiles_filter.cache.traceable'] ?? $this->getProfilesFilter_Cache_TraceableService()));
  1139.         $g->addInstance('stations_lines.cache.traceable', ($this->privates['stations_lines.cache.traceable'] ?? $this->getStationsLines_Cache_TraceableService()));
  1140.         $g->addInstance('profile_widget.cache.traceable', ($this->privates['profile_widget.cache.traceable'] ?? $this->getProfileWidget_Cache_TraceableService()));
  1141.         $g->addInstance('station_added_profiles.cache.traceable', ($this->privates['station_added_profiles.cache.traceable'] ?? $this->getStationAddedProfiles_Cache_TraceableService()));
  1142.         $g->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1143.         $g->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1144.         $g->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1145.         $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()));
  1146.         $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()));
  1147.         $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()));
  1148.         $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()));
  1149.         $g->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  1150.         $g->addInstance('cache.easyadmin.traceable', ($this->privates['cache.easyadmin.traceable'] ?? $this->getCache_Easyadmin_TraceableService()));
  1151.         $g->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  1152.         $h = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1153.         $h->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1154.         $i = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1155.         $i->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1156.         $j = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  1157.         $j->pushProcessor($b);
  1158.         $j->pushHandler($c);
  1159.         $j->pushHandler($d);
  1160.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($j);
  1161.         $k = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1162.         if ($this->has('kernel')) {
  1163.             $k->setKernel($e);
  1164.         }
  1165.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1166.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($e, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1167.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1168.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1169.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1170.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1171.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1172.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelReviewDebugContainer'), $f));
  1173.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $f));
  1174.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1175.         $instance->add($g);
  1176.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  1177.         $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));
  1178.         $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())));
  1179.         $instance->add($h);
  1180.         $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([])))));
  1181.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1182.         $instance->add($i);
  1183.         $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()))));
  1184.         $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()))));
  1185.         $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()))));
  1186.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  1187.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(new \Snc\RedisBundle\Logger\RedisLogger($j)));
  1188.         $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1189.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1190.         $instance->add(($this->privates['App\\DataCollector\\DebugCollector'] ?? ($this->privates['App\\DataCollector\\DebugCollector'] = new \App\DataCollector\DebugCollector())));
  1191.         $instance->add($k);
  1192.         return $instance;
  1193.     }
  1194.     /**
  1195.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1196.      *
  1197.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1198.      */
  1199.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1200.     {
  1201.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1202.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1203.             return $this->services['.container.private.security.authorization_checker'];
  1204.         }
  1205.         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);
  1206.     }
  1207.     /**
  1208.      * Gets the public '.container.private.security.token_storage' shared service.
  1209.      *
  1210.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1211.      */
  1212.     protected function get_Container_Private_Security_TokenStorageService()
  1213.     {
  1214.         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, [
  1215.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1216.         ], [
  1217.             'request_stack' => '?',
  1218.         ]));
  1219.     }
  1220.     /**
  1221.      * Gets the public '.container.private.twig' shared service.
  1222.      *
  1223.      * @return \Twig\Environment
  1224.      */
  1225.     protected function get_Container_Private_TwigService()
  1226.     {
  1227.         $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']);
  1228.         $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1229.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1230.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1231.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1232.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1233.         $f = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1234.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1235.         $h = ($this->services['router'] ?? $this->getRouterService());
  1236.         $i = ($this->privates['App\\Service\\ProfileChargesCalculator'] ?? $this->getProfileChargesCalculatorService());
  1237.         $j = ($this->privates['App\\Service\\SaloonChargesCalculator'] ?? $this->getSaloonChargesCalculatorService());
  1238.         $k = ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService());
  1239.         $l = ($this->services['geographical_names_inflection.inflector'] ?? $this->getGeographicalNamesInflection_InflectorService());
  1240.         $m = ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService());
  1241.         $n = ($this->privates['App\\Repository\\ModerationRequestsRepository'] ?? $this->getModerationRequestsRepositoryService());
  1242.         $o = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1243.         $p = ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService());
  1244.         $q = ($this->privates['App\\Repository\\StationRepository'] ?? $this->getStationRepositoryService());
  1245.         $r = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1246.         $r->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1247.         $s = new \Knp\Menu\Util\MenuManipulator();
  1248.         $t = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1249.         $u = new \Symfony\Bridge\Twig\AppVariable();
  1250.         $u->setEnvironment('review');
  1251.         $u->setDebug(true);
  1252.         if ($this->has('.container.private.security.token_storage')) {
  1253.             $u->setTokenStorage($c);
  1254.         }
  1255.         if ($this->has('request_stack')) {
  1256.             $u->setRequestStack($b);
  1257.         }
  1258.         $v = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1259.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1260.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
  1261.         $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)));
  1262.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1263.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1264.         $instance->addExtension($f);
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1266.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1267.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1268.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1269.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1270.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1271.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  1272.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  1273.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1274.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1275.         $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())));
  1276.         $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())));
  1277.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageByCountriesExtension(new \App\Service\CityMainPagesLinkageByCountriesService($b$k$h$e, ($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), $l$m)));
  1278.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageExtension(($this->privates['App\\Service\\CityMainPagesLinkageService'] ?? $this->getCityMainPagesLinkageServiceService())));
  1279.         $instance->addExtension(new \App\Twig\ClientTypeExtension());
  1280.         $instance->addExtension(new \App\Twig\ConfirmationRequestsExtension(($this->privates['App\\Repository\\ApprovalRequestsRepository'] ?? $this->getApprovalRequestsRepositoryService()), $n));
  1281.         $instance->addExtension(new \App\Twig\DateExtension($o));
  1282.         $instance->addExtension(new \App\Twig\DefaultCityExtension($m));
  1283.         $instance->addExtension(new \App\Twig\DistrictsLinkageExtension(new \App\Service\DistrictsLinkageService($b$k$h$e, ($this->privates['App\\Repository\\DistrictRepository'] ?? $this->getDistrictRepositoryService()), $l$m$o)));
  1284.         $instance->addExtension(new \App\Twig\GeoCategoryLinkageExtension(($this->privates['App\\Service\\GeoCategoryLinkageService'] ?? $this->getGeoCategoryLinkageServiceService())));
  1285.         $instance->addExtension(new \App\Twig\InnerLinkageCircleExtension(($this->privates['App\\Service\\InnerLinkageCircleService'] ?? $this->getInnerLinkageCircleServiceService())));
  1286.         $instance->addExtension(new \App\Twig\ListingExtension(($this->privates['App\\Service\\ListingService'] ?? ($this->privates['App\\Service\\ListingService'] = new \App\Service\ListingService()))));
  1287.         $instance->addExtension(new \App\Twig\MoneyFormatterExtension($b, ($this->privates['App\\Service\\MoneyFormatterService'] ?? $this->getMoneyFormatterServiceService())));
  1288.         $instance->addExtension(new \App\Twig\OfferBarExtension(($this->privates['App\\Repository\\SystemVariablesRepository'] ?? $this->getSystemVariablesRepositoryService())));
  1289.         $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));
  1290.         $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())));
  1291.         $instance->addExtension(new \App\Twig\PersonParametersExtension());
  1292.         $instance->addExtension(new \App\Twig\PhoneCallExtension());
  1293.         $instance->addExtension(new \App\Twig\ProfileAvatarExtension(($this->privates['App\\Service\\ProfileAvatar'] ?? $this->getProfileAvatarService())));
  1294.         $instance->addExtension(new \App\Twig\ProfileChargesExtension($i$c));
  1295.         $instance->addExtension(new \App\Twig\ProfileCommentExtension());
  1296.         $instance->addExtension(new \App\Twig\ProfileKVExtension(($this->privates['App\\Repository\\ProfileKVRepository'] ?? $this->getProfileKVRepositoryService())));
  1297.         $instance->addExtension(new \App\Twig\ProfileModerationExtension(($this->privates['App\\Service\\ModerationService'] ?? $this->getModerationServiceService()), $n));
  1298.         $instance->addExtension(new \App\Twig\ProfileRecommendationsDebugExtension(($this->privates['App\\Service\\ProfileRecommendationService'] ?? $this->getProfileRecommendationServiceService()), ($this->privates['App\\Service\\ProfileBotHelper'] ?? $this->getProfileBotHelperService()), $c));
  1299.         $instance->addExtension(new \App\Twig\RecentProfilesExtension($b$m, ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService())));
  1300.         $instance->addExtension(new \App\Twig\ResponsiveAssetExtension(($this->privates['App\\Service\\ResponsiveAssetsService'] ?? $this->getResponsiveAssetsServiceService())));
  1301.         $instance->addExtension(new \App\Twig\RoutingExtension($h$b));
  1302.         $instance->addExtension(new \App\Twig\SaloonChargesExtension($j$c));
  1303.         $instance->addExtension(new \App\Twig\SaloonCommentExtension());
  1304.         $instance->addExtension(new \App\Twig\SearchByKeywordsExtension(($this->privates['App\\Service\\SearchByKeywordsService'] ?? $this->getSearchByKeywordsServiceService())));
  1305.         $instance->addExtension(new \App\Twig\SeoExtension(new \App\Service\PageMetadataGenerator($instance$b), $b, new \App\Service\CanonicalUrlGenerator($h$b$p$o), $e));
  1306.         $instance->addExtension(new \App\Twig\ServicesExtension(($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService())));
  1307.         $instance->addExtension(new \App\Twig\StationCommentsExtension(($this->privates['App\\Repository\\ProfileCommentRepository'] ?? $this->getProfileCommentRepositoryService()), ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService())));
  1308.         $instance->addExtension(new \App\Twig\StationPagesLinkageExtension(new \App\Service\StationPagesLinkageService($p$h$e$q$b$o)));
  1309.         $instance->addExtension(new \App\Twig\StationsExtension($q));
  1310.         $instance->addExtension(new \App\Twig\SupportMessagesExtension(($this->privates['App\\Repository\\SupportMessagesRepository'] ?? $this->getSupportMessagesRepositoryService())));
  1311.         $instance->addExtension(new \App\Twig\TakeOutLocationsExtension());
  1312.         $instance->addExtension(new \App\Twig\TimeFormatterExtension());
  1313.         $instance->addExtension(new \App\Twig\ToolsExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1314.         $instance->addExtension(new \App\Twig\UserExtension($c));
  1315.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1316.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($r));
  1317.         $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, [
  1318.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1319.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1320.         ], [
  1321.             'list' => '?',
  1322.             'twig' => '?',
  1323.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1324.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1325.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1326.         }, 2)), $s$t), $t$s));
  1327.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['cocur_slugify'] ?? ($this->privates['cocur_slugify'] = new \Cocur\Slugify\Slugify(['lowercase' => true'separator' => '-'])))));
  1328.         $instance->addExtension(new \Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService())));
  1329.         $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())));
  1330.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] ?? $this->getListFormFiltersHelperService())));
  1331.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension());
  1332.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1333.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension(($this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] ?? $this->getAdminAuthorizationCheckerService())));
  1334.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1335.         $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1336.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1337.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1338.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1339.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1340.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1341.         ], [
  1342.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1343.             'webpack_encore.tag_renderer' => '?',
  1344.         ])));
  1345.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  1346.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  1347.         $instance->addExtension(($this->services['porpaginas.twig.extension'] ?? $this->getPorpaginas_Twig_ExtensionService()));
  1348.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1349.         $instance->addExtension(new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Twig\GeographicalNamesInflectionTwigExtension($l));
  1350.         $instance->addExtension(new \BigIdea\Bundle\MorphosTwigBundle\Twig\MorphosExtension());
  1351.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($f));
  1352.         $instance->addGlobal('app'$u);
  1353.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1354.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1355.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1356.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1357.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1358.         ], [
  1359.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1360.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1361.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1362.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1363.         ])));
  1364.         $instance->addGlobal('actual_main_domain'$this->getEnv('MAIN_DOMAIN'));
  1365.         $instance->addGlobal('actual_mirror_domain'$this->getEnv('MIRROR_DOMAIN'));
  1366.         $instance->addGlobal('responsive_media_base_url'$this->getEnv('RESPONSIVE_MEDIA_BASE_URL'));
  1367.         $instance->addGlobal('ga_tracker_id'$this->getEnv('resolve:GA_TRACKER_ID'));
  1368.         $instance->addGlobal('ym_tracker_id'$this->getEnv('resolve:YM_TRACKER_ID'));
  1369.         $instance->addGlobal('ewz_recaptcha_site_key'$this->getEnv('EWZ_RECAPTCHA_SITE_KEY'));
  1370.         $instance->addGlobal('page_metadata_variant'$this->getEnv('resolve:PAGE_METADATA_VARIANT'));
  1371.         $instance->addGlobal('profile_list_per_page'$this->getEnv('PROFILE_LIST_PER_PAGE'));
  1372.         $instance->registerUndefinedFilterCallback([=> $v=> 'suggestFilter']);
  1373.         $instance->registerUndefinedFunctionCallback([=> $v=> 'suggestFunction']);
  1374.         $instance->registerUndefinedTokenParserCallback([=> $v=> 'suggestTag']);
  1375.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1376.         return $instance;
  1377.     }
  1378.     /**
  1379.      * Gets the public '.container.private.validator' shared service.
  1380.      *
  1381.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1382.      */
  1383.     protected function get_Container_Private_ValidatorService()
  1384.     {
  1385.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1386.         if (isset($this->services['.container.private.validator'])) {
  1387.             return $this->services['.container.private.validator'];
  1388.         }
  1389.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1390.     }
  1391.     /**
  1392.      * Gets the public 'AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker' shared service.
  1393.      *
  1394.      * @return \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker
  1395.      */
  1396.     protected function getAdminAuthorizationCheckerService()
  1397.     {
  1398.         return $this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] = new \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker(($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()), 'ROLE_ADMIN');
  1399.     }
  1400.     /**
  1401.      * Gets the public 'App\Http\CityCaseRedirector' shared autowired service.
  1402.      *
  1403.      * @return \App\Http\CityCaseRedirector
  1404.      */
  1405.     protected function getCityCaseRedirectorService()
  1406.     {
  1407.         $a = ($this->services['router'] ?? $this->getRouterService());
  1408.         if (isset($this->services['App\\Http\\CityCaseRedirector'])) {
  1409.             return $this->services['App\\Http\\CityCaseRedirector'];
  1410.         }
  1411.         return $this->services['App\\Http\\CityCaseRedirector'] = new \App\Http\CityCaseRedirector(($this->services['app.features'] ?? $this->getApp_FeaturesService()), $this->getEnv('MAIN_DOMAIN'), $a);
  1412.     }
  1413.     /**
  1414.      * Gets the public 'app.features' shared autowired service.
  1415.      *
  1416.      * @return \App\Service\Features
  1417.      */
  1418.     protected function getApp_FeaturesService()
  1419.     {
  1420.         return $this->services['app.features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  1421.     }
  1422.     /**
  1423.      * Gets the public 'cache.app' shared service.
  1424.      *
  1425.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1426.      */
  1427.     protected function getCache_AppService()
  1428.     {
  1429.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('QABMJhdCrv'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1430.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1431.         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));
  1432.     }
  1433.     /**
  1434.      * Gets the public 'cache.system' shared service.
  1435.      *
  1436.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1437.      */
  1438.     protected function getCache_SystemService()
  1439.     {
  1440.         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('DhQih8EUsu'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1441.     }
  1442.     /**
  1443.      * Gets the public 'cache.validator_expression_language' shared service.
  1444.      *
  1445.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1446.      */
  1447.     protected function getCache_ValidatorExpressionLanguageService()
  1448.     {
  1449.         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('0rztZvTaDb'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1450.     }
  1451.     /**
  1452.      * Gets the public 'data_collector.dump' shared service.
  1453.      *
  1454.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1455.      */
  1456.     protected function getDataCollector_DumpService()
  1457.     {
  1458.         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);
  1459.     }
  1460.     /**
  1461.      * Gets the public 'doctrine' shared service.
  1462.      *
  1463.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1464.      */
  1465.     protected function getDoctrineService()
  1466.     {
  1467.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1468.     }
  1469.     /**
  1470.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1471.      *
  1472.      * @return \Doctrine\DBAL\Connections\PrimaryReadReplicaConnection
  1473.      */
  1474.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1475.     {
  1476.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1477.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1478.             return $this->services['doctrine.dbal.default_connection'];
  1479.         }
  1480.         $b = new \Doctrine\DBAL\Configuration();
  1481.         $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))));
  1482.         $c->setConnectionName('default');
  1483.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1484.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1485.         $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()))]);
  1486.         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']);
  1487.     }
  1488.     /**
  1489.      * Gets the public 'doctrine.dbal.multi_website_connection' shared service.
  1490.      *
  1491.      * @return \Doctrine\DBAL\Connection
  1492.      */
  1493.     protected function getDoctrine_Dbal_MultiWebsiteConnectionService()
  1494.     {
  1495.         $a = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1496.         if (isset($this->services['doctrine.dbal.multi_website_connection'])) {
  1497.             return $this->services['doctrine.dbal.multi_website_connection'];
  1498.         }
  1499.         $b = new \Doctrine\DBAL\Configuration();
  1500.         $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))));
  1501.         $c->setConnectionName('multi_website');
  1502.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1503.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1504.         $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()))]);
  1505.         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']);
  1506.     }
  1507.     /**
  1508.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1509.      *
  1510.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1511.      */
  1512.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1513.     {
  1514.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1515.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''getCityNewSubscriberService'true],
  1516.         ], [
  1517.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => '?',
  1518.         ]));
  1519.         $instance->registerService('App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber');
  1520.         return $instance;
  1521.     }
  1522.     /**
  1523.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1524.      *
  1525.      * @return \Doctrine\ORM\EntityManager
  1526.      */
  1527.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1528.     {
  1529.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1530.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1531.             return $this->services['doctrine.orm.default_entity_manager'];
  1532.         }
  1533.         $b = ($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService());
  1534.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1535.             return $this->services['doctrine.orm.default_entity_manager'];
  1536.         }
  1537.         $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1538.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1539.             return $this->services['doctrine.orm.default_entity_manager'];
  1540.         }
  1541.         $d = new \Doctrine\ORM\Configuration();
  1542.         $e = new \Doctrine\ORM\Cache\CacheConfiguration();
  1543.         $f = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1544.         $f->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1545.         $g = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1546.         $e->setCacheLogger($f);
  1547.         $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())));
  1548.         $e->setRegionsConfiguration($g);
  1549.         $h = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1550.         $i = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/packages/translatable-bundle/Entity')], false);
  1551.         $h->addDriver($i'App\\Entity');
  1552.         $h->addDriver($i'AngelGamez\\TranslatableBundle\\Entity');
  1553.         $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');
  1554.         $d->setEntityNamespaces(['App' => 'App\\Entity''AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\Entity']);
  1555.         $d->setSecondLevelCacheEnabled(false);
  1556.         $d->setSecondLevelCacheConfiguration($e);
  1557.         $d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1558.         $d->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1559.         $d->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1560.         $d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($h, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1561.         $d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1562.         $d->setProxyNamespace('Proxies');
  1563.         $d->setAutoGenerateProxyClasses(false);
  1564.         $d->setSchemaIgnoreClasses([]);
  1565.         $d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1566.         $d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1567.         $d->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1568.         $d->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1569.         $d->setEntityListenerResolver($b);
  1570.         $d->setLazyGhostObjectEnabled(false);
  1571.         $d->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1572.         $d->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1573.         $d->addCustomStringFunction('aes_decrypt''DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  1574.         $d->addCustomStringFunction('aes_encrypt''DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  1575.         $d->addCustomStringFunction('any_value''DoctrineExtensions\\Query\\Mysql\\AnyValue');
  1576.         $d->addCustomStringFunction('ascii''DoctrineExtensions\\Query\\Mysql\\Ascii');
  1577.         $d->addCustomStringFunction('binary''DoctrineExtensions\\Query\\Mysql\\Binary');
  1578.         $d->addCustomStringFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  1579.         $d->addCustomStringFunction('char_length''DoctrineExtensions\\Query\\Mysql\\CharLength');
  1580.         $d->addCustomStringFunction('collate''DoctrineExtensions\\Query\\Mysql\\Collate');
  1581.         $d->addCustomStringFunction('concat_ws''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  1582.         $d->addCustomStringFunction('countif''DoctrineExtensions\\Query\\Mysql\\CountIf');
  1583.         $d->addCustomStringFunction('crc32''DoctrineExtensions\\Query\\Mysql\\Crc32');
  1584.         $d->addCustomStringFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1585.         $d->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  1586.         $d->addCustomStringFunction('find_in_set''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1587.         $d->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Mysql\\Greatest');
  1588.         $d->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1589.         $d->addCustomStringFunction('hex''DoctrineExtensions\\Query\\Mysql\\Hex');
  1590.         $d->addCustomStringFunction('ifelse''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1591.         $d->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  1592.         $d->addCustomStringFunction('inet_aton''DoctrineExtensions\\Query\\Mysql\\InetAton');
  1593.         $d->addCustomStringFunction('inet_ntoa''DoctrineExtensions\\Query\\Mysql\\InetNtoa');
  1594.         $d->addCustomStringFunction('inet6_aton''DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
  1595.         $d->addCustomStringFunction('inet6_ntoa''DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
  1596.         $d->addCustomStringFunction('instr''DoctrineExtensions\\Query\\Mysql\\Instr');
  1597.         $d->addCustomStringFunction('is_ipv4''DoctrineExtensions\\Query\\Mysql\\IsIpv4');
  1598.         $d->addCustomStringFunction('is_ipv4_compat''DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
  1599.         $d->addCustomStringFunction('is_ipv4_mapped''DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
  1600.         $d->addCustomStringFunction('is_ipv6''DoctrineExtensions\\Query\\Mysql\\IsIpv6');
  1601.         $d->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  1602.         $d->addCustomStringFunction('lpad''DoctrineExtensions\\Query\\Mysql\\Lpad');
  1603.         $d->addCustomStringFunction('match''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1604.         $d->addCustomStringFunction('md5''DoctrineExtensions\\Query\\Mysql\\Md5');
  1605.         $d->addCustomStringFunction('nullif''DoctrineExtensions\\Query\\Mysql\\NullIf');
  1606.         $d->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1607.         $d->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1608.         $d->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  1609.         $d->addCustomStringFunction('rpad''DoctrineExtensions\\Query\\Mysql\\Rpad');
  1610.         $d->addCustomStringFunction('sha1''DoctrineExtensions\\Query\\Mysql\\Sha1');
  1611.         $d->addCustomStringFunction('sha2''DoctrineExtensions\\Query\\Mysql\\Sha2');
  1612.         $d->addCustomStringFunction('soundex''DoctrineExtensions\\Query\\Mysql\\Soundex');
  1613.         $d->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1614.         $d->addCustomStringFunction('substring_index''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1615.         $d->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  1616.         $d->addCustomStringFunction('uuid_short''DoctrineExtensions\\Query\\Mysql\\UuidShort');
  1617.         $d->addCustomStringFunction('json_extract''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  1618.         $d->addCustomStringFunction('json_unquote''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  1619.         $d->addCustomStringFunction('json_search''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  1620.         $d->addCustomStringFunction('regexp_replace''DoctrineExtensions\\Query\\Postgresql\\RegexpReplace');
  1621.         $d->addCustomStringFunction('curdate''Doctrine\\ORM\\Query\\AST\\Functions\\CurrentDateFunction');
  1622.         $d->addCustomStringFunction('json_replace''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonReplace');
  1623.         $d->addCustomStringFunction('if''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1624.         $d->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  1625.         $d->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  1626.         $d->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  1627.         $d->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  1628.         $d->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  1629.         $d->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  1630.         $d->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  1631.         $d->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  1632.         $d->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  1633.         $d->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1634.         $d->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  1635.         $d->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  1636.         $d->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  1637.         $d->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  1638.         $d->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  1639.         $d->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  1640.         $d->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  1641.         $d->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  1642.         $d->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1643.         $d->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  1644.         $d->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  1645.         $d->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  1646.         $d->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  1647.         $d->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  1648.         $d->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  1649.         $d->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  1650.         $d->addCustomDatetimeFunction('addtime''DoctrineExtensions\\Query\\Mysql\\AddTime');
  1651.         $d->addCustomDatetimeFunction('convert_tz''DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1652.         $d->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  1653.         $d->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1654.         $d->addCustomDatetimeFunction('dateadd''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1655.         $d->addCustomDatetimeFunction('datesub''DoctrineExtensions\\Query\\Mysql\\DateSub');
  1656.         $d->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1657.         $d->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Mysql\\Day');
  1658.         $d->addCustomDatetimeFunction('dayname''DoctrineExtensions\\Query\\Mysql\\DayName');
  1659.         $d->addCustomDatetimeFunction('dayofweek''DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  1660.         $d->addCustomDatetimeFunction('dayofyear''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1661.         $d->addCustomDatetimeFunction('div''DoctrineExtensions\\Query\\Mysql\\Div');
  1662.         $d->addCustomDatetimeFunction('from_unixtime''DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  1663.         $d->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  1664.         $d->addCustomDatetimeFunction('last_day''DoctrineExtensions\\Query\\Mysql\\LastDay');
  1665.         $d->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Mysql\\Minute');
  1666.         $d->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  1667.         $d->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  1668.         $d->addCustomDatetimeFunction('monthname''DoctrineExtensions\\Query\\Mysql\\MonthName');
  1669.         $d->addCustomDatetimeFunction('period_diff''DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
  1670.         $d->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Mysql\\Second');
  1671.         $d->addCustomDatetimeFunction('sectotime''DoctrineExtensions\\Query\\Mysql\\SecToTime');
  1672.         $d->addCustomDatetimeFunction('strtodate''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1673.         $d->addCustomDatetimeFunction('time''DoctrineExtensions\\Query\\Mysql\\Time');
  1674.         $d->addCustomDatetimeFunction('timediff''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  1675.         $d->addCustomDatetimeFunction('timestampadd''DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  1676.         $d->addCustomDatetimeFunction('timestampdiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1677.         $d->addCustomDatetimeFunction('timetosec''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  1678.         $d->addCustomDatetimeFunction('week''DoctrineExtensions\\Query\\Mysql\\Week');
  1679.         $d->addCustomDatetimeFunction('weekday''DoctrineExtensions\\Query\\Mysql\\WeekDay');
  1680.         $d->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  1681.         $d->addCustomDatetimeFunction('yearmonth''DoctrineExtensions\\Query\\Mysql\\YearMonth');
  1682.         $d->addCustomDatetimeFunction('yearweek''DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1683.         $d->addCustomDatetimeFunction('unix_timestamp''DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1684.         $d->addCustomDatetimeFunction('utc_timestamp''DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  1685.         $d->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Mysql\\Extract');
  1686.         $d->addFilter('not_deleted_profile_filter''App\\EntityFilter\\NotDeletedProfileFilter');
  1687.         $d->addFilter('not_deleted_saloon_filter''App\\EntityFilter\\NotDeletedSaloonFilter');
  1688.         $d->addFilter('not_deleted_profile_comment_filter''App\\EntityFilter\\NotDeletedProfileCommentFilter');
  1689.         $d->addFilter('not_deleted_saloon_comment_filter''App\\EntityFilter\\NotDeletedSaloonCommentFilter');
  1690.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$d$c);
  1691.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1692.         return $instance;
  1693.     }
  1694.     /**
  1695.      * Gets the public 'doctrine.orm.multi_website_entity_manager' shared service.
  1696.      *
  1697.      * @return \Doctrine\ORM\EntityManager
  1698.      */
  1699.     protected function getDoctrine_Orm_MultiWebsiteEntityManagerService($lazyLoad true)
  1700.     {
  1701.         $a = ($this->services['doctrine.dbal.multi_website_connection'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnectionService());
  1702.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1703.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1704.         }
  1705.         $b = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1706.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1707.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1708.         }
  1709.         $c = new \Doctrine\ORM\Configuration();
  1710.         $d = new \Doctrine\ORM\Cache\CacheConfiguration();
  1711.         $e = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1712.         $e->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1713.         $f = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1714.         $d->setCacheLogger($e);
  1715.         $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())));
  1716.         $d->setRegionsConfiguration($f);
  1717.         $g = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1718.         $g->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/MultiWebsite/Entity')], false), 'App\\MultiWebsite\\Entity');
  1719.         $c->setEntityNamespaces(['MultiWebsite' => 'App\\MultiWebsite\\Entity']);
  1720.         $c->setSecondLevelCacheEnabled(true);
  1721.         $c->setSecondLevelCacheConfiguration($d);
  1722.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1723.         $c->setQueryCache(($this->privates['cache.doctrine.orm.multi_website.query.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()));
  1724.         $c->setResultCache(($this->privates['cache.doctrine.orm.multi_website.result.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()));
  1725.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($g, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1726.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1727.         $c->setProxyNamespace('Proxies');
  1728.         $c->setAutoGenerateProxyClasses(false);
  1729.         $c->setSchemaIgnoreClasses([]);
  1730.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1731.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1732.         $c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1733.         $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1734.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1735.         $c->setLazyGhostObjectEnabled(false);
  1736.         $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1737.         $c->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1738.         $this->services['doctrine.orm.multi_website_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  1739.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1740.         return $instance;
  1741.     }
  1742.     /**
  1743.      * Gets the public 'easyadmin.config.manager' shared service.
  1744.      *
  1745.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1746.      */
  1747.     protected function getEasyadmin_Config_ManagerService()
  1748.     {
  1749.         $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()));
  1750.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1751.         $b = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1752.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass());
  1753.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1754.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('ru'));
  1755.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1756.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1757.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass($b));
  1758.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass([]));
  1759.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1760.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1761.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass(true));
  1762.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1763.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1764.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1765.         $instance->addConfigPass(new \App\Bridge\AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass($b));
  1766.         return $instance;
  1767.     }
  1768.     /**
  1769.      * Gets the public 'easyadmin.filter.registry' shared service.
  1770.      *
  1771.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1772.      */
  1773.     protected function getEasyadmin_Filter_RegistryService()
  1774.     {
  1775.         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 () {
  1776.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService'));
  1777.         }, 1));
  1778.     }
  1779.     /**
  1780.      * Gets the public 'easyadmin.listener.controller' shared service.
  1781.      *
  1782.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1783.      */
  1784.     protected function getEasyadmin_Listener_ControllerService()
  1785.     {
  1786.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1787.         if (isset($this->services['easyadmin.listener.controller'])) {
  1788.             return $this->services['easyadmin.listener.controller'];
  1789.         }
  1790.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1791.     }
  1792.     /**
  1793.      * Gets the public 'easyadmin.property_accessor' shared service.
  1794.      *
  1795.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1796.      */
  1797.     protected function getEasyadmin_PropertyAccessorService()
  1798.     {
  1799.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1800.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1801.     }
  1802.     /**
  1803.      * Gets the public 'easyadmin.router' shared service.
  1804.      *
  1805.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1806.      */
  1807.     protected function getEasyadmin_RouterService()
  1808.     {
  1809.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1810.         if (isset($this->services['easyadmin.router'])) {
  1811.             return $this->services['easyadmin.router'];
  1812.         }
  1813.         $b = ($this->services['router'] ?? $this->getRouterService());
  1814.         if (isset($this->services['easyadmin.router'])) {
  1815.             return $this->services['easyadmin.router'];
  1816.         }
  1817.         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())));
  1818.     }
  1819.     /**
  1820.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  1821.      *
  1822.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1823.      */
  1824.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  1825.     {
  1826.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1827.         if (isset($this->services['easyadmin.security.authorization_checker'])) {
  1828.             return $this->services['easyadmin.security.authorization_checker'];
  1829.         }
  1830.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1831.     }
  1832.     /**
  1833.      * Gets the public 'eight_points_guzzle.client.api_oplata_info' shared service.
  1834.      *
  1835.      * @return \GuzzleHttp\Client
  1836.      */
  1837.     protected function getEightPointsGuzzle_Client_ApiOplataInfoService($lazyLoad true)
  1838.     {
  1839.         $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())));
  1840.         $a->push(($this->services['eight_points_guzzle.middleware.profile.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService'))->profile(), 'profile');
  1841.         $a->push(($this->services['eight_points_guzzle.middleware.log.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService'))->log(), 'log');
  1842.         $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService')), 'request_time');
  1843.         $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->load('getEightPointsGuzzle_Middleware_SymfonyLogService')), 'symfony_log');
  1844.         $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService'))->dispatchEvent(), 'events');
  1845.         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]);
  1846.     }
  1847.     /**
  1848.      * Gets the public 'event_dispatcher' shared service.
  1849.      *
  1850.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1851.      */
  1852.     protected function getEventDispatcherService()
  1853.     {
  1854.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1855.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1856.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  1857.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  1858.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1859.         $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())));
  1860.         $instance->addListener('kernel.controller', [=> function () {
  1861.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1862.         }, => 'onKernelController'], 0);
  1863.         $instance->addListener('kernel.response', [=> function () {
  1864.             return ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1865.         }, => 'onKernelResponse'], 0);
  1866.         $instance->addListener('kernel.response', [=> function () {
  1867.             return ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1868.         }, => 'onKernelResponse'], 0);
  1869.         $instance->addListener('kernel.request', [=> function () {
  1870.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1871.         }, => 'onKernelRequest'], 250);
  1872.         $instance->addListener('kernel.response', [=> function () {
  1873.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1874.         }, => 'onKernelResponse'], 0);
  1875.         $instance->addListener('kernel.response', [=> function () {
  1876.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1877.         }, => 'onResponse'], -10);
  1878.         $instance->addListener('kernel.controller', [=> function () {
  1879.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  1880.         }, => 'onKernelController'], 0);
  1881.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  1882.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService'));
  1883.         }, => 'initializeRequest'], 0);
  1884.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1885.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  1886.         }, => 'onValidate'], 0);
  1887.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1888.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  1889.         }, => 'onValidate'], 0);
  1890.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1891.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  1892.         }, => 'onValidate'], 0);
  1893.         $instance->addListener('console.command', [=> function () {
  1894.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1895.         }, => 'handleConsoleCommandEvent'], 128);
  1896.         $instance->addListener('console.terminate', [=> function () {
  1897.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1898.         }, => 'handleConsoleTerminateEvent'], -64);
  1899.         $instance->addListener('console.error', [=> function () {
  1900.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1901.         }, => 'handleConsoleErrorEvent'], -64);
  1902.         $instance->addListener('kernel.request', [=> function () {
  1903.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1904.         }, => 'handleKernelRequestEvent'], 5);
  1905.         $instance->addListener('kernel.controller', [=> function () {
  1906.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1907.         }, => 'handleKernelControllerEvent'], 10);
  1908.         $instance->addListener('kernel.request', [=> function () {
  1909.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1910.         }, => 'handleKernelRequestEvent'], 3);
  1911.         $instance->addListener('kernel.finish_request', [=> function () {
  1912.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1913.         }, => 'handleKernelFinishRequestEvent'], 5);
  1914.         $instance->addListener('kernel.request', [=> function () {
  1915.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1916.         }, => 'handleKernelRequestEvent'], 4);
  1917.         $instance->addListener('kernel.response', [=> function () {
  1918.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1919.         }, => 'handleKernelResponseEvent'], 15);
  1920.         $instance->addListener('kernel.terminate', [=> function () {
  1921.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1922.         }, => 'handleKernelTerminateEvent'], 5);
  1923.         $instance->addListener('kernel.request', [=> function () {
  1924.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1925.         }, => 'handleKernelRequestEvent'], 2);
  1926.         $instance->addListener('kernel.finish_request', [=> function () {
  1927.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1928.         }, => 'handleKernelFinishRequestEvent'], 10);
  1929.         $instance->addListener('kernel.response', [=> function () {
  1930.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1931.         }, => 'handleKernelResponseEvent'], 15);
  1932.         $instance->addListener('console.command', [=> function () {
  1933.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1934.         }, => 'handleConsoleCommandEvent'], 118);
  1935.         $instance->addListener('console.terminate', [=> function () {
  1936.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1937.         }, => 'handleConsoleTerminateEvent'], -54);
  1938.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1939.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1940.         }, => 'handleWorkerMessageFailedEvent'], 50);
  1941.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1942.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1943.         }, => 'handleWorkerMessageHandledEvent'], 50);
  1944.         $instance->addListener('kernel.request', [=> function () {
  1945.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1946.         }, => 'handleKernelRequestEvent'], 0);
  1947.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1948.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1949.         }, => 'handleLoginSuccessEvent'], 0);
  1950.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  1951.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1952.         }, => 'onPostIndexPopulate'], -9999);
  1953.         $instance->addListener('kernel.exception', [=> function () {
  1954.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1955.         }, => 'onKernelException'], 0);
  1956.         $instance->addListener('kernel.request', [=> function () {
  1957.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1958.         }, => 'onKernelRequest'], 0);
  1959.         $instance->addListener('kernel.response', [=> function () {
  1960.             return ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] ?? ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] = new \App\EventSubscriber\AjaxDebugUpdateSubscriber()));
  1961.         }, => 'onKernelResponse'], 0);
  1962.         $instance->addListener('kernel.request', [=> function () {
  1963.             return ($this->privates['App\\EventSubscriber\\ApiAccessSubscriber'] ?? $this->getApiAccessSubscriberService());
  1964.         }, => 'onRequest'], 0);
  1965.         $instance->addListener('kernel.response', [=> function () {
  1966.             return ($this->privates['App\\EventSubscriber\\BadWordsReplaceSubscriber'] ?? $this->getBadWordsReplaceSubscriberService());
  1967.         }, => 'replaceBadWords'], 0);
  1968.         $instance->addListener('kernel.request', [=> function () {
  1969.             return ($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] ?? $this->getBanLogoutSubscriberService());
  1970.         }, => 'logoutBannedUser'], 0);
  1971.         $instance->addListener('kernel.request', [=> function () {
  1972.             return ($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] ?? $this->getCityCaseRedirectSubscriberService());
  1973.         }, => 'onRequest'], 51);
  1974.         $instance->addListener('kernel.request', [=> function () {
  1975.             return ($this->privates['App\\EventSubscriber\\CommentBanSubscriber'] ?? $this->getCommentBanSubscriberService());
  1976.         }, => 'removeCommentBan'], 0);
  1977.         $instance->addListener('kernel.controller', [=> function () {
  1978.             return ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] = new \App\EventSubscriber\DisabledRouteSubscriber()));
  1979.         }, => 'onKernelController'], 0);
  1980.         $instance->addListener('kernel.request', [=> function () {
  1981.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  1982.         }, => 'enableFilters'], 10);
  1983.         $instance->addListener('kernel.request', [=> function () {
  1984.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  1985.         }, => 'enableCommentFilters'], 0);
  1986.         $instance->addListener('kernel.request', [=> function () {
  1987.             return ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] = new \App\EventSubscriber\DomainParkingSubscriber()));
  1988.         }, => 'onRequest'], 150);
  1989.         $instance->addListener('kernel.request', [=> function () {
  1990.             return ($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'] ?? $this->getDomainRedirectSubscriberService());
  1991.         }, => 'onRequest'], 50);
  1992.         $instance->addListener('fos_elastica.post_transform', [=> function () {
  1993.             return ($this->privates['App\\EventSubscriber\\ESProfilePostTransformSubscriber'] ?? $this->load('getESProfilePostTransformSubscriberService'));
  1994.         }, => 'postTransformEntity'], 0);
  1995.         $instance->addListener('kernel.request', [=> function () {
  1996.             return ($this->privates['App\\EventSubscriber\\EnumSubscriber'] ?? $this->getEnumSubscriberService());
  1997.         }, => 'loadEnumData'], 0);
  1998.         $instance->addListener('oneup_uploader.pre_upload', [=> function () {
  1999.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2000.         }, => 'preUpload'], 0);
  2001.         $instance->addListener('oneup_uploader.post_upload.profile_media_avatar', [=> function () {
  2002.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2003.         }, => 'postUploadProfileAvatar'], 0);
  2004.         $instance->addListener('oneup_uploader.post_upload.profile_photo', [=> function () {
  2005.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2006.         }, => 'returnFilename'], 0);
  2007.         $instance->addListener('oneup_uploader.post_upload.profile_selfie', [=> function () {
  2008.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2009.         }, => 'returnFilename'], 0);
  2010.         $instance->addListener('oneup_uploader.post_upload.profile_video', [=> function () {
  2011.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2012.         }, => 'returnFilename'], 0);
  2013.         $instance->addListener('oneup_uploader.post_upload.profile_media_approval', [=> function () {
  2014.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2015.         }, => 'returnFilename'], 0);
  2016.         $instance->addListener('oneup_uploader.post_upload.profile_face_photo', [=> function () {
  2017.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2018.         }, => 'returnFilename'], 0);
  2019.         $instance->addListener('oneup_uploader.post_upload.saloon_media', [=> function () {
  2020.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2021.         }, => 'returnFilename'], 0);
  2022.         $instance->addListener('oneup_uploader.post_upload.saloon_media_thumb', [=> function () {
  2023.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2024.         }, => 'postUploadSaloonThumb'], 0);
  2025.         $instance->addListener('oneup_uploader.post_upload.saloon_media_video', [=> function () {
  2026.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2027.         }, => 'returnFilename'], 0);
  2028.         $instance->addListener('oneup_uploader.post_upload.user_media', [=> function () {
  2029.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2030.         }, => 'postUploadUserAvatar'], 0);
  2031.         $instance->addListener('oneup_uploader.post_upload.tmp_media', [=> function () {
  2032.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2033.         }, => 'returnFilename'], 0);
  2034.         $instance->addListener('oneup_uploader.post_upload.process_queue', [=> function () {
  2035.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2036.         }, => 'returnFilename'], 0);
  2037.         $instance->addListener('oneup_uploader.validation.profile_media_avatar', [=> function () {
  2038.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2039.         }, => 'validateAvatar'], 0);
  2040.         $instance->addListener('oneup_uploader.validation.profile_photo', [=> function () {
  2041.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2042.         }, => 'validatePhotoFile'], 0);
  2043.         $instance->addListener('oneup_uploader.validation.profile_selfie', [=> function () {
  2044.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2045.         }, => 'validatePhotoFile'], 0);
  2046.         $instance->addListener('oneup_uploader.validation.profile_video', [=> function () {
  2047.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2048.         }, => 'validateVideoFile'], 0);
  2049.         $instance->addListener('oneup_uploader.validation.profile_media_approval', [=> function () {
  2050.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2051.         }, => 'validateApprovalMediaFile'], 0);
  2052.         $instance->addListener('oneup_uploader.validation.profile_face_photo', [=> function () {
  2053.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2054.         }, => 'validateFacePhotoFile'], 0);
  2055.         $instance->addListener('oneup_uploader.validation.saloon_media', [=> function () {
  2056.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2057.         }, => 'validatePhotoFile'], 0);
  2058.         $instance->addListener('oneup_uploader.validation.saloon_media_thumb', [=> function () {
  2059.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2060.         }, => 'validateAvatar'], 0);
  2061.         $instance->addListener('oneup_uploader.validation.saloon_media_video', [=> function () {
  2062.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2063.         }, => 'validateVideoFile'], 0);
  2064.         $instance->addListener('oneup_uploader.validation.user_media', [=> function () {
  2065.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2066.         }, => 'validateAvatar'], 0);
  2067.         $instance->addListener('oneup_uploader.validation.tmp_media', [=> function () {
  2068.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2069.         }, => 'validateVideoFile'], 0);
  2070.         $instance->addListener('oneup_uploader.validation.process_queue', [=> function () {
  2071.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2072.         }, => 'validateVideoFile'], 0);
  2073.         $instance->addListener('kernel.request', [=> function () {
  2074.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2075.         }, => 'clearCtrShowsSession'], 0);
  2076.         $instance->addListener('kernel.terminate', [=> function () {
  2077.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2078.         }, => 'updateProfilesShowsAndPreviews'], 0);
  2079.         $instance->addListener('easy_admin.pre_search', [=> function () {
  2080.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2081.         }, => 'lowercaseSearchRequest'], 0);
  2082.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2083.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2084.         }, => 'addRegexPhoneSearch'], 0);
  2085.         $instance->addListener('kernel.controller', [=> function () {
  2086.             return ($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'] ?? $this->getPageMetadataSubscriberService());
  2087.         }, => 'loadPage'], 0);
  2088.         $instance->addListener('paginator_page_taken_event', [=> function () {
  2089.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2090.         }, => 'onPaginatorPageTaken'], 0);
  2091.         $instance->addListener('knp_pager.after', [=> function () {
  2092.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2093.         }, => 'changeRoute'], 0);
  2094.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2095.             return ($this->privates['App\\EventSubscriber\\ProfileListOrderingSubscriber'] ?? $this->getProfileListOrderingSubscriberService());
  2096.         }, => 'generateListingOrder'], 0);
  2097.         $instance->addListener('profile.created', [=> function () {
  2098.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2099.         }, => 'onProfileWasCreated'], 0);
  2100.         $instance->addListener('profile.data_changed', [=> function () {
  2101.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2102.         }, => 'onProfileDataChanged'], 0);
  2103.         $instance->addListener('profile.deleted', [=> function () {
  2104.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2105.         }, => 'onPProfileWasDeleted'], 0);
  2106.         $instance->addListener('profile.restored', [=> function () {
  2107.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2108.         }, => 'onProfileWasRestored'], 0);
  2109.         $instance->addListener('profile.moderated_data_changed', [=> function () {
  2110.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2111.         }, => 'requestModeration'], 0);
  2112.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2113.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2114.         }, => 'onProfilePlacedOnAdBoard'], 0);
  2115.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2116.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2117.         }, => 'addSidebarPlacement'], 10);
  2118.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2119.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2120.         }, => 'removePlacementHiding'], 20);
  2121.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2122.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2123.         }, => 'deleteSidebarPlacement'], 0);
  2124.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2125.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2126.         }, => 'onProfileRemovedFromAdBoard'], 10);
  2127.         $instance->addListener('profile.prolonged_on_adboard', [=> function () {
  2128.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2129.         }, => 'prolongSidebarPlacement'], 0);
  2130.         $instance->addListener('profile.placed_on_top', [=> function () {
  2131.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2132.         }, => 'onProfilePlacedOnTop'], 0);
  2133.         $instance->addListener('profile.hidden', [=> function () {
  2134.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2135.         }, => 'onProfileWasHidden'], 0);
  2136.         $instance->addListener('profile.removed_from_hidden', [=> function () {
  2137.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2138.         }, => 'onProfileWasRemovedFromHidden'], 0);
  2139.         $instance->addListener('profile.moderation.passed', [=> function () {
  2140.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2141.         }, => 'onProfileModerationPassed'], 0);
  2142.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2143.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2144.         }, => 'onProfileModerationRejected'], 0);
  2145.         $instance->addListener('profile.approval.approved', [=> function () {
  2146.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2147.         }, => 'onProfileApprovalApproved'], 0);
  2148.         $instance->addListener('profile.approval.approved', [=> function () {
  2149.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2150.         }, => 'enrollApprovalBonus'], 10);
  2151.         $instance->addListener('profile.approval.rejected', [=> function () {
  2152.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2153.         }, => 'onProfileApprovalRejected'], 0);
  2154.         $instance->addListener('profile.unapproved', [=> function () {
  2155.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2156.         }, => 'onProfileWasUnApproved'], 0);
  2157.         $instance->addListener('profile.comment.added', [=> function () {
  2158.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2159.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2160.         $instance->addListener('profiles_shown_event', [=> function () {
  2161.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2162.         }, => 'onProfilesShown'], 0);
  2163.         $instance->addListener('profile_view_event', [=> function () {
  2164.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2165.         }, => 'onProfileView'], 0);
  2166.         $instance->addListener('App\\Event\\Profile\\FileProcessingTaskWasCompleted', [=> function () {
  2167.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2168.         }, => 'onProfileFileProcessed'], 0);
  2169.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2170.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2171.         }, => 'onDelete'], -110);
  2172.         $instance->addListener('profile.hidden', [=> function () {
  2173.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2174.         }, => 'onDelete'], -110);
  2175.         $instance->addListener('profile.deleted', [=> function () {
  2176.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2177.         }, => 'onDelete'], -110);
  2178.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2179.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2180.         }, => 'onDelete'], -110);
  2181.         $instance->addListener('profile.data_changed', [=> function () {
  2182.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2183.         }, => 'onChange'], -100);
  2184.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2185.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2186.         }, => 'onChange'], -100);
  2187.         $instance->addListener('router.pre_generate', [=> function () {
  2188.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? $this->load('getCityPrefixSubscriberService'));
  2189.         }, => 'setDefaultCityRouteName'], 0);
  2190.         $instance->addListener('router.post_generate', [=> function () {
  2191.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? $this->load('getCityPrefixSubscriberService'));
  2192.         }, => 'ignoreCityParameter'], 0);
  2193.         $instance->addListener('router.pre_generate', [=> function () {
  2194.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2195.         }, => 'skipPageParameter'], 10);
  2196.         $instance->addListener('router.pre_generate', [=> function () {
  2197.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2198.         }, => 'firstPageOfMainCityToMain'], 0);
  2199.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2200.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2201.         }, => 'addSidebarPlacement'], 0);
  2202.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2203.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2204.         }, => 'removePlacementHiding'], 10);
  2205.         $instance->addListener('saloon.removed_from_adboard', [=> function () {
  2206.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2207.         }, => 'deleteSidebarPlacement'], 0);
  2208.         $instance->addListener('saloon.prolonged_on_adboard', [=> function () {
  2209.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2210.         }, => 'prolongSidebarPlacement'], 0);
  2211.         $instance->addListener('saloon.comment.added', [=> function () {
  2212.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2213.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2214.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2215.             return ($this->privates['App\\EventSubscriber\\SitemapSubscriber'] ?? $this->load('getSitemapSubscriberService'));
  2216.         }, => 'populate'], 0);
  2217.         $instance->addListener('security.interactive_login', [=> function () {
  2218.             return ($this->privates['App\\EventSubscriber\\StaffLoginSubscriber'] ?? $this->load('getStaffLoginSubscriberService'));
  2219.         }, => 'onLogin'], 0);
  2220.         $instance->addListener('uploaded_file_modified', [=> function () {
  2221.             return ($this->privates['App\\EventSubscriber\\UploadedFileSubscriber'] ?? $this->load('getUploadedFileSubscriberService'));
  2222.         }, => 'uploadedFileModified'], 0);
  2223.         $instance->addListener('security.interactive_login', [=> function () {
  2224.             return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  2225.         }, => 'onLogin'], 0);
  2226.         $instance->addListener('user.register', [=> function () {
  2227.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2228.         }, => 'onUserRegister'], 0);
  2229.         $instance->addListener('user.register.success', [=> function () {
  2230.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2231.         }, => 'onUserRegisterSuccess'], 0);
  2232.         $instance->addListener('user.not.full.register', [=> function () {
  2233.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2234.         }, => 'onUserNotFullRegister'], 0);
  2235.         $instance->addListener('receive.password.event', [=> function () {
  2236.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2237.         }, => 'onUserReceivePassword'], 0);
  2238.         $instance->addListener('password.changed.event', [=> function () {
  2239.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2240.         }, => 'onUserPasswordChanged'], 0);
  2241.         $instance->addListener('account.enrollment', [=> function () {
  2242.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2243.         }, => 'onAccountEnrollment'], 0);
  2244.         $instance->addListener('kernel.response', [=> function () {
  2245.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2246.         }, => 'onKernelResponse'], 0);
  2247.         $instance->addListener('kernel.response', [=> function () {
  2248.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2249.         }, => 'onKernelResponse'], -1024);
  2250.         $instance->addListener('kernel.request', [=> function () {
  2251.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2252.         }, => 'setDefaultLocale'], 100);
  2253.         $instance->addListener('kernel.request', [=> function () {
  2254.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2255.         }, => 'onKernelRequest'], 16);
  2256.         $instance->addListener('kernel.finish_request', [=> function () {
  2257.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2258.         }, => 'onKernelFinishRequest'], 0);
  2259.         $instance->addListener('kernel.request', [=> function () {
  2260.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2261.         }, => 'onKernelRequest'], 256);
  2262.         $instance->addListener('kernel.response', [=> function () {
  2263.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2264.         }, => 'onResponse'], -255);
  2265.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2266.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2267.         }, => 'onControllerArguments'], 0);
  2268.         $instance->addListener('kernel.exception', [=> function () {
  2269.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2270.         }, => 'logKernelException'], 0);
  2271.         $instance->addListener('kernel.exception', [=> function () {
  2272.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2273.         }, => 'onKernelException'], -128);
  2274.         $instance->addListener('kernel.response', [=> function () {
  2275.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2276.         }, => 'removeCspHeader'], -128);
  2277.         $instance->addListener('kernel.request', [=> function () {
  2278.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2279.         }, => 'onKernelRequest'], 15);
  2280.         $instance->addListener('kernel.finish_request', [=> function () {
  2281.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2282.         }, => 'onKernelFinishRequest'], -15);
  2283.         $instance->addListener('console.error', [=> function () {
  2284.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2285.         }, => 'onConsoleError'], -128);
  2286.         $instance->addListener('console.terminate', [=> function () {
  2287.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2288.         }, => 'onConsoleTerminate'], -128);
  2289.         $instance->addListener('console.error', [=> function () {
  2290.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2291.         }, => 'onConsoleError'], 0);
  2292.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2293.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2294.         }, => 'onMessage'], -255);
  2295.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2296.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2297.         }, => 'onMessage'], -255);
  2298.         $instance->addListener('kernel.response', [=> function () {
  2299.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2300.         }, => 'onKernelResponse'], 0);
  2301.         $instance->addListener('kernel.request', [=> function () {
  2302.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2303.         }, => 'onKernelRequest'], 48);
  2304.         $instance->addListener('kernel.request', [=> function () {
  2305.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2306.         }, => 'configure'], 2048);
  2307.         $instance->addListener('console.command', [=> function () {
  2308.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2309.         }, => 'configure'], 2048);
  2310.         $instance->addListener('kernel.request', [=> function () {
  2311.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2312.         }, => 'onKernelRequest'], 32);
  2313.         $instance->addListener('kernel.finish_request', [=> function () {
  2314.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2315.         }, => 'onKernelFinishRequest'], 0);
  2316.         $instance->addListener('kernel.exception', [=> function () {
  2317.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2318.         }, => 'onKernelException'], -64);
  2319.         $instance->addListener('kernel.response', [=> function () {
  2320.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2321.         }, => 'onKernelResponse'], 0);
  2322.         $instance->addListener('kernel.request', [=> function () {
  2323.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2324.         }, => 'onKernelRequest'], 128);
  2325.         $instance->addListener('kernel.response', [=> function () {
  2326.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2327.         }, => 'onKernelResponse'], -1000);
  2328.         $instance->addListener('kernel.finish_request', [=> function () {
  2329.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2330.         }, => 'onFinishRequest'], 0);
  2331.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2332.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2333.         }, => 'onMessageFailed'], 100);
  2334.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2335.             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()));
  2336.         }, => 'onMessageFailed'], 200);
  2337.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2338.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  2339.         }, => 'onMessageFailed'], -100);
  2340.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2341.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2342.         }, => 'onWorkerStarted'], 0);
  2343.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2344.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2345.         }, => 'onWorkerRunning'], 0);
  2346.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2347.             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()));
  2348.         }, => 'onMessageFailed'], 0);
  2349.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2350.             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()));
  2351.         }, => 'onWorkerRunning'], 0);
  2352.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2353.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2354.         }, => 'onNotification'], -255);
  2355.         $instance->addListener('kernel.response', [=> function () {
  2356.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2357.         }, => 'onKernelResponse'], -100);
  2358.         $instance->addListener('kernel.exception', [=> function () {
  2359.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2360.         }, => 'onKernelException'], 0);
  2361.         $instance->addListener('kernel.terminate', [=> function () {
  2362.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2363.         }, => 'onKernelTerminate'], -1024);
  2364.         $instance->addListener('kernel.controller', [=> function () {
  2365.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2366.         }, => 'onKernelController'], 0);
  2367.         $instance->addListener('kernel.response', [=> function () {
  2368.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2369.         }, => 'onKernelResponse'], 0);
  2370.         $instance->addListener('kernel.controller', [=> function () {
  2371.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2372.         }, => 'onKernelController'], 0);
  2373.         $instance->addListener('kernel.controller', [=> function () {
  2374.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2375.         }, => 'onKernelController'], 0);
  2376.         $instance->addListener('kernel.controller', [=> function () {
  2377.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2378.         }, => 'onKernelController'], -128);
  2379.         $instance->addListener('kernel.view', [=> function () {
  2380.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2381.         }, => 'onKernelView'], 0);
  2382.         $instance->addListener('kernel.controller', [=> function () {
  2383.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2384.         }, => 'onKernelController'], 0);
  2385.         $instance->addListener('kernel.response', [=> function () {
  2386.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2387.         }, => 'onKernelResponse'], 0);
  2388.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2389.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2390.         }, => 'onKernelControllerArguments'], 0);
  2391.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2392.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2393.         }, => 'onKernelControllerArguments'], 0);
  2394.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2395.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2396.         }, => 'onWorkerMessageHandled'], 0);
  2397.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2398.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2399.         }, => 'onWorkerMessageFailed'], 0);
  2400.         $instance->addListener('kernel.response', [=> function () {
  2401.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2402.         }, => 'onKernelResponse'], 0);
  2403.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2404.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2405.         }, => 'onVoterVote'], 0);
  2406.         $instance->addListener('kernel.request', [=> function () {
  2407.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2408.         }, => 'configureLogoutUrlGenerator'], 8);
  2409.         $instance->addListener('kernel.request', [=> function () {
  2410.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2411.         }, => 'onKernelRequest'], 8);
  2412.         $instance->addListener('kernel.finish_request', [=> function () {
  2413.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2414.         }, => 'onKernelFinishRequest'], 0);
  2415.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2416.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2417.         }, => 'onMessage'], 0);
  2418.         $instance->addListener('kernel.response', [=> function () {
  2419.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2420.         }, => 'onKernelResponse'], -128);
  2421.         $instance->addListener('console.command', [=> function () {
  2422.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2423.         }, => 'configure'], 1024);
  2424.         $instance->addListener('kernel.request', [=> function () {
  2425.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  2426.         }, => 'onKernelRequest'], 0);
  2427.         $instance->addListener('kernel.request', [=> function () {
  2428.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2429.         }, => 'onKernelRequest'], 0);
  2430.         $instance->addListener('kernel.request', [=> function () {
  2431.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2432.         }, => 'onKernelRequest'], 0);
  2433.         $instance->addListener('kernel.controller', [=> function () {
  2434.             return ($this->services['flagception.listener.annotation_subscriber'] ?? $this->getFlagception_Listener_AnnotationSubscriberService());
  2435.         }, => 'onKernelController'], 0);
  2436.         $instance->addListener('kernel.controller', [=> function () {
  2437.             return ($this->services['flagception.listener.routing_metadata_subscriber'] ?? $this->getFlagception_Listener_RoutingMetadataSubscriberService());
  2438.         }, => 'onKernelController'], 0);
  2439.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2440.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  2441.         }, => 'registerRouteAnnotation'], 0);
  2442.         $instance->addListener('easy_admin.post_list_query_builder', [=> function () {
  2443.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2444.         }, => 'onPostListQueryBuilder'], 0);
  2445.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2446.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2447.         }, => 'onPostSearchQueryBuilder'], 0);
  2448.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  2449.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  2450.         }, => 'filterObjects'], 0);
  2451.         $instance->addListener('kernel.finish_request', [=> function () {
  2452.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2453.         }, => 'resetAssets'], 0);
  2454.         $instance->addListener('knp_pager.before', [=> function () {
  2455.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2456.         }, => 'before'], 0);
  2457.         $instance->addListener('knp_pager.pagination', [=> function () {
  2458.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2459.         }, => 'pagination'], 0);
  2460.         $instance->addListener('knp_pager.before', [=> function () {
  2461.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2462.         }, => 'before'], 1);
  2463.         $instance->addListener('knp_pager.before', [=> function () {
  2464.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2465.         }, => 'before'], 1);
  2466.         $instance->addListener('knp_pager.pagination', [=> function () {
  2467.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2468.         }, => 'pagination'], 1);
  2469.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2470.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2471.         }, => 'onLogout'], 0);
  2472.         $instance->addListener('knp_pager.items', [=> function () {
  2473.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  2474.         }, => 'items'], 1);
  2475.         $instance->addListener('knp_pager.items', [=> function () {
  2476.             return ($this->services['porpaginas.twig.subscriber'] ?? ($this->services['porpaginas.twig.subscriber'] = new \Porpaginas\KnpPager\PorpaginasSubscriber()));
  2477.         }, => 'items'], 0);
  2478.         return $instance;
  2479.     }
  2480.     /**
  2481.      * Gets the public 'flagception.listener.annotation_subscriber' shared service.
  2482.      *
  2483.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\AnnotationSubscriber
  2484.      */
  2485.     protected function getFlagception_Listener_AnnotationSubscriberService()
  2486.     {
  2487.         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()));
  2488.     }
  2489.     /**
  2490.      * Gets the public 'flagception.listener.routing_metadata_subscriber' shared service.
  2491.      *
  2492.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber
  2493.      */
  2494.     protected function getFlagception_Listener_RoutingMetadataSubscriberService()
  2495.     {
  2496.         return $this->services['flagception.listener.routing_metadata_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  2497.     }
  2498.     /**
  2499.      * Gets the public 'flagception.manager.feature_manager' shared service.
  2500.      *
  2501.      * @return \Flagception\Manager\FeatureManager
  2502.      */
  2503.     protected function getFlagception_Manager_FeatureManagerService()
  2504.     {
  2505.         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())));
  2506.     }
  2507.     /**
  2508.      * Gets the public 'geographical_names_inflection.inflector' shared service.
  2509.      *
  2510.      * @return \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection
  2511.      */
  2512.     protected function getGeographicalNamesInflection_InflectorService()
  2513.     {
  2514.         return $this->services['geographical_names_inflection.inflector'] = new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection([=> '*о'=> 'химки'], ['мытищи' => ['genitive' => '[-1]']]);
  2515.     }
  2516.     /**
  2517.      * Gets the public 'http_kernel' shared service.
  2518.      *
  2519.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2520.      */
  2521.     protected function getHttpKernelService()
  2522.     {
  2523.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2524.         if (isset($this->services['http_kernel'])) {
  2525.             return $this->services['http_kernel'];
  2526.         }
  2527.         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 () {
  2528.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2529.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2530.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2531.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2532.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2533.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2534.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2535.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2536.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2537.     }
  2538.     /**
  2539.      * Gets the public 'knp_menu.matcher' shared service.
  2540.      *
  2541.      * @return \Knp\Menu\Matcher\Matcher
  2542.      */
  2543.     protected function getKnpMenu_MatcherService()
  2544.     {
  2545.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2546.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2547.         }, 1));
  2548.     }
  2549.     /**
  2550.      * Gets the public 'knp_paginator' shared service.
  2551.      *
  2552.      * @return \Knp\Component\Pager\Paginator
  2553.      */
  2554.     protected function getKnpPaginatorService($lazyLoad true)
  2555.     {
  2556.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2557.         if (isset($this->services['knp_paginator'])) {
  2558.             return $this->services['knp_paginator'];
  2559.         }
  2560.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2561.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2562.         return $instance;
  2563.     }
  2564.     /**
  2565.      * Gets the public 'messenger.default_bus' shared service.
  2566.      *
  2567.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2568.      */
  2569.     protected function getMessenger_DefaultBusService()
  2570.     {
  2571.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2572.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2573.             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')));
  2574.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2575.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2576.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2577.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2578.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2579.         }, 7)));
  2580.     }
  2581.     /**
  2582.      * Gets the public 'monolog.logger.deprecation' shared service.
  2583.      *
  2584.      * @return \Symfony\Bridge\Monolog\Logger
  2585.      */
  2586.     protected function getMonolog_Logger_DeprecationService()
  2587.     {
  2588.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2589.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2590.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2591.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2592.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2593.         return $instance;
  2594.     }
  2595.     /**
  2596.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  2597.      *
  2598.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  2599.      */
  2600.     protected function getOneupUploader_Templating_UploaderHelperService()
  2601.     {
  2602.         $a = ($this->services['router'] ?? $this->getRouterService());
  2603.         if (isset($this->services['oneup_uploader.templating.uploader_helper'])) {
  2604.             return $this->services['oneup_uploader.templating.uploader_helper'];
  2605.         }
  2606.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper($a$this->parameters['oneup_uploader.maxsize']);
  2607.     }
  2608.     /**
  2609.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  2610.      *
  2611.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  2612.      */
  2613.     protected function getOneupUploader_Twig_Extension_UploaderService()
  2614.     {
  2615.         $a = ($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService());
  2616.         if (isset($this->services['oneup_uploader.twig.extension.uploader'])) {
  2617.             return $this->services['oneup_uploader.twig.extension.uploader'];
  2618.         }
  2619.         return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension($a);
  2620.     }
  2621.     /**
  2622.      * Gets the public 'porpaginas.twig.extension' shared service.
  2623.      *
  2624.      * @return \Porpaginas\Twig\PorpaginasExtension
  2625.      */
  2626.     protected function getPorpaginas_Twig_ExtensionService()
  2627.     {
  2628.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  2629.         if (isset($this->services['porpaginas.twig.extension'])) {
  2630.             return $this->services['porpaginas.twig.extension'];
  2631.         }
  2632.         return $this->services['porpaginas.twig.extension'] = new \Porpaginas\Twig\PorpaginasExtension(new \AngelGamez\PorpaginasBundle\Twig\KnpPagerRenderingAdapter($a));
  2633.     }
  2634.     /**
  2635.      * Gets the public 'request_stack' shared service.
  2636.      *
  2637.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2638.      */
  2639.     protected function getRequestStackService()
  2640.     {
  2641.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2642.     }
  2643.     /**
  2644.      * Gets the public 'router' shared autowired service.
  2645.      *
  2646.      * @return \App\Routing\DynamicRouter
  2647.      */
  2648.     protected function getRouterService()
  2649.     {
  2650.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2651.         if (isset($this->services['router'])) {
  2652.             return $this->services['router'];
  2653.         }
  2654.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  2655.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2656.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2657.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2658.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2659.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2660.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2661.         ], [
  2662.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2663.         ]))->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');
  2664.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2665.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2666.         return $this->services['router'] = new \App\Routing\DynamicRouter($c$a);
  2667.     }
  2668.     /**
  2669.      * Gets the public 'translator' shared service.
  2670.      *
  2671.      * @return \AngelGamez\TranslatableBundle\Translation\Translator
  2672.      */
  2673.     protected function getTranslatorService()
  2674.     {
  2675.         return $this->services['translator'] = new \AngelGamez\TranslatableBundle\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  2676.     }
  2677.     /**
  2678.      * Gets the public 'var_dumper.cloner' shared service.
  2679.      *
  2680.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2681.      */
  2682.     protected function getVarDumper_ClonerService()
  2683.     {
  2684.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2685.         $instance->setMaxItems(2500);
  2686.         $instance->setMinDepth(1);
  2687.         $instance->setMaxString(-1);
  2688.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2689.         return $instance;
  2690.     }
  2691.     /**
  2692.      * Gets the private '.debug.http_client' shared service.
  2693.      *
  2694.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2695.      */
  2696.     protected function get_Debug_HttpClientService()
  2697.     {
  2698.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2699.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2700.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2701.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2702.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2703.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2704.         $a->setLogger($b);
  2705.         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))));
  2706.     }
  2707.     /**
  2708.      * Gets the private '.service_locator.KLVvNIq' shared service.
  2709.      *
  2710.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2711.      */
  2712.     protected function get_ServiceLocator_KLVvNIqService()
  2713.     {
  2714.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2715.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  2716.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  2717.         ], [
  2718.             'doctrine.ulid_generator' => '?',
  2719.             'doctrine.uuid_generator' => '?',
  2720.         ]);
  2721.     }
  2722.     /**
  2723.      * Gets the private '.service_locator.Tip.8_I' shared service.
  2724.      *
  2725.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2726.      */
  2727.     protected function get_ServiceLocator_Tip_8IService()
  2728.     {
  2729.         return $this->privates['.service_locator.Tip.8_I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2730.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2731.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2732.             'security.firewall.map.context.management' => ['privates''security.firewall.map.context.management''getSecurity_Firewall_Map_Context_ManagementService'true],
  2733.         ], [
  2734.             'security.firewall.map.context.dev' => '?',
  2735.             'security.firewall.map.context.main' => '?',
  2736.             'security.firewall.map.context.management' => '?',
  2737.         ]);
  2738.     }
  2739.     /**
  2740.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper' shared service.
  2741.      *
  2742.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper
  2743.      */
  2744.     protected function getEmbeddedListHelperService()
  2745.     {
  2746.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getParameter('easyadmin.config'));
  2747.     }
  2748.     /**
  2749.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper' shared service.
  2750.      *
  2751.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
  2752.      */
  2753.     protected function getListFormFiltersHelperService()
  2754.     {
  2755.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2756.         if (isset($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'])) {
  2757.             return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'];
  2758.         }
  2759.         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);
  2760.     }
  2761.     /**
  2762.      * Gets the private 'App\EventSubscriber\ApiAccessSubscriber' shared autowired service.
  2763.      *
  2764.      * @return \App\EventSubscriber\ApiAccessSubscriber
  2765.      */
  2766.     protected function getApiAccessSubscriberService()
  2767.     {
  2768.         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)))));
  2769.     }
  2770.     /**
  2771.      * Gets the private 'App\EventSubscriber\BadWordsReplaceSubscriber' shared autowired service.
  2772.      *
  2773.      * @return \App\EventSubscriber\BadWordsReplaceSubscriber
  2774.      */
  2775.     protected function getBadWordsReplaceSubscriberService()
  2776.     {
  2777.         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()));
  2778.     }
  2779.     /**
  2780.      * Gets the private 'App\EventSubscriber\BanLogoutSubscriber' shared autowired service.
  2781.      *
  2782.      * @return \App\EventSubscriber\BanLogoutSubscriber
  2783.      */
  2784.     protected function getBanLogoutSubscriberService()
  2785.     {
  2786.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2787.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2788.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2789.         }
  2790.         $b = ($this->services['router'] ?? $this->getRouterService());
  2791.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2792.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2793.         }
  2794.         return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] = new \App\EventSubscriber\BanLogoutSubscriber($a$b);
  2795.     }
  2796.     /**
  2797.      * Gets the private 'App\EventSubscriber\CityCaseRedirectSubscriber' shared autowired service.
  2798.      *
  2799.      * @return \App\EventSubscriber\CityCaseRedirectSubscriber
  2800.      */
  2801.     protected function getCityCaseRedirectSubscriberService()
  2802.     {
  2803.         $a = ($this->services['App\\Http\\CityCaseRedirector'] ?? $this->getCityCaseRedirectorService());
  2804.         if (isset($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'])) {
  2805.             return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'];
  2806.         }
  2807.         return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] = new \App\EventSubscriber\CityCaseRedirectSubscriber($a);
  2808.     }
  2809.     /**
  2810.      * Gets the private 'App\EventSubscriber\CommentBanSubscriber' shared autowired service.
  2811.      *
  2812.      * @return \App\EventSubscriber\CommentBanSubscriber
  2813.      */
  2814.     protected function getCommentBanSubscriberService()
  2815.     {
  2816.         $a = ($this->privates['App\\Service\\CustomerBanService'] ?? $this->getCustomerBanServiceService());
  2817.         if (isset($this->privates['App\\EventSubscriber\\CommentBanSubscriber'])) {
  2818.             return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'];
  2819.         }
  2820.         return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'] = new \App\EventSubscriber\CommentBanSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a);
  2821.     }
  2822.     /**
  2823.      * Gets the private 'App\EventSubscriber\DoctrineEntityFilterSubscriber' shared autowired service.
  2824.      *
  2825.      * @return \App\EventSubscriber\DoctrineEntityFilterSubscriber
  2826.      */
  2827.     protected function getDoctrineEntityFilterSubscriberService()
  2828.     {
  2829.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2830.         if (isset($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'])) {
  2831.             return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'];
  2832.         }
  2833.         return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] = new \App\EventSubscriber\DoctrineEntityFilterSubscriber($a);
  2834.     }
  2835.     /**
  2836.      * Gets the private 'App\EventSubscriber\DomainRedirectSubscriber' shared autowired service.
  2837.      *
  2838.      * @return \App\EventSubscriber\DomainRedirectSubscriber
  2839.      */
  2840.     protected function getDomainRedirectSubscriberService()
  2841.     {
  2842.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2843.         if (isset($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'])) {
  2844.             return $this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'];
  2845.         }
  2846.         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));
  2847.     }
  2848.     /**
  2849.      * Gets the private 'App\EventSubscriber\EnumSubscriber' shared autowired service.
  2850.      *
  2851.      * @return \App\EventSubscriber\EnumSubscriber
  2852.      */
  2853.     protected function getEnumSubscriberService()
  2854.     {
  2855.         return $this->privates['App\\EventSubscriber\\EnumSubscriber'] = new \App\EventSubscriber\EnumSubscriber(($this->privates['App\\Service\\EnumUriLoader'] ?? $this->getEnumUriLoaderService()));
  2856.     }
  2857.     /**
  2858.      * Gets the private 'App\EventSubscriber\KernelSubscriber' shared autowired service.
  2859.      *
  2860.      * @return \App\EventSubscriber\KernelSubscriber
  2861.      */
  2862.     protected function getKernelSubscriberService()
  2863.     {
  2864.         return $this->privates['App\\EventSubscriber\\KernelSubscriber'] = new \App\EventSubscriber\KernelSubscriber(($this->privates['App\\Service\\ProfileCtrService'] ?? $this->getProfileCtrServiceService()));
  2865.     }
  2866.     /**
  2867.      * Gets the private 'App\EventSubscriber\PageMetadataSubscriber' shared autowired service.
  2868.      *
  2869.      * @return \App\EventSubscriber\PageMetadataSubscriber
  2870.      */
  2871.     protected function getPageMetadataSubscriberService()
  2872.     {
  2873.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2874.         if (isset($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'])) {
  2875.             return $this->privates['App\\EventSubscriber\\PageMetadataSubscriber'];
  2876.         }
  2877.         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))));
  2878.     }
  2879.     /**
  2880.      * Gets the private 'App\EventSubscriber\ProfileListOrderingSubscriber' shared autowired service.
  2881.      *
  2882.      * @return \App\EventSubscriber\ProfileListOrderingSubscriber
  2883.      */
  2884.     protected function getProfileListOrderingSubscriberService()
  2885.     {
  2886.         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())));
  2887.     }
  2888.     /**
  2889.      * Gets the private 'App\Repository\AccountEnrollmentRepository' shared autowired service.
  2890.      *
  2891.      * @return \App\Repository\AccountEnrollmentRepository
  2892.      */
  2893.     protected function getAccountEnrollmentRepositoryService()
  2894.     {
  2895.         return $this->privates['App\\Repository\\AccountEnrollmentRepository'] = new \App\Repository\AccountEnrollmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2896.     }
  2897.     /**
  2898.      * Gets the private 'App\Repository\ApprovalRequestsRepository' shared autowired service.
  2899.      *
  2900.      * @return \App\Repository\ApprovalRequestsRepository
  2901.      */
  2902.     protected function getApprovalRequestsRepositoryService()
  2903.     {
  2904.         return $this->privates['App\\Repository\\ApprovalRequestsRepository'] = new \App\Repository\ApprovalRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2905.     }
  2906.     /**
  2907.      * Gets the private 'App\Repository\BannedEmailRepository' shared autowired service.
  2908.      *
  2909.      * @return \App\Repository\BannedEmailRepository
  2910.      */
  2911.     protected function getBannedEmailRepositoryService()
  2912.     {
  2913.         return $this->privates['App\\Repository\\BannedEmailRepository'] = new \App\Repository\BannedEmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2914.     }
  2915.     /**
  2916.      * Gets the private 'App\Repository\CityRepository' shared autowired service.
  2917.      *
  2918.      * @return \App\Repository\CityRepository
  2919.      */
  2920.     protected function getCityRepositoryService()
  2921.     {
  2922.         return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2923.     }
  2924.     /**
  2925.      * Gets the private 'App\Repository\DistrictRepository' shared autowired service.
  2926.      *
  2927.      * @return \App\Repository\DistrictRepository
  2928.      */
  2929.     protected function getDistrictRepositoryService()
  2930.     {
  2931.         return $this->privates['App\\Repository\\DistrictRepository'] = new \App\Repository\DistrictRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2932.     }
  2933.     /**
  2934.      * Gets the private 'App\Repository\ModerationRequestsRepository' shared autowired service.
  2935.      *
  2936.      * @return \App\Repository\ModerationRequestsRepository
  2937.      */
  2938.     protected function getModerationRequestsRepositoryService()
  2939.     {
  2940.         return $this->privates['App\\Repository\\ModerationRequestsRepository'] = new \App\Repository\ModerationRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2941.     }
  2942.     /**
  2943.      * Gets the private 'App\Repository\PageMetadataRepository' shared autowired service.
  2944.      *
  2945.      * @return \App\Repository\PageMetadataRepository
  2946.      */
  2947.     protected function getPageMetadataRepositoryService()
  2948.     {
  2949.         return $this->privates['App\\Repository\\PageMetadataRepository'] = new \App\Repository\PageMetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2950.     }
  2951.     /**
  2952.      * Gets the private 'App\Repository\PaidPlacementPriceRepository' shared autowired service.
  2953.      *
  2954.      * @return \App\Repository\PaidPlacementPriceRepository
  2955.      */
  2956.     protected function getPaidPlacementPriceRepositoryService()
  2957.     {
  2958.         return $this->privates['App\\Repository\\PaidPlacementPriceRepository'] = new \App\Repository\PaidPlacementPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2959.     }
  2960.     /**
  2961.      * Gets the private 'App\Repository\ProfileCommentRepository' shared autowired service.
  2962.      *
  2963.      * @return \App\Repository\ProfileCommentRepository
  2964.      */
  2965.     protected function getProfileCommentRepositoryService()
  2966.     {
  2967.         return $this->privates['App\\Repository\\ProfileCommentRepository'] = new \App\Repository\ProfileCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2968.     }
  2969.     /**
  2970.      * Gets the private 'App\Repository\ProfileCtrRepository' shared autowired service.
  2971.      *
  2972.      * @return \App\Repository\ProfileCtrRepository
  2973.      */
  2974.     protected function getProfileCtrRepositoryService()
  2975.     {
  2976.         return $this->privates['App\\Repository\\ProfileCtrRepository'] = new \App\Repository\ProfileCtrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2977.     }
  2978.     /**
  2979.      * Gets the private 'App\Repository\ProfileKVRepository' shared autowired service.
  2980.      *
  2981.      * @return \App\Repository\ProfileKVRepository
  2982.      */
  2983.     protected function getProfileKVRepositoryService()
  2984.     {
  2985.         return $this->privates['App\\Repository\\ProfileKVRepository'] = new \App\Repository\ProfileKVRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2986.     }
  2987.     /**
  2988.      * Gets the private 'App\Repository\ProfilePlanPlacementRepository' shared autowired service.
  2989.      *
  2990.      * @return \App\Repository\ProfilePlanPlacementRepository
  2991.      */
  2992.     protected function getProfilePlanPlacementRepositoryService()
  2993.     {
  2994.         return $this->privates['App\\Repository\\ProfilePlanPlacementRepository'] = new \App\Repository\ProfilePlanPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2995.     }
  2996.     /**
  2997.      * Gets the private 'App\Repository\ProfileRepository' shared autowired service.
  2998.      *
  2999.      * @return \App\Repository\ProfileRepository
  3000.      */
  3001.     protected function getProfileRepositoryService()
  3002.     {
  3003.         return $this->privates['App\\Repository\\ProfileRepository'] = new \App\Repository\ProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3004.     }
  3005.     /**
  3006.      * Gets the private 'App\Repository\ProfileSidebarPlacementRepository' shared autowired service.
  3007.      *
  3008.      * @return \App\Repository\ProfileSidebarPlacementRepository
  3009.      */
  3010.     protected function getProfileSidebarPlacementRepositoryService()
  3011.     {
  3012.         return $this->privates['App\\Repository\\ProfileSidebarPlacementRepository'] = new \App\Repository\ProfileSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3013.     }
  3014.     /**
  3015.      * Gets the private 'App\Repository\ProfileTopPlacementRepository' shared autowired service.
  3016.      *
  3017.      * @return \App\Repository\ProfileTopPlacementRepository
  3018.      */
  3019.     protected function getProfileTopPlacementRepositoryService()
  3020.     {
  3021.         return $this->privates['App\\Repository\\ProfileTopPlacementRepository'] = new \App\Repository\ProfileTopPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3022.     }
  3023.     /**
  3024.      * Gets the private 'App\Repository\SaloonRepository' shared autowired service.
  3025.      *
  3026.      * @return \App\Repository\SaloonRepository
  3027.      */
  3028.     protected function getSaloonRepositoryService()
  3029.     {
  3030.         return $this->privates['App\\Repository\\SaloonRepository'] = new \App\Repository\SaloonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3031.     }
  3032.     /**
  3033.      * Gets the private 'App\Repository\SaloonSidebarPlacementRepository' shared autowired service.
  3034.      *
  3035.      * @return \App\Repository\SaloonSidebarPlacementRepository
  3036.      */
  3037.     protected function getSaloonSidebarPlacementRepositoryService()
  3038.     {
  3039.         return $this->privates['App\\Repository\\SaloonSidebarPlacementRepository'] = new \App\Repository\SaloonSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3040.     }
  3041.     /**
  3042.      * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  3043.      *
  3044.      * @return \App\Repository\ServiceRepository
  3045.      */
  3046.     protected function getServiceRepositoryService()
  3047.     {
  3048.         return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3049.     }
  3050.     /**
  3051.      * Gets the private 'App\Repository\SidebarPlacementRepository' shared autowired service.
  3052.      *
  3053.      * @return \App\Repository\SidebarPlacementRepository
  3054.      */
  3055.     protected function getSidebarPlacementRepositoryService()
  3056.     {
  3057.         return $this->privates['App\\Repository\\SidebarPlacementRepository'] = new \App\Repository\SidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3058.     }
  3059.     /**
  3060.      * Gets the private 'App\Repository\StationRepository' shared autowired service.
  3061.      *
  3062.      * @return \App\Repository\StationRepository
  3063.      */
  3064.     protected function getStationRepositoryService()
  3065.     {
  3066.         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()));
  3067.     }
  3068.     /**
  3069.      * Gets the private 'App\Repository\SupportMessagesRepository' shared autowired service.
  3070.      *
  3071.      * @return \App\Repository\SupportMessagesRepository
  3072.      */
  3073.     protected function getSupportMessagesRepositoryService()
  3074.     {
  3075.         return $this->privates['App\\Repository\\SupportMessagesRepository'] = new \App\Repository\SupportMessagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3076.     }
  3077.     /**
  3078.      * Gets the private 'App\Repository\SystemVariablesRepository' shared autowired service.
  3079.      *
  3080.      * @return \App\Repository\SystemVariablesRepository
  3081.      */
  3082.     protected function getSystemVariablesRepositoryService()
  3083.     {
  3084.         return $this->privates['App\\Repository\\SystemVariablesRepository'] = new \App\Repository\SystemVariablesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3085.     }
  3086.     /**
  3087.      * Gets the private 'App\Service\AccountChargesDurationEstimator' shared autowired service.
  3088.      *
  3089.      * @return \App\Service\AccountChargesDurationEstimator
  3090.      */
  3091.     protected function getAccountChargesDurationEstimatorService()
  3092.     {
  3093.         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()));
  3094.     }
  3095.     /**
  3096.      * Gets the private 'App\Service\AccountChargesDurationPresenter' shared autowired service.
  3097.      *
  3098.      * @return \App\Service\AccountChargesDurationPresenter
  3099.      */
  3100.     protected function getAccountChargesDurationPresenterService()
  3101.     {
  3102.         return $this->privates['App\\Service\\AccountChargesDurationPresenter'] = new \App\Service\AccountChargesDurationPresenter(($this->services['translator'] ?? $this->getTranslatorService()));
  3103.     }
  3104.     /**
  3105.      * Gets the private 'App\Service\AccountFinances' shared autowired service.
  3106.      *
  3107.      * @return \App\Service\AccountFinances
  3108.      */
  3109.     protected function getAccountFinancesService()
  3110.     {
  3111.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3112.         if (isset($this->privates['App\\Service\\AccountFinances'])) {
  3113.             return $this->privates['App\\Service\\AccountFinances'];
  3114.         }
  3115.         return $this->privates['App\\Service\\AccountFinances'] = new \App\Service\AccountFinances(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\AccountEnrollmentRepository'] ?? $this->getAccountEnrollmentRepositoryService()), $a);
  3116.     }
  3117.     /**
  3118.      * Gets the private 'App\Service\ApprovalService' shared autowired service.
  3119.      *
  3120.      * @return \App\Service\ApprovalService
  3121.      */
  3122.     protected function getApprovalServiceService()
  3123.     {
  3124.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3125.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3126.             return $this->privates['App\\Service\\ApprovalService'];
  3127.         }
  3128.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3129.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3130.             return $this->privates['App\\Service\\ApprovalService'];
  3131.         }
  3132.         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()));
  3133.     }
  3134.     /**
  3135.      * Gets the private 'App\Service\CityMainPagesLinkageService' shared autowired service.
  3136.      *
  3137.      * @return \App\Service\CityMainPagesLinkageService
  3138.      */
  3139.     protected function getCityMainPagesLinkageServiceService($lazyLoad true)
  3140.     {
  3141.         $a = ($this->services['router'] ?? $this->getRouterService());
  3142.         if (isset($this->privates['App\\Service\\CityMainPagesLinkageService'])) {
  3143.             return $this->privates['App\\Service\\CityMainPagesLinkageService'];
  3144.         }
  3145.         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()));
  3146.     }
  3147.     /**
  3148.      * Gets the private 'App\Service\ColdStartProfileRecommendationsCache' shared autowired service.
  3149.      *
  3150.      * @return \App\Service\ColdStartProfileRecommendationsCache
  3151.      */
  3152.     protected function getColdStartProfileRecommendationsCacheService()
  3153.     {
  3154.         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()));
  3155.     }
  3156.     /**
  3157.      * Gets the private 'App\Service\CountryCurrencyResolver' shared autowired service.
  3158.      *
  3159.      * @return \App\Service\CountryCurrencyResolver
  3160.      */
  3161.     protected function getCountryCurrencyResolverService()
  3162.     {
  3163.         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))));
  3164.     }
  3165.     /**
  3166.      * Gets the private 'App\Service\CurrentCityResolver' shared autowired service.
  3167.      *
  3168.      * @return \App\Service\CurrentCityResolver
  3169.      */
  3170.     protected function getCurrentCityResolverService()
  3171.     {
  3172.         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()));
  3173.     }
  3174.     /**
  3175.      * Gets the private 'App\Service\CustomerBanService' shared autowired service.
  3176.      *
  3177.      * @return \App\Service\CustomerBanService
  3178.      */
  3179.     protected function getCustomerBanServiceService()
  3180.     {
  3181.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3182.         if (isset($this->privates['App\\Service\\CustomerBanService'])) {
  3183.             return $this->privates['App\\Service\\CustomerBanService'];
  3184.         }
  3185.         return $this->privates['App\\Service\\CustomerBanService'] = new \App\Service\CustomerBanService(($this->privates['App\\Repository\\BannedEmailRepository'] ?? $this->getBannedEmailRepositoryService()), $a);
  3186.     }
  3187.     /**
  3188.      * Gets the private 'App\Service\DefaultCityProvider' shared autowired service.
  3189.      *
  3190.      * @return \App\Service\DefaultCityProvider
  3191.      */
  3192.     protected function getDefaultCityProviderService()
  3193.     {
  3194.         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))));
  3195.     }
  3196.     /**
  3197.      * Gets the private 'App\Service\DynamicPlacementPriceResolver' shared autowired service.
  3198.      *
  3199.      * @return \App\Service\DynamicPlacementPriceResolver
  3200.      */
  3201.     protected function getDynamicPlacementPriceResolverService()
  3202.     {
  3203.         return $this->privates['App\\Service\\DynamicPlacementPriceResolver'] = new \App\Service\DynamicPlacementPriceResolver(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()));
  3204.     }
  3205.     /**
  3206.      * Gets the private 'App\Service\EnumUriLoader' shared autowired service.
  3207.      *
  3208.      * @return \App\Service\EnumUriLoader
  3209.      */
  3210.     protected function getEnumUriLoaderService()
  3211.     {
  3212.         return $this->privates['App\\Service\\EnumUriLoader'] = new \App\Service\EnumUriLoader(($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  3213.     }
  3214.     /**
  3215.      * Gets the private 'App\Service\Features' shared autowired service.
  3216.      *
  3217.      * @return \App\Service\Features
  3218.      */
  3219.     protected function getFeaturesService()
  3220.     {
  3221.         return $this->privates['App\\Service\\Features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  3222.     }
  3223.     /**
  3224.      * Gets the private 'App\Service\GeoCategoryLinkageService' shared autowired service.
  3225.      *
  3226.      * @return \App\Service\GeoCategoryLinkageService
  3227.      */
  3228.     protected function getGeoCategoryLinkageServiceService()
  3229.     {
  3230.         $a = ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService());
  3231.         if (isset($this->privates['App\\Service\\GeoCategoryLinkageService'])) {
  3232.             return $this->privates['App\\Service\\GeoCategoryLinkageService'];
  3233.         }
  3234.         $b = ($this->services['router'] ?? $this->getRouterService());
  3235.         if (isset($this->privates['App\\Service\\GeoCategoryLinkageService'])) {
  3236.             return $this->privates['App\\Service\\GeoCategoryLinkageService'];
  3237.         }
  3238.         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())), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()), ($this->privates['App\\Repository\\SaloonRepository'] ?? $this->getSaloonRepositoryService()), ($this->privates['App\\Service\\SaloonListSpecificationService'] ?? $this->getSaloonListSpecificationServiceService()));
  3239.     }
  3240.     /**
  3241.      * Gets the private 'App\Service\InnerLinkageCircleService' shared autowired service.
  3242.      *
  3243.      * @return \App\Service\InnerLinkageCircleService
  3244.      */
  3245.     protected function getInnerLinkageCircleServiceService($lazyLoad true)
  3246.     {
  3247.         $a = ($this->services['router'] ?? $this->getRouterService());
  3248.         if (isset($this->privates['App\\Service\\InnerLinkageCircleService'])) {
  3249.             return $this->privates['App\\Service\\InnerLinkageCircleService'];
  3250.         }
  3251.         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()));
  3252.     }
  3253.     /**
  3254.      * Gets the private 'App\Service\ModerationService' shared autowired service.
  3255.      *
  3256.      * @return \App\Service\ModerationService
  3257.      */
  3258.     protected function getModerationServiceService()
  3259.     {
  3260.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3261.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3262.             return $this->privates['App\\Service\\ModerationService'];
  3263.         }
  3264.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3265.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3266.             return $this->privates['App\\Service\\ModerationService'];
  3267.         }
  3268.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3269.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3270.             return $this->privates['App\\Service\\ModerationService'];
  3271.         }
  3272.         $d = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3273.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3274.             return $this->privates['App\\Service\\ModerationService'];
  3275.         }
  3276.         $e = ($this->privates['App\\Service\\ApprovalService'] ?? $this->getApprovalServiceService());
  3277.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3278.             return $this->privates['App\\Service\\ModerationService'];
  3279.         }
  3280.         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);
  3281.     }
  3282.     /**
  3283.      * Gets the private 'App\Service\MoneyFormatterService' shared autowired service.
  3284.      *
  3285.      * @return \App\Service\MoneyFormatterService
  3286.      */
  3287.     protected function getMoneyFormatterServiceService()
  3288.     {
  3289.         return $this->privates['App\\Service\\MoneyFormatterService'] = new \App\Service\MoneyFormatterService(($this->privates['App\\Service\\CountryCurrencyResolver'] ?? $this->getCountryCurrencyResolverService()));
  3290.     }
  3291.     /**
  3292.      * Gets the private 'App\Service\PhoneNumberService' shared autowired service.
  3293.      *
  3294.      * @return \App\Service\PhoneNumberService
  3295.      */
  3296.     protected function getPhoneNumberServiceService()
  3297.     {
  3298.         return $this->privates['App\\Service\\PhoneNumberService'] = new \App\Service\PhoneNumberService(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()));
  3299.     }
  3300.     /**
  3301.      * Gets the private 'App\Service\ProfileAdBoard' shared autowired service.
  3302.      *
  3303.      * @return \App\Service\ProfileAdBoard
  3304.      */
  3305.     protected function getProfileAdBoardService()
  3306.     {
  3307.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3308.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3309.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3310.         }
  3311.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3312.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3313.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3314.         }
  3315.         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()));
  3316.     }
  3317.     /**
  3318.      * Gets the private 'App\Service\ProfileAvatar' shared autowired service.
  3319.      *
  3320.      * @return \App\Service\ProfileAvatar
  3321.      */
  3322.     protected function getProfileAvatarService()
  3323.     {
  3324.         return $this->privates['App\\Service\\ProfileAvatar'] = new \App\Service\ProfileAvatar(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3325.     }
  3326.     /**
  3327.      * Gets the private 'App\Service\ProfileBotHelper' shared autowired service.
  3328.      *
  3329.      * @return \App\Service\ProfileBotHelper
  3330.      */
  3331.     protected function getProfileBotHelperService()
  3332.     {
  3333.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3334.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3335.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3336.         }
  3337.         $b = ($this->services['router'] ?? $this->getRouterService());
  3338.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3339.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3340.         }
  3341.         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))));
  3342.     }
  3343.     /**
  3344.      * Gets the private 'App\Service\ProfileChargesCalculator' shared autowired service.
  3345.      *
  3346.      * @return \App\Service\ProfileChargesCalculator
  3347.      */
  3348.     protected function getProfileChargesCalculatorService()
  3349.     {
  3350.         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()));
  3351.     }
  3352.     /**
  3353.      * Gets the private 'App\Service\ProfileCtrService' shared autowired service.
  3354.      *
  3355.      * @return \App\Service\ProfileCtrService
  3356.      */
  3357.     protected function getProfileCtrServiceService()
  3358.     {
  3359.         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()));
  3360.     }
  3361.     /**
  3362.      * Gets the private 'App\Service\ProfileList' shared autowired service.
  3363.      *
  3364.      * @return \App\Service\ProfileList
  3365.      */
  3366.     protected function getProfileListService()
  3367.     {
  3368.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3369.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3370.             return $this->privates['App\\Service\\ProfileList'];
  3371.         }
  3372.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3373.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3374.             return $this->privates['App\\Service\\ProfileList'];
  3375.         }
  3376.         $c = ($this->privates['App\\Service\\ProfileTopBoard'] ?? $this->getProfileTopBoardService());
  3377.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3378.             return $this->privates['App\\Service\\ProfileList'];
  3379.         }
  3380.         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);
  3381.     }
  3382.     /**
  3383.      * Gets the private 'App\Service\ProfileListSpecificationService' shared autowired service.
  3384.      *
  3385.      * @return \App\Service\ProfileListSpecificationService
  3386.      */
  3387.     protected function getProfileListSpecificationServiceService()
  3388.     {
  3389.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3390.         if (isset($this->privates['App\\Service\\ProfileListSpecificationService'])) {
  3391.             return $this->privates['App\\Service\\ProfileListSpecificationService'];
  3392.         }
  3393.         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()), ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  3394.     }
  3395.     /**
  3396.      * Gets the private 'App\Service\ProfileRecommendationService' shared autowired service.
  3397.      *
  3398.      * @return \App\Service\ProfileRecommendationService
  3399.      */
  3400.     protected function getProfileRecommendationServiceService()
  3401.     {
  3402.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3403.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3404.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3405.         }
  3406.         $b = ($this->services['router'] ?? $this->getRouterService());
  3407.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3408.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3409.         }
  3410.         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()));
  3411.     }
  3412.     /**
  3413.      * Gets the private 'App\Service\ProfileTopBoard' shared autowired service.
  3414.      *
  3415.      * @return \App\Service\ProfileTopBoard
  3416.      */
  3417.     protected function getProfileTopBoardService()
  3418.     {
  3419.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3420.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3421.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3422.         }
  3423.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3424.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3425.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3426.         }
  3427.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3428.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3429.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3430.         }
  3431.         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);
  3432.     }
  3433.     /**
  3434.      * Gets the private 'App\Service\ResponsiveAssetsService' shared autowired service.
  3435.      *
  3436.      * @return \App\Service\ResponsiveAssetsService
  3437.      */
  3438.     protected function getResponsiveAssetsServiceService()
  3439.     {
  3440.         return $this->privates['App\\Service\\ResponsiveAssetsService'] = new \App\Service\ResponsiveAssetsService(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3441.     }
  3442.     /**
  3443.      * Gets the private 'App\Service\SaloonChargesCalculator' shared autowired service.
  3444.      *
  3445.      * @return \App\Service\SaloonChargesCalculator
  3446.      */
  3447.     protected function getSaloonChargesCalculatorService()
  3448.     {
  3449.         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()));
  3450.     }
  3451.     /**
  3452.      * Gets the private 'App\Service\SaloonListSpecificationService' shared autowired service.
  3453.      *
  3454.      * @return \App\Service\SaloonListSpecificationService
  3455.      */
  3456.     protected function getSaloonListSpecificationServiceService()
  3457.     {
  3458.         return $this->privates['App\\Service\\SaloonListSpecificationService'] = new \App\Service\SaloonListSpecificationService(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3459.     }
  3460.     /**
  3461.      * Gets the private 'App\Service\SearchByKeywordsService' shared autowired service.
  3462.      *
  3463.      * @return \App\Service\SearchByKeywordsService
  3464.      */
  3465.     protected function getSearchByKeywordsServiceService()
  3466.     {
  3467.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3468.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3469.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3470.         }
  3471.         $b = ($this->services['router'] ?? $this->getRouterService());
  3472.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3473.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3474.         }
  3475.         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()));
  3476.     }
  3477.     /**
  3478.      * Gets the private 'App\Service\Sidebar' shared autowired service.
  3479.      *
  3480.      * @return \App\Service\Sidebar
  3481.      */
  3482.     protected function getSidebarService()
  3483.     {
  3484.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3485.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3486.             return $this->privates['App\\Service\\Sidebar'];
  3487.         }
  3488.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3489.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3490.             return $this->privates['App\\Service\\Sidebar'];
  3491.         }
  3492.         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);
  3493.     }
  3494.     /**
  3495.      * Gets the private 'App\Service\TimeZoneService' shared autowired service.
  3496.      *
  3497.      * @return \App\Service\TimeZoneService
  3498.      */
  3499.     protected function getTimeZoneServiceService()
  3500.     {
  3501.         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()));
  3502.     }
  3503.     /**
  3504.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  3505.      *
  3506.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  3507.      */
  3508.     protected function getLoginListenerService()
  3509.     {
  3510.         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()));
  3511.     }
  3512.     /**
  3513.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  3514.      *
  3515.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  3516.      */
  3517.     protected function getRequestListenerService()
  3518.     {
  3519.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3520.     }
  3521.     /**
  3522.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  3523.      *
  3524.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  3525.      */
  3526.     protected function getSubRequestListenerService()
  3527.     {
  3528.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3529.     }
  3530.     /**
  3531.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  3532.      *
  3533.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  3534.      */
  3535.     protected function getTracingRequestListenerService()
  3536.     {
  3537.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3538.     }
  3539.     /**
  3540.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  3541.      *
  3542.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  3543.      */
  3544.     protected function getTracingSubRequestListenerService()
  3545.     {
  3546.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3547.     }
  3548.     /**
  3549.      * Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory' shared service.
  3550.      *
  3551.      * @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory
  3552.      */
  3553.     protected function getTracingDriverConnectionFactoryService()
  3554.     {
  3555.         return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3556.     }
  3557.     /**
  3558.      * Gets the private 'Sentry\State\HubInterface' shared service.
  3559.      *
  3560.      * @return \Sentry\State\HubInterface
  3561.      */
  3562.     protected function getHubInterfaceService()
  3563.     {
  3564.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  3565.         $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')]);
  3566.         $b = new \Sentry\ClientBuilder($a);
  3567.         $c = new \Http\Discovery\Psr17Factory();
  3568.         $b->setSdkIdentifier('sentry.php.symfony');
  3569.         $b->setSdkVersion('4.14.0');
  3570.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL));
  3571.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  3572.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  3573.         if ($this->has('Psr\\Log\\NullLogger')) {
  3574.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  3575.         }
  3576.         $instance->bindClient($b->getClient());
  3577.         return $instance;
  3578.     }
  3579.     /**
  3580.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3581.      *
  3582.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3583.      */
  3584.     protected function getResetAssetsEventListenerService()
  3585.     {
  3586.         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']);
  3587.     }
  3588.     /**
  3589.      * Gets the private 'annotations.cache_adapter' shared service.
  3590.      *
  3591.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3592.      */
  3593.     protected function getAnnotations_CacheAdapterService()
  3594.     {
  3595.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  3596.     }
  3597.     /**
  3598.      * Gets the private 'annotations.cached_reader' shared service.
  3599.      *
  3600.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3601.      */
  3602.     protected function getAnnotations_CachedReaderService()
  3603.     {
  3604.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3605.     }
  3606.     /**
  3607.      * Gets the private 'annotations.reader' shared service.
  3608.      *
  3609.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3610.      */
  3611.     protected function getAnnotations_ReaderService()
  3612.     {
  3613.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3614.         $instance->addGlobalIgnoredName('required'NULL);
  3615.         return $instance;
  3616.     }
  3617.     /**
  3618.      * Gets the private 'assets._version__default' shared service.
  3619.      *
  3620.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  3621.      */
  3622.     protected function getAssets_VersionDefaultService()
  3623.     {
  3624.         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);
  3625.     }
  3626.     /**
  3627.      * Gets the private 'assets.context' shared service.
  3628.      *
  3629.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3630.      */
  3631.     protected function getAssets_ContextService()
  3632.     {
  3633.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3634.         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());
  3635.     }
  3636.     /**
  3637.      * Gets the private 'assets.packages' shared service.
  3638.      *
  3639.      * @return \Symfony\Component\Asset\Packages
  3640.      */
  3641.     protected function getAssets_PackagesService()
  3642.     {
  3643.         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 () {
  3644.             yield 'user_media' => ($this->privates['assets._package_user_media'] ?? $this->load('getAssets_PackageUserMediaService'));
  3645.             yield 'profile_media' => ($this->privates['assets._package_profile_media'] ?? $this->load('getAssets_PackageProfileMediaService'));
  3646.             yield 'profile_media_avatar' => ($this->privates['assets._package_profile_media_avatar'] ?? $this->load('getAssets_PackageProfileMediaAvatarService'));
  3647.             yield 'profile_media_selfie' => ($this->privates['assets._package_profile_media_selfie'] ?? $this->load('getAssets_PackageProfileMediaSelfieService'));
  3648.             yield 'profile_media_approval' => ($this->privates['assets._package_profile_media_approval'] ?? $this->load('getAssets_PackageProfileMediaApprovalService'));
  3649.             yield 'saloon_media' => ($this->privates['assets._package_saloon_media'] ?? $this->load('getAssets_PackageSaloonMediaService'));
  3650.             yield 'saloon_media_thumb' => ($this->privates['assets._package_saloon_media_thumb'] ?? $this->load('getAssets_PackageSaloonMediaThumbService'));
  3651.             yield 'saloon_media_video' => ($this->privates['assets._package_saloon_media_video'] ?? $this->load('getAssets_PackageSaloonMediaVideoService'));
  3652.             yield 'js_script' => ($this->privates['assets._package_js_script'] ?? $this->load('getAssets_PackageJsScriptService'));
  3653.             yield 'basicConfig' => ($this->privates['assets._package_basicConfig'] ?? $this->load('getAssets_PackageBasicConfigService'));
  3654.             yield 'nohashConfig' => ($this->privates['assets._package_nohashConfig'] ?? $this->load('getAssets_PackageNohashConfigService'));
  3655.             yield 'nodomainConfig' => ($this->privates['assets._package_nodomainConfig'] ?? $this->load('getAssets_PackageNodomainConfigService'));
  3656.         }, 12));
  3657.     }
  3658.     /**
  3659.      * Gets the private 'cache.annotations.traceable' shared service.
  3660.      *
  3661.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3662.      */
  3663.     protected function getCache_Annotations_TraceableService()
  3664.     {
  3665.         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('6VM-9SwHVw'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3666.     }
  3667.     /**
  3668.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  3669.      *
  3670.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3671.      */
  3672.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  3673.     {
  3674.         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()));
  3675.     }
  3676.     /**
  3677.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  3678.      *
  3679.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3680.      */
  3681.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  3682.     {
  3683.         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()));
  3684.     }
  3685.     /**
  3686.      * Gets the private 'cache.doctrine.orm.default.second_level.region_driver.traceable' shared service.
  3687.      *
  3688.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3689.      */
  3690.     protected function getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService()
  3691.     {
  3692.         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()));
  3693.     }
  3694.     /**
  3695.      * Gets the private 'cache.doctrine.orm.multi_website.query.traceable' shared service.
  3696.      *
  3697.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3698.      */
  3699.     protected function getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()
  3700.     {
  3701.         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()));
  3702.     }
  3703.     /**
  3704.      * Gets the private 'cache.doctrine.orm.multi_website.result.traceable' shared service.
  3705.      *
  3706.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3707.      */
  3708.     protected function getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()
  3709.     {
  3710.         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()));
  3711.     }
  3712.     /**
  3713.      * Gets the private 'cache.doctrine.orm.multi_website.second_level.region_driver.traceable' shared service.
  3714.      *
  3715.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3716.      */
  3717.     protected function getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService()
  3718.     {
  3719.         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()));
  3720.     }
  3721.     /**
  3722.      * Gets the private 'cache.doctrine.traceable' shared service.
  3723.      *
  3724.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3725.      */
  3726.     protected function getCache_Doctrine_TraceableService()
  3727.     {
  3728.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3729.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3730.         $a->setLogger($b);
  3731.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('zBVLbopxC0'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3732.         $c->setLogger($b);
  3733.         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)));
  3734.     }
  3735.     /**
  3736.      * Gets the private 'cache.easyadmin.traceable' shared service.
  3737.      *
  3738.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3739.      */
  3740.     protected function getCache_Easyadmin_TraceableService()
  3741.     {
  3742.         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('-GI2+utwdx'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3743.     }
  3744.     /**
  3745.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  3746.      *
  3747.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3748.      */
  3749.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  3750.     {
  3751.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('e2Xc1YvJ4s'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3752.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3753.         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));
  3754.     }
  3755.     /**
  3756.      * Gets the private 'cache.property_info.traceable' shared service.
  3757.      *
  3758.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3759.      */
  3760.     protected function getCache_PropertyInfo_TraceableService()
  3761.     {
  3762.         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('+LBYnccbqa'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3763.     }
  3764.     /**
  3765.      * Gets the private 'cache.rate_limiter.traceable' shared service.
  3766.      *
  3767.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3768.      */
  3769.     protected function getCache_RateLimiter_TraceableService()
  3770.     {
  3771.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3772.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3773.         $a->setLogger($b);
  3774.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('sCmXxNW-81'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3775.         $c->setLogger($b);
  3776.         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)));
  3777.     }
  3778.     /**
  3779.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  3780.      *
  3781.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3782.      */
  3783.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  3784.     {
  3785.         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('SUIbNhr5Tq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3786.     }
  3787.     /**
  3788.      * Gets the private 'cache.serializer.traceable' shared service.
  3789.      *
  3790.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3791.      */
  3792.     protected function getCache_Serializer_TraceableService()
  3793.     {
  3794.         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('ZKC3OEb4wt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3795.     }
  3796.     /**
  3797.      * Gets the private 'cache.validator.traceable' shared service.
  3798.      *
  3799.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3800.      */
  3801.     protected function getCache_Validator_TraceableService()
  3802.     {
  3803.         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('9PrRAA+skk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3804.     }
  3805.     /**
  3806.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  3807.      *
  3808.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3809.      */
  3810.     protected function getCache_WebpackEncore_TraceableService()
  3811.     {
  3812.         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('9-twnm7aFV'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3813.     }
  3814.     /**
  3815.      * Gets the private 'config_cache_factory' shared service.
  3816.      *
  3817.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3818.      */
  3819.     protected function getConfigCacheFactoryService()
  3820.     {
  3821.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3822.             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)));
  3823.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3824.         }, 2));
  3825.     }
  3826.     /**
  3827.      * Gets the private 'ctr_stat.cache.traceable' shared service.
  3828.      *
  3829.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3830.      */
  3831.     protected function getCtrStat_Cache_TraceableService()
  3832.     {
  3833.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  3834.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3835.         $a->setLogger($b);
  3836.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('REHF-fXzH4'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3837.         $c->setLogger($b);
  3838.         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)));
  3839.     }
  3840.     /**
  3841.      * Gets the private 'data_collector.form' shared service.
  3842.      *
  3843.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3844.      */
  3845.     protected function getDataCollector_FormService()
  3846.     {
  3847.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3848.     }
  3849.     /**
  3850.      * Gets the private 'data_collector.request' shared service.
  3851.      *
  3852.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3853.      */
  3854.     protected function getDataCollector_RequestService()
  3855.     {
  3856.         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())));
  3857.     }
  3858.     /**
  3859.      * Gets the private 'debug.controller_resolver' shared service.
  3860.      *
  3861.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3862.      */
  3863.     protected function getDebug_ControllerResolverService()
  3864.     {
  3865.         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))));
  3866.     }
  3867.     /**
  3868.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3869.      *
  3870.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3871.      */
  3872.     protected function getDebug_DebugHandlersListenerService()
  3873.     {
  3874.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3875.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3876.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  3877.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  3878.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3879.         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()));
  3880.     }
  3881.     /**
  3882.      * Gets the private 'debug.file_link_formatter' shared service.
  3883.      *
  3884.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3885.      */
  3886.     protected function getDebug_FileLinkFormatterService()
  3887.     {
  3888.         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 () {
  3889.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3890.         });
  3891.     }
  3892.     /**
  3893.      * Gets the private 'debug.log_processor' shared service.
  3894.      *
  3895.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3896.      */
  3897.     protected function getDebug_LogProcessorService()
  3898.     {
  3899.         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())));
  3900.     }
  3901.     /**
  3902.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3903.      *
  3904.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3905.      */
  3906.     protected function getDebug_Security_Access_DecisionManagerService()
  3907.     {
  3908.         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 () {
  3909.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3910.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3911.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3912.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3913.     }
  3914.     /**
  3915.      * Gets the private 'debug.security.firewall' shared service.
  3916.      *
  3917.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3918.      */
  3919.     protected function getDebug_Security_FirewallService()
  3920.     {
  3921.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3922.         if (isset($this->privates['debug.security.firewall'])) {
  3923.             return $this->privates['debug.security.firewall'];
  3924.         }
  3925.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3926.         if (isset($this->privates['debug.security.firewall'])) {
  3927.             return $this->privates['debug.security.firewall'];
  3928.         }
  3929.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3930.     }
  3931.     /**
  3932.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  3933.      *
  3934.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  3935.      */
  3936.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  3937.     {
  3938.         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']));
  3939.     }
  3940.     /**
  3941.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3942.      *
  3943.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3944.      */
  3945.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3946.     {
  3947.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3948.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber''getDomainEventsSubscriberService'true],
  3949.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3950.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3951.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3952.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3953.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3954.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3955.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  3956.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  3957.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3958.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  3959.         ], [
  3960.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => '?',
  3961.             'app.doctrine.lifecycle_events.listener' => '?',
  3962.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3963.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3964.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3965.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3966.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3967.             'stof_doctrine_extensions.listener.blameable' => '?',
  3968.             'stof_doctrine_extensions.listener.loggable' => '?',
  3969.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3970.             'stof_doctrine_extensions.listener.translatable' => '?',
  3971.         ]), [=> [=> [=> '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']]);
  3972.     }
  3973.     /**
  3974.      * Gets the private 'doctrine.dbal.multi_website_connection.event_manager' shared service.
  3975.      *
  3976.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3977.      */
  3978.     protected function getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService()
  3979.     {
  3980.         return $this->privates['doctrine.dbal.multi_website_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3981.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3982.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3983.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3984.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3985.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3986.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => ['privates''doctrine.orm.multi_website_listeners.attach_entity_listeners''getDoctrine_Orm_MultiWebsiteListeners_AttachEntityListenersService'true],
  3987.         ], [
  3988.             'app.doctrine.lifecycle_events.listener' => '?',
  3989.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3990.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3991.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3992.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3993.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => '?',
  3994.         ]), [=> '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']]);
  3995.     }
  3996.     /**
  3997.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  3998.      *
  3999.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  4000.      */
  4001.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  4002.     {
  4003.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4004.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => ['privates''App\\MultiWebsite\\Repository\\PhoneReviewsRepository''getPhoneReviewsRepositoryService'true],
  4005.             'App\\Repository\\AccountChargesRepository' => ['privates''App\\Repository\\AccountChargesRepository''getAccountChargesRepositoryService'true],
  4006.             'App\\Repository\\AccountEnrollmentRepository' => ['privates''App\\Repository\\AccountEnrollmentRepository''getAccountEnrollmentRepositoryService'false],
  4007.             'App\\Repository\\AccountTransactionRepository' => ['privates''App\\Repository\\AccountTransactionRepository''getAccountTransactionRepositoryService'true],
  4008.             'App\\Repository\\AnalyticsRepository' => ['privates''App\\Repository\\AnalyticsRepository''getAnalyticsRepositoryService'true],
  4009.             'App\\Repository\\ApprovalRequestsRepository' => ['privates''App\\Repository\\ApprovalRequestsRepository''getApprovalRequestsRepositoryService'false],
  4010.             'App\\Repository\\BannedEmailRepository' => ['privates''App\\Repository\\BannedEmailRepository''getBannedEmailRepositoryService'false],
  4011.             'App\\Repository\\BannedPhoneRepository' => ['privates''App\\Repository\\BannedPhoneRepository''getBannedPhoneRepositoryService'true],
  4012.             'App\\Repository\\BulkQueueItemRepository' => ['privates''App\\Repository\\BulkQueueItemRepository''getBulkQueueItemRepositoryService'true],
  4013.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'false],
  4014.             'App\\Repository\\CommentBanRepository' => ['privates''App\\Repository\\CommentBanRepository''getCommentBanRepositoryService'true],
  4015.             'App\\Repository\\CountyRepository' => ['privates''App\\Repository\\CountyRepository''getCountyRepositoryService'true],
  4016.             'App\\Repository\\DistrictRepository' => ['privates''App\\Repository\\DistrictRepository''getDistrictRepositoryService'false],
  4017.             'App\\Repository\\FavouriteProfileRepository' => ['privates''App\\Repository\\FavouriteProfileRepository''getFavouriteProfileRepositoryService'true],
  4018.             'App\\Repository\\FileProcessingTaskRepository' => ['privates''App\\Repository\\FileProcessingTaskRepository''getFileProcessingTaskRepositoryService'true],
  4019.             'App\\Repository\\IpAddressCommentBanRepository' => ['privates''App\\Repository\\IpAddressCommentBanRepository''getIpAddressCommentBanRepositoryService'true],
  4020.             'App\\Repository\\IpAddressRepository' => ['privates''App\\Repository\\IpAddressRepository''getIpAddressRepositoryService'true],
  4021.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => ['privates''App\\Repository\\Log\\SourceMapStationsUpdateLogRepository''getSourceMapStationsUpdateLogRepositoryService'true],
  4022.             'App\\Repository\\ModerationRequestsRepository' => ['privates''App\\Repository\\ModerationRequestsRepository''getModerationRequestsRepositoryService'false],
  4023.             'App\\Repository\\PageMetadataRepository' => ['privates''App\\Repository\\PageMetadataRepository''getPageMetadataRepositoryService'false],
  4024.             'App\\Repository\\PaidPlacementPriceRepository' => ['privates''App\\Repository\\PaidPlacementPriceRepository''getPaidPlacementPriceRepositoryService'false],
  4025.             'App\\Repository\\PaidPlacementsOrderRepository' => ['privates''App\\Repository\\PaidPlacementsOrderRepository''getPaidPlacementsOrderRepositoryService'true],
  4026.             'App\\Repository\\PaymentBonusRepository' => ['privates''App\\Repository\\PaymentBonusRepository''getPaymentBonusRepositoryService'true],
  4027.             'App\\Repository\\PaymentProductRepository' => ['privates''App\\Repository\\PaymentProductRepository''getPaymentProductRepositoryService'true],
  4028.             'App\\Repository\\PhoneReviewsAddedRepository' => ['privates''App\\Repository\\PhoneReviewsAddedRepository''getPhoneReviewsAddedRepositoryService'true],
  4029.             'App\\Repository\\PlacementHidingRepository' => ['privates''App\\Repository\\PlacementHidingRepository''getPlacementHidingRepositoryService'true],
  4030.             'App\\Repository\\ProfileAdBoardPlacementRepository' => ['privates''App\\Repository\\ProfileAdBoardPlacementRepository''getProfileAdBoardPlacementRepositoryService'true],
  4031.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => ['privates''App\\Repository\\ProfileApprovalBonusReceivedRepository''getProfileApprovalBonusReceivedRepositoryService'true],
  4032.             'App\\Repository\\ProfileCommentByCustomerRepository' => ['privates''App\\Repository\\ProfileCommentByCustomerRepository''getProfileCommentByCustomerRepositoryService'true],
  4033.             'App\\Repository\\ProfileCommentRepository' => ['privates''App\\Repository\\ProfileCommentRepository''getProfileCommentRepositoryService'false],
  4034.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => ['privates''App\\Repository\\ProfileConfirmationMediaFileRepository''getProfileConfirmationMediaFileRepositoryService'true],
  4035.             'App\\Repository\\ProfileCtrRepository' => ['privates''App\\Repository\\ProfileCtrRepository''getProfileCtrRepositoryService'false],
  4036.             'App\\Repository\\ProfileKVRepository' => ['privates''App\\Repository\\ProfileKVRepository''getProfileKVRepositoryService'false],
  4037.             'App\\Repository\\ProfileMediaFileRepository' => ['privates''App\\Repository\\ProfileMediaFileRepository''getProfileMediaFileRepositoryService'true],
  4038.             'App\\Repository\\ProfilePlanPlacementRepository' => ['privates''App\\Repository\\ProfilePlanPlacementRepository''getProfilePlanPlacementRepositoryService'false],
  4039.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'false],
  4040.             'App\\Repository\\ProfileSidebarPlacementRepository' => ['privates''App\\Repository\\ProfileSidebarPlacementRepository''getProfileSidebarPlacementRepositoryService'false],
  4041.             'App\\Repository\\ProfileTopPlacementRepository' => ['privates''App\\Repository\\ProfileTopPlacementRepository''getProfileTopPlacementRepositoryService'false],
  4042.             'App\\Repository\\SaloonAdBoardPlacementRepository' => ['privates''App\\Repository\\SaloonAdBoardPlacementRepository''getSaloonAdBoardPlacementRepositoryService'true],
  4043.             'App\\Repository\\SaloonCommentByCustomerRepository' => ['privates''App\\Repository\\SaloonCommentByCustomerRepository''getSaloonCommentByCustomerRepositoryService'true],
  4044.             'App\\Repository\\SaloonCommentRepository' => ['privates''App\\Repository\\SaloonCommentRepository''getSaloonCommentRepositoryService'true],
  4045.             'App\\Repository\\SaloonMediaFileRepository' => ['privates''App\\Repository\\SaloonMediaFileRepository''getSaloonMediaFileRepositoryService'true],
  4046.             'App\\Repository\\SaloonPlacementChargeRepository' => ['privates''App\\Repository\\SaloonPlacementChargeRepository''getSaloonPlacementChargeRepositoryService'true],
  4047.             'App\\Repository\\SaloonRepository' => ['privates''App\\Repository\\SaloonRepository''getSaloonRepositoryService'false],
  4048.             'App\\Repository\\SaloonSidebarPlacementRepository' => ['privates''App\\Repository\\SaloonSidebarPlacementRepository''getSaloonSidebarPlacementRepositoryService'false],
  4049.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  4050.             'App\\Repository\\SidebarPlacementRepository' => ['privates''App\\Repository\\SidebarPlacementRepository''getSidebarPlacementRepositoryService'false],
  4051.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository''getSourceMapLineRepositoryService'true],
  4052.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository''getSourceMapStationRepositoryService'true],
  4053.             'App\\Repository\\StationRepository' => ['privates''App\\Repository\\StationRepository''getStationRepositoryService'false],
  4054.             'App\\Repository\\StatusPricesRepository' => ['privates''App\\Repository\\StatusPricesRepository''getStatusPricesRepositoryService'true],
  4055.             'App\\Repository\\StatusRepository' => ['privates''App\\Repository\\StatusRepository''getStatusRepositoryService'true],
  4056.             'App\\Repository\\Subway\\LineRepository' => ['privates''App\\Repository\\Subway\\LineRepository''getLineRepositoryService'true],
  4057.             'App\\Repository\\SupportMessageAttachmentRepository' => ['privates''App\\Repository\\SupportMessageAttachmentRepository''getSupportMessageAttachmentRepositoryService'true],
  4058.             'App\\Repository\\SupportMessagesRepository' => ['privates''App\\Repository\\SupportMessagesRepository''getSupportMessagesRepositoryService'false],
  4059.             'App\\Repository\\SystemVariablesRepository' => ['privates''App\\Repository\\SystemVariablesRepository''getSystemVariablesRepositoryService'false],
  4060.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  4061.         ], [
  4062.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => '?',
  4063.             'App\\Repository\\AccountChargesRepository' => '?',
  4064.             'App\\Repository\\AccountEnrollmentRepository' => '?',
  4065.             'App\\Repository\\AccountTransactionRepository' => '?',
  4066.             'App\\Repository\\AnalyticsRepository' => '?',
  4067.             'App\\Repository\\ApprovalRequestsRepository' => '?',
  4068.             'App\\Repository\\BannedEmailRepository' => '?',
  4069.             'App\\Repository\\BannedPhoneRepository' => '?',
  4070.             'App\\Repository\\BulkQueueItemRepository' => '?',
  4071.             'App\\Repository\\CityRepository' => '?',
  4072.             'App\\Repository\\CommentBanRepository' => '?',
  4073.             'App\\Repository\\CountyRepository' => '?',
  4074.             'App\\Repository\\DistrictRepository' => '?',
  4075.             'App\\Repository\\FavouriteProfileRepository' => '?',
  4076.             'App\\Repository\\FileProcessingTaskRepository' => '?',
  4077.             'App\\Repository\\IpAddressCommentBanRepository' => '?',
  4078.             'App\\Repository\\IpAddressRepository' => '?',
  4079.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => '?',
  4080.             'App\\Repository\\ModerationRequestsRepository' => '?',
  4081.             'App\\Repository\\PageMetadataRepository' => '?',
  4082.             'App\\Repository\\PaidPlacementPriceRepository' => '?',
  4083.             'App\\Repository\\PaidPlacementsOrderRepository' => '?',
  4084.             'App\\Repository\\PaymentBonusRepository' => '?',
  4085.             'App\\Repository\\PaymentProductRepository' => '?',
  4086.             'App\\Repository\\PhoneReviewsAddedRepository' => '?',
  4087.             'App\\Repository\\PlacementHidingRepository' => '?',
  4088.             'App\\Repository\\ProfileAdBoardPlacementRepository' => '?',
  4089.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => '?',
  4090.             'App\\Repository\\ProfileCommentByCustomerRepository' => '?',
  4091.             'App\\Repository\\ProfileCommentRepository' => '?',
  4092.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => '?',
  4093.             'App\\Repository\\ProfileCtrRepository' => '?',
  4094.             'App\\Repository\\ProfileKVRepository' => '?',
  4095.             'App\\Repository\\ProfileMediaFileRepository' => '?',
  4096.             'App\\Repository\\ProfilePlanPlacementRepository' => '?',
  4097.             'App\\Repository\\ProfileRepository' => '?',
  4098.             'App\\Repository\\ProfileSidebarPlacementRepository' => '?',
  4099.             'App\\Repository\\ProfileTopPlacementRepository' => '?',
  4100.             'App\\Repository\\SaloonAdBoardPlacementRepository' => '?',
  4101.             'App\\Repository\\SaloonCommentByCustomerRepository' => '?',
  4102.             'App\\Repository\\SaloonCommentRepository' => '?',
  4103.             'App\\Repository\\SaloonMediaFileRepository' => '?',
  4104.             'App\\Repository\\SaloonPlacementChargeRepository' => '?',
  4105.             'App\\Repository\\SaloonRepository' => '?',
  4106.             'App\\Repository\\SaloonSidebarPlacementRepository' => '?',
  4107.             'App\\Repository\\ServiceRepository' => '?',
  4108.             'App\\Repository\\SidebarPlacementRepository' => '?',
  4109.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => '?',
  4110.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => '?',
  4111.             'App\\Repository\\StationRepository' => '?',
  4112.             'App\\Repository\\StatusPricesRepository' => '?',
  4113.             'App\\Repository\\StatusRepository' => '?',
  4114.             'App\\Repository\\Subway\\LineRepository' => '?',
  4115.             'App\\Repository\\SupportMessageAttachmentRepository' => '?',
  4116.             'App\\Repository\\SupportMessagesRepository' => '?',
  4117.             'App\\Repository\\SystemVariablesRepository' => '?',
  4118.             'App\\Repository\\UserRepository' => '?',
  4119.         ]));
  4120.     }
  4121.     /**
  4122.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  4123.      *
  4124.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  4125.      */
  4126.     protected function getEightPointsGuzzle_DataCollectorService()
  4127.     {
  4128.         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);
  4129.     }
  4130.     /**
  4131.      * Gets the private 'esi_listener' shared service.
  4132.      *
  4133.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  4134.      */
  4135.     protected function getEsiListenerService()
  4136.     {
  4137.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  4138.     }
  4139.     /**
  4140.      * Gets the private 'exception_listener' shared service.
  4141.      *
  4142.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4143.      */
  4144.     protected function getExceptionListenerService()
  4145.     {
  4146.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4147.     }
  4148.     /**
  4149.      * Gets the private 'flagception.activator.chain_activator' shared service.
  4150.      *
  4151.      * @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
  4152.      */
  4153.     protected function getFlagception_Activator_ChainActivatorService()
  4154.     {
  4155.         $this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
  4156.         $a = new \Flagception\Factory\ExpressionLanguageFactory();
  4157.         $a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
  4158.         $a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
  4159.         $instance->add(new \Flagception\Activator\ArrayActivator(['account_main_is_profiles' => false'adboard_positions_alignment_by_schedule' => false'allow_domain_redirects' => false'allow_legacy_city_uri_case_redirects' => false'allow_profile_delete' => false'approval_by_video' => false'canonical_url_with_pagination' => false'check_description_unique' => false'city_main_pages_linkage_circle' => false'consider_approved_priority' => false'crop_avatar' => false'ctr' => false'drop_default_city_prefix' => false'dummy_page_403' => false'dynamic_prices' => false'escort_additional_requirements' => false'extended_profile_form' => false'extra_category_top_100' => false'extra_category_eromassage' => false'extra_category_verified' => false'extra_category_cheap' => false'extra_category_mature' => false'extra_category_uzbek' => false'extra_category_with_whatsapp' => false'extra_category_with_telegram' => false'extra_category_eighteen_years_old' => false'extra_category_big_ass' => false'extra_category_rublevskie' => false'extra_category_with_tattoo' => false'extra_category_with_piercing' => false'extra_category_round_the_clock' => false'extra_category_for_two_hours' => false'extra_category_for_hour' => false'extra_category_grandmothers' => false'extra_category_without_prepayment' => false'extra_category_express_program' => false'extra_category_big_breast' => false'extra_category_very_skinny' => false'extra_category_small_ass' => false'extra_category_beautiful_prostitutes' => false'extra_category_without_intermediaries' => false'extra_category_intim_services' => false'extra_category_outcall' => false'extra_category_dwarfs' => false'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'indi_main' => false'indi_checked' => false'indi_mature' => false'indi_cheap' => false'indi_with_comments' => false'massagers_without_intermediaries' => false'massagers_checked' => false'massagers_cheap' => false'massagers_outcall' => false'salons_massage' => false'salons_brothel' => 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]));
  4160.         $instance->add(new \Flagception\Activator\EnvironmentActivator([]));
  4161.         $instance->add(new \Flagception\Activator\ConstraintActivator(new \Flagception\Constraint\ConstraintResolver($a->create()), ['account_main_is_profiles' => $this->getEnv('string:FEATURE_ACCOUNT_MAIN_IS_PROFILES').' == true''adboard_positions_alignment_by_schedule' => $this->getEnv('string:FEATURE_ADBOARD_POSITIONS_ALIGNMENT_BY_SCHEDULE').' == true''allow_domain_redirects' => $this->getEnv('string:FEATURE_ALLOW_DOMAIN_REDIRECTS').' == true''allow_legacy_city_uri_case_redirects' => $this->getEnv('string:FEATURE_ALLOW_LEGACY_CITY_URI_CASE_REDIRECTS').' == true''allow_profile_delete' => $this->getEnv('string:FEATURE_ALLOW_PROFILE_DELETE').' == true''approval_by_video' => $this->getEnv('string:FEATURE_APPROVAL_BY_VIDEO').' == true''canonical_url_with_pagination' => $this->getEnv('string:FEATURE_CANONICAL_URL_WITH_PAGINATION').' == true''check_description_unique' => $this->getEnv('string:FEATURE_CHECK_DESCRIPTION_UNIQUE').' == true''city_main_pages_linkage_circle' => $this->getEnv('string:FEATURE_CITY_MAIN_PAGES_LINKAGE_CIRCLE').' == true''consider_approved_priority' => $this->getEnv('string:FEATURE_CONSIDER_APPROVED_PRIORITY').' == true''crop_avatar' => $this->getEnv('string:FEATURE_CROP_AVATAR').' == true''ctr' => $this->getEnv('string:FEATURE_CTR').' == true''drop_default_city_prefix' => $this->getEnv('string:FEATURE_DROP_DEFAULT_CITY_PREFIX').' == true && '.$this->getEnv('string:FEATURE_MULTIPLE_CITIES').' == true''dummy_page_403' => $this->getEnv('string:FEATURE_DUMMY_PAGE_403').' == true''dynamic_prices' => $this->getEnv('string:FEATURE_DYNAMIC_PRICES').' == true''escort_additional_requirements' => $this->getEnv('string:FEATURE_ESCORT_ADDITIONAL_REQUIREMENTS').' == true''extended_profile_form' => $this->getEnv('string:FEATURE_EXTENDED_PROFILE_FORM').' == true''extra_category_top_100' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_TOP_100').' == true''extra_category_eromassage' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_EROMASSAGE').' == true''extra_category_verified' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_VERIFIED').' == true''extra_category_cheap' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_CHEAP').' == true''extra_category_mature' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_MATURE').' == true''extra_category_uzbek' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_UZBEK').' == true''extra_category_with_whatsapp' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITH_WHATSAPP').' == true''extra_category_with_telegram' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITH_TELEGRAM').' == true''extra_category_eighteen_years_old' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_EIGHTEEN_YEARS_OLD').' == true''extra_category_big_ass' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_BIG_ASS').' == true''extra_category_rublevskie' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_RUBLEVSKIE').' == true''extra_category_with_tattoo' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITH_TATTOO').' == true''extra_category_with_piercing' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITH_PIERCING').' == true''extra_category_round_the_clock' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_ROUND_THE_CLOCK').' == true''extra_category_for_two_hours' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_FOR_TWO_HOURS').' == true''extra_category_for_hour' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_FOR_HOUR').' == true''extra_category_grandmothers' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_GRANDMOTHERS').' == true''extra_category_without_prepayment' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITHOUT_PREPAYMENT').' == true''extra_category_express_program' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_EXPRESS_PROGRAM').' == true''extra_category_big_breast' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_BIG_BREAST').' == true''extra_category_very_skinny' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_VERY_SKINNY').' == true''extra_category_small_ass' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_SMALL_ASS').' == true''extra_category_beautiful_prostitutes' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_BEAUTIFUL_PROSTITUTES').' == true''extra_category_without_intermediaries' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_WITHOUT_INTERMEDIARIES').' == true''extra_category_intim_services' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_INTIM_SERVICES').' == true''extra_category_outcall' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_OUTCALL').' == true''extra_category_dwarfs' => $this->getEnv('string:FEATURE_EXTRA_CATEGORY_DWARFS').' == true''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''indi_main' => $this->getEnv('string:FEATURE_INDI_MAIN').' == true''indi_checked' => $this->getEnv('string:FEATURE_INDI_CHECKED').' == true''indi_mature' => $this->getEnv('string:FEATURE_INDI_MATURE').' == true''indi_cheap' => $this->getEnv('string:FEATURE_INDI_CHEAP').' == true''indi_with_comments' => $this->getEnv('string:FEATURE_INDI_WITH_COMMENTS').' == true''massagers_without_intermediaries' => $this->getEnv('string:FEATURE_MASSAGERS_WITHOUT_INTERMEDIARIES').' == true''massagers_checked' => $this->getEnv('string:FEATURE_MASSAGERS_CHECKED').' == true''massagers_cheap' => $this->getEnv('string:FEATURE_MASSAGERS_CHEAP').' == true''massagers_outcall' => $this->getEnv('string:FEATURE_MASSAGERS_OUTCALL').' == true''salons_massage' => $this->getEnv('string:FEATURE_SALONS_MASSAGE').' == true''salons_brothel' => $this->getEnv('string:FEATURE_SALONS_BROTHEL').' == 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']));
  4162.         return $instance;
  4163.     }
  4164.     /**
  4165.      * Gets the private 'form.registry' shared service.
  4166.      *
  4167.      * @return \Symfony\Component\Form\FormRegistry
  4168.      */
  4169.     protected function getForm_RegistryService()
  4170.     {
  4171.         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, [
  4172.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'true],
  4173.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'true],
  4174.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'true],
  4175.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'true],
  4176.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'true],
  4177.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'true],
  4178.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'true],
  4179.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'true],
  4180.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'true],
  4181.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'true],
  4182.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'true],
  4183.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'true],
  4184.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'true],
  4185.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'true],
  4186.         ], [
  4187.             'easyadmin.filter.type.array' => '?',
  4188.             'easyadmin.filter.type.boolean' => '?',
  4189.             'easyadmin.filter.type.choice' => '?',
  4190.             'easyadmin.filter.type.comparison' => '?',
  4191.             'easyadmin.filter.type.date' => '?',
  4192.             'easyadmin.filter.type.dateinterval' => '?',
  4193.             'easyadmin.filter.type.datetime' => '?',
  4194.             'easyadmin.filter.type.decimal' => '?',
  4195.             'easyadmin.filter.type.entity' => '?',
  4196.             'easyadmin.filter.type.float' => '?',
  4197.             'easyadmin.filter.type.integer' => '?',
  4198.             'easyadmin.filter.type.text' => '?',
  4199.             'easyadmin.filter.type.textarea' => '?',
  4200.             'easyadmin.filter.type.time' => '?',
  4201.         ]), [], new RewindableGenerator(function () {
  4202.             return new \EmptyIterator();
  4203.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4204.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType''getEasyAdminEmbeddedListTypeService'true],
  4205.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType''getAdminRolesTypeService'true],
  4206.             'App\\Form\\AccountTopPlacementForm' => ['privates''App\\Form\\AccountTopPlacementForm''getAccountTopPlacementFormService'true],
  4207.             'App\\Form\\BulkActionForm' => ['privates''App\\Form\\BulkActionForm''getBulkActionFormService'true],
  4208.             'App\\Form\\ChangeAccountInformationForm' => ['privates''App\\Form\\ChangeAccountInformationForm''getChangeAccountInformationFormService'true],
  4209.             'App\\Form\\ChangeAccountPasswordForm' => ['privates''App\\Form\\ChangeAccountPasswordForm''getChangeAccountPasswordFormService'true],
  4210.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => ['privates''App\\Form\\ChangeCustomerAdditionalInfoForm''getChangeCustomerAdditionalInfoFormService'true],
  4211.             'App\\Form\\CommentForm' => ['privates''App\\Form\\CommentForm''getCommentFormService'true],
  4212.             'App\\Form\\CreateOrEditProfileForm' => ['privates''App\\Form\\CreateOrEditProfileForm''getCreateOrEditProfileFormService'true],
  4213.             'App\\Form\\CreateOrEditSaloonForm' => ['privates''App\\Form\\CreateOrEditSaloonForm''getCreateOrEditSaloonFormService'true],
  4214.             'App\\Form\\CustomerProfilePreferenceForm' => ['privates''App\\Form\\CustomerProfilePreferenceForm''getCustomerProfilePreferenceFormService'true],
  4215.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => ['privates''App\\Form\\EasyAdmin\\ApprovalRequestForm''getApprovalRequestFormService'true],
  4216.             'App\\Form\\EasyAdmin\\CityPricesForm' => ['privates''App\\Form\\EasyAdmin\\CityPricesForm''getCityPricesFormService'true],
  4217.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm''getManuallyEnrollArbitraryMoneyValueByStaffFormService'true],
  4218.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm''getManuallyRedeemPrepaidTokenByStaffFormService'true],
  4219.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => ['privates''App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm''getProfileAnalyticsFilterFormService'true],
  4220.             'App\\Form\\EasyAdmin\\ProfileForm' => ['privates''App\\Form\\EasyAdmin\\ProfileForm''getProfileFormService'true],
  4221.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => ['privates''App\\Form\\EasyAdmin\\ProfileModerationForm''getProfileModerationFormService'true],
  4222.             'App\\Form\\EasyAdmin\\SaloonForm' => ['privates''App\\Form\\EasyAdmin\\SaloonForm''getSaloonFormService'true],
  4223.             'App\\Form\\EasyAdmin\\SupportMessageForm' => ['privates''App\\Form\\EasyAdmin\\SupportMessageForm''getSupportMessageFormService'true],
  4224.             'App\\Form\\FilterAccountTransactionsForm' => ['privates''App\\Form\\FilterAccountTransactionsForm''getFilterAccountTransactionsFormService'true],
  4225.             'App\\Form\\FilterMapForm' => ['privates''App\\Form\\FilterMapForm''getFilterMapFormService'true],
  4226.             'App\\Form\\ForgottenUserType' => ['privates''App\\Form\\ForgottenUserType''getForgottenUserTypeService'true],
  4227.             'App\\Form\\MoneyPaymentForm' => ['privates''App\\Form\\MoneyPaymentForm''getMoneyPaymentFormService'true],
  4228.             'App\\Form\\PhoneReviewForm' => ['privates''App\\Form\\PhoneReviewForm''getPhoneReviewFormService'true],
  4229.             'App\\Form\\ProfileFilterForm' => ['privates''App\\Form\\ProfileFilterForm''getProfileFilterFormService'true],
  4230.             'App\\Form\\ReceivePasswordForm' => ['privates''App\\Form\\ReceivePasswordForm''getReceivePasswordFormService'true],
  4231.             'App\\Form\\RedeemPrepaidTokenForm' => ['privates''App\\Form\\RedeemPrepaidTokenForm''getRedeemPrepaidTokenFormService'true],
  4232.             'App\\Form\\RegisterAccountForm' => ['privates''App\\Form\\RegisterAccountForm''getRegisterAccountFormService'true],
  4233.             'App\\Form\\ReplySupportMessageForm' => ['privates''App\\Form\\ReplySupportMessageForm''getReplySupportMessageFormService'true],
  4234.             'App\\Form\\SearchByKeywordsForm' => ['privates''App\\Form\\SearchByKeywordsForm''getSearchByKeywordsFormService'true],
  4235.             'App\\Form\\SearchPhoneForm' => ['privates''App\\Form\\SearchPhoneForm''getSearchPhoneFormService'true],
  4236.             'App\\Form\\SearchProfileForm' => ['privates''App\\Form\\SearchProfileForm''getSearchProfileFormService'true],
  4237.             'App\\Form\\Type\\AdvertiserBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserBanChoiceType''getAdvertiserBanChoiceTypeService'true],
  4238.             'App\\Form\\Type\\AdvertiserBanType' => ['privates''App\\Form\\Type\\AdvertiserBanType''getAdvertiserBanTypeService'true],
  4239.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserUnBanChoiceType''getAdvertiserUnBanChoiceTypeService'true],
  4240.             'App\\Form\\Type\\ApartmentsPricingType' => ['privates''App\\Form\\Type\\ApartmentsPricingType''getApartmentsPricingTypeService'true],
  4241.             'App\\Form\\Type\\CarPricingType' => ['privates''App\\Form\\Type\\CarPricingType''getCarPricingTypeService'true],
  4242.             'App\\Form\\Type\\CityGroupType' => ['privates''App\\Form\\Type\\CityGroupType''getCityGroupTypeService'true],
  4243.             'App\\Form\\Type\\CityPriceCategoryType' => ['privates''App\\Form\\Type\\CityPriceCategoryType''getCityPriceCategoryTypeService'true],
  4244.             'App\\Form\\Type\\ClientRestrictionsType' => ['privates''App\\Form\\Type\\ClientRestrictionsType''getClientRestrictionsTypeService'true],
  4245.             'App\\Form\\Type\\CustomerBanChoiceType' => ['privates''App\\Form\\Type\\CustomerBanChoiceType''getCustomerBanChoiceTypeService'true],
  4246.             'App\\Form\\Type\\CustomerBanType' => ['privates''App\\Form\\Type\\CustomerBanType''getCustomerBanTypeService'true],
  4247.             'App\\Form\\Type\\CustomerUnBanChoiceType' => ['privates''App\\Form\\Type\\CustomerUnBanChoiceType''getCustomerUnBanChoiceTypeService'true],
  4248.             'App\\Form\\Type\\ExpressPricingType' => ['privates''App\\Form\\Type\\ExpressPricingType''getExpressPricingTypeService'true],
  4249.             'App\\Form\\Type\\MapCoordinateType' => ['privates''App\\Form\\Type\\MapCoordinateType''getMapCoordinateTypeService'true],
  4250.             'App\\Form\\Type\\MessengersType' => ['privates''App\\Form\\Type\\MessengersType''getMessengersTypeService'true],
  4251.             'App\\Form\\Type\\PersonParametersType' => ['privates''App\\Form\\Type\\PersonParametersType''getPersonParametersTypeService'true],
  4252.             'App\\Form\\Type\\PhoneCallRestrictionsType' => ['privates''App\\Form\\Type\\PhoneCallRestrictionsType''getPhoneCallRestrictionsTypeService'true],
  4253.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => ['privates''App\\Form\\Type\\ProfileCommentMarkChoiceType''getProfileCommentMarkChoiceTypeService'true],
  4254.             'App\\Form\\Type\\ProfileFiltersType' => ['privates''App\\Form\\Type\\ProfileFiltersType''getProfileFiltersTypeService'true],
  4255.             'App\\Form\\Type\\ProvideServicesCollectionType' => ['privates''App\\Form\\Type\\ProvideServicesCollectionType''getProvideServicesCollectionTypeService'true],
  4256.             'App\\Form\\Type\\ProvidedServiceType' => ['privates''App\\Form\\Type\\ProvidedServiceType''getProvidedServiceTypeService'true],
  4257.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => ['privates''App\\Form\\Type\\SaloonCommentMarkChoiceType''getSaloonCommentMarkChoiceTypeService'true],
  4258.             'App\\Form\\Type\\SearchRangeType' => ['privates''App\\Form\\Type\\SearchRangeType''getSearchRangeTypeService'true],
  4259.             'App\\Form\\Type\\ServiceGroupType' => ['privates''App\\Form\\Type\\ServiceGroupType''getServiceGroupTypeService'true],
  4260.             'App\\Form\\Type\\ServiceType' => ['privates''App\\Form\\Type\\ServiceType''getServiceTypeService'true],
  4261.             'App\\Form\\Type\\TakeOutPricingType' => ['privates''App\\Form\\Type\\TakeOutPricingType''getTakeOutPricingTypeService'true],
  4262.             'App\\Form\\Type\\TimezoneType' => ['privates''App\\Form\\Type\\TimezoneType''getTimezoneTypeService'true],
  4263.             'App\\Form\\Type\\TranslatableValueType' => ['privates''App\\Form\\Type\\TranslatableValueType''getTranslatableValueTypeService'true],
  4264.             'App\\Form\\Type\\WorkingHoursType' => ['privates''App\\Form\\Type\\WorkingHoursType''getWorkingHoursTypeService'true],
  4265.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => ['privates''App\\Form\\Type\\YesNoNoMatterChoiceType''getYesNoNoMatterChoiceTypeService'true],
  4266.             'App\\Form\\WriteSupportMessageForm' => ['privates''App\\Form\\WriteSupportMessageForm''getWriteSupportMessageFormService'true],
  4267.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  4268.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  4269.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'true],
  4270.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'true],
  4271.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'true],
  4272.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'true],
  4273.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'true],
  4274.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'true],
  4275.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'true],
  4276.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'true],
  4277.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates''Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  4278.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4279.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4280.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4281.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4282.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4283.         ], [
  4284.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => '?',
  4285.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => '?',
  4286.             'App\\Form\\AccountTopPlacementForm' => '?',
  4287.             'App\\Form\\BulkActionForm' => '?',
  4288.             'App\\Form\\ChangeAccountInformationForm' => '?',
  4289.             'App\\Form\\ChangeAccountPasswordForm' => '?',
  4290.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => '?',
  4291.             'App\\Form\\CommentForm' => '?',
  4292.             'App\\Form\\CreateOrEditProfileForm' => '?',
  4293.             'App\\Form\\CreateOrEditSaloonForm' => '?',
  4294.             'App\\Form\\CustomerProfilePreferenceForm' => '?',
  4295.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => '?',
  4296.             'App\\Form\\EasyAdmin\\CityPricesForm' => '?',
  4297.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => '?',
  4298.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => '?',
  4299.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => '?',
  4300.             'App\\Form\\EasyAdmin\\ProfileForm' => '?',
  4301.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => '?',
  4302.             'App\\Form\\EasyAdmin\\SaloonForm' => '?',
  4303.             'App\\Form\\EasyAdmin\\SupportMessageForm' => '?',
  4304.             'App\\Form\\FilterAccountTransactionsForm' => '?',
  4305.             'App\\Form\\FilterMapForm' => '?',
  4306.             'App\\Form\\ForgottenUserType' => '?',
  4307.             'App\\Form\\MoneyPaymentForm' => '?',
  4308.             'App\\Form\\PhoneReviewForm' => '?',
  4309.             'App\\Form\\ProfileFilterForm' => '?',
  4310.             'App\\Form\\ReceivePasswordForm' => '?',
  4311.             'App\\Form\\RedeemPrepaidTokenForm' => '?',
  4312.             'App\\Form\\RegisterAccountForm' => '?',
  4313.             'App\\Form\\ReplySupportMessageForm' => '?',
  4314.             'App\\Form\\SearchByKeywordsForm' => '?',
  4315.             'App\\Form\\SearchPhoneForm' => '?',
  4316.             'App\\Form\\SearchProfileForm' => '?',
  4317.             'App\\Form\\Type\\AdvertiserBanChoiceType' => '?',
  4318.             'App\\Form\\Type\\AdvertiserBanType' => '?',
  4319.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => '?',
  4320.             'App\\Form\\Type\\ApartmentsPricingType' => '?',
  4321.             'App\\Form\\Type\\CarPricingType' => '?',
  4322.             'App\\Form\\Type\\CityGroupType' => '?',
  4323.             'App\\Form\\Type\\CityPriceCategoryType' => '?',
  4324.             'App\\Form\\Type\\ClientRestrictionsType' => '?',
  4325.             'App\\Form\\Type\\CustomerBanChoiceType' => '?',
  4326.             'App\\Form\\Type\\CustomerBanType' => '?',
  4327.             'App\\Form\\Type\\CustomerUnBanChoiceType' => '?',
  4328.             'App\\Form\\Type\\ExpressPricingType' => '?',
  4329.             'App\\Form\\Type\\MapCoordinateType' => '?',
  4330.             'App\\Form\\Type\\MessengersType' => '?',
  4331.             'App\\Form\\Type\\PersonParametersType' => '?',
  4332.             'App\\Form\\Type\\PhoneCallRestrictionsType' => '?',
  4333.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => '?',
  4334.             'App\\Form\\Type\\ProfileFiltersType' => '?',
  4335.             'App\\Form\\Type\\ProvideServicesCollectionType' => '?',
  4336.             'App\\Form\\Type\\ProvidedServiceType' => '?',
  4337.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => '?',
  4338.             'App\\Form\\Type\\SearchRangeType' => '?',
  4339.             'App\\Form\\Type\\ServiceGroupType' => '?',
  4340.             'App\\Form\\Type\\ServiceType' => '?',
  4341.             'App\\Form\\Type\\TakeOutPricingType' => '?',
  4342.             'App\\Form\\Type\\TimezoneType' => '?',
  4343.             'App\\Form\\Type\\TranslatableValueType' => '?',
  4344.             'App\\Form\\Type\\WorkingHoursType' => '?',
  4345.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => '?',
  4346.             'App\\Form\\WriteSupportMessageForm' => '?',
  4347.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  4348.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  4349.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  4350.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  4351.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  4352.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  4353.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  4354.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  4355.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  4356.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  4357.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
  4358.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4359.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4360.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4361.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4362.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4363.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4364.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4365.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4366.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4367.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4368.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4369.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4370.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService'));
  4371.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  4372.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4373.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4374.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4375.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4376.         }, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
  4377.             yield => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService'));
  4378.         }, 1)], new RewindableGenerator(function () {
  4379.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4380.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4381.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService'));
  4382.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4383.     }
  4384.     /**
  4385.      * Gets the private 'fos_elastica.logger' shared service.
  4386.      *
  4387.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  4388.      */
  4389.     protected function getFosElastica_LoggerService()
  4390.     {
  4391.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  4392.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4393.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4394.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4395.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4396.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  4397.     }
  4398.     /**
  4399.      * Gets the private 'fragment.listener' shared service.
  4400.      *
  4401.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4402.      */
  4403.     protected function getFragment_ListenerService()
  4404.     {
  4405.         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');
  4406.     }
  4407.     /**
  4408.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4409.      *
  4410.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4411.      */
  4412.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4413.     {
  4414.         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())));
  4415.     }
  4416.     /**
  4417.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4418.      *
  4419.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4420.      */
  4421.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4422.     {
  4423.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4424.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4425.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4426.         }
  4427.         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);
  4428.     }
  4429.     /**
  4430.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4431.      *
  4432.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4433.      */
  4434.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4435.     {
  4436.         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]);
  4437.     }
  4438.     /**
  4439.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  4440.      *
  4441.      * @return \libphonenumber\PhoneNumberUtil
  4442.      */
  4443.     protected function getPhoneNumberUtilService()
  4444.     {
  4445.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  4446.     }
  4447.     /**
  4448.      * Gets the private 'locale_aware_listener' shared service.
  4449.      *
  4450.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4451.      */
  4452.     protected function getLocaleAwareListenerService()
  4453.     {
  4454.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4455.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  4456.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4457.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4458.     }
  4459.     /**
  4460.      * Gets the private 'locale_listener' shared service.
  4461.      *
  4462.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4463.      */
  4464.     protected function getLocaleListenerService()
  4465.     {
  4466.         $a = ($this->services['router'] ?? $this->getRouterService());
  4467.         if (isset($this->privates['locale_listener'])) {
  4468.             return $this->privates['locale_listener'];
  4469.         }
  4470.         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, []);
  4471.     }
  4472.     /**
  4473.      * Gets the private 'monolog.handler.chromephp' shared service.
  4474.      *
  4475.      * @return \Symfony\Bridge\Monolog\Handler\ChromePhpHandler
  4476.      */
  4477.     protected function getMonolog_Handler_ChromephpService()
  4478.     {
  4479.         $this->privates['monolog.handler.chromephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\ChromePhpHandler('debug'true);
  4480.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4481.         return $instance;
  4482.     }
  4483.     /**
  4484.      * Gets the private 'monolog.handler.firephp' shared service.
  4485.      *
  4486.      * @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
  4487.      */
  4488.     protected function getMonolog_Handler_FirephpService()
  4489.     {
  4490.         $this->privates['monolog.handler.firephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler('debug'true);
  4491.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4492.         return $instance;
  4493.     }
  4494.     /**
  4495.      * Gets the private 'monolog.logger' shared service.
  4496.      *
  4497.      * @return \Symfony\Bridge\Monolog\Logger
  4498.      */
  4499.     protected function getMonolog_LoggerService()
  4500.     {
  4501.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4502.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4503.         $instance->useMicrosecondTimestamps(true);
  4504.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4505.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4506.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4507.         return $instance;
  4508.     }
  4509.     /**
  4510.      * Gets the private 'monolog.logger.cache' shared service.
  4511.      *
  4512.      * @return \Symfony\Bridge\Monolog\Logger
  4513.      */
  4514.     protected function getMonolog_Logger_CacheService()
  4515.     {
  4516.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4517.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4518.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4519.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4520.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4521.         return $instance;
  4522.     }
  4523.     /**
  4524.      * Gets the private 'monolog.logger.doctrine' shared service.
  4525.      *
  4526.      * @return \Symfony\Bridge\Monolog\Logger
  4527.      */
  4528.     protected function getMonolog_Logger_DoctrineService()
  4529.     {
  4530.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4531.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4532.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4533.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4534.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4535.         return $instance;
  4536.     }
  4537.     /**
  4538.      * Gets the private 'monolog.logger.request' shared service.
  4539.      *
  4540.      * @return \Symfony\Bridge\Monolog\Logger
  4541.      */
  4542.     protected function getMonolog_Logger_RequestService()
  4543.     {
  4544.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4545.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4546.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4547.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4548.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4549.         return $instance;
  4550.     }
  4551.     /**
  4552.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4553.      *
  4554.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4555.      */
  4556.     protected function getNelmioCors_CorsListenerService()
  4557.     {
  4558.         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'))]));
  4559.     }
  4560.     /**
  4561.      * Gets the private 'parameter_bag' shared service.
  4562.      *
  4563.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4564.      */
  4565.     protected function getParameterBagService()
  4566.     {
  4567.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4568.     }
  4569.     /**
  4570.      * Gets the private 'profile_widget.cache.traceable' shared service.
  4571.      *
  4572.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4573.      */
  4574.     protected function getProfileWidget_Cache_TraceableService()
  4575.     {
  4576.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4577.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4578.         $a->setLogger($b);
  4579.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('s7IRxdHgKI'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4580.         $c->setLogger($b);
  4581.         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)));
  4582.     }
  4583.     /**
  4584.      * Gets the private 'profiler_listener' shared service.
  4585.      *
  4586.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4587.      */
  4588.     protected function getProfilerListenerService()
  4589.     {
  4590.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4591.         if (isset($this->privates['profiler_listener'])) {
  4592.             return $this->privates['profiler_listener'];
  4593.         }
  4594.         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);
  4595.     }
  4596.     /**
  4597.      * Gets the private 'profiles_filter.cache.traceable' shared service.
  4598.      *
  4599.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4600.      */
  4601.     protected function getProfilesFilter_Cache_TraceableService()
  4602.     {
  4603.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4604.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4605.         $a->setLogger($b);
  4606.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('7PavfMvOjX'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4607.         $c->setLogger($b);
  4608.         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)));
  4609.     }
  4610.     /**
  4611.      * Gets the private 'project_data.cache.traceable' shared service.
  4612.      *
  4613.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4614.      */
  4615.     protected function getProjectData_Cache_TraceableService()
  4616.     {
  4617.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4618.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4619.         $a->setLogger($b);
  4620.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('oJDfqwEI+Z'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4621.         $c->setLogger($b);
  4622.         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)));
  4623.     }
  4624.     /**
  4625.      * Gets the private 'property_info' shared service.
  4626.      *
  4627.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4628.      */
  4629.     protected function getPropertyInfoService()
  4630.     {
  4631.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4632.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4633.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4634.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4635.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4636.         }, 4), new RewindableGenerator(function () {
  4637.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4638.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4639.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4640.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4641.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4642.         }, 5), new RewindableGenerator(function () {
  4643.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4644.         }, 1), new RewindableGenerator(function () {
  4645.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4646.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4647.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4648.         }, 3), new RewindableGenerator(function () {
  4649.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4650.         }, 1));
  4651.     }
  4652.     /**
  4653.      * Gets the private 'router.expression_language_provider' shared service.
  4654.      *
  4655.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4656.      */
  4657.     protected function getRouter_ExpressionLanguageProviderService()
  4658.     {
  4659.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4660.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4661.         ], [
  4662.             'env' => 'Closure',
  4663.         ]));
  4664.     }
  4665.     /**
  4666.      * Gets the private 'router.request_context' shared service.
  4667.      *
  4668.      * @return \Symfony\Component\Routing\RequestContext
  4669.      */
  4670.     protected function getRouter_RequestContextService()
  4671.     {
  4672.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4673.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4674.         return $instance;
  4675.     }
  4676.     /**
  4677.      * Gets the private 'router_listener' shared service.
  4678.      *
  4679.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4680.      */
  4681.     protected function getRouterListenerService()
  4682.     {
  4683.         $a = ($this->services['router'] ?? $this->getRouterService());
  4684.         if (isset($this->privates['router_listener'])) {
  4685.             return $this->privates['router_listener'];
  4686.         }
  4687.         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);
  4688.     }
  4689.     /**
  4690.      * Gets the private 'security.firewall.map' shared service.
  4691.      *
  4692.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4693.      */
  4694.     protected function getSecurity_Firewall_MapService()
  4695.     {
  4696.         $a = ($this->privates['.service_locator.Tip.8_I'] ?? $this->get_ServiceLocator_Tip_8IService());
  4697.         if (isset($this->privates['security.firewall.map'])) {
  4698.             return $this->privates['security.firewall.map'];
  4699.         }
  4700.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4701.             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)/')));
  4702.             yield 'security.firewall.map.context.management' => ($this->privates['.security.request_matcher.KsWz1b8'] ?? ($this->privates['.security.request_matcher.KsWz1b8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/management')));
  4703.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4704.         }, 3));
  4705.     }
  4706.     /**
  4707.      * Gets the private 'security.helper' shared service.
  4708.      *
  4709.      * @return \Symfony\Component\Security\Core\Security
  4710.      */
  4711.     protected function getSecurity_HelperService()
  4712.     {
  4713.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4714.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4715.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4716.         ], [
  4717.             'security.authorization_checker' => '?',
  4718.             'security.token_storage' => '?',
  4719.         ]));
  4720.     }
  4721.     /**
  4722.      * Gets the private 'security.logout_url_generator' shared service.
  4723.      *
  4724.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4725.      */
  4726.     protected function getSecurity_LogoutUrlGeneratorService()
  4727.     {
  4728.         $a = ($this->services['router'] ?? $this->getRouterService());
  4729.         if (isset($this->privates['security.logout_url_generator'])) {
  4730.             return $this->privates['security.logout_url_generator'];
  4731.         }
  4732.         $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()));
  4733.         $instance->registerListener('management''management.authentication.logout''logout''_csrf_token'NULLNULL);
  4734.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  4735.         return $instance;
  4736.     }
  4737.     /**
  4738.      * Gets the private 'security.role_hierarchy' shared service.
  4739.      *
  4740.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4741.      */
  4742.     protected function getSecurity_RoleHierarchyService()
  4743.     {
  4744.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4745.     }
  4746.     /**
  4747.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4748.      *
  4749.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4750.      */
  4751.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4752.     {
  4753.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4754.     }
  4755.     /**
  4756.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4757.      *
  4758.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4759.      */
  4760.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4761.     {
  4762.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4763.         $b = new \App\ParamConverter\CityParamConverter(($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
  4764.         $a->add($b0'city_converter');
  4765.         $a->add($b0NULL);
  4766.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4767.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4768.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4769.     }
  4770.     /**
  4771.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4772.      *
  4773.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4774.      */
  4775.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4776.     {
  4777.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4778.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4779.             return $this->privates['sensio_framework_extra.security.listener'];
  4780.         }
  4781.         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()));
  4782.     }
  4783.     /**
  4784.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4785.      *
  4786.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4787.      */
  4788.     protected function getSensioFrameworkExtra_View_ListenerService()
  4789.     {
  4790.         $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))));
  4791.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4792.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4793.         ], [
  4794.             'twig' => '?',
  4795.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4796.         return $instance;
  4797.     }
  4798.     /**
  4799.      * Gets the private 'session_listener' shared service.
  4800.      *
  4801.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4802.      */
  4803.     protected function getSessionListenerService()
  4804.     {
  4805.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4806.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  4807.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4808.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4809.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  4810.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4811.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4812.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  4813.         ], [
  4814.             'initialized_session' => '?',
  4815.             'logger' => '?',
  4816.             'request_stack' => '?',
  4817.             'session' => '?',
  4818.             'session_collector' => '?',
  4819.             'session_factory' => '?',
  4820.             'session_storage' => '?',
  4821.         ]), true$this->parameters['session.storage.options']);
  4822.     }
  4823.     /**
  4824.      * Gets the private 'sidebar_new_check_cool_down.cache.traceable' shared service.
  4825.      *
  4826.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4827.      */
  4828.     protected function getSidebarNewCheckCoolDown_Cache_TraceableService()
  4829.     {
  4830.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4831.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4832.         $a->setLogger($b);
  4833.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('q4fi+ss0Im'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4834.         $c->setLogger($b);
  4835.         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)));
  4836.     }
  4837.     /**
  4838.      * Gets the private 'station_added_profiles.cache.traceable' shared service.
  4839.      *
  4840.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4841.      */
  4842.     protected function getStationAddedProfiles_Cache_TraceableService()
  4843.     {
  4844.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4845.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4846.         $a->setLogger($b);
  4847.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('0n1JMuVqom'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4848.         $c->setLogger($b);
  4849.         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)));
  4850.     }
  4851.     /**
  4852.      * Gets the private 'stations_lines.cache.traceable' shared service.
  4853.      *
  4854.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4855.      */
  4856.     protected function getStationsLines_Cache_TraceableService()
  4857.     {
  4858.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4859.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4860.         $a->setLogger($b);
  4861.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('KdtN+BNZ5G'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4862.         $c->setLogger($b);
  4863.         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)));
  4864.     }
  4865.     /**
  4866.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  4867.      *
  4868.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  4869.      */
  4870.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  4871.     {
  4872.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4873.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  4874.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  4875.         }
  4876.         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);
  4877.     }
  4878.     /**
  4879.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  4880.      *
  4881.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  4882.      */
  4883.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  4884.     {
  4885.         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()));
  4886.     }
  4887.     /**
  4888.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  4889.      *
  4890.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  4891.      */
  4892.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  4893.     {
  4894.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4895.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  4896.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  4897.         }
  4898.         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);
  4899.     }
  4900.     /**
  4901.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  4902.      *
  4903.      * @return \Gedmo\Blameable\BlameableListener
  4904.      */
  4905.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  4906.     {
  4907.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  4908.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4909.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4910.         return $instance;
  4911.     }
  4912.     /**
  4913.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  4914.      *
  4915.      * @return \Gedmo\Loggable\LoggableListener
  4916.      */
  4917.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  4918.     {
  4919.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  4920.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4921.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4922.         return $instance;
  4923.     }
  4924.     /**
  4925.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  4926.      *
  4927.      * @return \Gedmo\Translatable\TranslatableListener
  4928.      */
  4929.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  4930.     {
  4931.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  4932.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4933.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4934.         $instance->setDefaultLocale('ru');
  4935.         $instance->setTranslatableLocale('ru');
  4936.         $instance->setTranslationFallback(true);
  4937.         $instance->setPersistDefaultLocaleTranslation(false);
  4938.         $instance->setSkipOnLoad(false);
  4939.         return $instance;
  4940.     }
  4941.     /**
  4942.      * Gets the private 'translator.data_collector' shared service.
  4943.      *
  4944.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4945.      */
  4946.     protected function getTranslator_DataCollectorService()
  4947.     {
  4948.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4949.     }
  4950.     /**
  4951.      * Gets the private 'translator.default' shared service.
  4952.      *
  4953.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4954.      */
  4955.     protected function getTranslator_DefaultService()
  4956.     {
  4957.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4958.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4959.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4960.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4961.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4962.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4963.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4964.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4965.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4966.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4967.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4968.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4969.         ], [
  4970.             'translation.loader.csv' => '?',
  4971.             'translation.loader.dat' => '?',
  4972.             'translation.loader.ini' => '?',
  4973.             'translation.loader.json' => '?',
  4974.             'translation.loader.mo' => '?',
  4975.             'translation.loader.php' => '?',
  4976.             'translation.loader.po' => '?',
  4977.             'translation.loader.qt' => '?',
  4978.             'translation.loader.res' => '?',
  4979.             'translation.loader.xliff' => '?',
  4980.             'translation.loader.yml' => '?',
  4981.         ]), 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']]], []);
  4982.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4983.         $instance->setFallbackLocales([=> 'ru']);
  4984.         return $instance;
  4985.     }
  4986.     /**
  4987.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4988.      *
  4989.      * @return \Twig\Loader\FilesystemLoader
  4990.      */
  4991.     protected function getTwig_Loader_NativeFilesystemService()
  4992.     {
  4993.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4994.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4995.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle/'), 'EasyAdmin');
  4996.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views/'), 'EasyAdmin');
  4997.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  4998.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  4999.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5000.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5001.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  5002.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  5003.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5004.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5005.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  5006.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  5007.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  5008.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  5009.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
  5010.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
  5011.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  5012.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  5013.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  5014.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
  5015.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
  5016.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  5017.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  5018.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  5019.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  5020.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  5021.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  5022.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  5023.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  5024.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  5025.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  5026.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  5027.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  5028.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  5029.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  5030.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  5031.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  5032.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  5033.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5034.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5035.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5036.         return $instance;
  5037.     }
  5038.     /**
  5039.      * Gets the private 'user_predict.cache.traceable' shared service.
  5040.      *
  5041.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5042.      */
  5043.     protected function getUserPredict_Cache_TraceableService()
  5044.     {
  5045.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  5046.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  5047.         $a->setLogger($b);
  5048.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('GhrcpX2QL9'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5049.         $c->setLogger($b);
  5050.         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)));
  5051.     }
  5052.     /**
  5053.      * Gets the private 'validator.builder' shared service.
  5054.      *
  5055.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5056.      */
  5057.     protected function getValidator_BuilderService()
  5058.     {
  5059.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5060.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5061.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5062.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => ['privates''App\\Validator\\Constraints\\EmailNotBlackValidator''getEmailNotBlackValidatorService'true],
  5063.             'App\\Validator\\Constraints\\NoStopWordsValidator' => ['privates''App\\Validator\\Constraints\\NoStopWordsValidator''getNoStopWordsValidatorService'true],
  5064.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => ['privates''App\\Validator\\Constraints\\PhoneNotBlackValidator''getPhoneNotBlackValidatorService'true],
  5065.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => ['privates''App\\Validator\\Constraints\\PhoneReviewNotAddedValidator''getPhoneReviewNotAddedValidatorService'true],
  5066.             'App\\Validator\\Constraints\\TelegramUsernameNotValidValidator' => ['privates''App\\Validator\\Constraints\\TelegramUsernameNotValidValidator''getTelegramUsernameNotValidValidatorService'true],
  5067.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => ['privates''App\\Validator\\Constraints\\TextIsNotASpamValidator''getTextIsNotASpamValidatorService'true],
  5068.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => ['privates''App\\Validator\\Constraints\\ValidPhoneForCountryValidator''getValidPhoneForCountryValidatorService'true],
  5069.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5070.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5071.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  5072.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5073.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5074.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5075.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5076.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5077.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5078.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5079.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5080.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5081.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5082.         ], [
  5083.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => '?',
  5084.             'App\\Validator\\Constraints\\NoStopWordsValidator' => '?',
  5085.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => '?',
  5086.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => '?',
  5087.             'App\\Validator\\Constraints\\TelegramUsernameNotValidValidator' => '?',
  5088.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => '?',
  5089.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => '?',
  5090.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  5091.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  5092.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  5093.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5094.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5095.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5096.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5097.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5098.             'doctrine.orm.validator.unique' => '?',
  5099.             'ewz_recaptcha.true' => '?',
  5100.             'ewz_recaptcha.v3.true' => '?',
  5101.             'security.validator.user_password' => '?',
  5102.             'validator.expression' => '?',
  5103.         ])));
  5104.         if ($this->has('translator')) {
  5105.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5106.         }
  5107.         $instance->setTranslationDomain('validators');
  5108.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5109.         $instance->enableAnnotationMapping(true);
  5110.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5111.         $instance->addMethodMapping('loadValidatorMetadata');
  5112.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5113.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5114.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5115.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.multi_website_entity_manager'] ?? $this->getDoctrine_Orm_MultiWebsiteEntityManagerService()), NULL));
  5116.         return $instance;
  5117.     }
  5118.     /**
  5119.      * Gets the private 'var_dumper.html_dumper' shared service.
  5120.      *
  5121.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5122.      */
  5123.     protected function getVarDumper_HtmlDumperService()
  5124.     {
  5125.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5126.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5127.         return $instance;
  5128.     }
  5129.     /**
  5130.      * Gets the private 'web_profiler.csp.handler' shared service.
  5131.      *
  5132.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5133.      */
  5134.     protected function getWebProfiler_Csp_HandlerService()
  5135.     {
  5136.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5137.     }
  5138.     /**
  5139.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5140.      *
  5141.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5142.      */
  5143.     protected function getWebProfiler_DebugToolbarService()
  5144.     {
  5145.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5146.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5147.             return $this->privates['web_profiler.debug_toolbar'];
  5148.         }
  5149.         $b = ($this->services['router'] ?? $this->getRouterService());
  5150.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5151.             return $this->privates['web_profiler.debug_toolbar'];
  5152.         }
  5153.         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()));
  5154.     }
  5155.     /**
  5156.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5157.      *
  5158.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5159.      */
  5160.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5161.     {
  5162.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5163.             'basicConfig' => ['privates''webpack_encore.entrypoint_lookup[basicConfig]''getWebpackEncore_EntrypointLookupbasicConfigService'true],
  5164.             'nodomainConfig' => ['privates''webpack_encore.entrypoint_lookup[nodomainConfig]''getWebpackEncore_EntrypointLookupnodomainConfigService'true],
  5165.             'nohashConfig' => ['privates''webpack_encore.entrypoint_lookup[nohashConfig]''getWebpackEncore_EntrypointLookupnohashConfigService'true],
  5166.         ], [
  5167.             'basicConfig' => '?',
  5168.             'nodomainConfig' => '?',
  5169.             'nohashConfig' => '?',
  5170.         ]));
  5171.     }
  5172.     /**
  5173.      * Gets the public 'cache_clearer' alias.
  5174.      *
  5175.      * @return object The ".container.private.cache_clearer" service.
  5176.      */
  5177.     protected function getCacheClearerService()
  5178.     {
  5179.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5180.         return $this->get('.container.private.cache_clearer');
  5181.     }
  5182.     /**
  5183.      * Gets the public 'filesystem' alias.
  5184.      *
  5185.      * @return object The ".container.private.filesystem" service.
  5186.      */
  5187.     protected function getFilesystemService()
  5188.     {
  5189.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5190.         return $this->get('.container.private.filesystem');
  5191.     }
  5192.     /**
  5193.      * Gets the public 'serializer' alias.
  5194.      *
  5195.      * @return object The ".container.private.serializer" service.
  5196.      */
  5197.     protected function getSerializerService()
  5198.     {
  5199.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5200.         return $this->get('.container.private.serializer');
  5201.     }
  5202.     /**
  5203.      * Gets the public 'security.csrf.token_manager' alias.
  5204.      *
  5205.      * @return object The ".container.private.security.csrf.token_manager" service.
  5206.      */
  5207.     protected function getSecurity_Csrf_TokenManagerService()
  5208.     {
  5209.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5210.         return $this->get('.container.private.security.csrf.token_manager');
  5211.     }
  5212.     /**
  5213.      * Gets the public 'form.factory' alias.
  5214.      *
  5215.      * @return object The ".container.private.form.factory" service.
  5216.      */
  5217.     protected function getForm_FactoryService()
  5218.     {
  5219.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5220.         return $this->get('.container.private.form.factory');
  5221.     }
  5222.     /**
  5223.      * Gets the public 'form.type.file' alias.
  5224.      *
  5225.      * @return object The ".container.private.form.type.file" service.
  5226.      */
  5227.     protected function getForm_Type_FileService()
  5228.     {
  5229.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5230.         return $this->get('.container.private.form.type.file');
  5231.     }
  5232.     /**
  5233.      * Gets the public 'profiler' alias.
  5234.      *
  5235.      * @return object The ".container.private.profiler" service.
  5236.      */
  5237.     protected function getProfilerService()
  5238.     {
  5239.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5240.         return $this->get('.container.private.profiler');
  5241.     }
  5242.     /**
  5243.      * Gets the public 'security.authorization_checker' alias.
  5244.      *
  5245.      * @return object The ".container.private.security.authorization_checker" service.
  5246.      */
  5247.     protected function getSecurity_AuthorizationCheckerService()
  5248.     {
  5249.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5250.         return $this->get('.container.private.security.authorization_checker');
  5251.     }
  5252.     /**
  5253.      * Gets the public 'security.token_storage' alias.
  5254.      *
  5255.      * @return object The ".container.private.security.token_storage" service.
  5256.      */
  5257.     protected function getSecurity_TokenStorageService()
  5258.     {
  5259.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5260.         return $this->get('.container.private.security.token_storage');
  5261.     }
  5262.     /**
  5263.      * Gets the public 'twig' alias.
  5264.      *
  5265.      * @return object The ".container.private.twig" service.
  5266.      */
  5267.     protected function getTwigService()
  5268.     {
  5269.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5270.         return $this->get('.container.private.twig');
  5271.     }
  5272.     /**
  5273.      * Gets the public 'security.password_encoder' alias.
  5274.      *
  5275.      * @return object The ".container.private.security.password_encoder" service.
  5276.      */
  5277.     protected function getSecurity_PasswordEncoderService()
  5278.     {
  5279.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5280.         return $this->get('.container.private.security.password_encoder');
  5281.     }
  5282.     /**
  5283.      * Gets the public 'session' alias.
  5284.      *
  5285.      * @return object The ".container.private.session" service.
  5286.      */
  5287.     protected function getSessionService()
  5288.     {
  5289.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5290.         return $this->get('.container.private.session');
  5291.     }
  5292.     /**
  5293.      * Gets the public 'validator' alias.
  5294.      *
  5295.      * @return object The ".container.private.validator" service.
  5296.      */
  5297.     protected function getValidatorService()
  5298.     {
  5299.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5300.         return $this->get('.container.private.validator');
  5301.     }
  5302.     /**
  5303.      * @return array|bool|float|int|string|\UnitEnum|null
  5304.      */
  5305.     public function getParameter(string $name)
  5306.     {
  5307.         if (isset($this->buildParameters[$name])) {
  5308.             return $this->buildParameters[$name];
  5309.         }
  5310.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5311.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5312.         }
  5313.         if (isset($this->loadedDynamicParameters[$name])) {
  5314.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5315.         }
  5316.         return $this->parameters[$name];
  5317.     }
  5318.     public function hasParameter(string $name): bool
  5319.     {
  5320.         if (isset($this->buildParameters[$name])) {
  5321.             return true;
  5322.         }
  5323.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5324.     }
  5325.     public function setParameter(string $name$value): void
  5326.     {
  5327.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5328.     }
  5329.     public function getParameterBag(): ParameterBagInterface
  5330.     {
  5331.         if (null === $this->parameterBag) {
  5332.             $parameters $this->parameters;
  5333.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5334.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5335.             }
  5336.             foreach ($this->buildParameters as $name => $value) {
  5337.                 $parameters[$name] = $value;
  5338.             }
  5339.             $this->parameterBag = new FrozenParameterBag($parameters);
  5340.         }
  5341.         return $this->parameterBag;
  5342.     }
  5343.     private $loadedDynamicParameters = [
  5344.         'kernel.runtime_environment' => false,
  5345.         'kernel.build_dir' => false,
  5346.         'kernel.cache_dir' => false,
  5347.         'raw_trusted_proxies' => false,
  5348.         'env(APP_VERSION)' => false,
  5349.         'app.use_legacy_domain_redirector' => false,
  5350.         'app.redirect_paths' => false,
  5351.         'default_city' => false,
  5352.         'default_currency' => false,
  5353.         'default_timezone' => false,
  5354.         'default_timezone.city_name' => false,
  5355.         'management_timezone' => false,
  5356.         'app.main_domain' => false,
  5357.         'app.mirror_domain' => false,
  5358.         'app.approval_media_upload_domain' => false,
  5359.         'app.responsive_media_base_url' => false,
  5360.         'app.email' => false,
  5361.         'app.login.five.day' => false,
  5362.         'app.sitemap.https' => false,
  5363.         'app.sitemap.gzip' => false,
  5364.         'app.sitemap.directory' => false,
  5365.         'app.cache_prefix' => false,
  5366.         'app.cache_prefix.redis' => false,
  5367.         'app.redis_url' => false,
  5368.         'app.mautic.api_url' => false,
  5369.         'app.mautic.client_id' => false,
  5370.         'app.mautic.client_secret' => false,
  5371.         'app.mautic.callback_url' => false,
  5372.         'app.mautic.access_token' => false,
  5373.         'app.mautic.refresh_token' => false,
  5374.         'app.mautic.access_token_expires' => false,
  5375.         'app.mautic.timeout' => false,
  5376.         'app.mautic.transactional_email_cache_ttl' => false,
  5377.         'app.profile.avatar.min_width' => false,
  5378.         'app.profile.avatar.min_height' => false,
  5379.         'app.profile.image.max_side_size' => false,
  5380.         'app.support_message.attachment.thumbnail_size' => false,
  5381.         'app.profile.page.deleted_profile_http_200_starting_from' => false,
  5382.         'app.profile.page.deleted_saloon_http_200_starting_from' => false,
  5383.         'app.profile.station_page.added_profiles.spread' => false,
  5384.         'app.profile.bulk_action.max_entities_to_process_immediately' => false,
  5385.         'app.profile_approval_bonus_amount' => false,
  5386.         'app.path.video.tmp' => false,
  5387.         'app.path.video_watermark' => false,
  5388.         'app.api.vouchers.whitelist' => false,
  5389.         'oplata_info.merchant_id' => false,
  5390.         'oplata_info.merchant_password' => false,
  5391.         'stations_update.domain' => false,
  5392.         'profile_list.per_page' => false,
  5393.         'saloon_list.per_page' => false,
  5394.         'homepage.city.masseurs_block.count' => false,
  5395.         'homepage.city.saloons_block.count' => false,
  5396.         'customer.preferred_profiles.per_page' => false,
  5397.         'customer.favourite_profiles.per_page' => false,
  5398.         'customer.profile_comments.per_page' => false,
  5399.         'customer.saloon_comments.per_page' => false,
  5400.         'advertiser.profiles.per_page' => false,
  5401.         'advertiser.saloons.per_page' => false,
  5402.         'advertiser.commented_profiles.per_page' => false,
  5403.         'advertiser.commented_saloons.per_page' => false,
  5404.         'advertiser.profile_comments.per_page' => false,
  5405.         'advertiser.saloon_comments.per_page' => false,
  5406.         'advertiser.support_messages.per_page' => false,
  5407.         'advertiser.phone_reviews.per_page' => false,
  5408.         'account.setting.advertiser_profile_list_per_page.variants' => false,
  5409.         'account.setting.advertiser_saloon_list_per_page.variants' => false,
  5410.         'search.form_cookie_time' => false,
  5411.         'recommendations_viewed_profiles_data_stored_count' => false,
  5412.         'bot_helper_viewed_profiles_data_stored_count' => false,
  5413.         'bot_helper_minimum_viewed_profiles_needed' => false,
  5414.         'search_profiles_by_keywords.per_page' => false,
  5415.         'linkage_circle.district_pages.random_mode' => false,
  5416.         'linkage_circle.station_pages.random_mode' => false,
  5417.         'comments.anonymous_comments_from_ip_address_per_day' => false,
  5418.         'test_data.dummy_profiles.cities_and_count' => false,
  5419.         'profile_list.bdsm_page.min_profile_services' => false,
  5420.         'ewz_recaptcha_secret' => false,
  5421.         'kernel.secret' => false,
  5422.         'kernel.trusted_proxies' => false,
  5423.         'debug.container.dump' => false,
  5424.         'serializer.mapping.cache.file' => false,
  5425.         'validator.mapping.cache.file' => false,
  5426.         'profiler.storage.dsn' => false,
  5427.         'doctrine.orm.proxy_dir' => false,
  5428.         'nelmio_cors.defaults' => false,
  5429.         'easyadmin.config' => false,
  5430.         'oneup_uploader.chunks' => false,
  5431.         'oneup_uploader.orphanage' => false,
  5432.         'oneup_uploader.config' => false,
  5433.         'ewz_recaptcha.public_key' => false,
  5434.         'ewz_recaptcha.private_key' => false,
  5435.     ];
  5436.     private $dynamicParameters = [];
  5437.     private function getDynamicParameter(string $name)
  5438.     {
  5439.         switch ($name) {
  5440.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5441.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5442.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5443.             case 'raw_trusted_proxies'$value $this->getEnv('resolve:TRUSTED_PROXIES'); break;
  5444.             case 'env(APP_VERSION)'$value $this->getEnv('trim:default::file:resolve:APP_VERSION_FILE'); break;
  5445.             case 'app.use_legacy_domain_redirector'$value $this->getEnv('USE_LEGACY_DOMAIN_REDIRECTOR'); break;
  5446.             case 'app.redirect_paths'$value $this->getEnv('resolve:REDIRECT_PATHS'); break;
  5447.             case 'default_city'$value $this->getEnv('DEFAULT_CITY'); break;
  5448.             case 'default_currency'$value $this->getEnv('DEFAULT_CURRENCY'); break;
  5449.             case 'default_timezone'$value $this->getEnv('DEFAULT_TIMEZONE'); break;
  5450.             case 'default_timezone.city_name'$value $this->getEnv('DEFAULT_TIMEZONE_CITY_NAME'); break;
  5451.             case 'management_timezone'$value $this->getEnv('MANAGEMENT_TIMEZONE'); break;
  5452.             case 'app.main_domain'$value $this->getEnv('MAIN_DOMAIN'); break;
  5453.             case 'app.mirror_domain'$value $this->getEnv('MIRROR_DOMAIN'); break;
  5454.             case 'app.approval_media_upload_domain'$value $this->getEnv('APPROVAL_MEDIA_UPLOAD_DOMAIN'); break;
  5455.             case 'app.responsive_media_base_url'$value $this->getEnv('RESPONSIVE_MEDIA_BASE_URL'); break;
  5456.             case 'app.email'$value $this->getEnv('EMAIL_FROM'); break;
  5457.             case 'app.login.five.day'$value $this->getEnv('bool:FAKE_AUTHENTICATION'); break;
  5458.             case 'app.sitemap.https'$value $this->getEnv('bool:SITEMAP_HTTPS'); break;
  5459.             case 'app.sitemap.gzip'$value $this->getEnv('bool:SITEMAP_GZIP'); break;
  5460.             case 'app.sitemap.directory'$value $this->getEnv('SITEMAP_DIRECTORY'); break;
  5461.             case 'app.cache_prefix'$value $this->getEnv('CACHE_PREFIX'); break;
  5462.             case 'app.cache_prefix.redis'$value $this->getEnv('string:CACHE_PREFIX').'|'; break;
  5463.             case 'app.redis_url'$value $this->getEnv('REDIS_URL'); break;
  5464.             case 'app.mautic.api_url'$value $this->getEnv('MAUTIC_API_URL'); break;
  5465.             case 'app.mautic.client_id'$value $this->getEnv('MAUTIC_CLIENT_ID'); break;
  5466.             case 'app.mautic.client_secret'$value $this->getEnv('MAUTIC_CLIENT_SECRET'); break;
  5467.             case 'app.mautic.callback_url'$value $this->getEnv('MAUTIC_CALLBACK_URL'); break;
  5468.             case 'app.mautic.access_token'$value $this->getEnv('MAUTIC_ACCESS_TOKEN'); break;
  5469.             case 'app.mautic.refresh_token'$value $this->getEnv('MAUTIC_REFRESH_TOKEN'); break;
  5470.             case 'app.mautic.access_token_expires'$value $this->getEnv('int:MAUTIC_ACCESS_TOKEN_EXPIRES'); break;
  5471.             case 'app.mautic.timeout'$value $this->getEnv('int:MAUTIC_TIMEOUT'); break;
  5472.             case 'app.mautic.transactional_email_cache_ttl'$value $this->getEnv('int:MAUTIC_TRANSACTIONAL_EMAIL_CACHE_TTL'); break;
  5473.             case 'app.profile.avatar.min_width'$value $this->getEnv('PROFILE_AVATAR_MIN_WIDTH'); break;
  5474.             case 'app.profile.avatar.min_height'$value $this->getEnv('PROFILE_AVATAR_MIN_HEIGHT'); break;
  5475.             case 'app.profile.image.max_side_size'$value $this->getEnv('PROFILE_IMAGE_MAX_SIDE_SIZE'); break;
  5476.             case 'app.support_message.attachment.thumbnail_size'$value $this->getEnv('int:SUPPORT_MESSAGE_ATTACHMENT_THUMBNAIL_SIZE'); break;
  5477.             case 'app.profile.page.deleted_profile_http_200_starting_from'$value $this->getEnv('DELETED_PROFILE_HTTP_200_STARTING_FROM'); break;
  5478.             case 'app.profile.page.deleted_saloon_http_200_starting_from'$value $this->getEnv('DELETED_SALOON_HTTP_200_STARTING_FROM'); break;
  5479.             case 'app.profile.station_page.added_profiles.spread'$value $this->getEnv('STATION_PAGE_ADDED_PROFILES_SPREAD'); break;
  5480.             case 'app.profile.bulk_action.max_entities_to_process_immediately'$value $this->getEnv('BULK_MAX_ENTITIES_TO_PROCESS_IMMEDIATELY'); break;
  5481.             case 'app.profile_approval_bonus_amount'$value $this->getEnv('PROFILE_APPROVAL_BONUS_AMOUNT'); break;
  5482.             case 'app.path.video.tmp'$value $this->getEnv('UPLOAD_TMP_DIRECTORY'); break;
  5483.             case 'app.path.video_watermark'$value $this->getEnv('VIDEO_WATERMARK_PATH'); break;
  5484.             case 'app.api.vouchers.whitelist'$value $this->getEnv('API_VOUCHERS_IP_WHITELIST'); break;
  5485.             case 'oplata_info.merchant_id'$value $this->getEnv('OPLATA_MERCHANT_ID'); break;
  5486.             case 'oplata_info.merchant_password'$value $this->getEnv('OPLATA_MERCHANT_PASSWORD'); break;
  5487.             case 'stations_update.domain'$value $this->getEnv('STATIONS_DATA_DOMAIN'); break;
  5488.             case 'profile_list.per_page'$value $this->getEnv('PROFILE_LIST_PER_PAGE'); break;
  5489.             case 'saloon_list.per_page'$value $this->getEnv('SALOON_LIST_PER_PAGE'); break;
  5490.             case 'homepage.city.masseurs_block.count'$value $this->getEnv('int:HOMEPAGE_CITY_MASSEURS_BLOCK_COUNT'); break;
  5491.             case 'homepage.city.saloons_block.count'$value $this->getEnv('int:HOMEPAGE_CITY_SALOONS_BLOCK_COUNT'); break;
  5492.             case 'customer.preferred_profiles.per_page'$value $this->getEnv('CUSTOMER_PREFERRED_PROFILES_PER_PAGE'); break;
  5493.             case 'customer.favourite_profiles.per_page'$value $this->getEnv('CUSTOMER_FAVOURITE_PROFILES_PER_PAGE'); break;
  5494.             case 'customer.profile_comments.per_page'$value $this->getEnv('CUSTOMER_PROFILE_COMMENTS_PER_PAGE'); break;
  5495.             case 'customer.saloon_comments.per_page'$value $this->getEnv('CUSTOMER_SALOON_COMMENTS_PER_PAGE'); break;
  5496.             case 'advertiser.profiles.per_page'$value $this->getEnv('ADVERTISER_PROFILES_PER_PAGE'); break;
  5497.             case 'advertiser.saloons.per_page'$value $this->getEnv('ADVERTISER_SALOONS_PER_PAGE'); break;
  5498.             case 'advertiser.commented_profiles.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_PROFILES_PER_PAGE'); break;
  5499.             case 'advertiser.commented_saloons.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_SALOONS_PER_PAGE'); break;
  5500.             case 'advertiser.profile_comments.per_page'$value $this->getEnv('ADVERTISER_PROFILE_COMMENTS_PER_PAGE'); break;
  5501.             case 'advertiser.saloon_comments.per_page'$value $this->getEnv('ADVERTISER_SALOON_COMMENTS_PER_PAGE'); break;
  5502.             case 'advertiser.support_messages.per_page'$value $this->getEnv('ADVERTISER_SUPPORT_MESSAGES_PER_PAGE'); break;
  5503.             case 'advertiser.phone_reviews.per_page'$value $this->getEnv('ADVERTISER_PHONE_REVIEWS_PER_PAGE'); break;
  5504.             case 'account.setting.advertiser_profile_list_per_page.variants'$value $this->getEnv('ADVERTISER_PROFILE_LIST_PER_PAGE_VARIANTS'); break;
  5505.             case 'account.setting.advertiser_saloon_list_per_page.variants'$value $this->getEnv('ADVERTISER_SALOON_LIST_PER_PAGE_VARIANTS'); break;
  5506.             case 'search.form_cookie_time'$value $this->getEnv('SEARCH_FORM_COOKIE_TIME'); break;
  5507.             case 'recommendations_viewed_profiles_data_stored_count'$value $this->getEnv('RECOMMENDATIONS_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5508.             case 'bot_helper_viewed_profiles_data_stored_count'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5509.             case 'bot_helper_minimum_viewed_profiles_needed'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_MINIMUM_NEEDED'); break;
  5510.             case 'search_profiles_by_keywords.per_page'$value $this->getEnv('SEARCH_BY_KEYWORDS_PER_PAGE'); break;
  5511.             case 'linkage_circle.district_pages.random_mode'$value $this->getEnv('DISTRICT_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5512.             case 'linkage_circle.station_pages.random_mode'$value $this->getEnv('STATION_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5513.             case 'comments.anonymous_comments_from_ip_address_per_day'$value $this->getEnv('ANONYMOUS_COMMENTS_FROM_IP_ADDRESS_PER_DAY'); break;
  5514.             case 'test_data.dummy_profiles.cities_and_count'$value $this->getEnv('DUMMY_PROFILES_CITIES_AND_COUNT'); break;
  5515.             case 'profile_list.bdsm_page.min_profile_services'$value $this->getEnv('MIN_PROFILE_BDSM_SERVICES_FOR_BDSM_PAGE'); break;
  5516.             case 'ewz_recaptcha_secret'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  5517.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5518.             case 'kernel.trusted_proxies'$value $this->getEnv('string:default:raw_trusted_proxies:file:resolve:TRUSTED_PROXIES_CONFIG'); break;
  5519.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelReviewDebugContainer.xml'); break;
  5520.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5521.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5522.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5523.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5524.             case 'nelmio_cors.defaults'$value = [
  5525.                 'allow_origin' => [
  5526.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  5527.                 ],
  5528.                 'allow_credentials' => false,
  5529.                 'allow_headers' => [
  5530.                     => 'content-type',
  5531.                     => 'authorization',
  5532.                 ],
  5533.                 'expose_headers' => [
  5534.                     => 'Link',
  5535.                 ],
  5536.                 'allow_methods' => [
  5537.                     => 'GET',
  5538.                     => 'OPTIONS',
  5539.                     => 'POST',
  5540.                     => 'PUT',
  5541.                     => 'PATCH',
  5542.                     => 'DELETE',
  5543.                 ],
  5544.                 'max_age' => 3600,
  5545.                 'hosts' => [
  5546.                 ],
  5547.                 'origin_regex' => true,
  5548.                 'forced_allow_origin_value' => NULL,
  5549.                 'skip_same_as_origin' => true,
  5550.             ]; break;
  5551.             case 'easyadmin.config'$value = [
  5552.                 'site_name' => $this->getEnv('MAIN_DOMAIN'),
  5553.                 'user' => [
  5554.                     'name_property_path' => 'username',
  5555.                     'display_name' => true,
  5556.                     'display_avatar' => true,
  5557.                     'avatar_property_path' => NULL,
  5558.                 ],
  5559.                 'design' => [
  5560.                     'form_theme' => [
  5561.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  5562.                         => 'EasyAdmin/form/account_form_theme.html.twig',
  5563.                         => 'EasyAdmin/city_prices/city_name.html.twig',
  5564.                     ],
  5565.                     'assets' => [
  5566.                         'css' => [
  5567.                             => 'bundles/easyadmin/bootstrap-all.css',
  5568.                         ],
  5569.                         'js' => [
  5570.                             => 'bundles/easyadmin/bootstrap-all.js',
  5571.                         ],
  5572.                         'favicon' => [
  5573.                             'path' => 'favicon.ico',
  5574.                             'mime_type' => 'image/x-icon',
  5575.                         ],
  5576.                     ],
  5577.                     'menu' => [
  5578.                         => [
  5579.                             'entity' => 'Default',
  5580.                             'default' => true,
  5581.                         ],
  5582.                         => [
  5583.                             'label' => 'Account',
  5584.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5585.                         ],
  5586.                         => [
  5587.                             'entity' => 'Account',
  5588.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5589.                         ],
  5590.                         => [
  5591.                             'entity' => 'SupportMessage',
  5592.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5593.                             'css_class' => 'SupportMessages',
  5594.                             'default' => true,
  5595.                         ],
  5596.                         => [
  5597.                             'entity' => 'PhoneReview',
  5598.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5599.                             'css_class' => 'PhoneReview',
  5600.                         ],
  5601.                         => [
  5602.                             'entity' => 'CityPrice',
  5603.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5604.                         ],
  5605.                         => [
  5606.                             'label' => 'Profile',
  5607.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5608.                         ],
  5609.                         => [
  5610.                             'entity' => 'Profile',
  5611.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5612.                         ],
  5613.                         => [
  5614.                             'entity' => 'ApprovalRequest',
  5615.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5616.                             'css_class' => 'ApprovalRequests',
  5617.                         ],
  5618.                         => [
  5619.                             'entity' => 'ProfileModeration',
  5620.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5621.                             'css_class' => 'ModerationRequests',
  5622.                         ],
  5623.                         10 => [
  5624.                             'entity' => 'Saloon',
  5625.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5626.                         ],
  5627.                         11 => [
  5628.                             'label' => 'Geo-Location',
  5629.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5630.                         ],
  5631.                         12 => [
  5632.                             'entity' => 'City',
  5633.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5634.                         ],
  5635.                         13 => [
  5636.                             'entity' => 'County',
  5637.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5638.                         ],
  5639.                         14 => [
  5640.                             'entity' => 'District',
  5641.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5642.                         ],
  5643.                         15 => [
  5644.                             'entity' => 'Station',
  5645.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5646.                         ],
  5647.                         16 => [
  5648.                             'entity' => 'Service',
  5649.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5650.                         ],
  5651.                         17 => [
  5652.                             'entity' => 'SourceMapStationsLog',
  5653.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5654.                         ],
  5655.                         18 => [
  5656.                             'entity' => 'ProfileAdBoardLog',
  5657.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5658.                         ],
  5659.                         19 => [
  5660.                             'label' => 'SEO',
  5661.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5662.                         ],
  5663.                         20 => [
  5664.                             'entity' => 'PageMetadata',
  5665.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5666.                         ],
  5667.                         21 => [
  5668.                             'label' => 'Sales',
  5669.                             'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  5670.                         ],
  5671.                         22 => [
  5672.                             'entity' => 'Analytics',
  5673.                             'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  5674.                         ],
  5675.                         23 => [
  5676.                             'label' => 'Deleted',
  5677.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5678.                         ],
  5679.                         24 => [
  5680.                             'entity' => 'DeletedProfile',
  5681.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5682.                         ],
  5683.                         25 => [
  5684.                             'entity' => 'DeletedSaloon',
  5685.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5686.                         ],
  5687.                         26 => [
  5688.                             'label' => 'Other',
  5689.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5690.                         ],
  5691.                         27 => [
  5692.                             'entity' => 'OfferBar',
  5693.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5694.                         ],
  5695.                         28 => [
  5696.                             'label' => 'Walkers',
  5697.                             'role' => 'ROLE_ACCESS_WALKER',
  5698.                         ],
  5699.                         29 => [
  5700.                             'entity' => 'Customer',
  5701.                             'role' => 'ROLE_ACCESS_WALKER',
  5702.                         ],
  5703.                         30 => [
  5704.                             'entity' => 'ProfileComment',
  5705.                             'role' => 'ROLE_ACCESS_WALKER',
  5706.                         ],
  5707.                         31 => [
  5708.                             'entity' => 'SaloonComment',
  5709.                             'role' => 'ROLE_ACCESS_WALKER',
  5710.                         ],
  5711.                         32 => [
  5712.                             'label' => 'Blocked IPs',
  5713.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5714.                         ],
  5715.                         33 => [
  5716.                             'entity' => 'IpAddress',
  5717.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5718.                         ],
  5719.                         34 => [
  5720.                             'entity' => 'IpAddressDailyCommentBan',
  5721.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5722.                         ],
  5723.                         35 => [
  5724.                             'entity' => 'IpAddressPermanentCommentBan',
  5725.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5726.                         ],
  5727.                         36 => [
  5728.                             'entity' => 'IpAddressCommentBan',
  5729.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5730.                         ],
  5731.                         37 => [
  5732.                             'label' => 'Useful links',
  5733.                         ],
  5734.                         38 => [
  5735.                             'label' => 'Open '.$this->getEnv('string:MIRROR_DOMAIN'),
  5736.                             'url' => 'https://'.$this->getEnv('string:MIRROR_DOMAIN'),
  5737.                             'target' => '_blank',
  5738.                         ],
  5739.                     ],
  5740.                     'brand_color' => 'hsl(230, 55%, 60%)',
  5741.                 ],
  5742.                 'entities' => [
  5743.                     'Default' => [
  5744.                         'disabled_actions' => [
  5745.                             => 'new',
  5746.                             => 'edit',
  5747.                             => 'delete',
  5748.                         ],
  5749.                         'class' => 'App\\Entity\\Location\\City',
  5750.                         'templates' => [
  5751.                             'list' => 'EasyAdmin/default/list.html.twig',
  5752.                         ],
  5753.                         'name' => 'Default',
  5754.                     ],
  5755.                     'City' => [
  5756.                         'class' => 'App\\Entity\\Location\\City',
  5757.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5758.                         'label' => 'Cities',
  5759.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5760.                         'disabled_actions' => [
  5761.                             => 'delete',
  5762.                         ],
  5763.                         'list' => [
  5764.                             'title' => 'Cities List',
  5765.                             'form_filters' => [
  5766.                                 => [
  5767.                                     'property' => 'countryCode',
  5768.                                     'type' => 'country',
  5769.                                     'label' => 'Country',
  5770.                                 ],
  5771.                                 => [
  5772.                                     'property' => 'cityGroup',
  5773.                                     'label' => 'Group',
  5774.                                     'type' => 'choice',
  5775.                                     'type_options' => [
  5776.                                         'choices' => [
  5777.                                             'Мегаполис' => 1,
  5778.                                             'Московская область' => 2,
  5779.                                         ],
  5780.                                     ],
  5781.                                 ],
  5782.                                 => [
  5783.                                     'property' => 'cityPriceCategory',
  5784.                                     'label' => 'City price category',
  5785.                                     'type' => 'App\\Form\\Type\\CityPriceCategoryType',
  5786.                                 ],
  5787.                             ],
  5788.                             'fields' => [
  5789.                                 => 'id',
  5790.                                 => [
  5791.                                     'property' => 'name',
  5792.                                     'label' => 'Name',
  5793.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5794.                                 ],
  5795.                                 => [
  5796.                                     'property' => 'uriIdentity',
  5797.                                     'label' => 'URI',
  5798.                                 ],
  5799.                                 => [
  5800.                                     'property' => 'countryCode',
  5801.                                     'label' => 'Country',
  5802.                                 ],
  5803.                                 => [
  5804.                                     'property' => 'cityGroup',
  5805.                                     'label' => 'Group',
  5806.                                     'template' => 'EasyAdmin/field_city_group.html.twig',
  5807.                                 ],
  5808.                                 => [
  5809.                                     'property' => 'cityPriceCategory',
  5810.                                     'label' => 'City price category',
  5811.                                 ],
  5812.                                 => [
  5813.                                     'property' => 'mapCoordinate.latitude',
  5814.                                     'label' => 'Latitude',
  5815.                                 ],
  5816.                                 => [
  5817.                                     'property' => 'mapCoordinate.longitude',
  5818.                                     'label' => 'Longitude',
  5819.                                 ],
  5820.                                 => [
  5821.                                     'property' => 'timezone',
  5822.                                     'label' => 't.zone',
  5823.                                 ],
  5824.                                 => 'counties',
  5825.                                 10 => 'districts',
  5826.                                 11 => 'stations',
  5827.                             ],
  5828.                         ],
  5829.                         'form' => [
  5830.                             'form_options' => [
  5831.                                 'empty_data' => NULL,
  5832.                             ],
  5833.                             'fields' => [
  5834.                                 => [
  5835.                                     'property' => 'name',
  5836.                                     'label' => 'Name',
  5837.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5838.                                     'type_options' => [
  5839.                                         'locales' => [
  5840.                                             => 'ru',
  5841.                                             => 'en',
  5842.                                         ],
  5843.                                     ],
  5844.                                 ],
  5845.                                 => [
  5846.                                     'property' => 'uriIdentity',
  5847.                                     'label' => 'URI',
  5848.                                 ],
  5849.                                 => [
  5850.                                     'property' => 'countryCode',
  5851.                                     'label' => 'Country',
  5852.                                     'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CountryType',
  5853.                                 ],
  5854.                                 => [
  5855.                                     'property' => 'cityGroup',
  5856.                                     'label' => 'Group',
  5857.                                     'type' => 'App\\Form\\Type\\CityGroupType',
  5858.                                 ],
  5859.                                 => [
  5860.                                     'property' => 'cityPriceCategory',
  5861.                                     'label' => 'City price category',
  5862.                                     'type' => 'App\\Form\\Type\\CityPriceCategoryType',
  5863.                                 ],
  5864.                                 => [
  5865.                                     'property' => 'mapCoordinate',
  5866.                                     'label' => 'Map coordinate',
  5867.                                     'type' => 'App\\Form\\Type\\MapCoordinateType',
  5868.                                 ],
  5869.                                 => [
  5870.                                     'property' => 'timezone',
  5871.                                     'label' => 'Timezone',
  5872.                                     'type' => 'App\\Form\\Type\\TimezoneType',
  5873.                                 ],
  5874.                                 => [
  5875.                                     'type' => 'group',
  5876.                                     'label' => 'City Counties',
  5877.                                 ],
  5878.                                 => [
  5879.                                     'property' => 'counties',
  5880.                                     'type' => 'embedded_list',
  5881.                                 ],
  5882.                                 => [
  5883.                                     'type' => 'group',
  5884.                                     'label' => 'City Districts',
  5885.                                 ],
  5886.                                 10 => [
  5887.                                     'property' => 'districts',
  5888.                                     'type' => 'embedded_list',
  5889.                                 ],
  5890.                                 11 => [
  5891.                                     'type' => 'group',
  5892.                                     'label' => 'City Stations',
  5893.                                 ],
  5894.                                 12 => [
  5895.                                     'property' => 'stations',
  5896.                                     'type' => 'embedded_list',
  5897.                                 ],
  5898.                             ],
  5899.                         ],
  5900.                         'new' => [
  5901.                             'fields' => [
  5902.                                 => '-counties',
  5903.                                 => '-districts',
  5904.                                 => '-stations',
  5905.                             ],
  5906.                         ],
  5907.                         'name' => 'City',
  5908.                     ],
  5909.                     'County' => [
  5910.                         'class' => 'App\\Entity\\Location\\County',
  5911.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5912.                         'label' => 'City Counties',
  5913.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5914.                         'disabled_actions' => [
  5915.                             => 'delete',
  5916.                         ],
  5917.                         'list' => [
  5918.                             'title' => 'City Counties List',
  5919.                             'form_filters' => [
  5920.                                 => [
  5921.                                     'property' => 'city',
  5922.                                     'label' => 'City',
  5923.                                 ],
  5924.                             ],
  5925.                             'fields' => [
  5926.                                 => 'id',
  5927.                                 => [
  5928.                                     'property' => 'name',
  5929.                                     'label' => 'Name',
  5930.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5931.                                 ],
  5932.                                 => [
  5933.                                     'property' => 'uriIdentity',
  5934.                                     'label' => 'URI',
  5935.                                 ],
  5936.                                 => 'city',
  5937.                                 => 'districts',
  5938.                                 => 'stations',
  5939.                             ],
  5940.                         ],
  5941.                         'form' => [
  5942.                             'form_options' => [
  5943.                                 'empty_data' => NULL,
  5944.                             ],
  5945.                             'fields' => [
  5946.                                 => [
  5947.                                     'property' => 'name',
  5948.                                     'label' => 'Name',
  5949.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5950.                                     'type_options' => [
  5951.                                         'locales' => [
  5952.                                             => 'ru',
  5953.                                             => 'en',
  5954.                                         ],
  5955.                                     ],
  5956.                                 ],
  5957.                                 => [
  5958.                                     'property' => 'uriIdentity',
  5959.                                     'label' => 'URI',
  5960.                                 ],
  5961.                                 => [
  5962.                                     'property' => 'city',
  5963.                                     'label' => 'City',
  5964.                                     'type_options' => [
  5965.                                         'required' => true,
  5966.                                         'group_by' => 'countryCode',
  5967.                                     ],
  5968.                                 ],
  5969.                                 => [
  5970.                                     'type' => 'group',
  5971.                                     'label' => 'City Districts',
  5972.                                 ],
  5973.                                 => [
  5974.                                     'property' => 'districts',
  5975.                                     'type' => 'embedded_list',
  5976.                                 ],
  5977.                                 => [
  5978.                                     'type' => 'group',
  5979.                                     'label' => 'City Stations',
  5980.                                 ],
  5981.                                 => [
  5982.                                     'property' => 'stations',
  5983.                                     'type' => 'embedded_list',
  5984.                                 ],
  5985.                             ],
  5986.                         ],
  5987.                         'new' => [
  5988.                             'fields' => [
  5989.                                 => '-districts',
  5990.                                 => '-stations',
  5991.                             ],
  5992.                         ],
  5993.                         'name' => 'County',
  5994.                     ],
  5995.                     'District' => [
  5996.                         'class' => 'App\\Entity\\Location\\District',
  5997.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5998.                         'label' => 'City Districts',
  5999.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6000.                         'disabled_actions' => [
  6001.                             => 'delete',
  6002.                         ],
  6003.                         'list' => [
  6004.                             'title' => 'City Districts List',
  6005.                             'form_filters' => [
  6006.                                 => [
  6007.                                     'property' => 'city',
  6008.                                     'label' => 'City',
  6009.                                 ],
  6010.                                 => [
  6011.                                     'property' => 'county',
  6012.                                     'label' => 'County',
  6013.                                 ],
  6014.                             ],
  6015.                             'fields' => [
  6016.                                 => 'id',
  6017.                                 => [
  6018.                                     'property' => 'name',
  6019.                                     'label' => 'Name',
  6020.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6021.                                 ],
  6022.                                 => [
  6023.                                     'property' => 'uriIdentity',
  6024.                                     'label' => 'URI',
  6025.                                 ],
  6026.                                 => 'city',
  6027.                                 => 'county',
  6028.                                 => 'stations',
  6029.                             ],
  6030.                         ],
  6031.                         'form' => [
  6032.                             'form_options' => [
  6033.                                 'empty_data' => NULL,
  6034.                             ],
  6035.                             'fields' => [
  6036.                                 => [
  6037.                                     'property' => 'name',
  6038.                                     'label' => 'Name',
  6039.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6040.                                     'type_options' => [
  6041.                                         'locales' => [
  6042.                                             => 'ru',
  6043.                                             => 'en',
  6044.                                         ],
  6045.                                     ],
  6046.                                 ],
  6047.                                 => [
  6048.                                     'property' => 'uriIdentity',
  6049.                                     'label' => 'URI',
  6050.                                 ],
  6051.                                 => [
  6052.                                     'property' => 'city',
  6053.                                     'label' => 'City',
  6054.                                     'type_options' => [
  6055.                                         'required' => true,
  6056.                                         'group_by' => 'countryCode',
  6057.                                     ],
  6058.                                 ],
  6059.                                 => [
  6060.                                     'property' => 'county',
  6061.                                     'label' => 'County',
  6062.                                     'type_options' => [
  6063.                                         'required' => false,
  6064.                                         'group_by' => 'city.name',
  6065.                                     ],
  6066.                                 ],
  6067.                                 => [
  6068.                                     'type' => 'group',
  6069.                                     'label' => 'City Stations',
  6070.                                 ],
  6071.                                 => [
  6072.                                     'property' => 'stations',
  6073.                                     'type' => 'embedded_list',
  6074.                                 ],
  6075.                             ],
  6076.                         ],
  6077.                         'new' => [
  6078.                             'fields' => [
  6079.                                 => '-stations',
  6080.                             ],
  6081.                         ],
  6082.                         'name' => 'District',
  6083.                     ],
  6084.                     'Station' => [
  6085.                         'class' => 'App\\Entity\\Location\\Station',
  6086.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6087.                         'label' => 'City Stations',
  6088.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6089.                         'disabled_actions' => [
  6090.                             => 'delete',
  6091.                         ],
  6092.                         'list' => [
  6093.                             'title' => 'City Stations List',
  6094.                             'form_filters' => [
  6095.                                 => [
  6096.                                     'property' => 'city',
  6097.                                     'label' => 'City',
  6098.                                 ],
  6099.                                 => [
  6100.                                     'property' => 'county',
  6101.                                     'label' => 'County',
  6102.                                 ],
  6103.                                 => [
  6104.                                     'property' => 'district',
  6105.                                     'label' => 'District',
  6106.                                 ],
  6107.                             ],
  6108.                             'fields' => [
  6109.                                 => 'id',
  6110.                                 => [
  6111.                                     'property' => 'name',
  6112.                                     'label' => 'Name',
  6113.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6114.                                 ],
  6115.                                 => [
  6116.                                     'property' => 'uriIdentity',
  6117.                                     'label' => 'URI',
  6118.                                 ],
  6119.                                 => 'city',
  6120.                                 => 'county',
  6121.                                 => 'district',
  6122.                             ],
  6123.                         ],
  6124.                         'form' => [
  6125.                             'form_options' => [
  6126.                                 'empty_data' => NULL,
  6127.                             ],
  6128.                             'fields' => [
  6129.                                 => [
  6130.                                     'property' => 'name',
  6131.                                     'label' => 'Name',
  6132.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6133.                                     'type_options' => [
  6134.                                         'locales' => [
  6135.                                             => 'ru',
  6136.                                             => 'en',
  6137.                                         ],
  6138.                                     ],
  6139.                                 ],
  6140.                                 => [
  6141.                                     'property' => 'uriIdentity',
  6142.                                     'label' => 'URI',
  6143.                                 ],
  6144.                                 => [
  6145.                                     'property' => 'city',
  6146.                                     'label' => 'City',
  6147.                                     'type_options' => [
  6148.                                         'required' => true,
  6149.                                         'group_by' => 'countryCode',
  6150.                                     ],
  6151.                                 ],
  6152.                                 => [
  6153.                                     'property' => 'county',
  6154.                                     'label' => 'County',
  6155.                                     'type_options' => [
  6156.                                         'required' => false,
  6157.                                         'group_by' => 'city.name',
  6158.                                     ],
  6159.                                 ],
  6160.                                 => [
  6161.                                     'property' => 'district',
  6162.                                     'label' => 'District',
  6163.                                     'type_options' => [
  6164.                                         'required' => false,
  6165.                                         'group_by' => 'city.name',
  6166.                                     ],
  6167.                                 ],
  6168.                             ],
  6169.                         ],
  6170.                         'name' => 'Station',
  6171.                     ],
  6172.                     'Service' => [
  6173.                         'class' => 'App\\Entity\\Service',
  6174.                         'controller' => 'App\\Controller\\Management\\ServiceController',
  6175.                         'label' => 'Услуги',
  6176.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6177.                         'disabled_actions' => [
  6178.                             => 'show',
  6179.                         ],
  6180.                         'list' => [
  6181.                             'title' => 'Услуги',
  6182.                             'max_results' => 500,
  6183.                             'form_filters' => [
  6184.                                 => [
  6185.                                     'property' => 'group',
  6186.                                     'label' => 'Группа',
  6187.                                     'type' => 'App\\Form\\Type\\ServiceGroupType',
  6188.                                 ],
  6189.                             ],
  6190.                             'fields' => [
  6191.                                 => 'id',
  6192.                                 => [
  6193.                                     'property' => 'group',
  6194.                                     'label' => 'Группа',
  6195.                                     'template' => 'EasyAdmin/field_service_group.html.twig',
  6196.                                     'sortable' => false,
  6197.                                 ],
  6198.                                 => [
  6199.                                     'property' => 'name',
  6200.                                     'label' => 'Название',
  6201.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6202.                                     'sortable' => false,
  6203.                                 ],
  6204.                                 => [
  6205.                                     'property' => 'uriIdentity',
  6206.                                     'label' => 'URI',
  6207.                                     'sortable' => false,
  6208.                                 ],
  6209.                                 => [
  6210.                                     'property' => 'sort',
  6211.                                     'label' => 'Сортировка',
  6212.                                     'sortable' => false,
  6213.                                 ],
  6214.                             ],
  6215.                             'templates' => [
  6216.                                 'list' => 'EasyAdmin/services/list.html.twig',
  6217.                             ],
  6218.                         ],
  6219.                         'form' => [
  6220.                             'form_options' => [
  6221.                                 'empty_data' => NULL,
  6222.                             ],
  6223.                             'fields' => [
  6224.                                 => [
  6225.                                     'property' => 'group',
  6226.                                     'label' => 'Группа',
  6227.                                     'type' => 'App\\Form\\Type\\ServiceGroupType',
  6228.                                 ],
  6229.                                 => [
  6230.                                     'property' => 'name',
  6231.                                     'label' => 'Название',
  6232.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6233.                                     'type_options' => [
  6234.                                         'locales' => [
  6235.                                             => 'ru',
  6236.                                             => 'en',
  6237.                                         ],
  6238.                                     ],
  6239.                                 ],
  6240.                                 => [
  6241.                                     'property' => 'uriIdentity',
  6242.                                     'label' => 'URI',
  6243.                                 ],
  6244.                             ],
  6245.                         ],
  6246.                         'name' => 'Service',
  6247.                     ],
  6248.                     'SourceMapStationsLog' => [
  6249.                         'class' => 'App\\Entity\\SourceMap\\Log\\SourceMapStationsUpdateLog',
  6250.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6251.                         'label' => 'Stations update log',
  6252.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6253.                         'disabled_actions' => [
  6254.                             => 'new',
  6255.                             => 'edit',
  6256.                             => 'delete',
  6257.                         ],
  6258.                         'list' => [
  6259.                             'title' => 'Stations update log',
  6260.                             'fields' => [
  6261.                                 => 'id',
  6262.                                 => [
  6263.                                     'property' => 'log',
  6264.                                     'label' => 'log',
  6265.                                     'template' => 'EasyAdmin/field_string_array.html.twig',
  6266.                                 ],
  6267.                                 => [
  6268.                                     'property' => 'changes',
  6269.                                     'label' => 'changes',
  6270.                                     'template' => 'EasyAdmin/source_map_stations_log/field_changes.html.twig',
  6271.                                 ],
  6272.                                 => 'date',
  6273.                             ],
  6274.                         ],
  6275.                         'name' => 'SourceMapStationsLog',
  6276.                     ],
  6277.                     'ProfileAdBoardLog' => [
  6278.                         'class' => 'App\\Entity\\Sales\\Profile\\AdBoardPlacement',
  6279.                         'controller' => 'App\\Controller\\Management\\LogController',
  6280.                         'label' => 'Profile adboard log',
  6281.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6282.                         'disabled_actions' => [
  6283.                             => 'new',
  6284.                             => 'edit',
  6285.                             => 'delete',
  6286.                         ],
  6287.                         'list' => [
  6288.                             'title' => 'Profile adboard log',
  6289.                         ],
  6290.                         'templates' => [
  6291.                             'list' => 'EasyAdmin/log/list.html.twig',
  6292.                         ],
  6293.                         'name' => 'ProfileAdBoardLog',
  6294.                     ],
  6295.                     'Account' => [
  6296.                         'class' => 'App\\Entity\\Account\\Advertiser',
  6297.                         'controller' => 'App\\Controller\\Management\\AccountController',
  6298.                         'label' => 'Accounts',
  6299.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6300.                         'disabled_actions' => [
  6301.                             => 'delete',
  6302.                         ],
  6303.                         'embeddedList' => [
  6304.                             'open_new_tab' => true,
  6305.                         ],
  6306.                         'list' => [
  6307.                             'title' => 'Accounts List',
  6308.                             'fields' => [
  6309.                                 => [
  6310.                                     'property' => 'id',
  6311.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6312.                                 ],
  6313.                                 => 'email',
  6314.                                 => 'nickName',
  6315.                                 => 'country',
  6316.                                 => [
  6317.                                     'property' => 'city.name',
  6318.                                     'label' => 'City',
  6319.                                 ],
  6320.                                 => [
  6321.                                     'property' => 'currentBalance',
  6322.                                     'label' => 'Balance',
  6323.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6324.                                 ],
  6325.                                 => [
  6326.                                     'property' => 'enabled',
  6327.                                     'type' => 'boolean',
  6328.                                 ],
  6329.                                 => [
  6330.                                     'property' => 'trusted',
  6331.                                     'type' => 'boolean',
  6332.                                 ],
  6333.                             ],
  6334.                         ],
  6335.                         'show' => [
  6336.                             'fields' => [
  6337.                                 => 'email',
  6338.                                 => 'nickName',
  6339.                                 => [
  6340.                                     'property' => 'enabled',
  6341.                                     'type' => 'boolean',
  6342.                                 ],
  6343.                                 => [
  6344.                                     'property' => 'city.name',
  6345.                                     'label' => 'City',
  6346.                                 ],
  6347.                                 => [
  6348.                                     'property' => 'country',
  6349.                                     'label' => 'Country',
  6350.                                     'type' => 'country',
  6351.                                 ],
  6352.                                 => [
  6353.                                     'property' => 'currentBalance',
  6354.                                     'label' => 'Balance',
  6355.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6356.                                 ],
  6357.                             ],
  6358.                         ],
  6359.                         'form' => [
  6360.                             'form_options' => [
  6361.                                 'validation_groups' => [
  6362.                                     => 'Edit',
  6363.                                 ],
  6364.                             ],
  6365.                             'fields' => [
  6366.                                 => [
  6367.                                     'type' => 'tab',
  6368.                                     'label' => 'Account information',
  6369.                                 ],
  6370.                                 => [
  6371.                                     'type' => 'group',
  6372.                                     'label' => 'General information',
  6373.                                     'columns' => 4,
  6374.                                 ],
  6375.                                 => 'email',
  6376.                                 => 'nickName',
  6377.                                 => 'notes',
  6378.                                 => [
  6379.                                     'property' => 'enabled',
  6380.                                     'type_options' => [
  6381.                                         'required' => false,
  6382.                                     ],
  6383.                                 ],
  6384.                                 => [
  6385.                                     'property' => 'trusted',
  6386.                                     'type_options' => [
  6387.                                         'required' => false,
  6388.                                     ],
  6389.                                 ],
  6390.                                 => [
  6391.                                     'property' => 'currentBalance',
  6392.                                     'type' => 'text',
  6393.                                     'type_options' => [
  6394.                                         'block_name' => 'current_balance',
  6395.                                         'mapped' => false,
  6396.                                     ],
  6397.                                 ],
  6398.                                 => [
  6399.                                     'type' => 'group',
  6400.                                     'label' => 'Ban',
  6401.                                     'columns' => 4,
  6402.                                 ],
  6403.                                 => [
  6404.                                     'property' => 'ban',
  6405.                                     'label' => ' ',
  6406.                                     'type' => 'App\\Form\\Type\\AdvertiserBanType',
  6407.                                     'type_options' => [
  6408.                                         'required' => false,
  6409.                                         'mapped' => false,
  6410.                                     ],
  6411.                                 ],
  6412.                                 10 => [
  6413.                                     'type' => 'group',
  6414.                                     'label' => 'Geo Location',
  6415.                                     'columns' => 4,
  6416.                                 ],
  6417.                                 11 => [
  6418.                                     'property' => 'city',
  6419.                                     'type_options' => [
  6420.                                         'group_by' => 'countryCode',
  6421.                                     ],
  6422.                                 ],
  6423.                                 12 => [
  6424.                                     'property' => 'country',
  6425.                                     'label' => 'Country',
  6426.                                     'type_options' => [
  6427.                                         'disabled' => true,
  6428.                                     ],
  6429.                                     'help' => 'Will be set according to the selected city.',
  6430.                                 ],
  6431.                                 13 => [
  6432.                                     'type' => 'group',
  6433.                                     'label' => 'Pin-codes',
  6434.                                     'columns' => 6,
  6435.                                 ],
  6436.                                 14 => [
  6437.                                     'property' => 'Manually_Redeem_Pin-code',
  6438.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm',
  6439.                                 ],
  6440.                                 15 => [
  6441.                                     'type' => 'group',
  6442.                                     'label' => 'Enrollments',
  6443.                                     'columns' => 6,
  6444.                                 ],
  6445.                                 16 => [
  6446.                                     'property' => 'Enroll_Money',
  6447.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm',
  6448.                                 ],
  6449.                                 17 => [
  6450.                                     'type' => 'tab',
  6451.                                     'label' => 'Ads',
  6452.                                 ],
  6453.                                 18 => [
  6454.                                     'type' => 'tab',
  6455.                                     'label' => 'Finance Transactions',
  6456.                                 ],
  6457.                             ],
  6458.                         ],
  6459.                         'templates' => [
  6460.                             'edit' => 'EasyAdmin/account/edit.html.twig',
  6461.                         ],
  6462.                         'name' => 'Account',
  6463.                     ],
  6464.                     'Customer' => [
  6465.                         'class' => 'App\\Entity\\Account\\Customer',
  6466.                         'controller' => 'App\\Controller\\Management\\CustomerController',
  6467.                         'label' => 'Users',
  6468.                         'role' => 'ROLE_ACCESS_WALKER',
  6469.                         'disabled_actions' => [
  6470.                             => 'delete',
  6471.                         ],
  6472.                         'list' => [
  6473.                             'title' => 'Walkers List',
  6474.                             'fields' => [
  6475.                                 => [
  6476.                                     'property' => 'id',
  6477.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6478.                                 ],
  6479.                                 => 'email',
  6480.                                 => 'nickName',
  6481.                                 => 'country',
  6482.                                 => [
  6483.                                     'property' => 'city.name',
  6484.                                     'label' => 'City',
  6485.                                 ],
  6486.                                 => [
  6487.                                     'property' => 'enabled',
  6488.                                     'type' => 'toggle',
  6489.                                 ],
  6490.                             ],
  6491.                         ],
  6492.                         'show' => [
  6493.                             'fields' => [
  6494.                                 => 'email',
  6495.                                 => 'nickName',
  6496.                                 => [
  6497.                                     'property' => 'enabled',
  6498.                                     'type' => 'boolean',
  6499.                                 ],
  6500.                                 => [
  6501.                                     'property' => 'city.name',
  6502.                                     'label' => 'City',
  6503.                                 ],
  6504.                                 => [
  6505.                                     'property' => 'country',
  6506.                                     'label' => 'Country',
  6507.                                     'type' => 'country',
  6508.                                 ],
  6509.                             ],
  6510.                         ],
  6511.                         'form' => [
  6512.                             'form_options' => [
  6513.                                 'validation_groups' => [
  6514.                                     => 'Edit',
  6515.                                 ],
  6516.                             ],
  6517.                             'fields' => [
  6518.                                 => [
  6519.                                     'type' => 'tab',
  6520.                                     'label' => 'Walker information',
  6521.                                 ],
  6522.                                 => [
  6523.                                     'type' => 'group',
  6524.                                     'label' => 'General information',
  6525.                                     'columns' => 6,
  6526.                                 ],
  6527.                                 => 'email',
  6528.                                 => 'nickName',
  6529.                                 => 'notes',
  6530.                                 => [
  6531.                                     'property' => 'enabled',
  6532.                                     'type_options' => [
  6533.                                         'required' => false,
  6534.                                     ],
  6535.                                 ],
  6536.                                 => [
  6537.                                     'type' => 'group',
  6538.                                     'label' => 'Ban',
  6539.                                 ],
  6540.                                 => [
  6541.                                     'property' => 'ban',
  6542.                                     'label' => ' ',
  6543.                                     'type' => 'App\\Form\\Type\\CustomerBanType',
  6544.                                     'type_options' => [
  6545.                                         'required' => false,
  6546.                                         'mapped' => false,
  6547.                                     ],
  6548.                                 ],
  6549.                                 => [
  6550.                                     'type' => 'group',
  6551.                                     'label' => 'Geo Location',
  6552.                                     'columns' => 6,
  6553.                                 ],
  6554.                                 => [
  6555.                                     'property' => 'city',
  6556.                                     'type_options' => [
  6557.                                         'group_by' => 'countryCode',
  6558.                                     ],
  6559.                                 ],
  6560.                                 10 => [
  6561.                                     'property' => 'country',
  6562.                                     'label' => 'Country',
  6563.                                     'type_options' => [
  6564.                                         'disabled' => true,
  6565.                                     ],
  6566.                                     'help' => 'Will be set according to the selected city.',
  6567.                                 ],
  6568.                                 11 => [
  6569.                                     'type' => 'group',
  6570.                                     'label' => 'Walker reviews',
  6571.                                 ],
  6572.                                 12 => [
  6573.                                     'property' => 'profile_comments',
  6574.                                     'type' => 'embedded_list',
  6575.                                     'type_options' => [
  6576.                                         'mapped' => false,
  6577.                                         'entity' => 'ProfileComment',
  6578.                                         'ext_filters' => [
  6579.                                             'entity.user' => 'form:parent.data.id',
  6580.                                         ],
  6581.                                     ],
  6582.                                 ],
  6583.                                 13 => [
  6584.                                     'property' => 'saloon_comments',
  6585.                                     'type' => 'embedded_list',
  6586.                                     'type_options' => [
  6587.                                         'mapped' => false,
  6588.                                         'entity' => 'SaloonComment',
  6589.                                         'ext_filters' => [
  6590.                                             'entity.user' => 'form:parent.data.id',
  6591.                                         ],
  6592.                                     ],
  6593.                                 ],
  6594.                             ],
  6595.                         ],
  6596.                         'templates' => [
  6597.                             'edit' => 'EasyAdmin/customer/edit.html.twig',
  6598.                         ],
  6599.                         'name' => 'Customer',
  6600.                     ],
  6601.                     'ProfileComment' => [
  6602.                         'class' => 'App\\Entity\\Profile\\Comment\\CommentByCustomer',
  6603.                         'controller' => 'App\\Controller\\Management\\ProfileCommentController',
  6604.                         'label' => 'Girls reviews',
  6605.                         'role' => 'ROLE_ACCESS_WALKER',
  6606.                         'disabled_actions' => [
  6607.                             => 'new',
  6608.                             => 'delete',
  6609.                         ],
  6610.                         'search' => [
  6611.                             'fields' => [
  6612.                                 => 'profile.owner.nickName',
  6613.                                 => 'profile.name',
  6614.                                 => 'user.nickName',
  6615.                                 => 'text',
  6616.                                 => 'ipAddress.ip',
  6617.                             ],
  6618.                         ],
  6619.                         'list' => [
  6620.                             'batch_actions' => [
  6621.                                 => [
  6622.                                     'name' => 'restore',
  6623.                                     'label' => 'Восстановить',
  6624.                                     'ask_confirm' => true,
  6625.                                 ],
  6626.                                 => [
  6627.                                     'name' => 'softDelete',
  6628.                                     'label' => 'Удалить',
  6629.                                     'ask_confirm' => true,
  6630.                                 ],
  6631.                             ],
  6632.                             'max_results' => 50,
  6633.                             'title' => 'Girls Reviews',
  6634.                             'fields' => [
  6635.                                 => [
  6636.                                     'property' => 'id',
  6637.                                     'label' => 'id',
  6638.                                 ],
  6639.                                 => [
  6640.                                     'property' => 'profile.owner.nickname',
  6641.                                     'label' => 'Profile owner',
  6642.                                     'template' => 'EasyAdmin/comment/field_owner_name.html.twig',
  6643.                                 ],
  6644.                                 => [
  6645.                                     'property' => 'profile.name',
  6646.                                     'label' => 'Profile name',
  6647.                                     'template' => 'EasyAdmin/comment/field_profile_name.html.twig',
  6648.                                 ],
  6649.                                 => [
  6650.                                     'property' => 'user.nickName',
  6651.                                     'label' => 'Walker',
  6652.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6653.                                 ],
  6654.                                 => [
  6655.                                     'property' => 'text',
  6656.                                     'label' => 'Review',
  6657.                                 ],
  6658.                                 => [
  6659.                                     'property' => 'profile.city.name',
  6660.                                     'label' => 'City',
  6661.                                 ],
  6662.                                 => [
  6663.                                     'property' => 'createdAt',
  6664.                                     'label' => 'Created',
  6665.                                 ],
  6666.                                 => [
  6667.                                     'property' => 'ipAddress.ip',
  6668.                                     'label' => 'IP',
  6669.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6670.                                 ],
  6671.                                 => [
  6672.                                     'property' => 'deleted',
  6673.                                     'label' => 'Deleted',
  6674.                                     'type' => 'boolean',
  6675.                                 ],
  6676.                                 => [
  6677.                                     'property' => 'mark',
  6678.                                     'label' => 'Mark',
  6679.                                 ],
  6680.                                 10 => [
  6681.                                     'property' => 'isCommentedBySupport',
  6682.                                     'label' => 'Replied',
  6683.                                     'type' => 'boolean',
  6684.                                 ],
  6685.                             ],
  6686.                             'actions' => [
  6687.                                 => [
  6688.                                     'name' => 'edit',
  6689.                                     'label' => 'Редактировать',
  6690.                                 ],
  6691.                                 => [
  6692.                                     'name' => 'restore',
  6693.                                     'label' => 'Восстановить',
  6694.                                 ],
  6695.                                 => [
  6696.                                     'name' => 'softDelete',
  6697.                                     'label' => 'Удалить',
  6698.                                 ],
  6699.                             ],
  6700.                         ],
  6701.                         'edit' => [
  6702.                             'fields' => [
  6703.                                 => [
  6704.                                     'property' => 'id',
  6705.                                     'label' => 'id',
  6706.                                     'type_options' => [
  6707.                                         'disabled' => true,
  6708.                                     ],
  6709.                                 ],
  6710.                                 => [
  6711.                                     'property' => 'createdAt',
  6712.                                     'label' => 'Date',
  6713.                                     'type_options' => [
  6714.                                         'disabled' => true,
  6715.                                     ],
  6716.                                 ],
  6717.                                 => [
  6718.                                     'property' => 'text',
  6719.                                     'label' => 'Review',
  6720.                                 ],
  6721.                                 => [
  6722.                                     'property' => 'mark',
  6723.                                     'label' => 'Mark',
  6724.                                     'type' => 'App\\Form\\Type\\ProfileCommentMarkChoiceType',
  6725.                                 ],
  6726.                                 => [
  6727.                                     'property' => 'ipAddress',
  6728.                                     'label' => 'IP',
  6729.                                     'type_options' => [
  6730.                                         'disabled' => true,
  6731.                                     ],
  6732.                                     'css_class' => 'comment-ip-address',
  6733.                                 ],
  6734.                             ],
  6735.                         ],
  6736.                         'templates' => [
  6737.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6738.                         ],
  6739.                         'name' => 'ProfileComment',
  6740.                     ],
  6741.                     'SaloonComment' => [
  6742.                         'class' => 'App\\Entity\\Saloon\\Comment\\CommentByCustomer',
  6743.                         'controller' => 'App\\Controller\\Management\\SaloonCommentController',
  6744.                         'label' => 'Saloons reviews',
  6745.                         'role' => 'ROLE_ACCESS_WALKER',
  6746.                         'disabled_actions' => [
  6747.                             => 'new',
  6748.                             => 'delete',
  6749.                         ],
  6750.                         'search' => [
  6751.                             'fields' => [
  6752.                                 => 'saloon.owner.nickName',
  6753.                                 => 'saloon.name',
  6754.                                 => 'user.nickName',
  6755.                                 => 'text',
  6756.                                 => 'ipAddress.ip',
  6757.                             ],
  6758.                         ],
  6759.                         'list' => [
  6760.                             'batch_actions' => [
  6761.                                 => [
  6762.                                     'name' => 'restore',
  6763.                                     'label' => 'Восстановить',
  6764.                                     'ask_confirm' => true,
  6765.                                 ],
  6766.                                 => [
  6767.                                     'name' => 'softDelete',
  6768.                                     'label' => 'Удалить',
  6769.                                     'ask_confirm' => true,
  6770.                                 ],
  6771.                             ],
  6772.                             'max_results' => 50,
  6773.                             'title' => 'Saloons Reviews',
  6774.                             'fields' => [
  6775.                                 => [
  6776.                                     'property' => 'id',
  6777.                                     'label' => 'id',
  6778.                                 ],
  6779.                                 => [
  6780.                                     'property' => 'saloon.name',
  6781.                                     'label' => 'Name',
  6782.                                     'template' => 'EasyAdmin/comment/field_saloon_name.html.twig',
  6783.                                 ],
  6784.                                 => [
  6785.                                     'property' => 'user.nickName',
  6786.                                     'label' => 'Walker',
  6787.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6788.                                 ],
  6789.                                 => [
  6790.                                     'property' => 'text',
  6791.                                     'label' => 'Review',
  6792.                                 ],
  6793.                                 => [
  6794.                                     'property' => 'saloon.city.name',
  6795.                                     'label' => 'City',
  6796.                                 ],
  6797.                                 => [
  6798.                                     'property' => 'createdAt',
  6799.                                     'label' => 'Created',
  6800.                                 ],
  6801.                                 => [
  6802.                                     'property' => 'ipAddress.ip',
  6803.                                     'label' => 'IP',
  6804.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6805.                                 ],
  6806.                                 => [
  6807.                                     'property' => 'deleted',
  6808.                                     'label' => 'Deleted',
  6809.                                     'type' => 'boolean',
  6810.                                 ],
  6811.                                 => [
  6812.                                     'property' => 'mark',
  6813.                                     'label' => 'Mark',
  6814.                                 ],
  6815.                                 => [
  6816.                                     'property' => 'isCommentedBySupport',
  6817.                                     'label' => 'Replied',
  6818.                                     'type' => 'boolean',
  6819.                                 ],
  6820.                             ],
  6821.                             'actions' => [
  6822.                                 => [
  6823.                                     'name' => 'edit',
  6824.                                     'label' => 'Редактировать',
  6825.                                 ],
  6826.                                 => [
  6827.                                     'name' => 'restore',
  6828.                                     'label' => 'Восстановить',
  6829.                                 ],
  6830.                                 => [
  6831.                                     'name' => 'softDelete',
  6832.                                     'label' => 'Удалить',
  6833.                                 ],
  6834.                             ],
  6835.                         ],
  6836.                         'edit' => [
  6837.                             'fields' => [
  6838.                                 => [
  6839.                                     'property' => 'id',
  6840.                                     'label' => 'id',
  6841.                                     'type_options' => [
  6842.                                         'disabled' => true,
  6843.                                     ],
  6844.                                 ],
  6845.                                 => [
  6846.                                     'property' => 'createdAt',
  6847.                                     'label' => 'Date',
  6848.                                     'type_options' => [
  6849.                                         'disabled' => true,
  6850.                                     ],
  6851.                                 ],
  6852.                                 => [
  6853.                                     'property' => 'text',
  6854.                                     'label' => 'Review',
  6855.                                 ],
  6856.                                 => [
  6857.                                     'property' => 'mark',
  6858.                                     'label' => 'Mark',
  6859.                                     'type' => 'App\\Form\\Type\\SaloonCommentMarkChoiceType',
  6860.                                 ],
  6861.                                 => [
  6862.                                     'property' => 'ipAddress',
  6863.                                     'label' => 'IP',
  6864.                                     'type_options' => [
  6865.                                         'disabled' => true,
  6866.                                     ],
  6867.                                     'css_class' => 'comment-ip-address',
  6868.                                 ],
  6869.                             ],
  6870.                         ],
  6871.                         'templates' => [
  6872.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6873.                         ],
  6874.                         'name' => 'SaloonComment',
  6875.                     ],
  6876.                     'Transactions' => [
  6877.                         'class' => 'App\\Entity\\Sales\\AccountTransaction',
  6878.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6879.                         'disabled_actions' => [
  6880.                             => 'new',
  6881.                             => 'edit',
  6882.                             => 'delete',
  6883.                         ],
  6884.                         'list' => [
  6885.                             'fields' => [
  6886.                                 => 'id',
  6887.                                 => [
  6888.                                     'property' => 'account',
  6889.                                     'label' => 'Account',
  6890.                                 ],
  6891.                                 => [
  6892.                                     'property' => 'date',
  6893.                                     'label' => 'Date',
  6894.                                 ],
  6895.                                 => [
  6896.                                     'property' => 'money',
  6897.                                     'label' => 'Money amount',
  6898.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6899.                                 ],
  6900.                             ],
  6901.                         ],
  6902.                         'name' => 'Transactions',
  6903.                     ],
  6904.                     'Payments' => [
  6905.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  6906.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6907.                         'disabled_actions' => [
  6908.                             => 'new',
  6909.                             => 'edit',
  6910.                             => 'delete',
  6911.                         ],
  6912.                         'list' => [
  6913.                             'fields' => [
  6914.                                 => 'id',
  6915.                                 => [
  6916.                                     'property' => 'account',
  6917.                                     'label' => 'Account',
  6918.                                 ],
  6919.                                 => [
  6920.                                     'property' => 'date',
  6921.                                     'label' => 'Date',
  6922.                                 ],
  6923.                                 => [
  6924.                                     'property' => 'paidMoney',
  6925.                                     'label' => 'Paid',
  6926.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6927.                                 ],
  6928.                                 => [
  6929.                                     'property' => 'enrolledMoney',
  6930.                                     'label' => 'Enrolled',
  6931.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6932.                                 ],
  6933.                                 => [
  6934.                                     'property' => 'redeemedToken',
  6935.                                     'label' => 'Pin-code',
  6936.                                 ],
  6937.                                 => [
  6938.                                     'property' => 'enrolledByDescription',
  6939.                                     'label' => 'Enrolled By',
  6940.                                 ],
  6941.                             ],
  6942.                         ],
  6943.                         'name' => 'Payments',
  6944.                     ],
  6945.                     'Charges' => [
  6946.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  6947.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6948.                         'disabled_actions' => [
  6949.                             => 'new',
  6950.                             => 'edit',
  6951.                             => 'delete',
  6952.                         ],
  6953.                         'list' => [
  6954.                             'fields' => [
  6955.                                 => 'id',
  6956.                                 => [
  6957.                                     'property' => 'account',
  6958.                                     'label' => 'Account',
  6959.                                 ],
  6960.                                 => [
  6961.                                     'property' => 'date',
  6962.                                     'label' => 'Date',
  6963.                                 ],
  6964.                                 => [
  6965.                                     'property' => 'chargedMoney',
  6966.                                     'label' => 'Charged',
  6967.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6968.                                 ],
  6969.                                 => [
  6970.                                     'property' => 'link',
  6971.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  6972.                                 ],
  6973.                                 => [
  6974.                                     'property' => 'price',
  6975.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  6976.                                 ],
  6977.                                 => [
  6978.                                     'property' => 'placementStart',
  6979.                                 ],
  6980.                                 => [
  6981.                                     'property' => 'placementEnd',
  6982.                                 ],
  6983.                             ],
  6984.                         ],
  6985.                         'name' => 'Charges',
  6986.                     ],
  6987.                     'Profile' => [
  6988.                         'class' => 'App\\Entity\\Profile\\Profile',
  6989.                         'controller' => 'App\\Controller\\Management\\ProfileController',
  6990.                         'label' => 'Profiles',
  6991.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  6992.                         'disabled_actions' => [
  6993.                             => 'new',
  6994.                         ],
  6995.                         'list' => [
  6996.                             'title' => 'Profiles List',
  6997.                             'fields' => [
  6998.                                 => [
  6999.                                     'property' => 'id',
  7000.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7001.                                 ],
  7002.                                 => [
  7003.                                     'property' => 'name',
  7004.                                     'label' => 'Name',
  7005.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  7006.                                     'css_class' => 'profile_name_link',
  7007.                                 ],
  7008.                                 => [
  7009.                                     'property' => 'phoneNumber',
  7010.                                     'label' => 'Phone',
  7011.                                 ],
  7012.                                 => [
  7013.                                     'property' => 'city.name',
  7014.                                     'label' => 'City',
  7015.                                 ],
  7016.                                 => [
  7017.                                     'property' => 'owner.nickname',
  7018.                                     'label' => 'Owner',
  7019.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7020.                                 ],
  7021.                                 => 'createdAt',
  7022.                                 => [
  7023.                                     'property' => 'approved',
  7024.                                     'type' => 'boolean',
  7025.                                 ],
  7026.                                 => [
  7027.                                     'property' => 'isDeleted',
  7028.                                     'type' => 'boolean',
  7029.                                     'label' => 'Deleted',
  7030.                                 ],
  7031.                                 => [
  7032.                                     'property' => 'moderationStatus',
  7033.                                     'type' => 'boolean',
  7034.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7035.                                 ],
  7036.                                 => [
  7037.                                     'property' => 'isMediaProcessed',
  7038.                                     'type' => 'boolean',
  7039.                                     'label' => 'All video processed',
  7040.                                 ],
  7041.                             ],
  7042.                         ],
  7043.                         'form' => [
  7044.                             'form_options' => [
  7045.                                 'validation_groups' => [
  7046.                                     => 'Edit',
  7047.                                 ],
  7048.                             ],
  7049.                         ],
  7050.                         'templates' => [
  7051.                             'list' => 'EasyAdmin/profiles/list.html.twig',
  7052.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  7053.                         ],
  7054.                         'name' => 'Profile',
  7055.                     ],
  7056.                     'Saloon' => [
  7057.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7058.                         'controller' => 'App\\Controller\\Management\\SaloonController',
  7059.                         'label' => 'Saloons',
  7060.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7061.                         'disabled_actions' => [
  7062.                             => 'new',
  7063.                         ],
  7064.                         'list' => [
  7065.                             'title' => 'Saloons List',
  7066.                             'fields' => [
  7067.                                 => [
  7068.                                     'property' => 'id',
  7069.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7070.                                 ],
  7071.                                 => [
  7072.                                     'property' => 'name',
  7073.                                     'label' => 'Name',
  7074.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  7075.                                     'css_class' => 'profile_name_link',
  7076.                                 ],
  7077.                                 => [
  7078.                                     'property' => 'phoneNumber',
  7079.                                     'label' => 'Phone',
  7080.                                 ],
  7081.                                 => [
  7082.                                     'property' => 'city.name',
  7083.                                     'label' => 'City',
  7084.                                 ],
  7085.                                 => [
  7086.                                     'property' => 'owner.nickname',
  7087.                                     'label' => 'Owner',
  7088.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  7089.                                 ],
  7090.                                 => 'createdAt',
  7091.                                 => [
  7092.                                     'property' => 'isDeleted',
  7093.                                     'type' => 'boolean',
  7094.                                     'label' => 'Deleted',
  7095.                                 ],
  7096.                                 => [
  7097.                                     'property' => 'isMediaProcessed',
  7098.                                     'type' => 'boolean',
  7099.                                     'label' => 'All video processed',
  7100.                                 ],
  7101.                             ],
  7102.                         ],
  7103.                         'form' => [
  7104.                             'form_options' => [
  7105.                                 'validation_groups' => [
  7106.                                     => 'Edit',
  7107.                                 ],
  7108.                             ],
  7109.                         ],
  7110.                         'templates' => [
  7111.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  7112.                         ],
  7113.                         'name' => 'Saloon',
  7114.                     ],
  7115.                     'PageMetadata' => [
  7116.                         'class' => 'App\\Entity\\SEO\\PageMetadata',
  7117.                         'controller' => 'App\\Controller\\Management\\PageMetadataController',
  7118.                         'label' => 'Pages SEO',
  7119.                         'role' => 'ROLE_ADMIN_ACCESS_SEO',
  7120.                         'list' => [
  7121.                             'title' => 'Pages SEO',
  7122.                             'form_filters' => [
  7123.                                 => [
  7124.                                     'property' => 'city',
  7125.                                     'label' => 'City',
  7126.                                 ],
  7127.                             ],
  7128.                             'fields' => [
  7129.                                 => [
  7130.                                     'property' => 'city.name',
  7131.                                     'label' => 'City',
  7132.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7133.                                 ],
  7134.                                 => [
  7135.                                     'property' => 'uri',
  7136.                                     'label' => 'Page URI',
  7137.                                 ],
  7138.                                 => [
  7139.                                     'property' => 'hasPageHeading',
  7140.                                     'type' => 'boolean',
  7141.                                     'label' => '&lt;h1&gt;',
  7142.                                 ],
  7143.                                 => [
  7144.                                     'property' => 'hasMetaTitle',
  7145.                                     'type' => 'boolean',
  7146.                                     'label' => '&lt;title&gt;',
  7147.                                 ],
  7148.                                 => [
  7149.                                     'property' => 'hasMetaDescription',
  7150.                                     'type' => 'boolean',
  7151.                                     'label' => '&lt;meta description&gt;',
  7152.                                 ],
  7153.                                 => [
  7154.                                     'property' => 'hasMetaKeywords',
  7155.                                     'type' => 'boolean',
  7156.                                     'label' => '&lt;meta keywords&gt;',
  7157.                                 ],
  7158.                                 => [
  7159.                                     'property' => 'hasTopHtml',
  7160.                                     'type' => 'boolean',
  7161.                                     'label' => 'Top block',
  7162.                                 ],
  7163.                                 => [
  7164.                                     'property' => 'hasBottomHtml',
  7165.                                     'type' => 'boolean',
  7166.                                     'label' => 'Bottom block',
  7167.                                 ],
  7168.                             ],
  7169.                         ],
  7170.                         'form' => [
  7171.                             'title' => 'Page SEO (#%entity_id%)',
  7172.                             'fields' => [
  7173.                                 => [
  7174.                                     'property' => 'city',
  7175.                                     'label' => 'City',
  7176.                                     'type_options' => [
  7177.                                         'required' => true,
  7178.                                     ],
  7179.                                 ],
  7180.                                 => [
  7181.                                     'property' => 'uri',
  7182.                                     'label' => 'Page URI',
  7183.                                 ],
  7184.                                 => [
  7185.                                     'type' => 'section',
  7186.                                     'label' => 'On page texts',
  7187.                                 ],
  7188.                                 => [
  7189.                                     'property' => 'pageHeading',
  7190.                                     'label' => 'Page heading',
  7191.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7192.                                     'type_options' => [
  7193.                                         'locales' => [
  7194.                                             => 'ru',
  7195.                                             => 'en',
  7196.                                         ],
  7197.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7198.                                     ],
  7199.                                     'help' => 'Usual placement is &lt;h1&gt; tag. Supports <strong>only plain text</strong>.',
  7200.                                 ],
  7201.                                 => [
  7202.                                     'type' => 'section',
  7203.                                     'label' => 'Meta texts',
  7204.                                 ],
  7205.                                 => [
  7206.                                     'property' => 'metaTitle',
  7207.                                     'label' => 'Page title',
  7208.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7209.                                     'type_options' => [
  7210.                                         'locales' => [
  7211.                                             => 'ru',
  7212.                                             => 'en',
  7213.                                         ],
  7214.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7215.                                     ],
  7216.                                     'help' => 'Placed within &lt;title&gt; tag. Supports <strong>only plain text</strong>.',
  7217.                                 ],
  7218.                                 => [
  7219.                                     'property' => 'metaDescription',
  7220.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7221.                                     'type_options' => [
  7222.                                         'locales' => [
  7223.                                             => 'ru',
  7224.                                             => 'en',
  7225.                                         ],
  7226.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7227.                                     ],
  7228.                                     'help' => 'Supports <strong>only plain text</strong>.',
  7229.                                 ],
  7230.                                 => [
  7231.                                     'property' => 'metaKeywords',
  7232.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7233.                                     'type_options' => [
  7234.                                         'locales' => [
  7235.                                             => 'ru',
  7236.                                             => 'en',
  7237.                                         ],
  7238.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7239.                                     ],
  7240.                                     'help' => 'Supports <strong>only plain text</strong>.',
  7241.                                 ],
  7242.                                 => [
  7243.                                     'type' => 'section',
  7244.                                     'label' => 'HTML blocks',
  7245.                                 ],
  7246.                                 => [
  7247.                                     'property' => 'topHtml',
  7248.                                     'label' => 'Top block',
  7249.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7250.                                     'type_options' => [
  7251.                                         'locales' => [
  7252.                                             => 'ru',
  7253.                                             => 'en',
  7254.                                         ],
  7255.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7256.                                     ],
  7257.                                     'help' => 'Placed at the top of the page. Supports HTML markup.',
  7258.                                 ],
  7259.                                 10 => [
  7260.                                     'property' => 'bottomHtml',
  7261.                                     'label' => 'Bottom block',
  7262.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7263.                                     'type_options' => [
  7264.                                         'locales' => [
  7265.                                             => 'ru',
  7266.                                             => 'en',
  7267.                                         ],
  7268.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7269.                                     ],
  7270.                                     'help' => 'Placed at the bottom of the page. Supports HTML markup.',
  7271.                                 ],
  7272.                             ],
  7273.                         ],
  7274.                         'edit' => [
  7275.                             'fields' => [
  7276.                                 => [
  7277.                                     'property' => 'city',
  7278.                                     'type_options' => [
  7279.                                         'disabled' => true,
  7280.                                     ],
  7281.                                 ],
  7282.                                 => [
  7283.                                     'property' => 'uri',
  7284.                                     'type_options' => [
  7285.                                         'disabled' => true,
  7286.                                     ],
  7287.                                 ],
  7288.                             ],
  7289.                         ],
  7290.                         'name' => 'PageMetadata',
  7291.                     ],
  7292.                     'ApprovalRequest' => [
  7293.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ApprovalRequest',
  7294.                         'controller' => 'App\\Controller\\Management\\ProfileApprovalController',
  7295.                         'label' => 'Approval',
  7296.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7297.                         'disabled_actions' => [
  7298.                             => 'new',
  7299.                             => 'delete',
  7300.                         ],
  7301.                         'list' => [
  7302.                             'title' => 'Approval List',
  7303.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7304.                             'fields' => [
  7305.                                 => [
  7306.                                     'property' => 'id',
  7307.                                     'label' => 'Request ID',
  7308.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7309.                                 ],
  7310.                                 => [
  7311.                                     'property' => 'profile.id',
  7312.                                     'type_options' => [
  7313.                                         'disabled' => true,
  7314.                                     ],
  7315.                                     'label' => 'Profile ID',
  7316.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7317.                                 ],
  7318.                                 => [
  7319.                                     'property' => 'profile.name',
  7320.                                     'type_options' => [
  7321.                                         'disabled' => true,
  7322.                                     ],
  7323.                                     'label' => 'Profile name',
  7324.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7325.                                 ],
  7326.                                 => [
  7327.                                     'property' => 'profile.owner.nickname',
  7328.                                     'type_options' => [
  7329.                                         'disabled' => true,
  7330.                                     ],
  7331.                                     'label' => 'Owner',
  7332.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7333.                                 ],
  7334.                                 => [
  7335.                                     'property' => 'updatedAt',
  7336.                                     'label' => 'Date',
  7337.                                 ],
  7338.                                 => [
  7339.                                     'property' => 'profile.moderationStatus',
  7340.                                     'type' => 'boolean',
  7341.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7342.                                 ],
  7343.                                 => [
  7344.                                     'property' => 'isMediaProcessed',
  7345.                                     'type' => 'boolean',
  7346.                                     'label' => 'Approval video processed',
  7347.                                 ],
  7348.                             ],
  7349.                         ],
  7350.                         'search' => [
  7351.                             'fields' => [
  7352.                                 => 'profile.id',
  7353.                                 => 'profile.owner.nickName',
  7354.                             ],
  7355.                         ],
  7356.                         'edit' => [
  7357.                             'fields' => [
  7358.                                 => [
  7359.                                     'property' => 'id',
  7360.                                     'type_options' => [
  7361.                                         'disabled' => true,
  7362.                                     ],
  7363.                                 ],
  7364.                             ],
  7365.                         ],
  7366.                         'templates' => [
  7367.                             'edit' => 'EasyAdmin/profile_approval/edit.html.twig',
  7368.                         ],
  7369.                         'name' => 'ApprovalRequest',
  7370.                     ],
  7371.                     'ProfileModeration' => [
  7372.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ModerationRequest',
  7373.                         'controller' => 'App\\Controller\\Management\\ProfileModerationController',
  7374.                         'label' => 'Moderation',
  7375.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7376.                         'disabled_actions' => [
  7377.                             => 'new',
  7378.                         ],
  7379.                         'list' => [
  7380.                             'batch_actions' => [
  7381.                                 => [
  7382.                                     'name' => 'pass',
  7383.                                     'label' => 'Одобрить',
  7384.                                     'ask_confirm' => true,
  7385.                                 ],
  7386.                                 => [
  7387.                                     'name' => 'reject',
  7388.                                     'label' => 'Отклонить',
  7389.                                     'ask_confirm' => true,
  7390.                                 ],
  7391.                             ],
  7392.                             'title' => 'Profiles List',
  7393.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7394.                             'fields' => [
  7395.                                 => [
  7396.                                     'property' => 'id',
  7397.                                     'label' => 'Request ID',
  7398.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7399.                                 ],
  7400.                                 => [
  7401.                                     'property' => 'profile.id',
  7402.                                     'label' => 'Profile ID',
  7403.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7404.                                 ],
  7405.                                 => [
  7406.                                     'property' => 'profile.name',
  7407.                                     'label' => 'Profile name',
  7408.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7409.                                     'css_class' => 'profile_name_link',
  7410.                                 ],
  7411.                                 => [
  7412.                                     'property' => 'profile.phoneNumber',
  7413.                                     'label' => 'Phone',
  7414.                                 ],
  7415.                                 => [
  7416.                                     'property' => 'profile.owner.nickName',
  7417.                                     'label' => 'Owner',
  7418.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7419.                                 ],
  7420.                                 => [
  7421.                                     'property' => 'updatedAt',
  7422.                                     'label' => 'Date',
  7423.                                 ],
  7424.                                 => [
  7425.                                     'property' => 'isProfileMediaProcessed',
  7426.                                     'type' => 'boolean',
  7427.                                     'label' => 'Profile video processed',
  7428.                                 ],
  7429.                             ],
  7430.                         ],
  7431.                         'search' => [
  7432.                             'fields' => [
  7433.                                 => 'profile.id',
  7434.                                 => 'profile.phoneNumber',
  7435.                                 => 'profile.owner.nickName',
  7436.                             ],
  7437.                         ],
  7438.                         'form' => [
  7439.                             'form_options' => [
  7440.                                 'validation_groups' => [
  7441.                                     => 'Edit',
  7442.                                 ],
  7443.                             ],
  7444.                         ],
  7445.                         'templates' => [
  7446.                             'list' => 'EasyAdmin/profile_moderation/list.html.twig',
  7447.                             'edit' => 'EasyAdmin/profile_moderation/edit.html.twig',
  7448.                         ],
  7449.                         'name' => 'ProfileModeration',
  7450.                     ],
  7451.                     'SupportMessage' => [
  7452.                         'class' => 'App\\Entity\\Account\\SupportMessage',
  7453.                         'controller' => 'App\\Controller\\Management\\SupportMessagesController',
  7454.                         'label' => 'Messages',
  7455.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7456.                         'disabled_actions' => [
  7457.                             => 'new',
  7458.                             => 'delete',
  7459.                         ],
  7460.                         'search' => [
  7461.                             'fields' => [
  7462.                                 => 'owner.nickName',
  7463.                                 => 'topic',
  7464.                                 => 'message',
  7465.                             ],
  7466.                         ],
  7467.                         'list' => [
  7468.                             'actions' => [
  7469.                                 => [
  7470.                                     'name' => 'edit',
  7471.                                     'label' => 'Просмотреть',
  7472.                                 ],
  7473.                             ],
  7474.                             'max_results' => 10,
  7475.                             'title' => 'Messages',
  7476.                             'fields' => [
  7477.                                 => 'id',
  7478.                                 => [
  7479.                                     'property' => 'owner.nickname',
  7480.                                     'label' => 'Author',
  7481.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7482.                                 ],
  7483.                                 => [
  7484.                                     'property' => 'topic',
  7485.                                     'label' => 'Topic',
  7486.                                 ],
  7487.                                 => [
  7488.                                     'property' => 'message',
  7489.                                     'label' => 'Message',
  7490.                                 ],
  7491.                                 => [
  7492.                                     'property' => 'lastMessageAt',
  7493.                                     'label' => 'Last user message',
  7494.                                 ],
  7495.                             ],
  7496.                         ],
  7497.                         'edit' => [
  7498.                             'fields' => [
  7499.                                 => [
  7500.                                     'property' => 'id',
  7501.                                     'label' => 'ID',
  7502.                                     'type_options' => [
  7503.                                         'disabled' => true,
  7504.                                     ],
  7505.                                 ],
  7506.                             ],
  7507.                         ],
  7508.                         'templates' => [
  7509.                             'list' => 'EasyAdmin/support_messages/list.html.twig',
  7510.                             'edit' => 'EasyAdmin/support_messages/edit.html.twig',
  7511.                         ],
  7512.                         'name' => 'SupportMessage',
  7513.                     ],
  7514.                     'PhoneReview' => [
  7515.                         'class' => 'App\\MultiWebsite\\Entity\\PhoneReview',
  7516.                         'label' => 'Phone Reviews',
  7517.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7518.                         'disabled_actions' => [
  7519.                             => 'new',
  7520.                         ],
  7521.                         'list' => [
  7522.                             'max_results' => 50,
  7523.                             'title' => 'Phone Reviews',
  7524.                             'fields' => [
  7525.                                 => 'phone',
  7526.                                 => 'review',
  7527.                                 => 'mark',
  7528.                                 => 'createdAt',
  7529.                             ],
  7530.                         ],
  7531.                         'name' => 'PhoneReview',
  7532.                     ],
  7533.                     'Analytics' => [
  7534.                         'class' => 'App\\Entity\\Sales\\Profile\\PlacementCharge',
  7535.                         'controller' => 'App\\Controller\\Management\\AnalyticsController',
  7536.                         'label' => 'Analytics',
  7537.                         'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  7538.                         'disabled_actions' => [
  7539.                             => 'new',
  7540.                             => 'delete',
  7541.                         ],
  7542.                         'list' => [
  7543.                             'title' => 'Live',
  7544.                         ],
  7545.                         'templates' => [
  7546.                             'list' => 'EasyAdmin/analytics/list.html.twig',
  7547.                         ],
  7548.                         'name' => 'Analytics',
  7549.                     ],
  7550.                     'DeletedProfile' => [
  7551.                         'class' => 'App\\Entity\\Profile\\Profile',
  7552.                         'controller' => 'App\\Controller\\Management\\DeletedProfilesController',
  7553.                         'label' => 'Deleted Profiles',
  7554.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7555.                         'disabled_actions' => [
  7556.                             => 'new',
  7557.                             => 'edit',
  7558.                             => 'delete',
  7559.                         ],
  7560.                         'templates' => [
  7561.                             'list' => 'EasyAdmin/deleted_profiles/list.html.twig',
  7562.                         ],
  7563.                         'list' => [
  7564.                             'actions' => [
  7565.                                 => [
  7566.                                     'name' => 'restore',
  7567.                                     'label' => 'Восстановить',
  7568.                                 ],
  7569.                             ],
  7570.                             'title' => 'Profiles List',
  7571.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7572.                             'fields' => [
  7573.                                 => [
  7574.                                     'property' => 'name',
  7575.                                     'label' => 'Name',
  7576.                                     'css_class' => 'profile_name_link',
  7577.                                 ],
  7578.                                 => [
  7579.                                     'property' => 'deletedAt',
  7580.                                     'label' => 'deletedAt',
  7581.                                 ],
  7582.                             ],
  7583.                             'sort' => [
  7584.                                 => 'deletedAt',
  7585.                                 => 'DESC',
  7586.                             ],
  7587.                         ],
  7588.                         'name' => 'DeletedProfile',
  7589.                     ],
  7590.                     'DeletedSaloon' => [
  7591.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7592.                         'controller' => 'App\\Controller\\Management\\DeletedSaloonController',
  7593.                         'label' => 'Deleted Saloons',
  7594.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7595.                         'disabled_actions' => [
  7596.                             => 'new',
  7597.                             => 'edit',
  7598.                             => 'delete',
  7599.                         ],
  7600.                         'templates' => [
  7601.                             'list' => 'EasyAdmin/deleted_saloons/list.html.twig',
  7602.                         ],
  7603.                         'list' => [
  7604.                             'actions' => [
  7605.                                 => [
  7606.                                     'name' => 'restore',
  7607.                                     'label' => 'Восстановить',
  7608.                                 ],
  7609.                             ],
  7610.                             'title' => 'Profiles List',
  7611.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7612.                             'fields' => [
  7613.                                 => [
  7614.                                     'property' => 'name',
  7615.                                     'label' => 'Name',
  7616.                                     'css_class' => 'profile_name_link',
  7617.                                 ],
  7618.                                 => [
  7619.                                     'property' => 'deletedAt',
  7620.                                     'label' => 'deletedAt',
  7621.                                 ],
  7622.                             ],
  7623.                             'sort' => [
  7624.                                 => 'deletedAt',
  7625.                                 => 'DESC',
  7626.                             ],
  7627.                         ],
  7628.                         'name' => 'DeletedSaloon',
  7629.                     ],
  7630.                     'CityPrice' => [
  7631.                         'class' => 'App\\Entity\\Location\\City',
  7632.                         'controller' => 'App\\Controller\\Management\\CityPricesController',
  7633.                         'label' => 'City prices',
  7634.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7635.                         'disabled_actions' => [
  7636.                             => 'new',
  7637.                             => 'delete',
  7638.                         ],
  7639.                         'templates' => [
  7640.                             'list' => 'EasyAdmin/city_prices/list.html.twig',
  7641.                         ],
  7642.                         'list' => [
  7643.                             'title' => 'City prices',
  7644.                             'actions' => [
  7645.                                 => [
  7646.                                     'name' => 'dynamicPricesData',
  7647.                                     'label' => 'Dynamic prices data',
  7648.                                 ],
  7649.                                 => [
  7650.                                     'name' => 'dynamicPricesSave',
  7651.                                     'label' => 'Dynamic prices save',
  7652.                                 ],
  7653.                                 => [
  7654.                                     'name' => 'dynamicPricesReplace',
  7655.                                     'label' => 'Dynamic prices replace',
  7656.                                 ],
  7657.                                 => [
  7658.                                     'name' => 'dynamicPricesFillDefaults',
  7659.                                     'label' => 'Dynamic prices fill defaults',
  7660.                                 ],
  7661.                             ],
  7662.                             'fields' => [
  7663.                                 => 'id',
  7664.                                 => [
  7665.                                     'property' => 'name',
  7666.                                     'label' => 'Name',
  7667.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7668.                                 ],
  7669.                             ],
  7670.                         ],
  7671.                         'form' => [
  7672.                             'form_options' => [
  7673.                                 'empty_data' => NULL,
  7674.                             ],
  7675.                             'fields' => [
  7676.                                 => [
  7677.                                     'property' => 'name',
  7678.                                     'label' => ' ',
  7679.                                     'type_options' => [
  7680.                                         'disabled' => true,
  7681.                                         'block_name' => 'city_name',
  7682.                                         'required' => false,
  7683.                                     ],
  7684.                                 ],
  7685.                             ],
  7686.                         ],
  7687.                         'name' => 'CityPrice',
  7688.                     ],
  7689.                     'OfferBar' => [
  7690.                         'class' => 'App\\Entity\\System\\Variable',
  7691.                         'controller' => 'App\\Controller\\Management\\OfferBarController',
  7692.                         'label' => 'Offer Bar',
  7693.                         'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  7694.                         'disabled_actions' => [
  7695.                             => 'new',
  7696.                             => 'delete',
  7697.                             => 'form',
  7698.                         ],
  7699.                         'list' => [
  7700.                             'title' => 'Offer Bar',
  7701.                             'actions' => [
  7702.                                 => [
  7703.                                     'name' => 'save',
  7704.                                     'label' => 'Восстановить',
  7705.                                 ],
  7706.                             ],
  7707.                             'fields' => [
  7708.                                 => 'id',
  7709.                             ],
  7710.                         ],
  7711.                         'name' => 'OfferBar',
  7712.                     ],
  7713.                     'IpAddress' => [
  7714.                         'class' => 'App\\Entity\\System\\IpAddress',
  7715.                         'controller' => 'App\\Controller\\Management\\IpAddressController',
  7716.                         'label' => 'IPs',
  7717.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7718.                         'disabled_actions' => [
  7719.                             => 'delete',
  7720.                             => 'form',
  7721.                         ],
  7722.                         'list' => [
  7723.                             'title' => 'IPs',
  7724.                             'actions' => [
  7725.                                 => [
  7726.                                     'name' => 'permanentBan',
  7727.                                     'label' => 'Забанить',
  7728.                                     'icon' => 'ban',
  7729.                                     'css_class' => 'text-danger',
  7730.                                 ],
  7731.                             ],
  7732.                             'fields' => [
  7733.                                 => 'id',
  7734.                                 => [
  7735.                                     'property' => 'ip',
  7736.                                     'label' => 'IP',
  7737.                                 ],
  7738.                                 => [
  7739.                                     'property' => 'activeDailyCommentBan.date',
  7740.                                     'label' => 'Active daily ban',
  7741.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7742.                                 ],
  7743.                                 => [
  7744.                                     'property' => 'activePermanentCommentBan.date',
  7745.                                     'label' => 'Active permanent ban',
  7746.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7747.                                 ],
  7748.                                 => [
  7749.                                     'property' => 'dailyCommentBansCount',
  7750.                                     'label' => 'Temporary bans',
  7751.                                 ],
  7752.                                 => [
  7753.                                     'property' => 'permanentCommentBansCount',
  7754.                                     'label' => 'Permanent bans',
  7755.                                 ],
  7756.                             ],
  7757.                         ],
  7758.                         'edit' => [
  7759.                             'title' => 'IP or Network',
  7760.                             'form_options' => [
  7761.                                 'empty_data' => NULL,
  7762.                             ],
  7763.                             'fields' => [
  7764.                                 => [
  7765.                                     'property' => 'ip',
  7766.                                     'label' => 'IP',
  7767.                                     'type_options' => [
  7768.                                         'disabled' => true,
  7769.                                     ],
  7770.                                 ],
  7771.                                 => [
  7772.                                     'type' => 'group',
  7773.                                     'label' => 'IP profile comments',
  7774.                                 ],
  7775.                                 => [
  7776.                                     'property' => 'profileComments',
  7777.                                     'type' => 'embedded_list',
  7778.                                     'type_options' => [
  7779.                                         'mapped' => false,
  7780.                                         'entity' => 'ProfileComment',
  7781.                                         'ext_filters' => [
  7782.                                             'entity.ipAddress' => 'form:parent.data.id',
  7783.                                         ],
  7784.                                     ],
  7785.                                 ],
  7786.                                 => [
  7787.                                     'type' => 'group',
  7788.                                     'label' => 'IP saloon comments',
  7789.                                 ],
  7790.                                 => [
  7791.                                     'property' => 'saloonComments',
  7792.                                     'type' => 'embedded_list',
  7793.                                     'type_options' => [
  7794.                                         'mapped' => false,
  7795.                                         'entity' => 'SaloonComment',
  7796.                                         'ext_filters' => [
  7797.                                             'entity.ipAddress' => 'form:parent.data.id',
  7798.                                         ],
  7799.                                     ],
  7800.                                 ],
  7801.                                 => [
  7802.                                     'type' => 'group',
  7803.                                     'label' => 'Ban history',
  7804.                                 ],
  7805.                                 => [
  7806.                                     'property' => 'commentBans',
  7807.                                     'type' => 'embedded_list',
  7808.                                     'type_options' => [
  7809.                                         'mapped' => false,
  7810.                                         'entity' => 'IpAddressCommentBan',
  7811.                                         'ext_filters' => [
  7812.                                             'entity.ipAddress' => 'form:parent.data.id',
  7813.                                         ],
  7814.                                     ],
  7815.                                 ],
  7816.                             ],
  7817.                         ],
  7818.                         'new' => [
  7819.                             'title' => 'New IP or Network',
  7820.                             'fields' => [
  7821.                                 => [
  7822.                                     'property' => 'ip',
  7823.                                     'label' => 'IP',
  7824.                                 ],
  7825.                             ],
  7826.                         ],
  7827.                         'name' => 'IpAddress',
  7828.                     ],
  7829.                     'IpAddressDailyCommentBan' => [
  7830.                         'class' => 'App\\Entity\\System\\IpAddressDailyCommentBan',
  7831.                         'controller' => 'App\\Controller\\Management\\IpAddressDailyCommentBanController',
  7832.                         'label' => 'Temporary comment ban (today)',
  7833.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7834.                         'disabled_actions' => [
  7835.                             => 'new',
  7836.                             => 'delete',
  7837.                         ],
  7838.                         'list' => [
  7839.                             'dql_filter' => 'entity.date >= curdate() AND entity.isReset = 0',
  7840.                             'title' => 'Temporary comment ban (today)',
  7841.                             'actions' => [
  7842.                                 => [
  7843.                                     'name' => 'reset',
  7844.                                     'label' => 'Reset',
  7845.                                 ],
  7846.                                 => [
  7847.                                     'name' => 'deleteComments',
  7848.                                     'label' => 'Delete comments',
  7849.                                 ],
  7850.                             ],
  7851.                             'fields' => [
  7852.                                 => 'id',
  7853.                                 => [
  7854.                                     'property' => 'ipAddress.ip',
  7855.                                     'label' => 'IP',
  7856.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7857.                                 ],
  7858.                                 => [
  7859.                                     'property' => 'date',
  7860.                                     'label' => 'Date',
  7861.                                 ],
  7862.                                 => [
  7863.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7864.                                     'label' => 'Temporary bans',
  7865.                                 ],
  7866.                                 => [
  7867.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7868.                                     'label' => 'Permanent bans',
  7869.                                 ],
  7870.                                 => [
  7871.                                     'property' => 'isReset',
  7872.                                     'type' => 'boolean',
  7873.                                 ],
  7874.                             ],
  7875.                         ],
  7876.                         'edit' => [
  7877.                             'fields' => [
  7878.                                 => [
  7879.                                     'property' => 'id',
  7880.                                     'label' => 'id',
  7881.                                     'type_options' => [
  7882.                                         'disabled' => true,
  7883.                                     ],
  7884.                                 ],
  7885.                                 => [
  7886.                                     'property' => 'ipAddress',
  7887.                                     'label' => 'IP',
  7888.                                     'type_options' => [
  7889.                                         'disabled' => true,
  7890.                                     ],
  7891.                                 ],
  7892.                                 => [
  7893.                                     'property' => 'date',
  7894.                                     'label' => 'Date',
  7895.                                     'type_options' => [
  7896.                                         'disabled' => true,
  7897.                                     ],
  7898.                                 ],
  7899.                                 => [
  7900.                                     'property' => 'isReset',
  7901.                                     'type_options' => [
  7902.                                         'disabled' => true,
  7903.                                     ],
  7904.                                 ],
  7905.                             ],
  7906.                         ],
  7907.                         'templates' => [
  7908.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7909.                         ],
  7910.                         'name' => 'IpAddressDailyCommentBan',
  7911.                     ],
  7912.                     'IpAddressPermanentCommentBan' => [
  7913.                         'class' => 'App\\Entity\\System\\IpAddressPermanentCommentBan',
  7914.                         'controller' => 'App\\Controller\\Management\\IpAddressPermanentCommentBanController',
  7915.                         'label' => 'Permanent comment ban',
  7916.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7917.                         'disabled_actions' => [
  7918.                             => 'new',
  7919.                             => 'delete',
  7920.                         ],
  7921.                         'list' => [
  7922.                             'dql_filter' => 'entity.isReset = 0',
  7923.                             'title' => 'Permanent comment ban',
  7924.                             'actions' => [
  7925.                                 => [
  7926.                                     'name' => 'reset',
  7927.                                     'label' => 'Reset',
  7928.                                 ],
  7929.                                 => [
  7930.                                     'name' => 'deleteComments',
  7931.                                     'label' => 'Delete comments',
  7932.                                 ],
  7933.                             ],
  7934.                             'fields' => [
  7935.                                 => 'id',
  7936.                                 => [
  7937.                                     'property' => 'ipAddress.ip',
  7938.                                     'label' => 'IP',
  7939.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7940.                                 ],
  7941.                                 => [
  7942.                                     'property' => 'date',
  7943.                                     'label' => 'Date',
  7944.                                 ],
  7945.                                 => [
  7946.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7947.                                     'label' => 'Temporary bans',
  7948.                                 ],
  7949.                                 => [
  7950.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7951.                                     'label' => 'Permanent bans',
  7952.                                 ],
  7953.                                 => [
  7954.                                     'property' => 'isReset',
  7955.                                     'type' => 'boolean',
  7956.                                 ],
  7957.                             ],
  7958.                         ],
  7959.                         'edit' => [
  7960.                             'fields' => [
  7961.                                 => [
  7962.                                     'property' => 'id',
  7963.                                     'label' => 'id',
  7964.                                     'type_options' => [
  7965.                                         'disabled' => true,
  7966.                                     ],
  7967.                                 ],
  7968.                                 => [
  7969.                                     'property' => 'ipAddress',
  7970.                                     'label' => 'IP',
  7971.                                     'type_options' => [
  7972.                                         'disabled' => true,
  7973.                                     ],
  7974.                                 ],
  7975.                                 => [
  7976.                                     'property' => 'date',
  7977.                                     'label' => 'Date',
  7978.                                     'type_options' => [
  7979.                                         'disabled' => true,
  7980.                                     ],
  7981.                                 ],
  7982.                                 => [
  7983.                                     'property' => 'isReset',
  7984.                                     'type_options' => [
  7985.                                         'disabled' => true,
  7986.                                     ],
  7987.                                 ],
  7988.                             ],
  7989.                         ],
  7990.                         'templates' => [
  7991.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7992.                         ],
  7993.                         'name' => 'IpAddressPermanentCommentBan',
  7994.                     ],
  7995.                     'IpAddressCommentBan' => [
  7996.                         'class' => 'App\\Entity\\System\\IpAddressCommentBan',
  7997.                         'controller' => 'App\\Controller\\Management\\IpAddressCommentBanController',
  7998.                         'label' => 'Comment ban history',
  7999.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8000.                         'disabled_actions' => [
  8001.                             => 'new',
  8002.                             => 'delete',
  8003.                         ],
  8004.                         'list' => [
  8005.                             'title' => 'Comment ban history',
  8006.                             'actions' => [
  8007.                                 => [
  8008.                                     'name' => 'deleteComments',
  8009.                                     'label' => 'Delete comments',
  8010.                                 ],
  8011.                             ],
  8012.                             'fields' => [
  8013.                                 => 'id',
  8014.                                 => [
  8015.                                     'property' => 'ipAddress.ip',
  8016.                                     'label' => 'IP',
  8017.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  8018.                                 ],
  8019.                                 => [
  8020.                                     'property' => 'date',
  8021.                                     'label' => 'Date',
  8022.                                 ],
  8023.                                 => [
  8024.                                     'property' => 'ipAddress.dailyCommentBansCount',
  8025.                                     'label' => 'Temporary bans',
  8026.                                 ],
  8027.                                 => [
  8028.                                     'property' => 'ipAddress.permanentCommentBansCount',
  8029.                                     'label' => 'Permanent bans',
  8030.                                 ],
  8031.                                 => [
  8032.                                     'property' => 'isReset',
  8033.                                     'type' => 'boolean',
  8034.                                 ],
  8035.                                 => [
  8036.                                     'property' => 'type',
  8037.                                 ],
  8038.                             ],
  8039.                         ],
  8040.                         'edit' => [
  8041.                             'fields' => [
  8042.                                 => [
  8043.                                     'property' => 'id',
  8044.                                     'label' => 'id',
  8045.                                     'type_options' => [
  8046.                                         'disabled' => true,
  8047.                                     ],
  8048.                                 ],
  8049.                                 => [
  8050.                                     'property' => 'ipAddress',
  8051.                                     'label' => 'IP',
  8052.                                     'type_options' => [
  8053.                                         'disabled' => true,
  8054.                                     ],
  8055.                                 ],
  8056.                                 => [
  8057.                                     'property' => 'date',
  8058.                                     'label' => 'Date',
  8059.                                     'type_options' => [
  8060.                                         'disabled' => true,
  8061.                                     ],
  8062.                                 ],
  8063.                                 => [
  8064.                                     'property' => 'isReset',
  8065.                                     'type_options' => [
  8066.                                         'disabled' => true,
  8067.                                     ],
  8068.                                 ],
  8069.                             ],
  8070.                         ],
  8071.                         'templates' => [
  8072.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  8073.                         ],
  8074.                         'name' => 'IpAddressCommentBan',
  8075.                     ],
  8076.                     'AccountProfile' => [
  8077.                         'class' => 'App\\Entity\\Profile\\Profile',
  8078.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  8079.                         'disabled_actions' => [
  8080.                             => 'new',
  8081.                         ],
  8082.                         'list' => [
  8083.                             'title' => 'Owned profiles',
  8084.                             'fields' => [
  8085.                                 => [
  8086.                                     'property' => 'id',
  8087.                                     'template' => 'EasyAdmin/field_id.html.twig',
  8088.                                 ],
  8089.                                 => [
  8090.                                     'property' => 'name',
  8091.                                     'label' => 'Name',
  8092.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  8093.                                     'css_class' => 'profile_name_link',
  8094.                                 ],
  8095.                                 => [
  8096.                                     'property' => 'phoneNumber',
  8097.                                     'label' => 'Phone',
  8098.                                 ],
  8099.                                 => [
  8100.                                     'property' => 'city.name',
  8101.                                     'label' => 'City',
  8102.                                 ],
  8103.                                 => [
  8104.                                     'property' => 'owner.nickname',
  8105.                                     'label' => 'Owner',
  8106.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  8107.                                 ],
  8108.                                 => 'createdAt',
  8109.                                 => [
  8110.                                     'property' => 'approved',
  8111.                                     'type' => 'boolean',
  8112.                                 ],
  8113.                                 => [
  8114.                                     'property' => 'isDeleted',
  8115.                                     'type' => 'boolean',
  8116.                                     'label' => 'Deleted',
  8117.                                 ],
  8118.                                 => [
  8119.                                     'property' => 'moderationStatus',
  8120.                                     'type' => 'boolean',
  8121.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  8122.                                 ],
  8123.                                 => [
  8124.                                     'property' => 'isMediaProcessed',
  8125.                                     'type' => 'boolean',
  8126.                                     'label' => 'All video processed',
  8127.                                 ],
  8128.                             ],
  8129.                         ],
  8130.                         'form' => [
  8131.                             'form_options' => [
  8132.                                 'validation_groups' => [
  8133.                                     => 'Edit',
  8134.                                 ],
  8135.                             ],
  8136.                         ],
  8137.                         'templates' => [
  8138.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8139.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  8140.                         ],
  8141.                         'name' => 'AccountProfile',
  8142.                     ],
  8143.                     'AccountSaloon' => [
  8144.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  8145.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  8146.                         'disabled_actions' => [
  8147.                             => 'new',
  8148.                         ],
  8149.                         'list' => [
  8150.                             'title' => 'Owned saloons',
  8151.                             'fields' => [
  8152.                                 => [
  8153.                                     'property' => 'id',
  8154.                                     'template' => 'EasyAdmin/field_id.html.twig',
  8155.                                 ],
  8156.                                 => [
  8157.                                     'property' => 'name',
  8158.                                     'label' => 'Name',
  8159.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  8160.                                     'css_class' => 'profile_name_link',
  8161.                                 ],
  8162.                                 => [
  8163.                                     'property' => 'phoneNumber',
  8164.                                     'label' => 'Phone',
  8165.                                 ],
  8166.                                 => [
  8167.                                     'property' => 'city.name',
  8168.                                     'label' => 'City',
  8169.                                 ],
  8170.                                 => [
  8171.                                     'property' => 'owner.nickname',
  8172.                                     'label' => 'Owner',
  8173.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  8174.                                 ],
  8175.                                 => 'createdAt',
  8176.                                 => [
  8177.                                     'property' => 'isDeleted',
  8178.                                     'type' => 'boolean',
  8179.                                     'label' => 'Deleted',
  8180.                                 ],
  8181.                                 => [
  8182.                                     'property' => 'isMediaProcessed',
  8183.                                     'type' => 'boolean',
  8184.                                     'label' => 'All video processed',
  8185.                                 ],
  8186.                             ],
  8187.                         ],
  8188.                         'form' => [
  8189.                             'form_options' => [
  8190.                                 'validation_groups' => [
  8191.                                     => 'Edit',
  8192.                                 ],
  8193.                             ],
  8194.                         ],
  8195.                         'templates' => [
  8196.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8197.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  8198.                         ],
  8199.                         'name' => 'AccountSaloon',
  8200.                     ],
  8201.                     'AccountEnrollments' => [
  8202.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  8203.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8204.                         'disabled_actions' => [
  8205.                             => 'new',
  8206.                             => 'edit',
  8207.                             => 'delete',
  8208.                         ],
  8209.                         'list' => [
  8210.                             'title' => 'Enrollments',
  8211.                             'fields' => [
  8212.                                 => 'id',
  8213.                                 => [
  8214.                                     'property' => 'account',
  8215.                                     'label' => 'Account',
  8216.                                 ],
  8217.                                 => [
  8218.                                     'property' => 'date',
  8219.                                     'label' => 'Date',
  8220.                                 ],
  8221.                                 => [
  8222.                                     'property' => 'paidMoney',
  8223.                                     'label' => 'Paid',
  8224.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8225.                                 ],
  8226.                                 => [
  8227.                                     'property' => 'enrolledMoney',
  8228.                                     'label' => 'Enrolled',
  8229.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8230.                                 ],
  8231.                                 => [
  8232.                                     'property' => 'redeemedToken',
  8233.                                     'label' => 'Pin-code',
  8234.                                 ],
  8235.                                 => [
  8236.                                     'property' => 'enrolledByDescription',
  8237.                                     'label' => 'Enrolled By',
  8238.                                 ],
  8239.                             ],
  8240.                         ],
  8241.                         'templates' => [
  8242.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8243.                         ],
  8244.                         'name' => 'AccountEnrollments',
  8245.                     ],
  8246.                     'AccountCharges' => [
  8247.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  8248.                         'controller' => 'App\\Controller\\Management\\AccountChargesController',
  8249.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8250.                         'disabled_actions' => [
  8251.                             => 'new',
  8252.                             => 'edit',
  8253.                             => 'delete',
  8254.                         ],
  8255.                         'list' => [
  8256.                             'title' => 'Charges',
  8257.                             'fields' => [
  8258.                                 => 'id',
  8259.                                 => [
  8260.                                     'property' => 'account',
  8261.                                     'label' => 'Account',
  8262.                                 ],
  8263.                                 => [
  8264.                                     'property' => 'date',
  8265.                                     'label' => 'Date',
  8266.                                 ],
  8267.                                 => [
  8268.                                     'property' => 'chargedMoney',
  8269.                                     'label' => 'Charged',
  8270.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8271.                                 ],
  8272.                                 => [
  8273.                                     'property' => 'link',
  8274.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  8275.                                 ],
  8276.                                 => [
  8277.                                     'property' => 'price',
  8278.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  8279.                                 ],
  8280.                                 => [
  8281.                                     'property' => 'placementStart',
  8282.                                 ],
  8283.                                 => [
  8284.                                     'property' => 'placementEnd',
  8285.                                 ],
  8286.                             ],
  8287.                         ],
  8288.                         'templates' => [
  8289.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8290.                         ],
  8291.                         'name' => 'AccountCharges',
  8292.                     ],
  8293.                 ],
  8294.                 'formats' => [
  8295.                     'date' => 'Y-m-d',
  8296.                     'time' => 'H:i:s',
  8297.                     'datetime' => 'F j, Y H:i',
  8298.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  8299.                 ],
  8300.                 'disabled_actions' => [
  8301.                 ],
  8302.                 'translation_domain' => 'messages',
  8303.                 'list' => [
  8304.                     'actions' => [
  8305.                     ],
  8306.                     'collapse_actions' => false,
  8307.                     'batch_actions' => [
  8308.                     ],
  8309.                     'max_results' => 15,
  8310.                     'item_permission' => NULL,
  8311.                 ],
  8312.                 'search' => [
  8313.                 ],
  8314.                 'edit' => [
  8315.                     'actions' => [
  8316.                     ],
  8317.                     'item_permission' => NULL,
  8318.                 ],
  8319.                 'new' => [
  8320.                     'actions' => [
  8321.                     ],
  8322.                     'item_permission' => NULL,
  8323.                 ],
  8324.                 'show' => [
  8325.                     'actions' => [
  8326.                     ],
  8327.                     'max_results' => 10,
  8328.                     'item_permission' => NULL,
  8329.                 ],
  8330.             ]; break;
  8331.             case 'oneup_uploader.chunks'$value = [
  8332.                 'maxage' => 604800,
  8333.                 'storage' => [
  8334.                     'type' => 'filesystem',
  8335.                     'filesystem' => NULL,
  8336.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8337.                     'stream_wrapper' => NULL,
  8338.                     'sync_buffer_size' => '100K',
  8339.                     'prefix' => 'chunks',
  8340.                 ],
  8341.                 'load_distribution' => true,
  8342.             ]; break;
  8343.             case 'oneup_uploader.orphanage'$value = [
  8344.                 'maxage' => 604800,
  8345.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8346.             ]; break;
  8347.             case 'oneup_uploader.config'$value = [
  8348.                 'mappings' => [
  8349.                     'process_queue' => [
  8350.                         'frontend' => 'dropzone',
  8351.                         'namer' => 'oneup_uploader.namer.uniqid',
  8352.                         'storage' => [
  8353.                             'type' => 'flysystem',
  8354.                             'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  8355.                             'service' => NULL,
  8356.                             'directory' => NULL,
  8357.                             'stream_wrapper' => NULL,
  8358.                             'sync_buffer_size' => '100K',
  8359.                         ],
  8360.                         'custom_frontend' => [
  8361.                             'name' => NULL,
  8362.                             'class' => NULL,
  8363.                         ],
  8364.                         'route_prefix' => '',
  8365.                         'endpoints' => [
  8366.                             'upload' => NULL,
  8367.                             'progress' => NULL,
  8368.                             'cancel' => NULL,
  8369.                         ],
  8370.                         'allowed_mimetypes' => [
  8371.                         ],
  8372.                         'disallowed_mimetypes' => [
  8373.                         ],
  8374.                         'error_handler' => NULL,
  8375.                         'max_size' => 9223372036854775807,
  8376.                         'use_orphanage' => false,
  8377.                         'enable_progress' => false,
  8378.                         'enable_cancelation' => false,
  8379.                         'root_folder' => false,
  8380.                     ],
  8381.                     'tmp_media' => [
  8382.                         'frontend' => 'dropzone',
  8383.                         'namer' => 'file_namer.tmp_media',
  8384.                         'storage' => [
  8385.                             'type' => 'flysystem',
  8386.                             'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  8387.                             'service' => NULL,
  8388.                             'directory' => NULL,
  8389.                             'stream_wrapper' => NULL,
  8390.                             'sync_buffer_size' => '100K',
  8391.                         ],
  8392.                         'custom_frontend' => [
  8393.                             'name' => NULL,
  8394.                             'class' => NULL,
  8395.                         ],
  8396.                         'route_prefix' => '',
  8397.                         'endpoints' => [
  8398.                             'upload' => NULL,
  8399.                             'progress' => NULL,
  8400.                             'cancel' => NULL,
  8401.                         ],
  8402.                         'allowed_mimetypes' => [
  8403.                         ],
  8404.                         'disallowed_mimetypes' => [
  8405.                         ],
  8406.                         'error_handler' => NULL,
  8407.                         'max_size' => 9223372036854775807,
  8408.                         'use_orphanage' => false,
  8409.                         'enable_progress' => false,
  8410.                         'enable_cancelation' => false,
  8411.                         'root_folder' => false,
  8412.                     ],
  8413.                     'user_media' => [
  8414.                         'frontend' => 'dropzone',
  8415.                         'namer' => 'file_namer.user_media',
  8416.                         'storage' => [
  8417.                             'type' => 'flysystem',
  8418.                             'filesystem' => 'oneup_flysystem.user_media_filesystem',
  8419.                             'service' => NULL,
  8420.                             'directory' => NULL,
  8421.                             'stream_wrapper' => NULL,
  8422.                             'sync_buffer_size' => '100K',
  8423.                         ],
  8424.                         'custom_frontend' => [
  8425.                             'name' => NULL,
  8426.                             'class' => NULL,
  8427.                         ],
  8428.                         'route_prefix' => '',
  8429.                         'endpoints' => [
  8430.                             'upload' => NULL,
  8431.                             'progress' => NULL,
  8432.                             'cancel' => NULL,
  8433.                         ],
  8434.                         'allowed_mimetypes' => [
  8435.                         ],
  8436.                         'disallowed_mimetypes' => [
  8437.                         ],
  8438.                         'error_handler' => NULL,
  8439.                         'max_size' => 9223372036854775807,
  8440.                         'use_orphanage' => false,
  8441.                         'enable_progress' => false,
  8442.                         'enable_cancelation' => false,
  8443.                         'root_folder' => false,
  8444.                     ],
  8445.                     'profile_photo' => [
  8446.                         'frontend' => 'dropzone',
  8447.                         'namer' => 'file_namer.profile_media',
  8448.                         'storage' => [
  8449.                             'type' => 'flysystem',
  8450.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8451.                             'service' => NULL,
  8452.                             'directory' => NULL,
  8453.                             'stream_wrapper' => NULL,
  8454.                             'sync_buffer_size' => '100K',
  8455.                         ],
  8456.                         'custom_frontend' => [
  8457.                             'name' => NULL,
  8458.                             'class' => NULL,
  8459.                         ],
  8460.                         'route_prefix' => '',
  8461.                         'endpoints' => [
  8462.                             'upload' => NULL,
  8463.                             'progress' => NULL,
  8464.                             'cancel' => NULL,
  8465.                         ],
  8466.                         'allowed_mimetypes' => [
  8467.                         ],
  8468.                         'disallowed_mimetypes' => [
  8469.                         ],
  8470.                         'error_handler' => NULL,
  8471.                         'max_size' => 9223372036854775807,
  8472.                         'use_orphanage' => false,
  8473.                         'enable_progress' => false,
  8474.                         'enable_cancelation' => false,
  8475.                         'root_folder' => false,
  8476.                     ],
  8477.                     'profile_media_avatar' => [
  8478.                         'frontend' => 'dropzone',
  8479.                         'namer' => 'file_namer.profile_media',
  8480.                         'storage' => [
  8481.                             'type' => 'flysystem',
  8482.                             'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  8483.                             'service' => NULL,
  8484.                             'directory' => NULL,
  8485.                             'stream_wrapper' => NULL,
  8486.                             'sync_buffer_size' => '100K',
  8487.                         ],
  8488.                         'custom_frontend' => [
  8489.                             'name' => NULL,
  8490.                             'class' => NULL,
  8491.                         ],
  8492.                         'route_prefix' => '',
  8493.                         'endpoints' => [
  8494.                             'upload' => NULL,
  8495.                             'progress' => NULL,
  8496.                             'cancel' => NULL,
  8497.                         ],
  8498.                         'allowed_mimetypes' => [
  8499.                         ],
  8500.                         'disallowed_mimetypes' => [
  8501.                         ],
  8502.                         'error_handler' => NULL,
  8503.                         'max_size' => 9223372036854775807,
  8504.                         'use_orphanage' => false,
  8505.                         'enable_progress' => false,
  8506.                         'enable_cancelation' => false,
  8507.                         'root_folder' => false,
  8508.                     ],
  8509.                     'profile_media_approval' => [
  8510.                         'frontend' => 'dropzone',
  8511.                         'namer' => 'file_namer.profile_media_approval',
  8512.                         'storage' => [
  8513.                             'type' => 'flysystem',
  8514.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8515.                             'service' => NULL,
  8516.                             'directory' => NULL,
  8517.                             'stream_wrapper' => NULL,
  8518.                             'sync_buffer_size' => '100K',
  8519.                         ],
  8520.                         'custom_frontend' => [
  8521.                             'name' => NULL,
  8522.                             'class' => NULL,
  8523.                         ],
  8524.                         'route_prefix' => '',
  8525.                         'endpoints' => [
  8526.                             'upload' => NULL,
  8527.                             'progress' => NULL,
  8528.                             'cancel' => NULL,
  8529.                         ],
  8530.                         'allowed_mimetypes' => [
  8531.                         ],
  8532.                         'disallowed_mimetypes' => [
  8533.                         ],
  8534.                         'error_handler' => NULL,
  8535.                         'max_size' => 9223372036854775807,
  8536.                         'use_orphanage' => false,
  8537.                         'enable_progress' => false,
  8538.                         'enable_cancelation' => false,
  8539.                         'root_folder' => false,
  8540.                     ],
  8541.                     'profile_face_photo' => [
  8542.                         'frontend' => 'dropzone',
  8543.                         'namer' => 'file_namer.profile_media_approval',
  8544.                         'storage' => [
  8545.                             'type' => 'flysystem',
  8546.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8547.                             'service' => NULL,
  8548.                             'directory' => NULL,
  8549.                             'stream_wrapper' => NULL,
  8550.                             'sync_buffer_size' => '100K',
  8551.                         ],
  8552.                         'custom_frontend' => [
  8553.                             'name' => NULL,
  8554.                             'class' => NULL,
  8555.                         ],
  8556.                         'route_prefix' => '',
  8557.                         'endpoints' => [
  8558.                             'upload' => NULL,
  8559.                             'progress' => NULL,
  8560.                             'cancel' => NULL,
  8561.                         ],
  8562.                         'allowed_mimetypes' => [
  8563.                         ],
  8564.                         'disallowed_mimetypes' => [
  8565.                         ],
  8566.                         'error_handler' => NULL,
  8567.                         'max_size' => 9223372036854775807,
  8568.                         'use_orphanage' => false,
  8569.                         'enable_progress' => false,
  8570.                         'enable_cancelation' => false,
  8571.                         'root_folder' => false,
  8572.                     ],
  8573.                     'profile_selfie' => [
  8574.                         'frontend' => 'dropzone',
  8575.                         'namer' => 'file_namer.profile_media',
  8576.                         'storage' => [
  8577.                             'type' => 'flysystem',
  8578.                             'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  8579.                             'service' => NULL,
  8580.                             'directory' => NULL,
  8581.                             'stream_wrapper' => NULL,
  8582.                             'sync_buffer_size' => '100K',
  8583.                         ],
  8584.                         'custom_frontend' => [
  8585.                             'name' => NULL,
  8586.                             'class' => NULL,
  8587.                         ],
  8588.                         'route_prefix' => '',
  8589.                         'endpoints' => [
  8590.                             'upload' => NULL,
  8591.                             'progress' => NULL,
  8592.                             'cancel' => NULL,
  8593.                         ],
  8594.                         'allowed_mimetypes' => [
  8595.                         ],
  8596.                         'disallowed_mimetypes' => [
  8597.                         ],
  8598.                         'error_handler' => NULL,
  8599.                         'max_size' => 9223372036854775807,
  8600.                         'use_orphanage' => false,
  8601.                         'enable_progress' => false,
  8602.                         'enable_cancelation' => false,
  8603.                         'root_folder' => false,
  8604.                     ],
  8605.                     'profile_video' => [
  8606.                         'frontend' => 'dropzone',
  8607.                         'namer' => 'file_namer.profile_media',
  8608.                         'storage' => [
  8609.                             'type' => 'flysystem',
  8610.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8611.                             'service' => NULL,
  8612.                             'directory' => NULL,
  8613.                             'stream_wrapper' => NULL,
  8614.                             'sync_buffer_size' => '100K',
  8615.                         ],
  8616.                         'custom_frontend' => [
  8617.                             'name' => NULL,
  8618.                             'class' => NULL,
  8619.                         ],
  8620.                         'route_prefix' => '',
  8621.                         'endpoints' => [
  8622.                             'upload' => NULL,
  8623.                             'progress' => NULL,
  8624.                             'cancel' => NULL,
  8625.                         ],
  8626.                         'allowed_mimetypes' => [
  8627.                         ],
  8628.                         'disallowed_mimetypes' => [
  8629.                         ],
  8630.                         'error_handler' => NULL,
  8631.                         'max_size' => 9223372036854775807,
  8632.                         'use_orphanage' => false,
  8633.                         'enable_progress' => false,
  8634.                         'enable_cancelation' => false,
  8635.                         'root_folder' => false,
  8636.                     ],
  8637.                     'saloon_media' => [
  8638.                         'frontend' => 'dropzone',
  8639.                         'namer' => 'file_namer.saloon_media',
  8640.                         'storage' => [
  8641.                             'type' => 'flysystem',
  8642.                             'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  8643.                             'service' => NULL,
  8644.                             'directory' => NULL,
  8645.                             'stream_wrapper' => NULL,
  8646.                             'sync_buffer_size' => '100K',
  8647.                         ],
  8648.                         'custom_frontend' => [
  8649.                             'name' => NULL,
  8650.                             'class' => NULL,
  8651.                         ],
  8652.                         'route_prefix' => '',
  8653.                         'endpoints' => [
  8654.                             'upload' => NULL,
  8655.                             'progress' => NULL,
  8656.                             'cancel' => NULL,
  8657.                         ],
  8658.                         'allowed_mimetypes' => [
  8659.                         ],
  8660.                         'disallowed_mimetypes' => [
  8661.                         ],
  8662.                         'error_handler' => NULL,
  8663.                         'max_size' => 9223372036854775807,
  8664.                         'use_orphanage' => false,
  8665.                         'enable_progress' => false,
  8666.                         'enable_cancelation' => false,
  8667.                         'root_folder' => false,
  8668.                     ],
  8669.                     'saloon_media_thumb' => [
  8670.                         'frontend' => 'dropzone',
  8671.                         'namer' => 'file_namer.saloon_media_thumb',
  8672.                         'storage' => [
  8673.                             'type' => 'flysystem',
  8674.                             'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  8675.                             'service' => NULL,
  8676.                             'directory' => NULL,
  8677.                             'stream_wrapper' => NULL,
  8678.                             'sync_buffer_size' => '100K',
  8679.                         ],
  8680.                         'custom_frontend' => [
  8681.                             'name' => NULL,
  8682.                             'class' => NULL,
  8683.                         ],
  8684.                         'route_prefix' => '',
  8685.                         'endpoints' => [
  8686.                             'upload' => NULL,
  8687.                             'progress' => NULL,
  8688.                             'cancel' => NULL,
  8689.                         ],
  8690.                         'allowed_mimetypes' => [
  8691.                         ],
  8692.                         'disallowed_mimetypes' => [
  8693.                         ],
  8694.                         'error_handler' => NULL,
  8695.                         'max_size' => 9223372036854775807,
  8696.                         'use_orphanage' => false,
  8697.                         'enable_progress' => false,
  8698.                         'enable_cancelation' => false,
  8699.                         'root_folder' => false,
  8700.                     ],
  8701.                     'saloon_media_video' => [
  8702.                         'frontend' => 'dropzone',
  8703.                         'namer' => 'file_namer.saloon_media_video',
  8704.                         'storage' => [
  8705.                             'type' => 'flysystem',
  8706.                             'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  8707.                             'service' => NULL,
  8708.                             'directory' => NULL,
  8709.                             'stream_wrapper' => NULL,
  8710.                             'sync_buffer_size' => '100K',
  8711.                         ],
  8712.                         'custom_frontend' => [
  8713.                             'name' => NULL,
  8714.                             'class' => NULL,
  8715.                         ],
  8716.                         'route_prefix' => '',
  8717.                         'endpoints' => [
  8718.                             'upload' => NULL,
  8719.                             'progress' => NULL,
  8720.                             'cancel' => NULL,
  8721.                         ],
  8722.                         'allowed_mimetypes' => [
  8723.                         ],
  8724.                         'disallowed_mimetypes' => [
  8725.                         ],
  8726.                         'error_handler' => NULL,
  8727.                         'max_size' => 9223372036854775807,
  8728.                         'use_orphanage' => false,
  8729.                         'enable_progress' => false,
  8730.                         'enable_cancelation' => false,
  8731.                         'root_folder' => false,
  8732.                     ],
  8733.                 ],
  8734.                 'chunks' => [
  8735.                     'maxage' => 604800,
  8736.                     'storage' => [
  8737.                         'type' => 'filesystem',
  8738.                         'filesystem' => NULL,
  8739.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8740.                         'stream_wrapper' => NULL,
  8741.                         'sync_buffer_size' => '100K',
  8742.                         'prefix' => 'chunks',
  8743.                     ],
  8744.                     'load_distribution' => true,
  8745.                 ],
  8746.                 'orphanage' => [
  8747.                     'maxage' => 604800,
  8748.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8749.                 ],
  8750.                 'twig' => true,
  8751.             ]; break;
  8752.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  8753.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  8754.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8755.         }
  8756.         $this->loadedDynamicParameters[$name] = true;
  8757.         return $this->dynamicParameters[$name] = $value;
  8758.     }
  8759.     protected function getDefaultParameters(): array
  8760.     {
  8761.         return [
  8762.             'kernel.project_dir' => \dirname(__DIR__4),
  8763.             'kernel.environment' => 'review',
  8764.             'kernel.debug' => true,
  8765.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8766.             'kernel.bundles' => [
  8767.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8768.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8769.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8770.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8771.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8772.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8773.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8774.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8775.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  8776.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  8777.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  8778.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  8779.                 'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
  8780.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  8781.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  8782.                 'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
  8783.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  8784.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  8785.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  8786.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  8787.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  8788.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  8789.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  8790.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  8791.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  8792.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8793.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  8794.                 'AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\AngelGamezTranslatableBundle',
  8795.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  8796.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  8797.                 'AngelGamezPorpaginasBundle' => 'AngelGamez\\PorpaginasBundle\\AngelGamezPorpaginasBundle',
  8798.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8799.                 'GeographicalNamesInflectionBundle' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle\\GeographicalNamesInflectionBundle',
  8800.                 'MorphosTwigBundle' => 'BigIdea\\Bundle\\MorphosTwigBundle\\MorphosTwigBundle',
  8801.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  8802.             ],
  8803.             'kernel.bundles_metadata' => [
  8804.                 'FrameworkBundle' => [
  8805.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8806.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8807.                 ],
  8808.                 'SensioFrameworkExtraBundle' => [
  8809.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8810.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8811.                 ],
  8812.                 'DoctrineBundle' => [
  8813.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8814.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8815.                 ],
  8816.                 'SecurityBundle' => [
  8817.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8818.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8819.                 ],
  8820.                 'TwigBundle' => [
  8821.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8822.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8823.                 ],
  8824.                 'WebProfilerBundle' => [
  8825.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8826.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8827.                 ],
  8828.                 'MonologBundle' => [
  8829.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8830.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8831.                 ],
  8832.                 'DebugBundle' => [
  8833.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8834.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8835.                 ],
  8836.                 'KnpMenuBundle' => [
  8837.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  8838.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  8839.                 ],
  8840.                 'StofDoctrineExtensionsBundle' => [
  8841.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  8842.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  8843.                 ],
  8844.                 'CocurSlugifyBundle' => [
  8845.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  8846.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  8847.                 ],
  8848.                 'NelmioCorsBundle' => [
  8849.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  8850.                     'namespace' => 'Nelmio\\CorsBundle',
  8851.                 ],
  8852.                 'FlagceptionBundle' => [
  8853.                     'path' => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src'),
  8854.                     'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
  8855.                 ],
  8856.                 'PrestaSitemapBundle' => [
  8857.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  8858.                     'namespace' => 'Presta\\SitemapBundle',
  8859.                 ],
  8860.                 'EasyAdminBundle' => [
  8861.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  8862.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  8863.                 ],
  8864.                 'EasyAdminExtensionBundle' => [
  8865.                     'path' => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src'),
  8866.                     'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
  8867.                 ],
  8868.                 'OneupFlysystemBundle' => [
  8869.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  8870.                     'namespace' => 'Oneup\\FlysystemBundle',
  8871.                 ],
  8872.                 'OneupUploaderBundle' => [
  8873.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  8874.                     'namespace' => 'Oneup\\UploaderBundle',
  8875.                 ],
  8876.                 'DoctrineFixturesBundle' => [
  8877.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  8878.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  8879.                 ],
  8880.                 'SncRedisBundle' => [
  8881.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src'),
  8882.                     'namespace' => 'Snc\\RedisBundle',
  8883.                 ],
  8884.                 'FOSJsRoutingBundle' => [
  8885.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  8886.                     'namespace' => 'FOS\\JsRoutingBundle',
  8887.                 ],
  8888.                 'EightPointsGuzzleBundle' => [
  8889.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  8890.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  8891.                 ],
  8892.                 'SentryBundle' => [
  8893.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  8894.                     'namespace' => 'Sentry\\SentryBundle',
  8895.                 ],
  8896.                 'FOSElasticaBundle' => [
  8897.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  8898.                     'namespace' => 'FOS\\ElasticaBundle',
  8899.                 ],
  8900.                 'EWZRecaptchaBundle' => [
  8901.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  8902.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  8903.                 ],
  8904.                 'DoctrineMigrationsBundle' => [
  8905.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8906.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8907.                 ],
  8908.                 'WebpackEncoreBundle' => [
  8909.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  8910.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  8911.                 ],
  8912.                 'AngelGamezTranslatableBundle' => [
  8913.                     'path' => (\dirname(__DIR__4).'/packages/translatable-bundle'),
  8914.                     'namespace' => 'AngelGamez\\TranslatableBundle',
  8915.                 ],
  8916.                 'MisdPhoneNumberBundle' => [
  8917.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  8918.                     'namespace' => 'Misd\\PhoneNumberBundle',
  8919.                 ],
  8920.                 'KnpPaginatorBundle' => [
  8921.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  8922.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  8923.                 ],
  8924.                 'AngelGamezPorpaginasBundle' => [
  8925.                     'path' => (\dirname(__DIR__4).'/packages/porpaginas-bundle'),
  8926.                     'namespace' => 'AngelGamez\\PorpaginasBundle',
  8927.                 ],
  8928.                 'TwigExtraBundle' => [
  8929.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8930.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8931.                 ],
  8932.                 'GeographicalNamesInflectionBundle' => [
  8933.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src'),
  8934.                     'namespace' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle',
  8935.                 ],
  8936.                 'MorphosTwigBundle' => [
  8937.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src'),
  8938.                     'namespace' => 'BigIdea\\Bundle\\MorphosTwigBundle',
  8939.                 ],
  8940.                 'NelmioApiDocBundle' => [
  8941.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  8942.                     'namespace' => 'Nelmio\\ApiDocBundle',
  8943.                 ],
  8944.             ],
  8945.             'kernel.charset' => 'UTF-8',
  8946.             'kernel.container_class' => 'App_KernelReviewDebugContainer',
  8947.             'container.dumper.inline_class_loader' => true,
  8948.             'env(DATABASE_URL)' => '',
  8949.             'env(TRUSTED_PROXIES)' => '127.0.0.1,192.168.0.1/16',
  8950.             'env(TRUSTED_PROXIES_CONFIG)' => '',
  8951.             'env(ROTATION_UPDATE_STREAM)' => 'rotation_update_stream',
  8952.             'common_filesystem_permissions' => [
  8953.                 'permissions' => [
  8954.                     'file' => [
  8955.                         'public' => 420,
  8956.                         'private' => 420,
  8957.                     ],
  8958.                     'dir' => [
  8959.                         'public' => 493,
  8960.                         'private' => 493,
  8961.                     ],
  8962.                 ],
  8963.             ],
  8964.             'env(SENTRY_DSN)' => '',
  8965.             'env(APP_VERSION_FILE)' => (\dirname(__DIR__4).'/.app.version'),
  8966.             'env(REDIS_URL)' => NULL,
  8967.             'env(REVIEW_PROFILER_TOOLBAR)' => true,
  8968.             'env(USE_LEGACY_DOMAIN_REDIRECTOR)' => 'false',
  8969.             'env(REDIRECT_PATHS)' => '',
  8970.             'app.stop_words.masks' => [
  8971.                 => 'лесби*',
  8972.                 => 'ЖЖ',
  8973.                 => 'ЖМЖ',
  8974.                 => 'МЖМ',
  8975.                 => 'подружки',
  8976.                 => 'страпон',
  8977.                 => 'би',
  8978.                 => 'ММ',
  8979.                 => 'женщинам',
  8980.                 => 'жиголо',
  8981.                 10 => 'гей',
  8982.                 11 => 'МЖМЖ',
  8983.                 12 => 'групп*',
  8984.                 13 => 'тройничок',
  8985.                 14 => 'пар*',
  8986.                 15 => 'cuckold',
  8987.                 16 => 'куколд',
  8988.                 17 => 'ЛГБТ',
  8989.                 18 => 'транс',
  8990.                 19 => 'shemale',
  8991.                 20 => 'ladyboy',
  8992.                 21 => 'trans*',
  8993.                 22 => 'трап',
  8994.                 23 => 'шмел*',
  8995.                 24 => 'pegging',
  8996.                 25 => 'подру*',
  8997.                 26 => 'гея*',
  8998.                 27 => 'гее*',
  8999.             ],
  9000.             'locale' => 'ru',
  9001.             'app.path.user_avatars' => 'uploads/images/user',
  9002.             'app.smsc.link' => 'https://smsc.ru/sys/send.php?login',
  9003.             'app.smsc.login' => 'mandelshtam',
  9004.             'app.smsc.password' => 'mIh3gwEKy090B90wUal9',
  9005.             'app.profile.status.dir' => (\dirname(__DIR__4).'/artifacts/prices/'),
  9006.             'app.log.dir' => (\dirname(__DIR__3).'/log/'),
  9007.             'app.config.dir' => (\dirname(__DIR__4).'/config/'),
  9008.             'app.allowed_locales' => [
  9009.                 => 'en',
  9010.                 => 'ru',
  9011.             ],
  9012.             'app.redis_ctr_db_index' => '7',
  9013.             'app.path.web' => (\dirname(__DIR__4).'/public/'),
  9014.             'app.path.media.profile' => (\dirname(__DIR__4).'/public//media/profiles/'),
  9015.             'account.setting.advertiser_profile_list_per_page.name' => 'advertiser_profile_list_per_page',
  9016.             'account.setting.advertiser_saloon_list_per_page.name' => 'advertiser_saloon_list_per_page',
  9017.             'account.setting.advertiser_profile_list_ctr_period.name' => 'advertiser_profile_list_ctr_period',
  9018.             'account.setting.advertiser_profile_list_placement_type_filter.name' => 'advertiser_profile_list_placement_type_filter',
  9019.             'account.setting.advertiser_Saloon_list_placement_type_filter.name' => 'advertiser_saloon_list_placement_type_filter',
  9020.             'account.setting.advertiser_profile_list_sort.name' => 'advertiser_profile_list_sort',
  9021.             'account.setting.advertiser_saloon_list_sort.name' => 'advertiser_saloon_list_sort',
  9022.             'account.setting.advertiser_profile_list_sort_direction.name' => 'advertiser_profile_list_sort_direction',
  9023.             'account.setting.advertiser_saloon_list_sort_direction.name' => 'advertiser_saloon_list_sort_direction',
  9024.             'env(GA_TRACKER_ID)' => '',
  9025.             'env(YM_TRACKER_ID)' => '',
  9026.             'env(PAGE_METADATA_VARIANT)' => 'default',
  9027.             'env(DEBUG_ROTATION_API_DATA)' => false,
  9028.             'event_dispatcher.event_aliases' => [
  9029.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9030.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9031.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9032.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9033.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9034.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9035.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9036.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9037.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9038.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9039.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9040.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9041.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9042.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9043.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9044.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9045.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9046.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9047.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9048.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9049.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9050.                 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  9051.                 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  9052.             ],
  9053.             'fragment.renderer.hinclude.global_template' => NULL,
  9054.             'fragment.path' => '/_fragment',
  9055.             'kernel.http_method_override' => true,
  9056.             'kernel.trusted_hosts' => [
  9057.             ],
  9058.             'kernel.default_locale' => 'ru',
  9059.             'kernel.enabled_locales' => [
  9060.             ],
  9061.             'kernel.error_controller' => 'error_controller',
  9062.             'kernel.trusted_headers' => 62,
  9063.             'debug.file_link_format' => NULL,
  9064.             'asset.request_context.base_path' => NULL,
  9065.             'asset.request_context.secure' => NULL,
  9066.             'translator.logging' => false,
  9067.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9068.             'debug.error_handler.throw_at' => -1,
  9069.             'router.request_context.host' => 'localhost',
  9070.             'router.request_context.scheme' => 'http',
  9071.             'router.request_context.base_url' => '',
  9072.             'router.resource' => 'kernel::loadRoutes',
  9073.             'request_listener.http_port' => 80,
  9074.             'request_listener.https_port' => 443,
  9075.             'session.metadata.storage_key' => '_sf2_meta',
  9076.             'session.storage.options' => [
  9077.                 'cache_limiter' => '0',
  9078.                 'cookie_secure' => 'auto',
  9079.                 'cookie_httponly' => true,
  9080.                 'cookie_samesite' => 'lax',
  9081.                 'gc_probability' => 1,
  9082.             ],
  9083.             'session.save_path' => NULL,
  9084.             'session.metadata.update_threshold' => 0,
  9085.             'form.type_extension.csrf.enabled' => true,
  9086.             'form.type_extension.csrf.field_name' => '_token',
  9087.             'validator.translation_domain' => 'validators',
  9088.             'profiler_listener.only_exceptions' => false,
  9089.             'profiler_listener.only_main_requests' => false,
  9090.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9091.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9092.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9093.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9094.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9095.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9096.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9097.             'doctrine.entity_managers' => [
  9098.                 'default' => 'doctrine.orm.default_entity_manager',
  9099.                 'multi_website' => 'doctrine.orm.multi_website_entity_manager',
  9100.             ],
  9101.             'doctrine.default_entity_manager' => 'default',
  9102.             'doctrine.dbal.connection_factory.types' => [
  9103.                 'translatable' => [
  9104.                     'class' => 'AngelGamez\\TranslatableBundle\\Doctrine\\DBAL\\Types\\TranslatableType',
  9105.                 ],
  9106.             ],
  9107.             'doctrine.connections' => [
  9108.                 'default' => 'doctrine.dbal.default_connection',
  9109.                 'multi_website' => 'doctrine.dbal.multi_website_connection',
  9110.             ],
  9111.             'doctrine.default_connection' => 'default',
  9112.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9113.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9114.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9115.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9116.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9117.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9118.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9119.             'doctrine.orm.cache.memcache_port' => 11211,
  9120.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9121.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9122.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9123.             'doctrine.orm.cache.memcached_port' => 11211,
  9124.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9125.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9126.             'doctrine.orm.cache.redis_host' => 'localhost',
  9127.             'doctrine.orm.cache.redis_port' => 6379,
  9128.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9129.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9130.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9131.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9132.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9133.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9134.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9135.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9136.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9137.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9138.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9139.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9140.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9141.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9142.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9143.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9144.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9145.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9146.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9147.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9148.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9149.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9150.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9151.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9152.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9153.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9154.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9155.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9156.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9157.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9158.             'doctrine.orm.auto_generate_proxy_classes' => false,
  9159.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  9160.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9161.             'security.role_hierarchy.roles' => [
  9162.                 'ROLE_ADMIN_ACCESS_SALES' => [
  9163.                     => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  9164.                 ],
  9165.                 'ROLE_ADMIN_ACCESS_ALL' => [
  9166.                     => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  9167.                     => 'ROLE_ADMIN_ACCESS_PROFILES',
  9168.                     => 'ROLE_ADMIN_ACCESS_SALES',
  9169.                     => 'ROLE_ADMIN_ACCESS_SEO',
  9170.                     => 'ROLE_ADMIN_ACCESS_LOCATION',
  9171.                     => 'ROLE_ADMIN_ACCESS_DELETED',
  9172.                     => 'ROLE_ADMIN_ACCESS_OTHER',
  9173.                     => 'ROLE_ACCESS_WALKER',
  9174.                 ],
  9175.             ],
  9176.             'security.access.denied_url' => NULL,
  9177.             'security.authentication.manager.erase_credentials' => true,
  9178.             'security.authentication.session_strategy.strategy' => 'migrate',
  9179.             'security.access.always_authenticate_before_granting' => false,
  9180.             'security.authentication.hide_user_not_found' => true,
  9181.             'security.firewalls' => [
  9182.                 => 'dev',
  9183.                 => 'management',
  9184.                 => 'main',
  9185.             ],
  9186.             'security.management._indexed_authenticators' => [
  9187.             ],
  9188.             'security.main._indexed_authenticators' => [
  9189.             ],
  9190.             'twig.form.resources' => [
  9191.                 => 'form_div_layout.html.twig',
  9192.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  9193.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  9194.             ],
  9195.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9196.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9197.             'web_profiler.debug_toolbar.mode' => 2,
  9198.             'monolog.use_microseconds' => true,
  9199.             'monolog.swift_mailer.handlers' => [
  9200.             ],
  9201.             'monolog.handlers_to_channels' => [
  9202.                 'monolog.handler.chromephp' => NULL,
  9203.                 'monolog.handler.firephp' => NULL,
  9204.             ],
  9205.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9206.             'knp_menu.renderer.list.options' => [
  9207.             ],
  9208.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  9209.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  9210.             'knp_menu.renderer.twig.options' => [
  9211.             ],
  9212.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  9213.             'knp_menu.default_renderer' => 'twig',
  9214.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  9215.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  9216.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  9217.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  9218.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  9219.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  9220.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  9221.             'stof_doctrine_extensions.default_locale' => 'ru',
  9222.             'stof_doctrine_extensions.translation_fallback' => true,
  9223.             'stof_doctrine_extensions.persist_default_translation' => false,
  9224.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  9225.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  9226.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  9227.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  9228.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  9229.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  9230.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  9231.             'nelmio_cors.map' => [
  9232.                 '^/' => [
  9233.                     'skip_same_as_origin' => true,
  9234.                 ],
  9235.             ],
  9236.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  9237.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  9238.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  9239.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  9240.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  9241.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  9242.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  9243.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  9244.             'presta_sitemap.timetolive' => 3600,
  9245.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  9246.             'presta_sitemap.items_by_set' => 25000,
  9247.             'presta_sitemap.defaults' => [
  9248.                 'priority' => NULL,
  9249.                 'changefreq' => NULL,
  9250.                 'lastmod' => 'now',
  9251.             ],
  9252.             'presta_sitemap.default_section' => 'default',
  9253.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  9254.             'easy_admin_extension.custom_form_types' => [
  9255.             ],
  9256.             'easy_admin_extension.minimum_role' => 'ROLE_ADMIN',
  9257.             'easy_admin_extension.embedded_list.open_new_tab' => true,
  9258.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  9259.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  9260.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  9261.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  9262.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  9263.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  9264.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  9265.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  9266.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  9267.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  9268.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  9269.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  9270.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  9271.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  9272.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  9273.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  9274.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  9275.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  9276.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  9277.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  9278.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  9279.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  9280.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  9281.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  9282.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  9283.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  9284.             'oneup_uploader.config.process_queue' => [
  9285.                 'frontend' => 'dropzone',
  9286.                 'namer' => 'oneup_uploader.namer.uniqid',
  9287.                 'storage' => [
  9288.                     'type' => 'flysystem',
  9289.                     'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  9290.                     'service' => NULL,
  9291.                     'directory' => NULL,
  9292.                     'stream_wrapper' => NULL,
  9293.                     'sync_buffer_size' => '100K',
  9294.                 ],
  9295.                 'custom_frontend' => [
  9296.                     'name' => NULL,
  9297.                     'class' => NULL,
  9298.                 ],
  9299.                 'route_prefix' => '',
  9300.                 'endpoints' => [
  9301.                     'upload' => NULL,
  9302.                     'progress' => NULL,
  9303.                     'cancel' => NULL,
  9304.                 ],
  9305.                 'allowed_mimetypes' => [
  9306.                 ],
  9307.                 'disallowed_mimetypes' => [
  9308.                 ],
  9309.                 'error_handler' => NULL,
  9310.                 'max_size' => 9223372036854775807,
  9311.                 'use_orphanage' => false,
  9312.                 'enable_progress' => false,
  9313.                 'enable_cancelation' => false,
  9314.                 'root_folder' => false,
  9315.             ],
  9316.             'oneup_uploader.config.tmp_media' => [
  9317.                 'frontend' => 'dropzone',
  9318.                 'namer' => 'file_namer.tmp_media',
  9319.                 'storage' => [
  9320.                     'type' => 'flysystem',
  9321.                     'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  9322.                     'service' => NULL,
  9323.                     'directory' => NULL,
  9324.                     'stream_wrapper' => NULL,
  9325.                     'sync_buffer_size' => '100K',
  9326.                 ],
  9327.                 'custom_frontend' => [
  9328.                     'name' => NULL,
  9329.                     'class' => NULL,
  9330.                 ],
  9331.                 'route_prefix' => '',
  9332.                 'endpoints' => [
  9333.                     'upload' => NULL,
  9334.                     'progress' => NULL,
  9335.                     'cancel' => NULL,
  9336.                 ],
  9337.                 'allowed_mimetypes' => [
  9338.                 ],
  9339.                 'disallowed_mimetypes' => [
  9340.                 ],
  9341.                 'error_handler' => NULL,
  9342.                 'max_size' => 9223372036854775807,
  9343.                 'use_orphanage' => false,
  9344.                 'enable_progress' => false,
  9345.                 'enable_cancelation' => false,
  9346.                 'root_folder' => false,
  9347.             ],
  9348.             'oneup_uploader.config.user_media' => [
  9349.                 'frontend' => 'dropzone',
  9350.                 'namer' => 'file_namer.user_media',
  9351.                 'storage' => [
  9352.                     'type' => 'flysystem',
  9353.                     'filesystem' => 'oneup_flysystem.user_media_filesystem',
  9354.                     'service' => NULL,
  9355.                     'directory' => NULL,
  9356.                     'stream_wrapper' => NULL,
  9357.                     'sync_buffer_size' => '100K',
  9358.                 ],
  9359.                 'custom_frontend' => [
  9360.                     'name' => NULL,
  9361.                     'class' => NULL,
  9362.                 ],
  9363.                 'route_prefix' => '',
  9364.                 'endpoints' => [
  9365.                     'upload' => NULL,
  9366.                     'progress' => NULL,
  9367.                     'cancel' => NULL,
  9368.                 ],
  9369.                 'allowed_mimetypes' => [
  9370.                 ],
  9371.                 'disallowed_mimetypes' => [
  9372.                 ],
  9373.                 'error_handler' => NULL,
  9374.                 'max_size' => 9223372036854775807,
  9375.                 'use_orphanage' => false,
  9376.                 'enable_progress' => false,
  9377.                 'enable_cancelation' => false,
  9378.                 'root_folder' => false,
  9379.             ],
  9380.             'oneup_uploader.config.profile_photo' => [
  9381.                 'frontend' => 'dropzone',
  9382.                 'namer' => 'file_namer.profile_media',
  9383.                 'storage' => [
  9384.                     'type' => 'flysystem',
  9385.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9386.                     'service' => NULL,
  9387.                     'directory' => NULL,
  9388.                     'stream_wrapper' => NULL,
  9389.                     'sync_buffer_size' => '100K',
  9390.                 ],
  9391.                 'custom_frontend' => [
  9392.                     'name' => NULL,
  9393.                     'class' => NULL,
  9394.                 ],
  9395.                 'route_prefix' => '',
  9396.                 'endpoints' => [
  9397.                     'upload' => NULL,
  9398.                     'progress' => NULL,
  9399.                     'cancel' => NULL,
  9400.                 ],
  9401.                 'allowed_mimetypes' => [
  9402.                 ],
  9403.                 'disallowed_mimetypes' => [
  9404.                 ],
  9405.                 'error_handler' => NULL,
  9406.                 'max_size' => 9223372036854775807,
  9407.                 'use_orphanage' => false,
  9408.                 'enable_progress' => false,
  9409.                 'enable_cancelation' => false,
  9410.                 'root_folder' => false,
  9411.             ],
  9412.             'oneup_uploader.config.profile_media_avatar' => [
  9413.                 'frontend' => 'dropzone',
  9414.                 'namer' => 'file_namer.profile_media',
  9415.                 'storage' => [
  9416.                     'type' => 'flysystem',
  9417.                     'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  9418.                     'service' => NULL,
  9419.                     'directory' => NULL,
  9420.                     'stream_wrapper' => NULL,
  9421.                     'sync_buffer_size' => '100K',
  9422.                 ],
  9423.                 'custom_frontend' => [
  9424.                     'name' => NULL,
  9425.                     'class' => NULL,
  9426.                 ],
  9427.                 'route_prefix' => '',
  9428.                 'endpoints' => [
  9429.                     'upload' => NULL,
  9430.                     'progress' => NULL,
  9431.                     'cancel' => NULL,
  9432.                 ],
  9433.                 'allowed_mimetypes' => [
  9434.                 ],
  9435.                 'disallowed_mimetypes' => [
  9436.                 ],
  9437.                 'error_handler' => NULL,
  9438.                 'max_size' => 9223372036854775807,
  9439.                 'use_orphanage' => false,
  9440.                 'enable_progress' => false,
  9441.                 'enable_cancelation' => false,
  9442.                 'root_folder' => false,
  9443.             ],
  9444.             'oneup_uploader.config.profile_media_approval' => [
  9445.                 'frontend' => 'dropzone',
  9446.                 'namer' => 'file_namer.profile_media_approval',
  9447.                 'storage' => [
  9448.                     'type' => 'flysystem',
  9449.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9450.                     'service' => NULL,
  9451.                     'directory' => NULL,
  9452.                     'stream_wrapper' => NULL,
  9453.                     'sync_buffer_size' => '100K',
  9454.                 ],
  9455.                 'custom_frontend' => [
  9456.                     'name' => NULL,
  9457.                     'class' => NULL,
  9458.                 ],
  9459.                 'route_prefix' => '',
  9460.                 'endpoints' => [
  9461.                     'upload' => NULL,
  9462.                     'progress' => NULL,
  9463.                     'cancel' => NULL,
  9464.                 ],
  9465.                 'allowed_mimetypes' => [
  9466.                 ],
  9467.                 'disallowed_mimetypes' => [
  9468.                 ],
  9469.                 'error_handler' => NULL,
  9470.                 'max_size' => 9223372036854775807,
  9471.                 'use_orphanage' => false,
  9472.                 'enable_progress' => false,
  9473.                 'enable_cancelation' => false,
  9474.                 'root_folder' => false,
  9475.             ],
  9476.             'oneup_uploader.config.profile_face_photo' => [
  9477.                 'frontend' => 'dropzone',
  9478.                 'namer' => 'file_namer.profile_media_approval',
  9479.                 'storage' => [
  9480.                     'type' => 'flysystem',
  9481.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9482.                     'service' => NULL,
  9483.                     'directory' => NULL,
  9484.                     'stream_wrapper' => NULL,
  9485.                     'sync_buffer_size' => '100K',
  9486.                 ],
  9487.                 'custom_frontend' => [
  9488.                     'name' => NULL,
  9489.                     'class' => NULL,
  9490.                 ],
  9491.                 'route_prefix' => '',
  9492.                 'endpoints' => [
  9493.                     'upload' => NULL,
  9494.                     'progress' => NULL,
  9495.                     'cancel' => NULL,
  9496.                 ],
  9497.                 'allowed_mimetypes' => [
  9498.                 ],
  9499.                 'disallowed_mimetypes' => [
  9500.                 ],
  9501.                 'error_handler' => NULL,
  9502.                 'max_size' => 9223372036854775807,
  9503.                 'use_orphanage' => false,
  9504.                 'enable_progress' => false,
  9505.                 'enable_cancelation' => false,
  9506.                 'root_folder' => false,
  9507.             ],
  9508.             'oneup_uploader.config.profile_selfie' => [
  9509.                 'frontend' => 'dropzone',
  9510.                 'namer' => 'file_namer.profile_media',
  9511.                 'storage' => [
  9512.                     'type' => 'flysystem',
  9513.                     'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  9514.                     'service' => NULL,
  9515.                     'directory' => NULL,
  9516.                     'stream_wrapper' => NULL,
  9517.                     'sync_buffer_size' => '100K',
  9518.                 ],
  9519.                 'custom_frontend' => [
  9520.                     'name' => NULL,
  9521.                     'class' => NULL,
  9522.                 ],
  9523.                 'route_prefix' => '',
  9524.                 'endpoints' => [
  9525.                     'upload' => NULL,
  9526.                     'progress' => NULL,
  9527.                     'cancel' => NULL,
  9528.                 ],
  9529.                 'allowed_mimetypes' => [
  9530.                 ],
  9531.                 'disallowed_mimetypes' => [
  9532.                 ],
  9533.                 'error_handler' => NULL,
  9534.                 'max_size' => 9223372036854775807,
  9535.                 'use_orphanage' => false,
  9536.                 'enable_progress' => false,
  9537.                 'enable_cancelation' => false,
  9538.                 'root_folder' => false,
  9539.             ],
  9540.             'oneup_uploader.config.profile_video' => [
  9541.                 'frontend' => 'dropzone',
  9542.                 'namer' => 'file_namer.profile_media',
  9543.                 'storage' => [
  9544.                     'type' => 'flysystem',
  9545.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9546.                     'service' => NULL,
  9547.                     'directory' => NULL,
  9548.                     'stream_wrapper' => NULL,
  9549.                     'sync_buffer_size' => '100K',
  9550.                 ],
  9551.                 'custom_frontend' => [
  9552.                     'name' => NULL,
  9553.                     'class' => NULL,
  9554.                 ],
  9555.                 'route_prefix' => '',
  9556.                 'endpoints' => [
  9557.                     'upload' => NULL,
  9558.                     'progress' => NULL,
  9559.                     'cancel' => NULL,
  9560.                 ],
  9561.                 'allowed_mimetypes' => [
  9562.                 ],
  9563.                 'disallowed_mimetypes' => [
  9564.                 ],
  9565.                 'error_handler' => NULL,
  9566.                 'max_size' => 9223372036854775807,
  9567.                 'use_orphanage' => false,
  9568.                 'enable_progress' => false,
  9569.                 'enable_cancelation' => false,
  9570.                 'root_folder' => false,
  9571.             ],
  9572.             'oneup_uploader.config.saloon_media' => [
  9573.                 'frontend' => 'dropzone',
  9574.                 'namer' => 'file_namer.saloon_media',
  9575.                 'storage' => [
  9576.                     'type' => 'flysystem',
  9577.                     'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  9578.                     'service' => NULL,
  9579.                     'directory' => NULL,
  9580.                     'stream_wrapper' => NULL,
  9581.                     'sync_buffer_size' => '100K',
  9582.                 ],
  9583.                 'custom_frontend' => [
  9584.                     'name' => NULL,
  9585.                     'class' => NULL,
  9586.                 ],
  9587.                 'route_prefix' => '',
  9588.                 'endpoints' => [
  9589.                     'upload' => NULL,
  9590.                     'progress' => NULL,
  9591.                     'cancel' => NULL,
  9592.                 ],
  9593.                 'allowed_mimetypes' => [
  9594.                 ],
  9595.                 'disallowed_mimetypes' => [
  9596.                 ],
  9597.                 'error_handler' => NULL,
  9598.                 'max_size' => 9223372036854775807,
  9599.                 'use_orphanage' => false,
  9600.                 'enable_progress' => false,
  9601.                 'enable_cancelation' => false,
  9602.                 'root_folder' => false,
  9603.             ],
  9604.             'oneup_uploader.config.saloon_media_thumb' => [
  9605.                 'frontend' => 'dropzone',
  9606.                 'namer' => 'file_namer.saloon_media_thumb',
  9607.                 'storage' => [
  9608.                     'type' => 'flysystem',
  9609.                     'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  9610.                     'service' => NULL,
  9611.                     'directory' => NULL,
  9612.                     'stream_wrapper' => NULL,
  9613.                     'sync_buffer_size' => '100K',
  9614.                 ],
  9615.                 'custom_frontend' => [
  9616.                     'name' => NULL,
  9617.                     'class' => NULL,
  9618.                 ],
  9619.                 'route_prefix' => '',
  9620.                 'endpoints' => [
  9621.                     'upload' => NULL,
  9622.                     'progress' => NULL,
  9623.                     'cancel' => NULL,
  9624.                 ],
  9625.                 'allowed_mimetypes' => [
  9626.                 ],
  9627.                 'disallowed_mimetypes' => [
  9628.                 ],
  9629.                 'error_handler' => NULL,
  9630.                 'max_size' => 9223372036854775807,
  9631.                 'use_orphanage' => false,
  9632.                 'enable_progress' => false,
  9633.                 'enable_cancelation' => false,
  9634.                 'root_folder' => false,
  9635.             ],
  9636.             'oneup_uploader.config.saloon_media_video' => [
  9637.                 'frontend' => 'dropzone',
  9638.                 'namer' => 'file_namer.saloon_media_video',
  9639.                 'storage' => [
  9640.                     'type' => 'flysystem',
  9641.                     'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  9642.                     'service' => NULL,
  9643.                     'directory' => NULL,
  9644.                     'stream_wrapper' => NULL,
  9645.                     'sync_buffer_size' => '100K',
  9646.                 ],
  9647.                 'custom_frontend' => [
  9648.                     'name' => NULL,
  9649.                     'class' => NULL,
  9650.                 ],
  9651.                 'route_prefix' => '',
  9652.                 'endpoints' => [
  9653.                     'upload' => NULL,
  9654.                     'progress' => NULL,
  9655.                     'cancel' => NULL,
  9656.                 ],
  9657.                 'allowed_mimetypes' => [
  9658.                 ],
  9659.                 'disallowed_mimetypes' => [
  9660.                 ],
  9661.                 'error_handler' => NULL,
  9662.                 'max_size' => 9223372036854775807,
  9663.                 'use_orphanage' => false,
  9664.                 'enable_progress' => false,
  9665.                 'enable_cancelation' => false,
  9666.                 'root_folder' => false,
  9667.             ],
  9668.             'oneup_uploader.controllers' => [
  9669.                 'process_queue' => [
  9670.                     => 'oneup_uploader.controller.process_queue',
  9671.                     => [
  9672.                         'enable_progress' => false,
  9673.                         'enable_cancelation' => false,
  9674.                         'route_prefix' => '',
  9675.                         'endpoints' => [
  9676.                             'upload' => NULL,
  9677.                             'progress' => NULL,
  9678.                             'cancel' => NULL,
  9679.                         ],
  9680.                     ],
  9681.                 ],
  9682.                 'tmp_media' => [
  9683.                     => 'oneup_uploader.controller.tmp_media',
  9684.                     => [
  9685.                         'enable_progress' => false,
  9686.                         'enable_cancelation' => false,
  9687.                         'route_prefix' => '',
  9688.                         'endpoints' => [
  9689.                             'upload' => NULL,
  9690.                             'progress' => NULL,
  9691.                             'cancel' => NULL,
  9692.                         ],
  9693.                     ],
  9694.                 ],
  9695.                 'user_media' => [
  9696.                     => 'oneup_uploader.controller.user_media',
  9697.                     => [
  9698.                         'enable_progress' => false,
  9699.                         'enable_cancelation' => false,
  9700.                         'route_prefix' => '',
  9701.                         'endpoints' => [
  9702.                             'upload' => NULL,
  9703.                             'progress' => NULL,
  9704.                             'cancel' => NULL,
  9705.                         ],
  9706.                     ],
  9707.                 ],
  9708.                 'profile_photo' => [
  9709.                     => 'oneup_uploader.controller.profile_photo',
  9710.                     => [
  9711.                         'enable_progress' => false,
  9712.                         'enable_cancelation' => false,
  9713.                         'route_prefix' => '',
  9714.                         'endpoints' => [
  9715.                             'upload' => NULL,
  9716.                             'progress' => NULL,
  9717.                             'cancel' => NULL,
  9718.                         ],
  9719.                     ],
  9720.                 ],
  9721.                 'profile_media_avatar' => [
  9722.                     => 'oneup_uploader.controller.profile_media_avatar',
  9723.                     => [
  9724.                         'enable_progress' => false,
  9725.                         'enable_cancelation' => false,
  9726.                         'route_prefix' => '',
  9727.                         'endpoints' => [
  9728.                             'upload' => NULL,
  9729.                             'progress' => NULL,
  9730.                             'cancel' => NULL,
  9731.                         ],
  9732.                     ],
  9733.                 ],
  9734.                 'profile_media_approval' => [
  9735.                     => 'oneup_uploader.controller.profile_media_approval',
  9736.                     => [
  9737.                         'enable_progress' => false,
  9738.                         'enable_cancelation' => false,
  9739.                         'route_prefix' => '',
  9740.                         'endpoints' => [
  9741.                             'upload' => NULL,
  9742.                             'progress' => NULL,
  9743.                             'cancel' => NULL,
  9744.                         ],
  9745.                     ],
  9746.                 ],
  9747.                 'profile_face_photo' => [
  9748.                     => 'oneup_uploader.controller.profile_face_photo',
  9749.                     => [
  9750.                         'enable_progress' => false,
  9751.                         'enable_cancelation' => false,
  9752.                         'route_prefix' => '',
  9753.                         'endpoints' => [
  9754.                             'upload' => NULL,
  9755.                             'progress' => NULL,
  9756.                             'cancel' => NULL,
  9757.                         ],
  9758.                     ],
  9759.                 ],
  9760.                 'profile_selfie' => [
  9761.                     => 'oneup_uploader.controller.profile_selfie',
  9762.                     => [
  9763.                         'enable_progress' => false,
  9764.                         'enable_cancelation' => false,
  9765.                         'route_prefix' => '',
  9766.                         'endpoints' => [
  9767.                             'upload' => NULL,
  9768.                             'progress' => NULL,
  9769.                             'cancel' => NULL,
  9770.                         ],
  9771.                     ],
  9772.                 ],
  9773.                 'profile_video' => [
  9774.                     => 'oneup_uploader.controller.profile_video',
  9775.                     => [
  9776.                         'enable_progress' => false,
  9777.                         'enable_cancelation' => false,
  9778.                         'route_prefix' => '',
  9779.                         'endpoints' => [
  9780.                             'upload' => NULL,
  9781.                             'progress' => NULL,
  9782.                             'cancel' => NULL,
  9783.                         ],
  9784.                     ],
  9785.                 ],
  9786.                 'saloon_media' => [
  9787.                     => 'oneup_uploader.controller.saloon_media',
  9788.                     => [
  9789.                         'enable_progress' => false,
  9790.                         'enable_cancelation' => false,
  9791.                         'route_prefix' => '',
  9792.                         'endpoints' => [
  9793.                             'upload' => NULL,
  9794.                             'progress' => NULL,
  9795.                             'cancel' => NULL,
  9796.                         ],
  9797.                     ],
  9798.                 ],
  9799.                 'saloon_media_thumb' => [
  9800.                     => 'oneup_uploader.controller.saloon_media_thumb',
  9801.                     => [
  9802.                         'enable_progress' => false,
  9803.                         'enable_cancelation' => false,
  9804.                         'route_prefix' => '',
  9805.                         'endpoints' => [
  9806.                             'upload' => NULL,
  9807.                             'progress' => NULL,
  9808.                             'cancel' => NULL,
  9809.                         ],
  9810.                     ],
  9811.                 ],
  9812.                 'saloon_media_video' => [
  9813.                     => 'oneup_uploader.controller.saloon_media_video',
  9814.                     => [
  9815.                         'enable_progress' => false,
  9816.                         'enable_cancelation' => false,
  9817.                         'route_prefix' => '',
  9818.                         'endpoints' => [
  9819.                             'upload' => NULL,
  9820.                             'progress' => NULL,
  9821.                             'cancel' => NULL,
  9822.                         ],
  9823.                     ],
  9824.                 ],
  9825.             ],
  9826.             'oneup_uploader.maxsize' => [
  9827.                 'process_queue' => 34359738368,
  9828.                 'tmp_media' => 34359738368,
  9829.                 'user_media' => 34359738368,
  9830.                 'profile_photo' => 34359738368,
  9831.                 'profile_media_avatar' => 34359738368,
  9832.                 'profile_media_approval' => 34359738368,
  9833.                 'profile_face_photo' => 34359738368,
  9834.                 'profile_selfie' => 34359738368,
  9835.                 'profile_video' => 34359738368,
  9836.                 'saloon_media' => 34359738368,
  9837.                 'saloon_media_thumb' => 34359738368,
  9838.                 'saloon_media_video' => 34359738368,
  9839.             ],
  9840.             'snc_redis.client.class' => 'Predis\\Client',
  9841.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  9842.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  9843.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  9844.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  9845.             'snc_redis.phpredis_client.class' => 'Redis',
  9846.             'snc_redis.relay_client.class' => 'Relay\\Relay',
  9847.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  9848.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  9849.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  9850.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  9851.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  9852.             'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  9853.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  9854.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  9855.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  9856.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  9857.             'fos_js_routing.request_context_base_url' => NULL,
  9858.             'fos_js_routing.cache_control' => [
  9859.                 'enabled' => false,
  9860.             ],
  9861.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  9862.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  9863.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  9864.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  9865.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  9866.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  9867.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  9868.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  9869.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  9870.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  9871.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  9872.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  9873.             'eight_points_guzzle.plugin.header.headers' => [
  9874.             ],
  9875.             'env(SENTRY_RELEASE)' => 'dev-72d8911c97daff6f65c300fa62d680c9bb55d01d@72d8911',
  9876.             'sentry.tracing.enabled' => true,
  9877.             'sentry.tracing.dbal.enabled' => true,
  9878.             'sentry.tracing.dbal.connections' => [
  9879.             ],
  9880.             'sentry.tracing.cache.enabled' => true,
  9881.             'sentry.tracing.http_client.enabled' => true,
  9882.             'fos_elastica.property_accessor.magicCall' => false,
  9883.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  9884.             'fos_elastica.default_index' => 'recommendations',
  9885.             'ewz_recaptcha.ajax' => true,
  9886.             'ewz_recaptcha.enabled' => true,
  9887.             'ewz_recaptcha.verify_host' => false,
  9888.             'ewz_recaptcha.locale_key' => 'ru',
  9889.             'ewz_recaptcha.api_host' => 'www.google.com',
  9890.             'ewz_recaptcha.locale_from_request' => false,
  9891.             'ewz_recaptcha.version' => 2,
  9892.             'ewz_recaptcha.hide_badge' => false,
  9893.             'ewz_recaptcha.score_threshold' => 0.5,
  9894.             'ewz_recaptcha.timeout' => NULL,
  9895.             'ewz_recaptcha.trusted_roles' => [
  9896.             ],
  9897.             'ewz_recaptcha.http_proxy' => [
  9898.                 'host' => NULL,
  9899.                 'port' => NULL,
  9900.                 'auth' => NULL,
  9901.             ],
  9902.             'ewz_recaptcha.service_definition' => [
  9903.             ],
  9904.             'doctrine.migrations.preferred_em' => NULL,
  9905.             'doctrine.migrations.preferred_connection' => NULL,
  9906.             'misd_phone_number.serializer.default_region' => 'ZZ',
  9907.             'misd_phone_number.serializer.format' => 0,
  9908.             'misd_phone_number.validator.default_region' => 'ZZ',
  9909.             'misd_phone_number.validator.format' => 1,
  9910.             'knp_paginator.template.pagination' => '_pagination.html.twig',
  9911.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  9912.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  9913.             'knp_paginator.page_range' => 9,
  9914.             'knp_paginator.page_limit' => NULL,
  9915.             'porpaginas.twig.extension.class' => 'Porpaginas\\Twig\\PorpaginasExtension',
  9916.             'porpaginas.twig.rendering_adapter.knp.class' => 'AngelGamez\\PorpaginasBundle\\Twig\\KnpPagerRenderingAdapter',
  9917.             'porpaginas.twig.subscriber.class' => 'Porpaginas\\KnpPager\\PorpaginasSubscriber',
  9918.             'nelmio_api_doc.areas' => [
  9919.                 => 'chatops',
  9920.                 => 'sales',
  9921.                 => 'default',
  9922.             ],
  9923.             'nelmio_api_doc.use_validation_groups' => false,
  9924.             'data_collector.templates' => [
  9925.                 'data_collector.request' => [
  9926.                     => 'request',
  9927.                     => '@WebProfiler/Collector/request.html.twig',
  9928.                 ],
  9929.                 'data_collector.time' => [
  9930.                     => 'time',
  9931.                     => '@WebProfiler/Collector/time.html.twig',
  9932.                 ],
  9933.                 'data_collector.memory' => [
  9934.                     => 'memory',
  9935.                     => '@WebProfiler/Collector/memory.html.twig',
  9936.                 ],
  9937.                 'data_collector.validator' => [
  9938.                     => 'validator',
  9939.                     => '@WebProfiler/Collector/validator.html.twig',
  9940.                 ],
  9941.                 'data_collector.ajax' => [
  9942.                     => 'ajax',
  9943.                     => '@WebProfiler/Collector/ajax.html.twig',
  9944.                 ],
  9945.                 'data_collector.form' => [
  9946.                     => 'form',
  9947.                     => '@WebProfiler/Collector/form.html.twig',
  9948.                 ],
  9949.                 'data_collector.exception' => [
  9950.                     => 'exception',
  9951.                     => '@WebProfiler/Collector/exception.html.twig',
  9952.                 ],
  9953.                 'data_collector.logger' => [
  9954.                     => 'logger',
  9955.                     => '@WebProfiler/Collector/logger.html.twig',
  9956.                 ],
  9957.                 'data_collector.events' => [
  9958.                     => 'events',
  9959.                     => '@WebProfiler/Collector/events.html.twig',
  9960.                 ],
  9961.                 'data_collector.router' => [
  9962.                     => 'router',
  9963.                     => '@WebProfiler/Collector/router.html.twig',
  9964.                 ],
  9965.                 'data_collector.cache' => [
  9966.                     => 'cache',
  9967.                     => '@WebProfiler/Collector/cache.html.twig',
  9968.                 ],
  9969.                 'data_collector.translation' => [
  9970.                     => 'translation',
  9971.                     => '@WebProfiler/Collector/translation.html.twig',
  9972.                 ],
  9973.                 'data_collector.security' => [
  9974.                     => 'security',
  9975.                     => '@Security/Collector/security.html.twig',
  9976.                 ],
  9977.                 'data_collector.twig' => [
  9978.                     => 'twig',
  9979.                     => '@WebProfiler/Collector/twig.html.twig',
  9980.                 ],
  9981.                 'data_collector.http_client' => [
  9982.                     => 'http_client',
  9983.                     => '@WebProfiler/Collector/http_client.html.twig',
  9984.                 ],
  9985.                 'data_collector.doctrine' => [
  9986.                     => 'db',
  9987.                     => '@Doctrine/Collector/db.html.twig',
  9988.                 ],
  9989.                 'data_collector.dump' => [
  9990.                     => 'dump',
  9991.                     => '@Debug/Profiler/dump.html.twig',
  9992.                 ],
  9993.                 'data_collector.messenger' => [
  9994.                     => 'messenger',
  9995.                     => '@WebProfiler/Collector/messenger.html.twig',
  9996.                 ],
  9997.                 'mailer.data_collector' => [
  9998.                     => 'mailer',
  9999.                     => '@WebProfiler/Collector/mailer.html.twig',
  10000.                 ],
  10001.                 'notifier.data_collector' => [
  10002.                     => 'notifier',
  10003.                     => '@WebProfiler/Collector/notifier.html.twig',
  10004.                 ],
  10005.                 'flagception.profiler.feature_data_collector' => [
  10006.                     => 'flagception',
  10007.                     => '@Flagception/profiler/layout.html.twig',
  10008.                 ],
  10009.                 'easyadmin.data_collector' => [
  10010.                     => 'easyadmin',
  10011.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  10012.                 ],
  10013.                 'snc_redis.data_collector' => [
  10014.                     => 'redis',
  10015.                     => '@SncRedis/Collector/redis.html.twig',
  10016.                 ],
  10017.                 'eight_points_guzzle.data_collector' => [
  10018.                     => 'eight_points_guzzle',
  10019.                     => '@EightPointsGuzzle/debug.html.twig',
  10020.                 ],
  10021.                 'fos_elastica.data_collector' => [
  10022.                     => 'elastica',
  10023.                     => '@FOSElastica/Collector/elastica.html.twig',
  10024.                 ],
  10025.                 'App\\DataCollector\\DebugCollector' => [
  10026.                     => 'app.debug_collector',
  10027.                     => '_data_collector/debug_collector.html.twig',
  10028.                 ],
  10029.                 'data_collector.config' => [
  10030.                     => 'config',
  10031.                     => '@WebProfiler/Collector/config.html.twig',
  10032.                 ],
  10033.             ],
  10034.             'console.command.ids' => [
  10035.                 => 'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog',
  10036.                 => 'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue',
  10037.                 => 'console.command.public_alias.App\\Console\\Debug\\PlanPlacementSyncDebugCommand',
  10038.                 => 'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand',
  10039.                 => 'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand',
  10040.                 => 'console.command.public_alias.App\\Console\\Export\\ExportProfiles',
  10041.                 => 'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand',
  10042.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand',
  10043.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription',
  10044.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand',
  10045.                 10 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus',
  10046.                 11 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations',
  10047.                 12 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords',
  10048.                 13 => 'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733',
  10049.                 14 => 'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand',
  10050.                 15 => 'console.command.public_alias.App\\Console\\Feature\\CleanStopWordsTextsCommand',
  10051.                 16 => 'console.command.public_alias.App\\Console\\Feature\\PrepareDynamicPricesPlacementsCommand',
  10052.                 17 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand',
  10053.                 18 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand',
  10054.                 19 => 'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand',
  10055.                 20 => 'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand',
  10056.                 21 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi',
  10057.                 22 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal',
  10058.                 23 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand',
  10059.                 24 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand',
  10060.                 25 => 'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand',
  10061.                 26 => 'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand',
  10062.                 27 => 'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand',
  10063.                 28 => 'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand',
  10064.                 29 => 'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand',
  10065.                 30 => 'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand',
  10066.                 31 => 'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand',
  10067.                 32 => 'console.command.public_alias.App\\Console\\Management\\CleanupSupportMessageAttachmentsCommand',
  10068.                 33 => 'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache',
  10069.                 34 => 'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList',
  10070.                 35 => 'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand',
  10071.                 36 => 'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles',
  10072.                 37 => 'console.command.public_alias.App\\Console\\Management\\FillDynamicPlacementPricesForTestCommand',
  10073.                 38 => 'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements',
  10074.                 39 => 'console.command.public_alias.App\\Console\\Management\\ImportCityPriceCategoriesCommand',
  10075.                 40 => 'console.command.public_alias.App\\Console\\Management\\ImportDynamicPlacementPricesCommand',
  10076.                 41 => 'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent',
  10077.                 42 => 'console.command.public_alias.App\\Console\\Management\\RefreshColdStartProfileRecommendationsCommand',
  10078.                 43 => 'console.command.public_alias.App\\Console\\Management\\RefreshGeoCategoryLinkageCommand',
  10079.                 44 => 'console.command.public_alias.App\\Console\\Management\\RefreshTop100ProfilesCommand',
  10080.                 45 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles',
  10081.                 46 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons',
  10082.                 47 => 'console.command.public_alias.App\\Console\\Management\\UpdateStations',
  10083.                 48 => 'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus',
  10084.                 49 => 'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand',
  10085.                 50 => 'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand',
  10086.                 51 => 'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand',
  10087.                 52 => 'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand',
  10088.                 53 => 'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand',
  10089.                 54 => 'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand',
  10090.                 55 => 'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator',
  10091.                 56 => 'console.command.public_alias.App\\Console\\Sales\\AccountChargebackCommand',
  10092.                 57 => 'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand',
  10093.                 58 => 'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand',
  10094.                 59 => 'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand',
  10095.                 60 => 'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand',
  10096.                 61 => 'console.command.public_alias.App\\Console\\Sales\\PlaceUnhiddenAndUnplacedProfilesFreeCommand',
  10097.                 62 => 'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand',
  10098.                 63 => 'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand',
  10099.                 64 => 'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand',
  10100.                 65 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand',
  10101.                 66 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand',
  10102.                 67 => 'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand',
  10103.                 68 => 'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand',
  10104.                 69 => 'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand',
  10105.                 70 => 'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand',
  10106.                 71 => 'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand',
  10107.                 72 => 'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand',
  10108.                 73 => 'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts',
  10109.             ],
  10110.         ];
  10111.     }
  10112.     protected function throw($message)
  10113.     {
  10114.         throw new RuntimeException($message);
  10115.     }
  10116. }