var/cache/review/ContainerTnuoayu/App_KernelReviewDebugContainer.php line 2459

Open in your IDE?
  1. <?php
  2. namespace ContainerTnuoayu;
  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\\SupportMessagesController' => 'getSupportMessagesController2Service',
  150.             'App\\Controller\\MapController' => 'getMapControllerService',
  151.             'App\\Controller\\MasseurListController' => 'getMasseurListControllerService',
  152.             'App\\Controller\\ProfileBotHelperController' => 'getProfileBotHelperControllerService',
  153.             'App\\Controller\\ProfileCommentController' => 'getProfileCommentController2Service',
  154.             'App\\Controller\\ProfileCtrController' => 'getProfileCtrControllerService',
  155.             'App\\Controller\\ProfileFilterController' => 'getProfileFilterControllerService',
  156.             'App\\Controller\\ProfileListController' => 'getProfileListControllerService',
  157.             'App\\Controller\\ProfilePreviewController' => 'getProfilePreviewControllerService',
  158.             'App\\Controller\\ProfileRecommendationController' => 'getProfileRecommendationControllerService',
  159.             'App\\Controller\\ProfileSearchController' => 'getProfileSearchControllerService',
  160.             'App\\Controller\\ProfileWidgetController' => 'getProfileWidgetControllerService',
  161.             'App\\Controller\\RecentProfilesController' => 'getRecentProfilesControllerService',
  162.             'App\\Controller\\RecentlyViewedProfilesController' => 'getRecentlyViewedProfilesControllerService',
  163.             'App\\Controller\\RobotsTxtController' => 'getRobotsTxtControllerService',
  164.             'App\\Controller\\S3DebugController' => 'getS3DebugControllerService',
  165.             'App\\Controller\\SaloonCommentController' => 'getSaloonCommentController2Service',
  166.             'App\\Controller\\SaloonListController' => 'getSaloonListControllerService',
  167.             'App\\Controller\\SaloonPreviewController' => 'getSaloonPreviewControllerService',
  168.             'App\\Controller\\SearchByKeywordsController' => 'getSearchByKeywordsControllerService',
  169.             'App\\Controller\\ServiceListController' => 'getServiceListControllerService',
  170.             'App\\Controller\\SidebarPlacementsController' => 'getSidebarPlacementsControllerService',
  171.             'App\\Controller\\StaticPageController' => 'getStaticPageControllerService',
  172.             'App\\Controller\\StationListController' => 'getStationListControllerService',
  173.             'App\\Service\\ListingRotationApi' => 'getListingRotationApiService',
  174.             'App\\Service\\UploadedFileNamer' => 'getUploadedFileNamerService',
  175.             'App\\Service\\VideoFileProcessor' => 'getVideoFileProcessorService',
  176.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  177.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminController2Service',
  178.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  179.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  180.             'cache.app_clearer' => 'getCache_AppClearerService',
  181.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  182.             'cache.system_clearer' => 'getCache_SystemClearerService',
  183.             'cache_warmer' => 'getCacheWarmerService',
  184.             'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog' => 'getBulkQueueWatchDogService',
  185.             'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue' => 'getProcessBulkQueueService',
  186.             'console.command.public_alias.App\\Console\\Debug\\PlanPlacementSyncDebugCommand' => 'getPlanPlacementSyncDebugCommandService',
  187.             'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand' => 'getConfigureCacheDirectoryCommandService',
  188.             'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand' => 'getRemoveOutdatedCacheDirectoriesCommandService',
  189.             'console.command.public_alias.App\\Console\\Export\\ExportProfiles' => 'getExportProfilesService',
  190.             'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand' => 'getExportRotationListingsConfigCommandService',
  191.             'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand' => 'getAdaptForAvatarCommandService',
  192.             'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription' => 'getAdaptForESDescriptionService',
  193.             'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand' => 'getAdaptForFreeProfilesCommandService',
  194.             'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus' => 'getAdaptForProfileModerationStatusService',
  195.             'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations' => 'getAdaptForProfileRecommendationsService',
  196.             'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords' => 'getAdaptForSearchByKeywordsService',
  197.             'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733' => 'getAddServicesForTask28733Service',
  198.             'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand' => 'getAnalExtraChargeToServiceExtraChargeCommandService',
  199.             'console.command.public_alias.App\\Console\\Feature\\CleanStopWordsTextsCommand' => 'getCleanStopWordsTextsCommandService',
  200.             'console.command.public_alias.App\\Console\\Feature\\PrepareDynamicPricesPlacementsCommand' => 'getPrepareDynamicPricesPlacementsCommandService',
  201.             'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand' => 'getRevertAdaptForAvatarCommandService',
  202.             'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand' => 'getRevertAdaptForFreeProfilesCommandService',
  203.             'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand' => 'getSetAvatarFromFirstPhotoCommandService',
  204.             'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand' => 'getSetUniqueDescriptionForDuplicatesCommandService',
  205.             'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi' => 'getRemoveStationVerhnieLihoborodyiService',
  206.             'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal' => 'getRemoveStationobvodnoyKanalService',
  207.             'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand' => 'getImportCitiesCommandService',
  208.             'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand' => 'getImportCitiesMapCoordinatesCommandService',
  209.             'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand' => 'getImportPageMetadataCommandService',
  210.             'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand' => 'getImportPaidPlacementPricesCommandService',
  211.             'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand' => 'getImportPaymentProductsCommandService',
  212.             'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand' => 'getImportProfilesCommandService',
  213.             'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand' => 'getImportSaloonsCommandService',
  214.             'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand' => 'getImportServicesCommandService',
  215.             'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand' => 'getImportStationDistrictCommandService',
  216.             'console.command.public_alias.App\\Console\\Management\\CleanupSupportMessageAttachmentsCommand' => 'getCleanupSupportMessageAttachmentsCommandService',
  217.             'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache' => 'getClearCtrValuesCacheService',
  218.             'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList' => 'getClearCurrentModerationListService',
  219.             'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand' => 'getCreateStaffAccountCommandService',
  220.             'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles' => 'getDeleteModerationRejectedProfilesService',
  221.             'console.command.public_alias.App\\Console\\Management\\FillDynamicPlacementPricesForTestCommand' => 'getFillDynamicPlacementPricesForTestCommandService',
  222.             'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements' => 'getHideFreeUnapprovedPlacementsService',
  223.             'console.command.public_alias.App\\Console\\Management\\ImportCityPriceCategoriesCommand' => 'getImportCityPriceCategoriesCommandService',
  224.             'console.command.public_alias.App\\Console\\Management\\ImportDynamicPlacementPricesCommand' => 'getImportDynamicPlacementPricesCommandService',
  225.             'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent' => 'getPersistProfileCtrValuesPermanentService',
  226.             'console.command.public_alias.App\\Console\\Management\\RefreshColdStartProfileRecommendationsCommand' => 'getRefreshColdStartProfileRecommendationsCommandService',
  227.             'console.command.public_alias.App\\Console\\Management\\RefreshGeoCategoryLinkageCommand' => 'getRefreshGeoCategoryLinkageCommandService',
  228.             'console.command.public_alias.App\\Console\\Management\\RefreshTop100ProfilesCommand' => 'getRefreshTop100ProfilesCommandService',
  229.             'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles' => 'getSetSeoPhoneNumbersForProfilesService',
  230.             'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons' => 'getSetSeoPhoneNumbersForSaloonsService',
  231.             'console.command.public_alias.App\\Console\\Management\\UpdateStations' => 'getUpdateStationsService',
  232.             'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus' => 'getUpdateUsersTrustedStatusService',
  233.             'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand' => 'getGenerateCityUriDumpCommandService',
  234.             'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand' => 'getGenerateServicesUriDumpCommandService',
  235.             'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand' => 'getCreatePageMetadataTemplatesCommandService',
  236.             'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand' => 'getGenerateSitemapCommandService',
  237.             'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand' => 'getImportPageMetadataCommand2Service',
  238.             'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand' => 'getImportProfileDescriptionCommandService',
  239.             'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator' => 'getListingPagesSitemapGeneratorService',
  240.             'console.command.public_alias.App\\Console\\Sales\\AccountChargebackCommand' => 'getAccountChargebackCommandService',
  241.             'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand' => 'getFixProfileAdBoardPositionsCommandService',
  242.             'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand' => 'getManualAccountChargesCommandService',
  243.             'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand' => 'getMigrateFinancialDataCommandService',
  244.             'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand' => 'getPlaceProfilesFreeAdBoardPlacementsCommandService',
  245.             'console.command.public_alias.App\\Console\\Sales\\PlaceUnhiddenAndUnplacedProfilesFreeCommand' => 'getPlaceUnhiddenAndUnplacedProfilesFreeCommandService',
  246.             'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand' => 'getPlacementHiderHourlyChargeCommandService',
  247.             'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand' => 'getProcessOutdatedNewSidebarPlacementsCommandService',
  248.             'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand' => 'getProfileAdBoardHourlyChargeCommandService',
  249.             'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand' => 'getRotateProfileAdBoardPlacementsCommandService',
  250.             'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand' => 'getRotateProfileFreeAdBoardPlacementsCommandService',
  251.             'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand' => 'getRotateSaloonAdBoardPlacementsCommandService',
  252.             'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand' => 'getRotateSidebarPlacementsCommandService',
  253.             'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand' => 'getSaloonAdBoardHourlyChargeCommandService',
  254.             'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand' => 'getUserLowBalanceNotifyCommandService',
  255.             'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand' => 'getFillIpAddressRangeCommandService',
  256.             'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand' => 'getPrepareOldVideoFilesCommandService',
  257.             'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts' => 'getCreateDummyAccountsService',
  258.             'console.command_loader' => 'getConsole_CommandLoaderService',
  259.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  260.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  261.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  262.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  263.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  264.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  265.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  266.             'eight_points_guzzle.client.api_domain_timeline' => 'getEightPointsGuzzle_Client_ApiDomainTimelineService',
  267.             'eight_points_guzzle.client.api_payday' => 'getEightPointsGuzzle_Client_ApiPaydayService',
  268.             'eight_points_guzzle.client.api_rotation' => 'getEightPointsGuzzle_Client_ApiRotationService',
  269.             'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  270.             'eight_points_guzzle.handler_stack.api_domain_timeline' => 'getEightPointsGuzzle_HandlerStack_ApiDomainTimelineService',
  271.             'eight_points_guzzle.handler_stack.api_oplata_info' => 'getEightPointsGuzzle_HandlerStack_ApiOplataInfoService',
  272.             'eight_points_guzzle.handler_stack.api_payday' => 'getEightPointsGuzzle_HandlerStack_ApiPaydayService',
  273.             'eight_points_guzzle.handler_stack.api_rotation' => 'getEightPointsGuzzle_HandlerStack_ApiRotationService',
  274.             'eight_points_guzzle.middleware.event_dispatch.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiDomainTimelineService',
  275.             'eight_points_guzzle.middleware.event_dispatch.api_oplata_info' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService',
  276.             'eight_points_guzzle.middleware.event_dispatch.api_payday' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiPaydayService',
  277.             'eight_points_guzzle.middleware.event_dispatch.api_rotation' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiRotationService',
  278.             'eight_points_guzzle.middleware.log.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_Log_ApiDomainTimelineService',
  279.             'eight_points_guzzle.middleware.log.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService',
  280.             'eight_points_guzzle.middleware.log.api_payday' => 'getEightPointsGuzzle_Middleware_Log_ApiPaydayService',
  281.             'eight_points_guzzle.middleware.log.api_rotation' => 'getEightPointsGuzzle_Middleware_Log_ApiRotationService',
  282.             'eight_points_guzzle.middleware.profile.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_Profile_ApiDomainTimelineService',
  283.             'eight_points_guzzle.middleware.profile.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService',
  284.             'eight_points_guzzle.middleware.profile.api_payday' => 'getEightPointsGuzzle_Middleware_Profile_ApiPaydayService',
  285.             'eight_points_guzzle.middleware.profile.api_rotation' => 'getEightPointsGuzzle_Middleware_Profile_ApiRotationService',
  286.             'eight_points_guzzle.middleware.request_time.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiDomainTimelineService',
  287.             'eight_points_guzzle.middleware.request_time.api_oplata_info' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService',
  288.             'eight_points_guzzle.middleware.request_time.api_payday' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiPaydayService',
  289.             'eight_points_guzzle.middleware.request_time.api_rotation' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiRotationService',
  290.             'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  291.             'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  292.             'error_controller' => 'getErrorControllerService',
  293.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  294.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  295.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  296.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  297.             'file_namer.profile_media' => 'getFileNamer_ProfileMediaService',
  298.             'file_namer.profile_media_approval' => 'getFileNamer_ProfileMediaApprovalService',
  299.             'file_namer.saloon_media' => 'getFileNamer_SaloonMediaService',
  300.             'file_namer.saloon_media_thumb' => 'getFileNamer_SaloonMediaThumbService',
  301.             'file_namer.saloon_media_video' => 'getFileNamer_SaloonMediaVideoService',
  302.             'file_namer.tmp_media' => 'getFileNamer_TmpMediaService',
  303.             'file_namer.user_media' => 'getFileNamer_UserMediaService',
  304.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  305.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  306.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  307.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  308.             'fos_elastica.finder.description.profile' => 'getFosElastica_Finder_Description_ProfileService',
  309.             'fos_elastica.finder.key_search.profile' => 'getFosElastica_Finder_KeySearch_ProfileService',
  310.             'fos_elastica.finder.recommendations.profile' => 'getFosElastica_Finder_Recommendations_ProfileService',
  311.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  312.             'fos_elastica.index.description' => 'getFosElastica_Index_DescriptionService',
  313.             'fos_elastica.index.description.profile' => 'getFosElastica_Index_Description_ProfileService',
  314.             'fos_elastica.index.key_search' => 'getFosElastica_Index_KeySearchService',
  315.             'fos_elastica.index.key_search.profile' => 'getFosElastica_Index_KeySearch_ProfileService',
  316.             'fos_elastica.index.recommendations' => 'getFosElastica_Index_RecommendationsService',
  317.             'fos_elastica.index.recommendations.profile' => 'getFosElastica_Index_Recommendations_ProfileService',
  318.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  319.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  320.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
  321.             'fos_elastica.object_persister.description.profile' => 'getFosElastica_ObjectPersister_Description_ProfileService',
  322.             'fos_elastica.object_persister.key_search.profile' => 'getFosElastica_ObjectPersister_KeySearch_ProfileService',
  323.             'fos_elastica.object_persister.recommendations.profile' => 'getFosElastica_ObjectPersister_Recommendations_ProfileService',
  324.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  325.             'fos_elastica.pager_provider.description.profile' => 'getFosElastica_PagerProvider_Description_ProfileService',
  326.             'fos_elastica.pager_provider.key_search.profile' => 'getFosElastica_PagerProvider_KeySearch_ProfileService',
  327.             'fos_elastica.pager_provider.recommendations.profile' => 'getFosElastica_PagerProvider_Recommendations_ProfileService',
  328.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  329.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  330.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  331.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  332.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  333.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  334.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  335.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  336.             'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  337.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  338.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  339.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  340.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  341.             'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  342.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  343.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  344.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  345.             'nelmio_api_doc.generator.chatops' => 'getNelmioApiDoc_Generator_ChatopsService',
  346.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  347.             'nelmio_api_doc.generator.sales' => 'getNelmioApiDoc_Generator_SalesService',
  348.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  349.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  350.             'oneup_flysystem.process_queue_filesystem' => 'getOneupFlysystem_ProcessQueueFilesystemService',
  351.             'oneup_flysystem.profile_media_approval_filesystem' => 'getOneupFlysystem_ProfileMediaApprovalFilesystemService',
  352.             'oneup_flysystem.profile_media_avatar_filesystem' => 'getOneupFlysystem_ProfileMediaAvatarFilesystemService',
  353.             'oneup_flysystem.profile_media_filesystem' => 'getOneupFlysystem_ProfileMediaFilesystemService',
  354.             'oneup_flysystem.profile_media_selfie_filesystem' => 'getOneupFlysystem_ProfileMediaSelfieFilesystemService',
  355.             'oneup_flysystem.profile_media_untouched_filesystem' => 'getOneupFlysystem_ProfileMediaUntouchedFilesystemService',
  356.             'oneup_flysystem.public_filesystem' => 'getOneupFlysystem_PublicFilesystemService',
  357.             'oneup_flysystem.saloon_media_filesystem' => 'getOneupFlysystem_SaloonMediaFilesystemService',
  358.             'oneup_flysystem.saloon_media_thumb_filesystem' => 'getOneupFlysystem_SaloonMediaThumbFilesystemService',
  359.             'oneup_flysystem.saloon_media_untouched_filesystem' => 'getOneupFlysystem_SaloonMediaUntouchedFilesystemService',
  360.             'oneup_flysystem.saloon_media_video_filesystem' => 'getOneupFlysystem_SaloonMediaVideoFilesystemService',
  361.             'oneup_flysystem.support_message_attachment_filesystem' => 'getOneupFlysystem_SupportMessageAttachmentFilesystemService',
  362.             'oneup_flysystem.tmp_filesystem' => 'getOneupFlysystem_TmpFilesystemService',
  363.             'oneup_flysystem.tmp_media_filesystem' => 'getOneupFlysystem_TmpMediaFilesystemService',
  364.             'oneup_flysystem.user_media_filesystem' => 'getOneupFlysystem_UserMediaFilesystemService',
  365.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  366.             'oneup_uploader.controller.process_queue' => 'getOneupUploader_Controller_ProcessQueueService',
  367.             'oneup_uploader.controller.profile_face_photo' => 'getOneupUploader_Controller_ProfileFacePhotoService',
  368.             'oneup_uploader.controller.profile_media_approval' => 'getOneupUploader_Controller_ProfileMediaApprovalService',
  369.             'oneup_uploader.controller.profile_media_avatar' => 'getOneupUploader_Controller_ProfileMediaAvatarService',
  370.             'oneup_uploader.controller.profile_photo' => 'getOneupUploader_Controller_ProfilePhotoService',
  371.             'oneup_uploader.controller.profile_selfie' => 'getOneupUploader_Controller_ProfileSelfieService',
  372.             'oneup_uploader.controller.profile_video' => 'getOneupUploader_Controller_ProfileVideoService',
  373.             'oneup_uploader.controller.saloon_media' => 'getOneupUploader_Controller_SaloonMediaService',
  374.             'oneup_uploader.controller.saloon_media_thumb' => 'getOneupUploader_Controller_SaloonMediaThumbService',
  375.             'oneup_uploader.controller.saloon_media_video' => 'getOneupUploader_Controller_SaloonMediaVideoService',
  376.             'oneup_uploader.controller.tmp_media' => 'getOneupUploader_Controller_TmpMediaService',
  377.             'oneup_uploader.controller.user_media' => 'getOneupUploader_Controller_UserMediaService',
  378.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  379.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  380.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  381.             'porpaginas.twig.subscriber' => 'getPorpaginas_Twig_SubscriberService',
  382.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  383.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  384.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  385.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  386.             'routing.loader' => 'getRouting_LoaderService',
  387.             'services_resetter' => 'getServicesResetterService',
  388.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  389.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  390.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  391.         ];
  392.         $this->aliases = [
  393.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  394.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  395.             'database_connection' => 'doctrine.dbal.default_connection',
  396.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  397.             'fos_elastica.client' => 'fos_elastica.client.default',
  398.             'fos_elastica.index' => 'fos_elastica.index.recommendations',
  399.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  400.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  401.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  402.         ];
  403.         $this->privates['service_container'] = function () {
  404.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  405.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  406.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  407.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  408.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  410.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  414.             include_once \dirname(__DIR__4).'/src/DataCollector/DebugCollector.php';
  415.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  416.             include_once \dirname(__DIR__4).'/src/EventSubscriber/AjaxDebugUpdateSubscriber.php';
  417.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ApiAccessSubscriber.php';
  418.             include_once \dirname(__DIR__4).'/src/Service/AccessManager.php';
  419.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BadWordsReplaceSubscriber.php';
  420.             include_once \dirname(__DIR__4).'/src/Helper/EnvironmentHelper.php';
  421.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BanLogoutSubscriber.php';
  422.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CityCaseRedirectSubscriber.php';
  423.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CommentBanSubscriber.php';
  424.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DisabledRouteSubscriber.php';
  425.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DoctrineEntityFilterSubscriber.php';
  426.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DomainParkingSubscriber.php';
  427.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DomainRedirectSubscriber.php';
  428.             include_once \dirname(__DIR__4).'/src/Http/DomainRedirectorInterface.php';
  429.             include_once \dirname(__DIR__4).'/src/Http/DomainRedirector.php';
  430.             include_once \dirname(__DIR__4).'/src/EventSubscriber/EnumSubscriber.php';
  431.             include_once \dirname(__DIR__4).'/src/EventSubscriber/KernelSubscriber.php';
  432.             include_once \dirname(__DIR__4).'/src/EventSubscriber/PageMetadataSubscriber.php';
  433.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ProfileListOrderingSubscriber.php';
  434.             include_once \dirname(__DIR__4).'/src/Service/ProfilePaidPlacementRotator.php';
  435.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  436.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  437.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  438.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  439.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  441.             include_once \dirname(__DIR__4).'/src/Repository/AccountEnrollmentRepository.php';
  442.             include_once \dirname(__DIR__4).'/src/Repository/ApprovalRequestsRepository.php';
  443.             include_once \dirname(__DIR__4).'/vendor/happyr/doctrine-specification/src/Repository/EntitySpecificationRepositoryTrait.php';
  444.             include_once \dirname(__DIR__4).'/src/Repository/SpecificationTrait.php';
  445.             include_once \dirname(__DIR__4).'/src/Repository/EntityIteratorTrait.php';
  446.             include_once \dirname(__DIR__4).'/src/Repository/BannedEmailRepository.php';
  447.             include_once \dirname(__DIR__4).'/src/Repository/CityRepository.php';
  448.             include_once \dirname(__DIR__4).'/src/Repository/DistrictRepository.php';
  449.             include_once \dirname(__DIR__4).'/src/Repository/ModerationRequestsRepository.php';
  450.             include_once \dirname(__DIR__4).'/src/Repository/PageMetadataRepository.php';
  451.             include_once \dirname(__DIR__4).'/src/Repository/PaidPlacementPriceRepository.php';
  452.             include_once \dirname(__DIR__4).'/src/Repository/ProfileCommentRepository.php';
  453.             include_once \dirname(__DIR__4).'/src/Repository/ProfileCtrRepository.php';
  454.             include_once \dirname(__DIR__4).'/src/Repository/ProfileKVRepository.php';
  455.             include_once \dirname(__DIR__4).'/src/Repository/ProfilePlanPlacementRepository.php';
  456.             include_once \dirname(__DIR__4).'/src/Repository/ProfileRecommendationRepository.php';
  457.             include_once \dirname(__DIR__4).'/src/Repository/ProfileRepository.php';
  458.             include_once \dirname(__DIR__4).'/src/Repository/SidebarPlacementRepository.php';
  459.             include_once \dirname(__DIR__4).'/src/Repository/ProfileSidebarPlacementRepository.php';
  460.             include_once \dirname(__DIR__4).'/src/Repository/ProfileTopPlacementRepository.php';
  461.             include_once \dirname(__DIR__4).'/src/Repository/SaloonRepository.php';
  462.             include_once \dirname(__DIR__4).'/src/Repository/SaloonSidebarPlacementRepository.php';
  463.             include_once \dirname(__DIR__4).'/src/Repository/ServiceRepository.php';
  464.             include_once \dirname(__DIR__4).'/src/Repository/StationRepository.php';
  465.             include_once \dirname(__DIR__4).'/src/Repository/SupportMessagesRepository.php';
  466.             include_once \dirname(__DIR__4).'/src/Repository/SystemVariablesRepository.php';
  467.             include_once \dirname(__DIR__4).'/src/Service/AccountChargesDurationEstimator.php';
  468.             include_once \dirname(__DIR__4).'/src/Service/AccountChargesDurationPresenter.php';
  469.             include_once \dirname(__DIR__4).'/src/Service/AccountFinances.php';
  470.             include_once \dirname(__DIR__4).'/src/Service/ApprovalService.php';
  471.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageService.php';
  472.             include_once \dirname(__DIR__4).'/src/Service/ColdStartProfileRecommendationsCache.php';
  473.             include_once \dirname(__DIR__4).'/src/Service/CountryCurrencyResolver.php';
  474.             include_once \dirname(__DIR__4).'/src/Service/CurrentCityResolver.php';
  475.             include_once \dirname(__DIR__4).'/src/Service/CustomerBanService.php';
  476.             include_once \dirname(__DIR__4).'/src/Service/DefaultCityProvider.php';
  477.             include_once \dirname(__DIR__4).'/src/Service/DynamicPlacementPriceResolver.php';
  478.             include_once \dirname(__DIR__4).'/src/Service/EnumUriLoader.php';
  479.             include_once \dirname(__DIR__4).'/src/Service/Features.php';
  480.             include_once \dirname(__DIR__4).'/src/Service/GeoCategoryLinkageService.php';
  481.             include_once \dirname(__DIR__4).'/src/Service/InnerLinkageCircleService.php';
  482.             include_once \dirname(__DIR__4).'/src/Service/ListingService.php';
  483.             include_once \dirname(__DIR__4).'/src/Service/ModerationService.php';
  484.             include_once \dirname(__DIR__4).'/src/Service/MoneyFormatterService.php';
  485.             include_once \dirname(__DIR__4).'/src/Service/PhoneNumberService.php';
  486.             include_once \dirname(__DIR__4).'/src/Service/ProfileAdBoard.php';
  487.             include_once \dirname(__DIR__4).'/src/Service/ProfileAvatar.php';
  488.             include_once \dirname(__DIR__4).'/src/Service/ProfileRecommendationService.php';
  489.             include_once \dirname(__DIR__4).'/src/Service/ProfileBotHelper.php';
  490.             include_once \dirname(__DIR__4).'/src/Service/ProfileChargesCalculator.php';
  491.             include_once \dirname(__DIR__4).'/src/Service/ProfileCtrService.php';
  492.             include_once \dirname(__DIR__4).'/src/Service/ProfileList.php';
  493.             include_once \dirname(__DIR__4).'/src/Service/ProfileListSpecificationService.php';
  494.             include_once \dirname(__DIR__4).'/src/Service/ProfileTopBoard.php';
  495.             include_once \dirname(__DIR__4).'/src/Service/ResponsiveAssetsService.php';
  496.             include_once \dirname(__DIR__4).'/src/Service/SaloonChargesCalculator.php';
  497.             include_once \dirname(__DIR__4).'/src/Service/SearchByKeywordsService.php';
  498.             include_once \dirname(__DIR__4).'/src/Repository/SearchByKeywordsESRepository.php';
  499.             include_once \dirname(__DIR__4).'/src/Service/Sidebar.php';
  500.             include_once \dirname(__DIR__4).'/src/Service/TimeZoneService.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  512.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  561.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  578.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  579.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  580.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  581.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  632.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  633.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  634.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  635.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  636.             include_once \dirname(__DIR__4).'/src/ParamConverter/CityParamConverter.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  643.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  649.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  650.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  653.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  654.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  656.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  660.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  661.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php';
  662.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  663.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  664.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  665.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  666.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  667.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  668.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  669.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  670.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  672.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  673.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  674.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  675.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  676.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  677.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  678.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  679.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  680.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  681.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  682.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  683.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  684.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  685.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  686.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  687.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  688.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  689.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  690.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheConfiguration.php';
  691.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLogger.php';
  692.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLoggerChain.php';
  693.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/StatisticsCacheLogger.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheFactory.php';
  695.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/DefaultCacheFactory.php';
  696.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/RegionsConfiguration.php';
  697.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  700.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  701.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  702.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  703.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  704.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  705.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  706.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  707.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  708.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  709.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  710.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  711.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  712.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  733.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  735.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  739.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  741.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  743.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  744.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  746.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  747.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  748.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  749.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php';
  750.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php';
  752.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php';
  753.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ChromePhpHandler.php';
  754.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  759.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  761.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  762.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  763.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  764.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  765.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  766.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  767.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  768.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  769.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  770.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  771.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  772.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  773.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  774.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  776.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  777.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  778.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  779.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  781.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  782.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManagerInterface.php';
  783.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManager.php';
  784.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/FeatureActivatorInterface.php';
  785.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ChainActivator.php';
  786.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php';
  787.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ArrayActivator.php';
  788.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/EnvironmentActivator.php';
  789.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ConstraintActivator.php';
  790.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolverInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolver.php';
  792.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Factory/ExpressionLanguageFactory.php';
  793.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/DateProvider.php';
  794.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/MatchProvider.php';
  795.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ContextDecoratorInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ChainDecorator.php';
  797.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/AnnotationSubscriber.php';
  798.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/RoutingMetadataSubscriber.php';
  799.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  800.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  801.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ExcludeFieldsConfigPass.php';
  802.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  803.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  804.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  805.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  806.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  807.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShortFormTypeConfigPass.php';
  808.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  809.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  810.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/EmbeddedListViewConfigPass.php';
  811.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  812.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShowViewConfigPass.php';
  813.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  814.             include_once \dirname(__DIR__4).'/src/Bridge/AlterPHP/EasyAdminExtensionBundle/Configuration/ListFormFiltersConfigPass.php';
  815.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  816.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  817.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  818.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  819.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/EmbeddedListHelper.php';
  820.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/ListFormFiltersHelper.php';
  821.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Security/AdminAuthorizationChecker.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  824.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  825.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  827.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  828.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  830.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  831.             include_once \dirname(__DIR__4).'/src/Bridge/GuzzleHttp/Handler/OplataInfoTestHandler.php';
  832.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  833.             include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  835.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  836.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  837.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  838.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  839.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  841.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  843.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  845.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  846.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  847.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  848.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  849.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  850.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  851.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  853.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  856.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  857.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  859.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  860.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  861.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  863.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  865.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  866.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  867.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  868.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  869.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  870.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  871.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  872.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  874.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  875.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  879.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  880.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  882.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  883.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/PorpaginasExtension.php';
  884.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/RenderingAdapter.php';
  885.             include_once \dirname(__DIR__4).'/packages/porpaginas-bundle/Twig/KnpPagerRenderingAdapter.php';
  886.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Morphos/GeographicalNamesInflection.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  889.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  890.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  893.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  894.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ChainAdapter.php';
  901.             include_once \dirname(__DIR__4).'/src/Http/CityCaseRedirector.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  907.             include_once \dirname(__DIR__4).'/src/Routing/DynamicRouter.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  910.             include_once \dirname(__DIR__4).'/packages/translatable-bundle/Translation/Translator.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  916.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  940.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  944.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Profiler/FeatureDataCollector.php';
  945.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  946.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  947.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  948.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  952.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  953.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  954.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  955.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  956.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  957.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  958.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  959.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  960.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  966.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  982.             include_once \dirname(__DIR__4).'/src/Twig/AccountExtension.php';
  983.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageByCountriesExtension.php';
  984.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageByCountriesService.php';
  985.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageExtension.php';
  986.             include_once \dirname(__DIR__4).'/src/Twig/ClientTypeExtension.php';
  987.             include_once \dirname(__DIR__4).'/src/Twig/ConfirmationRequestsExtension.php';
  988.             include_once \dirname(__DIR__4).'/src/Twig/DateExtension.php';
  989.             include_once \dirname(__DIR__4).'/src/Twig/DefaultCityExtension.php';
  990.             include_once \dirname(__DIR__4).'/src/Twig/DistrictsLinkageExtension.php';
  991.             include_once \dirname(__DIR__4).'/src/Service/DistrictsLinkageService.php';
  992.             include_once \dirname(__DIR__4).'/src/Twig/GeoCategoryLinkageExtension.php';
  993.             include_once \dirname(__DIR__4).'/src/Twig/InnerLinkageCircleExtension.php';
  994.             include_once \dirname(__DIR__4).'/src/Twig/ListingExtension.php';
  995.             include_once \dirname(__DIR__4).'/src/Twig/MoneyFormatterExtension.php';
  996.             include_once \dirname(__DIR__4).'/src/Twig/OfferBarExtension.php';
  997.             include_once \dirname(__DIR__4).'/src/Twig/OplataInfoExtension.php';
  998.             include_once \dirname(__DIR__4).'/src/PaymentProcessing/Gateway/OplataInfo.php';
  999.             include_once \dirname(__DIR__4).'/src/Twig/PaidPlacementsExtension.php';
  1000.             include_once \dirname(__DIR__4).'/src/Twig/PersonParametersExtension.php';
  1001.             include_once \dirname(__DIR__4).'/src/Twig/PhoneCallExtension.php';
  1002.             include_once \dirname(__DIR__4).'/src/Twig/ProfileAvatarExtension.php';
  1003.             include_once \dirname(__DIR__4).'/src/Twig/ProfileChargesExtension.php';
  1004.             include_once \dirname(__DIR__4).'/src/Twig/ProfileCommentExtension.php';
  1005.             include_once \dirname(__DIR__4).'/src/Twig/ProfileKVExtension.php';
  1006.             include_once \dirname(__DIR__4).'/src/Twig/ProfileModerationExtension.php';
  1007.             include_once \dirname(__DIR__4).'/src/Twig/ProfileRecommendationsDebugExtension.php';
  1008.             include_once \dirname(__DIR__4).'/src/Twig/RecentProfilesExtension.php';
  1009.             include_once \dirname(__DIR__4).'/src/Twig/ResponsiveAssetExtension.php';
  1010.             include_once \dirname(__DIR__4).'/src/Twig/RoutingExtension.php';
  1011.             include_once \dirname(__DIR__4).'/src/Twig/SaloonChargesExtension.php';
  1012.             include_once \dirname(__DIR__4).'/src/Twig/SaloonCommentExtension.php';
  1013.             include_once \dirname(__DIR__4).'/src/Twig/SearchByKeywordsExtension.php';
  1014.             include_once \dirname(__DIR__4).'/src/Twig/SeoExtension.php';
  1015.             include_once \dirname(__DIR__4).'/src/Service/PageMetadataGenerator.php';
  1016.             include_once \dirname(__DIR__4).'/src/Service/CanonicalUrlGenerator.php';
  1017.             include_once \dirname(__DIR__4).'/src/Twig/ServicesExtension.php';
  1018.             include_once \dirname(__DIR__4).'/src/Twig/StationCommentsExtension.php';
  1019.             include_once \dirname(__DIR__4).'/src/Twig/StationPagesLinkageExtension.php';
  1020.             include_once \dirname(__DIR__4).'/src/Service/StationPagesLinkageService.php';
  1021.             include_once \dirname(__DIR__4).'/src/Twig/StationsExtension.php';
  1022.             include_once \dirname(__DIR__4).'/src/Twig/SupportMessagesExtension.php';
  1023.             include_once \dirname(__DIR__4).'/src/Twig/TakeOutLocationsExtension.php';
  1024.             include_once \dirname(__DIR__4).'/src/Twig/TimeFormatterExtension.php';
  1025.             include_once \dirname(__DIR__4).'/src/Twig/ToolsExtension.php';
  1026.             include_once \dirname(__DIR__4).'/src/Twig/UserExtension.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Twig/ToggleExtension.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/ListFormFiltersExtension.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/CheckboxTreeExtension.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/EmbeddedListExtension.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/AdminAuthorizationExtension.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Twig/GeographicalNamesInflectionTwigExtension.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src/Twig/MorphosExtension.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1063.         };
  1064.     }
  1065.     public function compile(): void
  1066.     {
  1067.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1068.     }
  1069.     public function isCompiled(): bool
  1070.     {
  1071.         return true;
  1072.     }
  1073.     public function getRemovedIds(): array
  1074.     {
  1075.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1076.     }
  1077.     protected function load($file$lazyLoad true)
  1078.     {
  1079.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1080.             return $class::do($this$lazyLoad);
  1081.         }
  1082.         if ('.' === $file[-4]) {
  1083.             $class substr($class0, -4);
  1084.         } else {
  1085.             $file .= '.php';
  1086.         }
  1087.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1088.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1089.     }
  1090.     /**
  1091.      * Gets the public '.container.private.form.factory' shared service.
  1092.      *
  1093.      * @return \Symfony\Component\Form\FormFactory
  1094.      */
  1095.     protected function get_Container_Private_Form_FactoryService()
  1096.     {
  1097.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1098.         if (isset($this->services['.container.private.form.factory'])) {
  1099.             return $this->services['.container.private.form.factory'];
  1100.         }
  1101.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1102.     }
  1103.     /**
  1104.      * Gets the public '.container.private.profiler' shared service.
  1105.      *
  1106.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1107.      */
  1108.     protected function get_Container_Private_ProfilerService()
  1109.     {
  1110.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1111.         $b = ($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService());
  1112.         $c = ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1113.         $d = ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1114.         $a->pushProcessor($b);
  1115.         $a->pushHandler($c);
  1116.         $a->pushHandler($d);
  1117.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1118.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1119.         $e = ($this->services['kernel'] ?? $this->get('kernel'));
  1120.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1121.         $g = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1122.         $g->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1123.         $g->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1124.         $g->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  1125.         $g->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  1126.         $g->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1127.         $g->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  1128.         $g->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  1129.         $g->addInstance('cache.rate_limiter.traceable', ($this->privates['cache.rate_limiter.traceable'] ?? $this->getCache_RateLimiter_TraceableService()));
  1130.         $g->addInstance('cache.doctrine.traceable', ($this->privates['cache.doctrine.traceable'] ?? $this->getCache_Doctrine_TraceableService()));
  1131.         $g->addInstance('project_data.cache.traceable', ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  1132.         $g->addInstance('user_predict.cache.traceable', ($this->privates['user_predict.cache.traceable'] ?? $this->getUserPredict_Cache_TraceableService()));
  1133.         $g->addInstance('sidebar_new_check_cool_down.cache.traceable', ($this->privates['sidebar_new_check_cool_down.cache.traceable'] ?? $this->getSidebarNewCheckCoolDown_Cache_TraceableService()));
  1134.         $g->addInstance('ctr_stat.cache.traceable', ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService()));
  1135.         $g->addInstance('profiles_filter.cache.traceable', ($this->privates['profiles_filter.cache.traceable'] ?? $this->getProfilesFilter_Cache_TraceableService()));
  1136.         $g->addInstance('stations_lines.cache.traceable', ($this->privates['stations_lines.cache.traceable'] ?? $this->getStationsLines_Cache_TraceableService()));
  1137.         $g->addInstance('profile_widget.cache.traceable', ($this->privates['profile_widget.cache.traceable'] ?? $this->getProfileWidget_Cache_TraceableService()));
  1138.         $g->addInstance('station_added_profiles.cache.traceable', ($this->privates['station_added_profiles.cache.traceable'] ?? $this->getStationAddedProfiles_Cache_TraceableService()));
  1139.         $g->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1140.         $g->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1141.         $g->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1142.         $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()));
  1143.         $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()));
  1144.         $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()));
  1145.         $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()));
  1146.         $g->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  1147.         $g->addInstance('cache.easyadmin.traceable', ($this->privates['cache.easyadmin.traceable'] ?? $this->getCache_Easyadmin_TraceableService()));
  1148.         $g->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  1149.         $h = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1150.         $h->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1151.         $i = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1152.         $i->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1153.         $j = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  1154.         $j->pushProcessor($b);
  1155.         $j->pushHandler($c);
  1156.         $j->pushHandler($d);
  1157.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($j);
  1158.         $k = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1159.         if ($this->has('kernel')) {
  1160.             $k->setKernel($e);
  1161.         }
  1162.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1163.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($e, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1164.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1165.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1166.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1167.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1168.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1169.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelReviewDebugContainer'), $f));
  1170.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $f));
  1171.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1172.         $instance->add($g);
  1173.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  1174.         $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));
  1175.         $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())));
  1176.         $instance->add($h);
  1177.         $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([])))));
  1178.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1179.         $instance->add($i);
  1180.         $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()))));
  1181.         $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()))));
  1182.         $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()))));
  1183.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  1184.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(new \Snc\RedisBundle\Logger\RedisLogger($j)));
  1185.         $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1186.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1187.         $instance->add(($this->privates['App\\DataCollector\\DebugCollector'] ?? ($this->privates['App\\DataCollector\\DebugCollector'] = new \App\DataCollector\DebugCollector())));
  1188.         $instance->add($k);
  1189.         return $instance;
  1190.     }
  1191.     /**
  1192.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1193.      *
  1194.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1195.      */
  1196.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1197.     {
  1198.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1199.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1200.             return $this->services['.container.private.security.authorization_checker'];
  1201.         }
  1202.         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);
  1203.     }
  1204.     /**
  1205.      * Gets the public '.container.private.security.token_storage' shared service.
  1206.      *
  1207.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1208.      */
  1209.     protected function get_Container_Private_Security_TokenStorageService()
  1210.     {
  1211.         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, [
  1212.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1213.         ], [
  1214.             'request_stack' => '?',
  1215.         ]));
  1216.     }
  1217.     /**
  1218.      * Gets the public '.container.private.twig' shared service.
  1219.      *
  1220.      * @return \Twig\Environment
  1221.      */
  1222.     protected function get_Container_Private_TwigService()
  1223.     {
  1224.         $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']);
  1225.         $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1226.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1227.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1228.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1229.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1230.         $f = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1231.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1232.         $h = ($this->services['router'] ?? $this->getRouterService());
  1233.         $i = ($this->privates['App\\Service\\ProfileChargesCalculator'] ?? $this->getProfileChargesCalculatorService());
  1234.         $j = ($this->privates['App\\Service\\SaloonChargesCalculator'] ?? $this->getSaloonChargesCalculatorService());
  1235.         $k = ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService());
  1236.         $l = ($this->services['geographical_names_inflection.inflector'] ?? $this->getGeographicalNamesInflection_InflectorService());
  1237.         $m = ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService());
  1238.         $n = ($this->privates['App\\Repository\\ModerationRequestsRepository'] ?? $this->getModerationRequestsRepositoryService());
  1239.         $o = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1240.         $p = ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService());
  1241.         $q = ($this->privates['App\\Repository\\StationRepository'] ?? $this->getStationRepositoryService());
  1242.         $r = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1243.         $r->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1244.         $s = new \Knp\Menu\Util\MenuManipulator();
  1245.         $t = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1246.         $u = new \Symfony\Bridge\Twig\AppVariable();
  1247.         $u->setEnvironment('review');
  1248.         $u->setDebug(true);
  1249.         if ($this->has('.container.private.security.token_storage')) {
  1250.             $u->setTokenStorage($c);
  1251.         }
  1252.         if ($this->has('request_stack')) {
  1253.             $u->setRequestStack($b);
  1254.         }
  1255.         $v = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1256.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1257.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
  1258.         $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)));
  1259.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1260.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1261.         $instance->addExtension($f);
  1262.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1263.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1264.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1266.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1267.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1268.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  1269.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  1270.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1271.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1272.         $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())));
  1273.         $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())));
  1274.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageByCountriesExtension(new \App\Service\CityMainPagesLinkageByCountriesService($b$k$h$e, ($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), $l$m)));
  1275.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageExtension(($this->privates['App\\Service\\CityMainPagesLinkageService'] ?? $this->getCityMainPagesLinkageServiceService())));
  1276.         $instance->addExtension(new \App\Twig\ClientTypeExtension());
  1277.         $instance->addExtension(new \App\Twig\ConfirmationRequestsExtension(($this->privates['App\\Repository\\ApprovalRequestsRepository'] ?? $this->getApprovalRequestsRepositoryService()), $n));
  1278.         $instance->addExtension(new \App\Twig\DateExtension($o));
  1279.         $instance->addExtension(new \App\Twig\DefaultCityExtension($m));
  1280.         $instance->addExtension(new \App\Twig\DistrictsLinkageExtension(new \App\Service\DistrictsLinkageService($b$k$h$e, ($this->privates['App\\Repository\\DistrictRepository'] ?? $this->getDistrictRepositoryService()), $l$m$o)));
  1281.         $instance->addExtension(new \App\Twig\GeoCategoryLinkageExtension(($this->privates['App\\Service\\GeoCategoryLinkageService'] ?? $this->getGeoCategoryLinkageServiceService())));
  1282.         $instance->addExtension(new \App\Twig\InnerLinkageCircleExtension(($this->privates['App\\Service\\InnerLinkageCircleService'] ?? $this->getInnerLinkageCircleServiceService())));
  1283.         $instance->addExtension(new \App\Twig\ListingExtension(($this->privates['App\\Service\\ListingService'] ?? ($this->privates['App\\Service\\ListingService'] = new \App\Service\ListingService()))));
  1284.         $instance->addExtension(new \App\Twig\MoneyFormatterExtension($b, ($this->privates['App\\Service\\MoneyFormatterService'] ?? $this->getMoneyFormatterServiceService())));
  1285.         $instance->addExtension(new \App\Twig\OfferBarExtension(($this->privates['App\\Repository\\SystemVariablesRepository'] ?? $this->getSystemVariablesRepositoryService())));
  1286.         $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));
  1287.         $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())));
  1288.         $instance->addExtension(new \App\Twig\PersonParametersExtension());
  1289.         $instance->addExtension(new \App\Twig\PhoneCallExtension());
  1290.         $instance->addExtension(new \App\Twig\ProfileAvatarExtension(($this->privates['App\\Service\\ProfileAvatar'] ?? $this->getProfileAvatarService())));
  1291.         $instance->addExtension(new \App\Twig\ProfileChargesExtension($i$c));
  1292.         $instance->addExtension(new \App\Twig\ProfileCommentExtension());
  1293.         $instance->addExtension(new \App\Twig\ProfileKVExtension(($this->privates['App\\Repository\\ProfileKVRepository'] ?? $this->getProfileKVRepositoryService())));
  1294.         $instance->addExtension(new \App\Twig\ProfileModerationExtension(($this->privates['App\\Service\\ModerationService'] ?? $this->getModerationServiceService()), $n));
  1295.         $instance->addExtension(new \App\Twig\ProfileRecommendationsDebugExtension(($this->privates['App\\Service\\ProfileRecommendationService'] ?? $this->getProfileRecommendationServiceService()), ($this->privates['App\\Service\\ProfileBotHelper'] ?? $this->getProfileBotHelperService()), $c));
  1296.         $instance->addExtension(new \App\Twig\RecentProfilesExtension($b$m, ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService())));
  1297.         $instance->addExtension(new \App\Twig\ResponsiveAssetExtension(($this->privates['App\\Service\\ResponsiveAssetsService'] ?? $this->getResponsiveAssetsServiceService())));
  1298.         $instance->addExtension(new \App\Twig\RoutingExtension($h$b));
  1299.         $instance->addExtension(new \App\Twig\SaloonChargesExtension($j$c));
  1300.         $instance->addExtension(new \App\Twig\SaloonCommentExtension());
  1301.         $instance->addExtension(new \App\Twig\SearchByKeywordsExtension(($this->privates['App\\Service\\SearchByKeywordsService'] ?? $this->getSearchByKeywordsServiceService())));
  1302.         $instance->addExtension(new \App\Twig\SeoExtension(new \App\Service\PageMetadataGenerator($instance$b), $b, new \App\Service\CanonicalUrlGenerator($h$b$p$o), $e));
  1303.         $instance->addExtension(new \App\Twig\ServicesExtension(($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService())));
  1304.         $instance->addExtension(new \App\Twig\StationCommentsExtension(($this->privates['App\\Repository\\ProfileCommentRepository'] ?? $this->getProfileCommentRepositoryService()), ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService())));
  1305.         $instance->addExtension(new \App\Twig\StationPagesLinkageExtension(new \App\Service\StationPagesLinkageService($p$h$e$q$b$o)));
  1306.         $instance->addExtension(new \App\Twig\StationsExtension($q));
  1307.         $instance->addExtension(new \App\Twig\SupportMessagesExtension(($this->privates['App\\Repository\\SupportMessagesRepository'] ?? $this->getSupportMessagesRepositoryService())));
  1308.         $instance->addExtension(new \App\Twig\TakeOutLocationsExtension());
  1309.         $instance->addExtension(new \App\Twig\TimeFormatterExtension());
  1310.         $instance->addExtension(new \App\Twig\ToolsExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1311.         $instance->addExtension(new \App\Twig\UserExtension($c));
  1312.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1313.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($r));
  1314.         $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, [
  1315.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1316.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1317.         ], [
  1318.             'list' => '?',
  1319.             'twig' => '?',
  1320.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1321.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1322.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1323.         }, 2)), $s$t), $t$s));
  1324.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['cocur_slugify'] ?? ($this->privates['cocur_slugify'] = new \Cocur\Slugify\Slugify(['lowercase' => true'separator' => '-'])))));
  1325.         $instance->addExtension(new \Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService())));
  1326.         $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())));
  1327.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] ?? $this->getListFormFiltersHelperService())));
  1328.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension());
  1329.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1330.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension(($this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] ?? $this->getAdminAuthorizationCheckerService())));
  1331.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1332.         $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1333.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1334.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1335.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1336.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1337.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1338.         ], [
  1339.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1340.             'webpack_encore.tag_renderer' => '?',
  1341.         ])));
  1342.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  1343.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  1344.         $instance->addExtension(($this->services['porpaginas.twig.extension'] ?? $this->getPorpaginas_Twig_ExtensionService()));
  1345.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1346.         $instance->addExtension(new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Twig\GeographicalNamesInflectionTwigExtension($l));
  1347.         $instance->addExtension(new \BigIdea\Bundle\MorphosTwigBundle\Twig\MorphosExtension());
  1348.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($f));
  1349.         $instance->addGlobal('app'$u);
  1350.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1351.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1352.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1353.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1354.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1355.         ], [
  1356.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1357.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1358.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1359.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1360.         ])));
  1361.         $instance->addGlobal('actual_main_domain'$this->getEnv('MAIN_DOMAIN'));
  1362.         $instance->addGlobal('actual_mirror_domain'$this->getEnv('MIRROR_DOMAIN'));
  1363.         $instance->addGlobal('responsive_media_base_url'$this->getEnv('RESPONSIVE_MEDIA_BASE_URL'));
  1364.         $instance->addGlobal('ga_tracker_id'$this->getEnv('resolve:GA_TRACKER_ID'));
  1365.         $instance->addGlobal('ym_tracker_id'$this->getEnv('resolve:YM_TRACKER_ID'));
  1366.         $instance->addGlobal('ewz_recaptcha_site_key'$this->getEnv('EWZ_RECAPTCHA_SITE_KEY'));
  1367.         $instance->addGlobal('page_metadata_variant'$this->getEnv('resolve:PAGE_METADATA_VARIANT'));
  1368.         $instance->addGlobal('profile_list_per_page'$this->getEnv('PROFILE_LIST_PER_PAGE'));
  1369.         $instance->registerUndefinedFilterCallback([=> $v=> 'suggestFilter']);
  1370.         $instance->registerUndefinedFunctionCallback([=> $v=> 'suggestFunction']);
  1371.         $instance->registerUndefinedTokenParserCallback([=> $v=> 'suggestTag']);
  1372.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1373.         return $instance;
  1374.     }
  1375.     /**
  1376.      * Gets the public '.container.private.validator' shared service.
  1377.      *
  1378.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1379.      */
  1380.     protected function get_Container_Private_ValidatorService()
  1381.     {
  1382.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1383.         if (isset($this->services['.container.private.validator'])) {
  1384.             return $this->services['.container.private.validator'];
  1385.         }
  1386.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1387.     }
  1388.     /**
  1389.      * Gets the public 'AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker' shared service.
  1390.      *
  1391.      * @return \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker
  1392.      */
  1393.     protected function getAdminAuthorizationCheckerService()
  1394.     {
  1395.         return $this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] = new \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker(($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()), 'ROLE_ADMIN');
  1396.     }
  1397.     /**
  1398.      * Gets the public 'App\Http\CityCaseRedirector' shared autowired service.
  1399.      *
  1400.      * @return \App\Http\CityCaseRedirector
  1401.      */
  1402.     protected function getCityCaseRedirectorService()
  1403.     {
  1404.         $a = ($this->services['router'] ?? $this->getRouterService());
  1405.         if (isset($this->services['App\\Http\\CityCaseRedirector'])) {
  1406.             return $this->services['App\\Http\\CityCaseRedirector'];
  1407.         }
  1408.         return $this->services['App\\Http\\CityCaseRedirector'] = new \App\Http\CityCaseRedirector(($this->services['app.features'] ?? $this->getApp_FeaturesService()), $this->getEnv('MAIN_DOMAIN'), $a);
  1409.     }
  1410.     /**
  1411.      * Gets the public 'app.features' shared autowired service.
  1412.      *
  1413.      * @return \App\Service\Features
  1414.      */
  1415.     protected function getApp_FeaturesService()
  1416.     {
  1417.         return $this->services['app.features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  1418.     }
  1419.     /**
  1420.      * Gets the public 'cache.app' shared service.
  1421.      *
  1422.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1423.      */
  1424.     protected function getCache_AppService()
  1425.     {
  1426.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('K0LYJoWF2L'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1427.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1428.         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));
  1429.     }
  1430.     /**
  1431.      * Gets the public 'cache.system' shared service.
  1432.      *
  1433.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1434.      */
  1435.     protected function getCache_SystemService()
  1436.     {
  1437.         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('P0skEZvxzI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1438.     }
  1439.     /**
  1440.      * Gets the public 'cache.validator_expression_language' shared service.
  1441.      *
  1442.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1443.      */
  1444.     protected function getCache_ValidatorExpressionLanguageService()
  1445.     {
  1446.         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('I1zpVtR2D2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1447.     }
  1448.     /**
  1449.      * Gets the public 'data_collector.dump' shared service.
  1450.      *
  1451.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1452.      */
  1453.     protected function getDataCollector_DumpService()
  1454.     {
  1455.         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);
  1456.     }
  1457.     /**
  1458.      * Gets the public 'doctrine' shared service.
  1459.      *
  1460.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1461.      */
  1462.     protected function getDoctrineService()
  1463.     {
  1464.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1465.     }
  1466.     /**
  1467.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1468.      *
  1469.      * @return \Doctrine\DBAL\Connections\PrimaryReadReplicaConnection
  1470.      */
  1471.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1472.     {
  1473.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1474.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1475.             return $this->services['doctrine.dbal.default_connection'];
  1476.         }
  1477.         $b = new \Doctrine\DBAL\Configuration();
  1478.         $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))));
  1479.         $c->setConnectionName('default');
  1480.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1481.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1482.         $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()))]);
  1483.         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']);
  1484.     }
  1485.     /**
  1486.      * Gets the public 'doctrine.dbal.multi_website_connection' shared service.
  1487.      *
  1488.      * @return \Doctrine\DBAL\Connection
  1489.      */
  1490.     protected function getDoctrine_Dbal_MultiWebsiteConnectionService()
  1491.     {
  1492.         $a = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1493.         if (isset($this->services['doctrine.dbal.multi_website_connection'])) {
  1494.             return $this->services['doctrine.dbal.multi_website_connection'];
  1495.         }
  1496.         $b = new \Doctrine\DBAL\Configuration();
  1497.         $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))));
  1498.         $c->setConnectionName('multi_website');
  1499.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1500.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1501.         $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()))]);
  1502.         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']);
  1503.     }
  1504.     /**
  1505.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1506.      *
  1507.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1508.      */
  1509.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1510.     {
  1511.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1512.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''getCityNewSubscriberService'true],
  1513.         ], [
  1514.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => '?',
  1515.         ]));
  1516.         $instance->registerService('App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber');
  1517.         return $instance;
  1518.     }
  1519.     /**
  1520.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1521.      *
  1522.      * @return \Doctrine\ORM\EntityManager
  1523.      */
  1524.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1525.     {
  1526.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1527.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1528.             return $this->services['doctrine.orm.default_entity_manager'];
  1529.         }
  1530.         $b = ($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService());
  1531.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1532.             return $this->services['doctrine.orm.default_entity_manager'];
  1533.         }
  1534.         $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1535.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1536.             return $this->services['doctrine.orm.default_entity_manager'];
  1537.         }
  1538.         $d = new \Doctrine\ORM\Configuration();
  1539.         $e = new \Doctrine\ORM\Cache\CacheConfiguration();
  1540.         $f = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1541.         $f->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1542.         $g = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1543.         $e->setCacheLogger($f);
  1544.         $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())));
  1545.         $e->setRegionsConfiguration($g);
  1546.         $h = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1547.         $i = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/packages/translatable-bundle/Entity')], false);
  1548.         $h->addDriver($i'App\\Entity');
  1549.         $h->addDriver($i'AngelGamez\\TranslatableBundle\\Entity');
  1550.         $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');
  1551.         $d->setEntityNamespaces(['App' => 'App\\Entity''AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\Entity']);
  1552.         $d->setSecondLevelCacheEnabled(false);
  1553.         $d->setSecondLevelCacheConfiguration($e);
  1554.         $d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1555.         $d->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1556.         $d->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1557.         $d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($h, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1558.         $d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1559.         $d->setProxyNamespace('Proxies');
  1560.         $d->setAutoGenerateProxyClasses(false);
  1561.         $d->setSchemaIgnoreClasses([]);
  1562.         $d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1563.         $d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1564.         $d->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1565.         $d->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1566.         $d->setEntityListenerResolver($b);
  1567.         $d->setLazyGhostObjectEnabled(false);
  1568.         $d->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1569.         $d->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1570.         $d->addCustomStringFunction('aes_decrypt''DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  1571.         $d->addCustomStringFunction('aes_encrypt''DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  1572.         $d->addCustomStringFunction('any_value''DoctrineExtensions\\Query\\Mysql\\AnyValue');
  1573.         $d->addCustomStringFunction('ascii''DoctrineExtensions\\Query\\Mysql\\Ascii');
  1574.         $d->addCustomStringFunction('binary''DoctrineExtensions\\Query\\Mysql\\Binary');
  1575.         $d->addCustomStringFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  1576.         $d->addCustomStringFunction('char_length''DoctrineExtensions\\Query\\Mysql\\CharLength');
  1577.         $d->addCustomStringFunction('collate''DoctrineExtensions\\Query\\Mysql\\Collate');
  1578.         $d->addCustomStringFunction('concat_ws''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  1579.         $d->addCustomStringFunction('countif''DoctrineExtensions\\Query\\Mysql\\CountIf');
  1580.         $d->addCustomStringFunction('crc32''DoctrineExtensions\\Query\\Mysql\\Crc32');
  1581.         $d->addCustomStringFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1582.         $d->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  1583.         $d->addCustomStringFunction('find_in_set''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1584.         $d->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Mysql\\Greatest');
  1585.         $d->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1586.         $d->addCustomStringFunction('hex''DoctrineExtensions\\Query\\Mysql\\Hex');
  1587.         $d->addCustomStringFunction('ifelse''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1588.         $d->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  1589.         $d->addCustomStringFunction('inet_aton''DoctrineExtensions\\Query\\Mysql\\InetAton');
  1590.         $d->addCustomStringFunction('inet_ntoa''DoctrineExtensions\\Query\\Mysql\\InetNtoa');
  1591.         $d->addCustomStringFunction('inet6_aton''DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
  1592.         $d->addCustomStringFunction('inet6_ntoa''DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
  1593.         $d->addCustomStringFunction('instr''DoctrineExtensions\\Query\\Mysql\\Instr');
  1594.         $d->addCustomStringFunction('is_ipv4''DoctrineExtensions\\Query\\Mysql\\IsIpv4');
  1595.         $d->addCustomStringFunction('is_ipv4_compat''DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
  1596.         $d->addCustomStringFunction('is_ipv4_mapped''DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
  1597.         $d->addCustomStringFunction('is_ipv6''DoctrineExtensions\\Query\\Mysql\\IsIpv6');
  1598.         $d->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  1599.         $d->addCustomStringFunction('lpad''DoctrineExtensions\\Query\\Mysql\\Lpad');
  1600.         $d->addCustomStringFunction('match''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1601.         $d->addCustomStringFunction('md5''DoctrineExtensions\\Query\\Mysql\\Md5');
  1602.         $d->addCustomStringFunction('nullif''DoctrineExtensions\\Query\\Mysql\\NullIf');
  1603.         $d->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1604.         $d->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1605.         $d->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  1606.         $d->addCustomStringFunction('rpad''DoctrineExtensions\\Query\\Mysql\\Rpad');
  1607.         $d->addCustomStringFunction('sha1''DoctrineExtensions\\Query\\Mysql\\Sha1');
  1608.         $d->addCustomStringFunction('sha2''DoctrineExtensions\\Query\\Mysql\\Sha2');
  1609.         $d->addCustomStringFunction('soundex''DoctrineExtensions\\Query\\Mysql\\Soundex');
  1610.         $d->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1611.         $d->addCustomStringFunction('substring_index''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1612.         $d->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  1613.         $d->addCustomStringFunction('uuid_short''DoctrineExtensions\\Query\\Mysql\\UuidShort');
  1614.         $d->addCustomStringFunction('json_extract''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  1615.         $d->addCustomStringFunction('json_unquote''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  1616.         $d->addCustomStringFunction('json_search''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  1617.         $d->addCustomStringFunction('regexp_replace''DoctrineExtensions\\Query\\Postgresql\\RegexpReplace');
  1618.         $d->addCustomStringFunction('curdate''Doctrine\\ORM\\Query\\AST\\Functions\\CurrentDateFunction');
  1619.         $d->addCustomStringFunction('json_replace''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonReplace');
  1620.         $d->addCustomStringFunction('if''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1621.         $d->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  1622.         $d->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  1623.         $d->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  1624.         $d->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  1625.         $d->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  1626.         $d->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  1627.         $d->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  1628.         $d->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  1629.         $d->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  1630.         $d->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1631.         $d->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  1632.         $d->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  1633.         $d->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  1634.         $d->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  1635.         $d->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  1636.         $d->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  1637.         $d->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  1638.         $d->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  1639.         $d->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1640.         $d->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  1641.         $d->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  1642.         $d->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  1643.         $d->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  1644.         $d->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  1645.         $d->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  1646.         $d->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  1647.         $d->addCustomDatetimeFunction('addtime''DoctrineExtensions\\Query\\Mysql\\AddTime');
  1648.         $d->addCustomDatetimeFunction('convert_tz''DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1649.         $d->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  1650.         $d->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1651.         $d->addCustomDatetimeFunction('dateadd''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1652.         $d->addCustomDatetimeFunction('datesub''DoctrineExtensions\\Query\\Mysql\\DateSub');
  1653.         $d->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1654.         $d->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Mysql\\Day');
  1655.         $d->addCustomDatetimeFunction('dayname''DoctrineExtensions\\Query\\Mysql\\DayName');
  1656.         $d->addCustomDatetimeFunction('dayofweek''DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  1657.         $d->addCustomDatetimeFunction('dayofyear''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1658.         $d->addCustomDatetimeFunction('div''DoctrineExtensions\\Query\\Mysql\\Div');
  1659.         $d->addCustomDatetimeFunction('from_unixtime''DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  1660.         $d->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  1661.         $d->addCustomDatetimeFunction('last_day''DoctrineExtensions\\Query\\Mysql\\LastDay');
  1662.         $d->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Mysql\\Minute');
  1663.         $d->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  1664.         $d->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  1665.         $d->addCustomDatetimeFunction('monthname''DoctrineExtensions\\Query\\Mysql\\MonthName');
  1666.         $d->addCustomDatetimeFunction('period_diff''DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
  1667.         $d->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Mysql\\Second');
  1668.         $d->addCustomDatetimeFunction('sectotime''DoctrineExtensions\\Query\\Mysql\\SecToTime');
  1669.         $d->addCustomDatetimeFunction('strtodate''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1670.         $d->addCustomDatetimeFunction('time''DoctrineExtensions\\Query\\Mysql\\Time');
  1671.         $d->addCustomDatetimeFunction('timediff''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  1672.         $d->addCustomDatetimeFunction('timestampadd''DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  1673.         $d->addCustomDatetimeFunction('timestampdiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1674.         $d->addCustomDatetimeFunction('timetosec''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  1675.         $d->addCustomDatetimeFunction('week''DoctrineExtensions\\Query\\Mysql\\Week');
  1676.         $d->addCustomDatetimeFunction('weekday''DoctrineExtensions\\Query\\Mysql\\WeekDay');
  1677.         $d->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  1678.         $d->addCustomDatetimeFunction('yearmonth''DoctrineExtensions\\Query\\Mysql\\YearMonth');
  1679.         $d->addCustomDatetimeFunction('yearweek''DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1680.         $d->addCustomDatetimeFunction('unix_timestamp''DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1681.         $d->addCustomDatetimeFunction('utc_timestamp''DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  1682.         $d->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Mysql\\Extract');
  1683.         $d->addFilter('not_deleted_profile_filter''App\\EntityFilter\\NotDeletedProfileFilter');
  1684.         $d->addFilter('not_deleted_saloon_filter''App\\EntityFilter\\NotDeletedSaloonFilter');
  1685.         $d->addFilter('not_deleted_profile_comment_filter''App\\EntityFilter\\NotDeletedProfileCommentFilter');
  1686.         $d->addFilter('not_deleted_saloon_comment_filter''App\\EntityFilter\\NotDeletedSaloonCommentFilter');
  1687.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$d$c);
  1688.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1689.         return $instance;
  1690.     }
  1691.     /**
  1692.      * Gets the public 'doctrine.orm.multi_website_entity_manager' shared service.
  1693.      *
  1694.      * @return \Doctrine\ORM\EntityManager
  1695.      */
  1696.     protected function getDoctrine_Orm_MultiWebsiteEntityManagerService($lazyLoad true)
  1697.     {
  1698.         $a = ($this->services['doctrine.dbal.multi_website_connection'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnectionService());
  1699.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1700.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1701.         }
  1702.         $b = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1703.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1704.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1705.         }
  1706.         $c = new \Doctrine\ORM\Configuration();
  1707.         $d = new \Doctrine\ORM\Cache\CacheConfiguration();
  1708.         $e = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1709.         $e->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1710.         $f = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1711.         $d->setCacheLogger($e);
  1712.         $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())));
  1713.         $d->setRegionsConfiguration($f);
  1714.         $g = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1715.         $g->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/MultiWebsite/Entity')], false), 'App\\MultiWebsite\\Entity');
  1716.         $c->setEntityNamespaces(['MultiWebsite' => 'App\\MultiWebsite\\Entity']);
  1717.         $c->setSecondLevelCacheEnabled(true);
  1718.         $c->setSecondLevelCacheConfiguration($d);
  1719.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1720.         $c->setQueryCache(($this->privates['cache.doctrine.orm.multi_website.query.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()));
  1721.         $c->setResultCache(($this->privates['cache.doctrine.orm.multi_website.result.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()));
  1722.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($g, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1723.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1724.         $c->setProxyNamespace('Proxies');
  1725.         $c->setAutoGenerateProxyClasses(false);
  1726.         $c->setSchemaIgnoreClasses([]);
  1727.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1728.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1729.         $c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1730.         $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1731.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1732.         $c->setLazyGhostObjectEnabled(false);
  1733.         $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1734.         $c->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1735.         $this->services['doctrine.orm.multi_website_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  1736.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1737.         return $instance;
  1738.     }
  1739.     /**
  1740.      * Gets the public 'easyadmin.config.manager' shared service.
  1741.      *
  1742.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1743.      */
  1744.     protected function getEasyadmin_Config_ManagerService()
  1745.     {
  1746.         $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()));
  1747.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1748.         $b = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1749.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass());
  1750.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1751.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('ru'));
  1752.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1753.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1754.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass($b));
  1755.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass([]));
  1756.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1757.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1758.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass(true));
  1759.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1760.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1761.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1762.         $instance->addConfigPass(new \App\Bridge\AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass($b));
  1763.         return $instance;
  1764.     }
  1765.     /**
  1766.      * Gets the public 'easyadmin.filter.registry' shared service.
  1767.      *
  1768.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1769.      */
  1770.     protected function getEasyadmin_Filter_RegistryService()
  1771.     {
  1772.         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 () {
  1773.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService'));
  1774.         }, 1));
  1775.     }
  1776.     /**
  1777.      * Gets the public 'easyadmin.listener.controller' shared service.
  1778.      *
  1779.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1780.      */
  1781.     protected function getEasyadmin_Listener_ControllerService()
  1782.     {
  1783.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1784.         if (isset($this->services['easyadmin.listener.controller'])) {
  1785.             return $this->services['easyadmin.listener.controller'];
  1786.         }
  1787.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1788.     }
  1789.     /**
  1790.      * Gets the public 'easyadmin.property_accessor' shared service.
  1791.      *
  1792.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1793.      */
  1794.     protected function getEasyadmin_PropertyAccessorService()
  1795.     {
  1796.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1797.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1798.     }
  1799.     /**
  1800.      * Gets the public 'easyadmin.router' shared service.
  1801.      *
  1802.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1803.      */
  1804.     protected function getEasyadmin_RouterService()
  1805.     {
  1806.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1807.         if (isset($this->services['easyadmin.router'])) {
  1808.             return $this->services['easyadmin.router'];
  1809.         }
  1810.         $b = ($this->services['router'] ?? $this->getRouterService());
  1811.         if (isset($this->services['easyadmin.router'])) {
  1812.             return $this->services['easyadmin.router'];
  1813.         }
  1814.         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())));
  1815.     }
  1816.     /**
  1817.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  1818.      *
  1819.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1820.      */
  1821.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  1822.     {
  1823.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1824.         if (isset($this->services['easyadmin.security.authorization_checker'])) {
  1825.             return $this->services['easyadmin.security.authorization_checker'];
  1826.         }
  1827.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1828.     }
  1829.     /**
  1830.      * Gets the public 'eight_points_guzzle.client.api_oplata_info' shared service.
  1831.      *
  1832.      * @return \GuzzleHttp\Client
  1833.      */
  1834.     protected function getEightPointsGuzzle_Client_ApiOplataInfoService($lazyLoad true)
  1835.     {
  1836.         $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())));
  1837.         $a->push(($this->services['eight_points_guzzle.middleware.profile.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService'))->profile(), 'profile');
  1838.         $a->push(($this->services['eight_points_guzzle.middleware.log.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService'))->log(), 'log');
  1839.         $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService')), 'request_time');
  1840.         $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->load('getEightPointsGuzzle_Middleware_SymfonyLogService')), 'symfony_log');
  1841.         $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService'))->dispatchEvent(), 'events');
  1842.         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]);
  1843.     }
  1844.     /**
  1845.      * Gets the public 'event_dispatcher' shared service.
  1846.      *
  1847.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1848.      */
  1849.     protected function getEventDispatcherService()
  1850.     {
  1851.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1852.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1853.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  1854.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  1855.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1856.         $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())));
  1857.         $instance->addListener('kernel.controller', [=> function () {
  1858.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1859.         }, => 'onKernelController'], 0);
  1860.         $instance->addListener('kernel.response', [=> function () {
  1861.             return ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1862.         }, => 'onKernelResponse'], 0);
  1863.         $instance->addListener('kernel.response', [=> function () {
  1864.             return ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1865.         }, => 'onKernelResponse'], 0);
  1866.         $instance->addListener('kernel.request', [=> function () {
  1867.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1868.         }, => 'onKernelRequest'], 250);
  1869.         $instance->addListener('kernel.response', [=> function () {
  1870.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1871.         }, => 'onKernelResponse'], 0);
  1872.         $instance->addListener('kernel.response', [=> function () {
  1873.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1874.         }, => 'onResponse'], -10);
  1875.         $instance->addListener('kernel.controller', [=> function () {
  1876.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  1877.         }, => 'onKernelController'], 0);
  1878.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  1879.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService'));
  1880.         }, => 'initializeRequest'], 0);
  1881.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1882.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  1883.         }, => 'onValidate'], 0);
  1884.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1885.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  1886.         }, => 'onValidate'], 0);
  1887.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1888.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  1889.         }, => 'onValidate'], 0);
  1890.         $instance->addListener('console.command', [=> function () {
  1891.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1892.         }, => 'handleConsoleCommandEvent'], 128);
  1893.         $instance->addListener('console.terminate', [=> function () {
  1894.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1895.         }, => 'handleConsoleTerminateEvent'], -64);
  1896.         $instance->addListener('console.error', [=> function () {
  1897.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1898.         }, => 'handleConsoleErrorEvent'], -64);
  1899.         $instance->addListener('kernel.request', [=> function () {
  1900.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1901.         }, => 'handleKernelRequestEvent'], 5);
  1902.         $instance->addListener('kernel.controller', [=> function () {
  1903.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1904.         }, => 'handleKernelControllerEvent'], 10);
  1905.         $instance->addListener('kernel.request', [=> function () {
  1906.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1907.         }, => 'handleKernelRequestEvent'], 3);
  1908.         $instance->addListener('kernel.finish_request', [=> function () {
  1909.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1910.         }, => 'handleKernelFinishRequestEvent'], 5);
  1911.         $instance->addListener('kernel.request', [=> function () {
  1912.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1913.         }, => 'handleKernelRequestEvent'], 4);
  1914.         $instance->addListener('kernel.response', [=> function () {
  1915.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1916.         }, => 'handleKernelResponseEvent'], 15);
  1917.         $instance->addListener('kernel.terminate', [=> function () {
  1918.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1919.         }, => 'handleKernelTerminateEvent'], 5);
  1920.         $instance->addListener('kernel.request', [=> function () {
  1921.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1922.         }, => 'handleKernelRequestEvent'], 2);
  1923.         $instance->addListener('kernel.finish_request', [=> function () {
  1924.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1925.         }, => 'handleKernelFinishRequestEvent'], 10);
  1926.         $instance->addListener('kernel.response', [=> function () {
  1927.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1928.         }, => 'handleKernelResponseEvent'], 15);
  1929.         $instance->addListener('console.command', [=> function () {
  1930.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1931.         }, => 'handleConsoleCommandEvent'], 118);
  1932.         $instance->addListener('console.terminate', [=> function () {
  1933.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1934.         }, => 'handleConsoleTerminateEvent'], -54);
  1935.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1936.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1937.         }, => 'handleWorkerMessageFailedEvent'], 50);
  1938.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1939.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1940.         }, => 'handleWorkerMessageHandledEvent'], 50);
  1941.         $instance->addListener('kernel.request', [=> function () {
  1942.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1943.         }, => 'handleKernelRequestEvent'], 0);
  1944.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1945.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1946.         }, => 'handleLoginSuccessEvent'], 0);
  1947.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  1948.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1949.         }, => 'onPostIndexPopulate'], -9999);
  1950.         $instance->addListener('kernel.exception', [=> function () {
  1951.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1952.         }, => 'onKernelException'], 0);
  1953.         $instance->addListener('kernel.request', [=> function () {
  1954.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1955.         }, => 'onKernelRequest'], 0);
  1956.         $instance->addListener('kernel.response', [=> function () {
  1957.             return ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] ?? ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] = new \App\EventSubscriber\AjaxDebugUpdateSubscriber()));
  1958.         }, => 'onKernelResponse'], 0);
  1959.         $instance->addListener('kernel.request', [=> function () {
  1960.             return ($this->privates['App\\EventSubscriber\\ApiAccessSubscriber'] ?? $this->getApiAccessSubscriberService());
  1961.         }, => 'onRequest'], 0);
  1962.         $instance->addListener('kernel.response', [=> function () {
  1963.             return ($this->privates['App\\EventSubscriber\\BadWordsReplaceSubscriber'] ?? $this->getBadWordsReplaceSubscriberService());
  1964.         }, => 'replaceBadWords'], 0);
  1965.         $instance->addListener('kernel.request', [=> function () {
  1966.             return ($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] ?? $this->getBanLogoutSubscriberService());
  1967.         }, => 'logoutBannedUser'], 0);
  1968.         $instance->addListener('kernel.request', [=> function () {
  1969.             return ($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] ?? $this->getCityCaseRedirectSubscriberService());
  1970.         }, => 'onRequest'], 51);
  1971.         $instance->addListener('kernel.request', [=> function () {
  1972.             return ($this->privates['App\\EventSubscriber\\CommentBanSubscriber'] ?? $this->getCommentBanSubscriberService());
  1973.         }, => 'removeCommentBan'], 0);
  1974.         $instance->addListener('kernel.controller', [=> function () {
  1975.             return ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] = new \App\EventSubscriber\DisabledRouteSubscriber()));
  1976.         }, => 'onKernelController'], 0);
  1977.         $instance->addListener('kernel.request', [=> function () {
  1978.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  1979.         }, => 'enableFilters'], 10);
  1980.         $instance->addListener('kernel.request', [=> function () {
  1981.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  1982.         }, => 'enableCommentFilters'], 0);
  1983.         $instance->addListener('kernel.request', [=> function () {
  1984.             return ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] = new \App\EventSubscriber\DomainParkingSubscriber()));
  1985.         }, => 'onRequest'], 150);
  1986.         $instance->addListener('kernel.request', [=> function () {
  1987.             return ($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'] ?? $this->getDomainRedirectSubscriberService());
  1988.         }, => 'onRequest'], 50);
  1989.         $instance->addListener('fos_elastica.post_transform', [=> function () {
  1990.             return ($this->privates['App\\EventSubscriber\\ESProfilePostTransformSubscriber'] ?? $this->load('getESProfilePostTransformSubscriberService'));
  1991.         }, => 'postTransformEntity'], 0);
  1992.         $instance->addListener('kernel.request', [=> function () {
  1993.             return ($this->privates['App\\EventSubscriber\\EnumSubscriber'] ?? $this->getEnumSubscriberService());
  1994.         }, => 'loadEnumData'], 0);
  1995.         $instance->addListener('oneup_uploader.pre_upload', [=> function () {
  1996.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1997.         }, => 'preUpload'], 0);
  1998.         $instance->addListener('oneup_uploader.post_upload.profile_media_avatar', [=> function () {
  1999.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2000.         }, => 'postUploadProfileAvatar'], 0);
  2001.         $instance->addListener('oneup_uploader.post_upload.profile_photo', [=> function () {
  2002.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2003.         }, => 'returnFilename'], 0);
  2004.         $instance->addListener('oneup_uploader.post_upload.profile_selfie', [=> function () {
  2005.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2006.         }, => 'returnFilename'], 0);
  2007.         $instance->addListener('oneup_uploader.post_upload.profile_video', [=> function () {
  2008.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2009.         }, => 'returnFilename'], 0);
  2010.         $instance->addListener('oneup_uploader.post_upload.profile_media_approval', [=> function () {
  2011.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2012.         }, => 'returnFilename'], 0);
  2013.         $instance->addListener('oneup_uploader.post_upload.profile_face_photo', [=> function () {
  2014.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2015.         }, => 'returnFilename'], 0);
  2016.         $instance->addListener('oneup_uploader.post_upload.saloon_media', [=> function () {
  2017.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2018.         }, => 'returnFilename'], 0);
  2019.         $instance->addListener('oneup_uploader.post_upload.saloon_media_thumb', [=> function () {
  2020.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2021.         }, => 'postUploadSaloonThumb'], 0);
  2022.         $instance->addListener('oneup_uploader.post_upload.saloon_media_video', [=> function () {
  2023.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2024.         }, => 'returnFilename'], 0);
  2025.         $instance->addListener('oneup_uploader.post_upload.user_media', [=> function () {
  2026.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2027.         }, => 'postUploadUserAvatar'], 0);
  2028.         $instance->addListener('oneup_uploader.post_upload.tmp_media', [=> function () {
  2029.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2030.         }, => 'returnFilename'], 0);
  2031.         $instance->addListener('oneup_uploader.post_upload.process_queue', [=> function () {
  2032.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2033.         }, => 'returnFilename'], 0);
  2034.         $instance->addListener('oneup_uploader.validation.profile_media_avatar', [=> function () {
  2035.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2036.         }, => 'validateAvatar'], 0);
  2037.         $instance->addListener('oneup_uploader.validation.profile_photo', [=> function () {
  2038.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2039.         }, => 'validatePhotoFile'], 0);
  2040.         $instance->addListener('oneup_uploader.validation.profile_selfie', [=> function () {
  2041.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2042.         }, => 'validatePhotoFile'], 0);
  2043.         $instance->addListener('oneup_uploader.validation.profile_video', [=> function () {
  2044.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2045.         }, => 'validateVideoFile'], 0);
  2046.         $instance->addListener('oneup_uploader.validation.profile_media_approval', [=> function () {
  2047.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2048.         }, => 'validateApprovalMediaFile'], 0);
  2049.         $instance->addListener('oneup_uploader.validation.profile_face_photo', [=> function () {
  2050.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2051.         }, => 'validateFacePhotoFile'], 0);
  2052.         $instance->addListener('oneup_uploader.validation.saloon_media', [=> function () {
  2053.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2054.         }, => 'validatePhotoFile'], 0);
  2055.         $instance->addListener('oneup_uploader.validation.saloon_media_thumb', [=> function () {
  2056.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2057.         }, => 'validateAvatar'], 0);
  2058.         $instance->addListener('oneup_uploader.validation.saloon_media_video', [=> function () {
  2059.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2060.         }, => 'validateVideoFile'], 0);
  2061.         $instance->addListener('oneup_uploader.validation.user_media', [=> function () {
  2062.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2063.         }, => 'validateAvatar'], 0);
  2064.         $instance->addListener('oneup_uploader.validation.tmp_media', [=> function () {
  2065.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2066.         }, => 'validateVideoFile'], 0);
  2067.         $instance->addListener('oneup_uploader.validation.process_queue', [=> function () {
  2068.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2069.         }, => 'validateVideoFile'], 0);
  2070.         $instance->addListener('kernel.request', [=> function () {
  2071.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2072.         }, => 'clearCtrShowsSession'], 0);
  2073.         $instance->addListener('kernel.terminate', [=> function () {
  2074.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2075.         }, => 'updateProfilesShowsAndPreviews'], 0);
  2076.         $instance->addListener('easy_admin.pre_search', [=> function () {
  2077.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2078.         }, => 'lowercaseSearchRequest'], 0);
  2079.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2080.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2081.         }, => 'addRegexPhoneSearch'], 0);
  2082.         $instance->addListener('kernel.controller', [=> function () {
  2083.             return ($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'] ?? $this->getPageMetadataSubscriberService());
  2084.         }, => 'loadPage'], 0);
  2085.         $instance->addListener('paginator_page_taken_event', [=> function () {
  2086.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2087.         }, => 'onPaginatorPageTaken'], 0);
  2088.         $instance->addListener('knp_pager.after', [=> function () {
  2089.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2090.         }, => 'changeRoute'], 0);
  2091.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2092.             return ($this->privates['App\\EventSubscriber\\ProfileListOrderingSubscriber'] ?? $this->getProfileListOrderingSubscriberService());
  2093.         }, => 'generateListingOrder'], 0);
  2094.         $instance->addListener('profile.created', [=> function () {
  2095.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2096.         }, => 'onProfileWasCreated'], 0);
  2097.         $instance->addListener('profile.data_changed', [=> function () {
  2098.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2099.         }, => 'onProfileDataChanged'], 0);
  2100.         $instance->addListener('profile.deleted', [=> function () {
  2101.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2102.         }, => 'onPProfileWasDeleted'], 0);
  2103.         $instance->addListener('profile.restored', [=> function () {
  2104.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2105.         }, => 'onProfileWasRestored'], 0);
  2106.         $instance->addListener('profile.moderated_data_changed', [=> function () {
  2107.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2108.         }, => 'requestModeration'], 0);
  2109.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2110.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2111.         }, => 'onProfilePlacedOnAdBoard'], 0);
  2112.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2113.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2114.         }, => 'addSidebarPlacement'], 10);
  2115.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2116.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2117.         }, => 'removePlacementHiding'], 20);
  2118.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2119.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2120.         }, => 'deleteSidebarPlacement'], 0);
  2121.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2122.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2123.         }, => 'onProfileRemovedFromAdBoard'], 10);
  2124.         $instance->addListener('profile.prolonged_on_adboard', [=> function () {
  2125.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2126.         }, => 'prolongSidebarPlacement'], 0);
  2127.         $instance->addListener('profile.placed_on_top', [=> function () {
  2128.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2129.         }, => 'onProfilePlacedOnTop'], 0);
  2130.         $instance->addListener('profile.hidden', [=> function () {
  2131.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2132.         }, => 'onProfileWasHidden'], 0);
  2133.         $instance->addListener('profile.removed_from_hidden', [=> function () {
  2134.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2135.         }, => 'onProfileWasRemovedFromHidden'], 0);
  2136.         $instance->addListener('profile.moderation.passed', [=> function () {
  2137.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2138.         }, => 'onProfileModerationPassed'], 0);
  2139.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2140.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2141.         }, => 'onProfileModerationRejected'], 0);
  2142.         $instance->addListener('profile.approval.approved', [=> function () {
  2143.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2144.         }, => 'onProfileApprovalApproved'], 0);
  2145.         $instance->addListener('profile.approval.approved', [=> function () {
  2146.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2147.         }, => 'enrollApprovalBonus'], 10);
  2148.         $instance->addListener('profile.approval.rejected', [=> function () {
  2149.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2150.         }, => 'onProfileApprovalRejected'], 0);
  2151.         $instance->addListener('profile.unapproved', [=> function () {
  2152.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2153.         }, => 'onProfileWasUnApproved'], 0);
  2154.         $instance->addListener('profile.comment.added', [=> function () {
  2155.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2156.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2157.         $instance->addListener('profiles_shown_event', [=> function () {
  2158.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2159.         }, => 'onProfilesShown'], 0);
  2160.         $instance->addListener('profile_view_event', [=> function () {
  2161.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2162.         }, => 'onProfileView'], 0);
  2163.         $instance->addListener('App\\Event\\Profile\\FileProcessingTaskWasCompleted', [=> function () {
  2164.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2165.         }, => 'onProfileFileProcessed'], 0);
  2166.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2167.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2168.         }, => 'onDelete'], -110);
  2169.         $instance->addListener('profile.hidden', [=> function () {
  2170.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2171.         }, => 'onDelete'], -110);
  2172.         $instance->addListener('profile.deleted', [=> function () {
  2173.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2174.         }, => 'onDelete'], -110);
  2175.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2176.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2177.         }, => 'onDelete'], -110);
  2178.         $instance->addListener('profile.data_changed', [=> function () {
  2179.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2180.         }, => 'onChange'], -100);
  2181.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2182.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2183.         }, => 'onChange'], -100);
  2184.         $instance->addListener('router.pre_generate', [=> function () {
  2185.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? $this->load('getCityPrefixSubscriberService'));
  2186.         }, => 'setDefaultCityRouteName'], 0);
  2187.         $instance->addListener('router.post_generate', [=> function () {
  2188.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? $this->load('getCityPrefixSubscriberService'));
  2189.         }, => 'ignoreCityParameter'], 0);
  2190.         $instance->addListener('router.pre_generate', [=> function () {
  2191.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2192.         }, => 'skipPageParameter'], 10);
  2193.         $instance->addListener('router.pre_generate', [=> function () {
  2194.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2195.         }, => 'firstPageOfMainCityToMain'], 0);
  2196.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2197.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2198.         }, => 'addSidebarPlacement'], 0);
  2199.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2200.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2201.         }, => 'removePlacementHiding'], 10);
  2202.         $instance->addListener('saloon.removed_from_adboard', [=> function () {
  2203.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2204.         }, => 'deleteSidebarPlacement'], 0);
  2205.         $instance->addListener('saloon.prolonged_on_adboard', [=> function () {
  2206.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2207.         }, => 'prolongSidebarPlacement'], 0);
  2208.         $instance->addListener('saloon.comment.added', [=> function () {
  2209.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2210.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2211.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2212.             return ($this->privates['App\\EventSubscriber\\SitemapSubscriber'] ?? $this->load('getSitemapSubscriberService'));
  2213.         }, => 'populate'], 0);
  2214.         $instance->addListener('security.interactive_login', [=> function () {
  2215.             return ($this->privates['App\\EventSubscriber\\StaffLoginSubscriber'] ?? $this->load('getStaffLoginSubscriberService'));
  2216.         }, => 'onLogin'], 0);
  2217.         $instance->addListener('uploaded_file_modified', [=> function () {
  2218.             return ($this->privates['App\\EventSubscriber\\UploadedFileSubscriber'] ?? $this->load('getUploadedFileSubscriberService'));
  2219.         }, => 'uploadedFileModified'], 0);
  2220.         $instance->addListener('security.interactive_login', [=> function () {
  2221.             return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  2222.         }, => 'onLogin'], 0);
  2223.         $instance->addListener('user.register', [=> function () {
  2224.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2225.         }, => 'onUserRegister'], 0);
  2226.         $instance->addListener('user.register.success', [=> function () {
  2227.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2228.         }, => 'onUserRegisterSuccess'], 0);
  2229.         $instance->addListener('user.not.full.register', [=> function () {
  2230.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2231.         }, => 'onUserNotFullRegister'], 0);
  2232.         $instance->addListener('receive.password.event', [=> function () {
  2233.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2234.         }, => 'onUserReceivePassword'], 0);
  2235.         $instance->addListener('password.changed.event', [=> function () {
  2236.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2237.         }, => 'onUserPasswordChanged'], 0);
  2238.         $instance->addListener('account.enrollment', [=> function () {
  2239.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2240.         }, => 'onAccountEnrollment'], 0);
  2241.         $instance->addListener('kernel.response', [=> function () {
  2242.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2243.         }, => 'onKernelResponse'], 0);
  2244.         $instance->addListener('kernel.response', [=> function () {
  2245.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2246.         }, => 'onKernelResponse'], -1024);
  2247.         $instance->addListener('kernel.request', [=> function () {
  2248.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2249.         }, => 'setDefaultLocale'], 100);
  2250.         $instance->addListener('kernel.request', [=> function () {
  2251.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2252.         }, => 'onKernelRequest'], 16);
  2253.         $instance->addListener('kernel.finish_request', [=> function () {
  2254.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2255.         }, => 'onKernelFinishRequest'], 0);
  2256.         $instance->addListener('kernel.request', [=> function () {
  2257.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2258.         }, => 'onKernelRequest'], 256);
  2259.         $instance->addListener('kernel.response', [=> function () {
  2260.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2261.         }, => 'onResponse'], -255);
  2262.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2263.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2264.         }, => 'onControllerArguments'], 0);
  2265.         $instance->addListener('kernel.exception', [=> function () {
  2266.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2267.         }, => 'logKernelException'], 0);
  2268.         $instance->addListener('kernel.exception', [=> function () {
  2269.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2270.         }, => 'onKernelException'], -128);
  2271.         $instance->addListener('kernel.response', [=> function () {
  2272.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2273.         }, => 'removeCspHeader'], -128);
  2274.         $instance->addListener('kernel.request', [=> function () {
  2275.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2276.         }, => 'onKernelRequest'], 15);
  2277.         $instance->addListener('kernel.finish_request', [=> function () {
  2278.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2279.         }, => 'onKernelFinishRequest'], -15);
  2280.         $instance->addListener('console.error', [=> function () {
  2281.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2282.         }, => 'onConsoleError'], -128);
  2283.         $instance->addListener('console.terminate', [=> function () {
  2284.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2285.         }, => 'onConsoleTerminate'], -128);
  2286.         $instance->addListener('console.error', [=> function () {
  2287.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2288.         }, => 'onConsoleError'], 0);
  2289.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2290.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2291.         }, => 'onMessage'], -255);
  2292.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2293.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2294.         }, => 'onMessage'], -255);
  2295.         $instance->addListener('kernel.response', [=> function () {
  2296.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2297.         }, => 'onKernelResponse'], 0);
  2298.         $instance->addListener('kernel.request', [=> function () {
  2299.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2300.         }, => 'onKernelRequest'], 48);
  2301.         $instance->addListener('kernel.request', [=> function () {
  2302.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2303.         }, => 'configure'], 2048);
  2304.         $instance->addListener('console.command', [=> function () {
  2305.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2306.         }, => 'configure'], 2048);
  2307.         $instance->addListener('kernel.request', [=> function () {
  2308.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2309.         }, => 'onKernelRequest'], 32);
  2310.         $instance->addListener('kernel.finish_request', [=> function () {
  2311.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2312.         }, => 'onKernelFinishRequest'], 0);
  2313.         $instance->addListener('kernel.exception', [=> function () {
  2314.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2315.         }, => 'onKernelException'], -64);
  2316.         $instance->addListener('kernel.response', [=> function () {
  2317.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2318.         }, => 'onKernelResponse'], 0);
  2319.         $instance->addListener('kernel.request', [=> function () {
  2320.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2321.         }, => 'onKernelRequest'], 128);
  2322.         $instance->addListener('kernel.response', [=> function () {
  2323.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2324.         }, => 'onKernelResponse'], -1000);
  2325.         $instance->addListener('kernel.finish_request', [=> function () {
  2326.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2327.         }, => 'onFinishRequest'], 0);
  2328.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2329.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2330.         }, => 'onMessageFailed'], 100);
  2331.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2332.             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()));
  2333.         }, => 'onMessageFailed'], 200);
  2334.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2335.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  2336.         }, => 'onMessageFailed'], -100);
  2337.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2338.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2339.         }, => 'onWorkerStarted'], 0);
  2340.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2341.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2342.         }, => 'onWorkerRunning'], 0);
  2343.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2344.             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()));
  2345.         }, => 'onMessageFailed'], 0);
  2346.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> 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.         }, => 'onWorkerRunning'], 0);
  2349.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2350.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2351.         }, => 'onNotification'], -255);
  2352.         $instance->addListener('kernel.response', [=> function () {
  2353.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2354.         }, => 'onKernelResponse'], -100);
  2355.         $instance->addListener('kernel.exception', [=> function () {
  2356.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2357.         }, => 'onKernelException'], 0);
  2358.         $instance->addListener('kernel.terminate', [=> function () {
  2359.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2360.         }, => 'onKernelTerminate'], -1024);
  2361.         $instance->addListener('kernel.controller', [=> function () {
  2362.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2363.         }, => 'onKernelController'], 0);
  2364.         $instance->addListener('kernel.response', [=> function () {
  2365.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2366.         }, => 'onKernelResponse'], 0);
  2367.         $instance->addListener('kernel.controller', [=> function () {
  2368.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2369.         }, => 'onKernelController'], 0);
  2370.         $instance->addListener('kernel.controller', [=> function () {
  2371.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2372.         }, => 'onKernelController'], 0);
  2373.         $instance->addListener('kernel.controller', [=> function () {
  2374.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2375.         }, => 'onKernelController'], -128);
  2376.         $instance->addListener('kernel.view', [=> function () {
  2377.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2378.         }, => 'onKernelView'], 0);
  2379.         $instance->addListener('kernel.controller', [=> function () {
  2380.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2381.         }, => 'onKernelController'], 0);
  2382.         $instance->addListener('kernel.response', [=> function () {
  2383.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2384.         }, => 'onKernelResponse'], 0);
  2385.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2386.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2387.         }, => 'onKernelControllerArguments'], 0);
  2388.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2389.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2390.         }, => 'onKernelControllerArguments'], 0);
  2391.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2392.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2393.         }, => 'onWorkerMessageHandled'], 0);
  2394.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2395.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2396.         }, => 'onWorkerMessageFailed'], 0);
  2397.         $instance->addListener('kernel.response', [=> function () {
  2398.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2399.         }, => 'onKernelResponse'], 0);
  2400.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2401.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2402.         }, => 'onVoterVote'], 0);
  2403.         $instance->addListener('kernel.request', [=> function () {
  2404.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2405.         }, => 'configureLogoutUrlGenerator'], 8);
  2406.         $instance->addListener('kernel.request', [=> function () {
  2407.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2408.         }, => 'onKernelRequest'], 8);
  2409.         $instance->addListener('kernel.finish_request', [=> function () {
  2410.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2411.         }, => 'onKernelFinishRequest'], 0);
  2412.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2413.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2414.         }, => 'onMessage'], 0);
  2415.         $instance->addListener('kernel.response', [=> function () {
  2416.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2417.         }, => 'onKernelResponse'], -128);
  2418.         $instance->addListener('console.command', [=> function () {
  2419.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2420.         }, => 'configure'], 1024);
  2421.         $instance->addListener('kernel.request', [=> function () {
  2422.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  2423.         }, => 'onKernelRequest'], 0);
  2424.         $instance->addListener('kernel.request', [=> function () {
  2425.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2426.         }, => 'onKernelRequest'], 0);
  2427.         $instance->addListener('kernel.request', [=> function () {
  2428.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2429.         }, => 'onKernelRequest'], 0);
  2430.         $instance->addListener('kernel.controller', [=> function () {
  2431.             return ($this->services['flagception.listener.annotation_subscriber'] ?? $this->getFlagception_Listener_AnnotationSubscriberService());
  2432.         }, => 'onKernelController'], 0);
  2433.         $instance->addListener('kernel.controller', [=> function () {
  2434.             return ($this->services['flagception.listener.routing_metadata_subscriber'] ?? $this->getFlagception_Listener_RoutingMetadataSubscriberService());
  2435.         }, => 'onKernelController'], 0);
  2436.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2437.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  2438.         }, => 'registerRouteAnnotation'], 0);
  2439.         $instance->addListener('easy_admin.post_list_query_builder', [=> function () {
  2440.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2441.         }, => 'onPostListQueryBuilder'], 0);
  2442.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2443.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2444.         }, => 'onPostSearchQueryBuilder'], 0);
  2445.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  2446.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  2447.         }, => 'filterObjects'], 0);
  2448.         $instance->addListener('kernel.finish_request', [=> function () {
  2449.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2450.         }, => 'resetAssets'], 0);
  2451.         $instance->addListener('knp_pager.before', [=> function () {
  2452.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2453.         }, => 'before'], 0);
  2454.         $instance->addListener('knp_pager.pagination', [=> function () {
  2455.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2456.         }, => 'pagination'], 0);
  2457.         $instance->addListener('knp_pager.before', [=> function () {
  2458.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2459.         }, => 'before'], 1);
  2460.         $instance->addListener('knp_pager.before', [=> function () {
  2461.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2462.         }, => 'before'], 1);
  2463.         $instance->addListener('knp_pager.pagination', [=> function () {
  2464.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2465.         }, => 'pagination'], 1);
  2466.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2467.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2468.         }, => 'onLogout'], 0);
  2469.         $instance->addListener('knp_pager.items', [=> function () {
  2470.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  2471.         }, => 'items'], 1);
  2472.         $instance->addListener('knp_pager.items', [=> function () {
  2473.             return ($this->services['porpaginas.twig.subscriber'] ?? ($this->services['porpaginas.twig.subscriber'] = new \Porpaginas\KnpPager\PorpaginasSubscriber()));
  2474.         }, => 'items'], 0);
  2475.         return $instance;
  2476.     }
  2477.     /**
  2478.      * Gets the public 'flagception.listener.annotation_subscriber' shared service.
  2479.      *
  2480.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\AnnotationSubscriber
  2481.      */
  2482.     protected function getFlagception_Listener_AnnotationSubscriberService()
  2483.     {
  2484.         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()));
  2485.     }
  2486.     /**
  2487.      * Gets the public 'flagception.listener.routing_metadata_subscriber' shared service.
  2488.      *
  2489.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber
  2490.      */
  2491.     protected function getFlagception_Listener_RoutingMetadataSubscriberService()
  2492.     {
  2493.         return $this->services['flagception.listener.routing_metadata_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  2494.     }
  2495.     /**
  2496.      * Gets the public 'flagception.manager.feature_manager' shared service.
  2497.      *
  2498.      * @return \Flagception\Manager\FeatureManager
  2499.      */
  2500.     protected function getFlagception_Manager_FeatureManagerService()
  2501.     {
  2502.         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())));
  2503.     }
  2504.     /**
  2505.      * Gets the public 'geographical_names_inflection.inflector' shared service.
  2506.      *
  2507.      * @return \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection
  2508.      */
  2509.     protected function getGeographicalNamesInflection_InflectorService()
  2510.     {
  2511.         return $this->services['geographical_names_inflection.inflector'] = new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection([=> '*о'=> 'химки'], ['мытищи' => ['genitive' => '[-1]']]);
  2512.     }
  2513.     /**
  2514.      * Gets the public 'http_kernel' shared service.
  2515.      *
  2516.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2517.      */
  2518.     protected function getHttpKernelService()
  2519.     {
  2520.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2521.         if (isset($this->services['http_kernel'])) {
  2522.             return $this->services['http_kernel'];
  2523.         }
  2524.         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 () {
  2525.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2526.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2527.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2528.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2529.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2530.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2531.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2532.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2533.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2534.     }
  2535.     /**
  2536.      * Gets the public 'knp_menu.matcher' shared service.
  2537.      *
  2538.      * @return \Knp\Menu\Matcher\Matcher
  2539.      */
  2540.     protected function getKnpMenu_MatcherService()
  2541.     {
  2542.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2543.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2544.         }, 1));
  2545.     }
  2546.     /**
  2547.      * Gets the public 'knp_paginator' shared service.
  2548.      *
  2549.      * @return \Knp\Component\Pager\Paginator
  2550.      */
  2551.     protected function getKnpPaginatorService($lazyLoad true)
  2552.     {
  2553.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2554.         if (isset($this->services['knp_paginator'])) {
  2555.             return $this->services['knp_paginator'];
  2556.         }
  2557.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2558.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2559.         return $instance;
  2560.     }
  2561.     /**
  2562.      * Gets the public 'messenger.default_bus' shared service.
  2563.      *
  2564.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2565.      */
  2566.     protected function getMessenger_DefaultBusService()
  2567.     {
  2568.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2569.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2570.             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')));
  2571.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2572.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2573.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2574.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2575.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2576.         }, 7)));
  2577.     }
  2578.     /**
  2579.      * Gets the public 'monolog.logger.deprecation' shared service.
  2580.      *
  2581.      * @return \Symfony\Bridge\Monolog\Logger
  2582.      */
  2583.     protected function getMonolog_Logger_DeprecationService()
  2584.     {
  2585.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2586.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2587.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2588.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2589.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2590.         return $instance;
  2591.     }
  2592.     /**
  2593.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  2594.      *
  2595.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  2596.      */
  2597.     protected function getOneupUploader_Templating_UploaderHelperService()
  2598.     {
  2599.         $a = ($this->services['router'] ?? $this->getRouterService());
  2600.         if (isset($this->services['oneup_uploader.templating.uploader_helper'])) {
  2601.             return $this->services['oneup_uploader.templating.uploader_helper'];
  2602.         }
  2603.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper($a$this->parameters['oneup_uploader.maxsize']);
  2604.     }
  2605.     /**
  2606.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  2607.      *
  2608.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  2609.      */
  2610.     protected function getOneupUploader_Twig_Extension_UploaderService()
  2611.     {
  2612.         $a = ($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService());
  2613.         if (isset($this->services['oneup_uploader.twig.extension.uploader'])) {
  2614.             return $this->services['oneup_uploader.twig.extension.uploader'];
  2615.         }
  2616.         return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension($a);
  2617.     }
  2618.     /**
  2619.      * Gets the public 'porpaginas.twig.extension' shared service.
  2620.      *
  2621.      * @return \Porpaginas\Twig\PorpaginasExtension
  2622.      */
  2623.     protected function getPorpaginas_Twig_ExtensionService()
  2624.     {
  2625.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  2626.         if (isset($this->services['porpaginas.twig.extension'])) {
  2627.             return $this->services['porpaginas.twig.extension'];
  2628.         }
  2629.         return $this->services['porpaginas.twig.extension'] = new \Porpaginas\Twig\PorpaginasExtension(new \AngelGamez\PorpaginasBundle\Twig\KnpPagerRenderingAdapter($a));
  2630.     }
  2631.     /**
  2632.      * Gets the public 'request_stack' shared service.
  2633.      *
  2634.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2635.      */
  2636.     protected function getRequestStackService()
  2637.     {
  2638.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2639.     }
  2640.     /**
  2641.      * Gets the public 'router' shared autowired service.
  2642.      *
  2643.      * @return \App\Routing\DynamicRouter
  2644.      */
  2645.     protected function getRouterService()
  2646.     {
  2647.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2648.         if (isset($this->services['router'])) {
  2649.             return $this->services['router'];
  2650.         }
  2651.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  2652.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2653.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2654.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2655.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2656.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2657.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2658.         ], [
  2659.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2660.         ]))->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');
  2661.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2662.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2663.         return $this->services['router'] = new \App\Routing\DynamicRouter($c$a);
  2664.     }
  2665.     /**
  2666.      * Gets the public 'translator' shared service.
  2667.      *
  2668.      * @return \AngelGamez\TranslatableBundle\Translation\Translator
  2669.      */
  2670.     protected function getTranslatorService()
  2671.     {
  2672.         return $this->services['translator'] = new \AngelGamez\TranslatableBundle\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  2673.     }
  2674.     /**
  2675.      * Gets the public 'var_dumper.cloner' shared service.
  2676.      *
  2677.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2678.      */
  2679.     protected function getVarDumper_ClonerService()
  2680.     {
  2681.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2682.         $instance->setMaxItems(2500);
  2683.         $instance->setMinDepth(1);
  2684.         $instance->setMaxString(-1);
  2685.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2686.         return $instance;
  2687.     }
  2688.     /**
  2689.      * Gets the private '.debug.http_client' shared service.
  2690.      *
  2691.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2692.      */
  2693.     protected function get_Debug_HttpClientService()
  2694.     {
  2695.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2696.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2697.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2698.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2699.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2700.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2701.         $a->setLogger($b);
  2702.         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))));
  2703.     }
  2704.     /**
  2705.      * Gets the private '.service_locator.KLVvNIq' shared service.
  2706.      *
  2707.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2708.      */
  2709.     protected function get_ServiceLocator_KLVvNIqService()
  2710.     {
  2711.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2712.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  2713.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  2714.         ], [
  2715.             'doctrine.ulid_generator' => '?',
  2716.             'doctrine.uuid_generator' => '?',
  2717.         ]);
  2718.     }
  2719.     /**
  2720.      * Gets the private '.service_locator.Tip.8_I' shared service.
  2721.      *
  2722.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2723.      */
  2724.     protected function get_ServiceLocator_Tip_8IService()
  2725.     {
  2726.         return $this->privates['.service_locator.Tip.8_I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2727.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2728.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2729.             'security.firewall.map.context.management' => ['privates''security.firewall.map.context.management''getSecurity_Firewall_Map_Context_ManagementService'true],
  2730.         ], [
  2731.             'security.firewall.map.context.dev' => '?',
  2732.             'security.firewall.map.context.main' => '?',
  2733.             'security.firewall.map.context.management' => '?',
  2734.         ]);
  2735.     }
  2736.     /**
  2737.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper' shared service.
  2738.      *
  2739.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper
  2740.      */
  2741.     protected function getEmbeddedListHelperService()
  2742.     {
  2743.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getParameter('easyadmin.config'));
  2744.     }
  2745.     /**
  2746.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper' shared service.
  2747.      *
  2748.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
  2749.      */
  2750.     protected function getListFormFiltersHelperService()
  2751.     {
  2752.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2753.         if (isset($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'])) {
  2754.             return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'];
  2755.         }
  2756.         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);
  2757.     }
  2758.     /**
  2759.      * Gets the private 'App\EventSubscriber\ApiAccessSubscriber' shared autowired service.
  2760.      *
  2761.      * @return \App\EventSubscriber\ApiAccessSubscriber
  2762.      */
  2763.     protected function getApiAccessSubscriberService()
  2764.     {
  2765.         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)))));
  2766.     }
  2767.     /**
  2768.      * Gets the private 'App\EventSubscriber\BadWordsReplaceSubscriber' shared autowired service.
  2769.      *
  2770.      * @return \App\EventSubscriber\BadWordsReplaceSubscriber
  2771.      */
  2772.     protected function getBadWordsReplaceSubscriberService()
  2773.     {
  2774.         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()));
  2775.     }
  2776.     /**
  2777.      * Gets the private 'App\EventSubscriber\BanLogoutSubscriber' shared autowired service.
  2778.      *
  2779.      * @return \App\EventSubscriber\BanLogoutSubscriber
  2780.      */
  2781.     protected function getBanLogoutSubscriberService()
  2782.     {
  2783.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2784.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2785.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2786.         }
  2787.         $b = ($this->services['router'] ?? $this->getRouterService());
  2788.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2789.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2790.         }
  2791.         return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] = new \App\EventSubscriber\BanLogoutSubscriber($a$b);
  2792.     }
  2793.     /**
  2794.      * Gets the private 'App\EventSubscriber\CityCaseRedirectSubscriber' shared autowired service.
  2795.      *
  2796.      * @return \App\EventSubscriber\CityCaseRedirectSubscriber
  2797.      */
  2798.     protected function getCityCaseRedirectSubscriberService()
  2799.     {
  2800.         $a = ($this->services['App\\Http\\CityCaseRedirector'] ?? $this->getCityCaseRedirectorService());
  2801.         if (isset($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'])) {
  2802.             return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'];
  2803.         }
  2804.         return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] = new \App\EventSubscriber\CityCaseRedirectSubscriber($a);
  2805.     }
  2806.     /**
  2807.      * Gets the private 'App\EventSubscriber\CommentBanSubscriber' shared autowired service.
  2808.      *
  2809.      * @return \App\EventSubscriber\CommentBanSubscriber
  2810.      */
  2811.     protected function getCommentBanSubscriberService()
  2812.     {
  2813.         $a = ($this->privates['App\\Service\\CustomerBanService'] ?? $this->getCustomerBanServiceService());
  2814.         if (isset($this->privates['App\\EventSubscriber\\CommentBanSubscriber'])) {
  2815.             return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'];
  2816.         }
  2817.         return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'] = new \App\EventSubscriber\CommentBanSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a);
  2818.     }
  2819.     /**
  2820.      * Gets the private 'App\EventSubscriber\DoctrineEntityFilterSubscriber' shared autowired service.
  2821.      *
  2822.      * @return \App\EventSubscriber\DoctrineEntityFilterSubscriber
  2823.      */
  2824.     protected function getDoctrineEntityFilterSubscriberService()
  2825.     {
  2826.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2827.         if (isset($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'])) {
  2828.             return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'];
  2829.         }
  2830.         return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] = new \App\EventSubscriber\DoctrineEntityFilterSubscriber($a);
  2831.     }
  2832.     /**
  2833.      * Gets the private 'App\EventSubscriber\DomainRedirectSubscriber' shared autowired service.
  2834.      *
  2835.      * @return \App\EventSubscriber\DomainRedirectSubscriber
  2836.      */
  2837.     protected function getDomainRedirectSubscriberService()
  2838.     {
  2839.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2840.         if (isset($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'])) {
  2841.             return $this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'];
  2842.         }
  2843.         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));
  2844.     }
  2845.     /**
  2846.      * Gets the private 'App\EventSubscriber\EnumSubscriber' shared autowired service.
  2847.      *
  2848.      * @return \App\EventSubscriber\EnumSubscriber
  2849.      */
  2850.     protected function getEnumSubscriberService()
  2851.     {
  2852.         return $this->privates['App\\EventSubscriber\\EnumSubscriber'] = new \App\EventSubscriber\EnumSubscriber(($this->privates['App\\Service\\EnumUriLoader'] ?? $this->getEnumUriLoaderService()));
  2853.     }
  2854.     /**
  2855.      * Gets the private 'App\EventSubscriber\KernelSubscriber' shared autowired service.
  2856.      *
  2857.      * @return \App\EventSubscriber\KernelSubscriber
  2858.      */
  2859.     protected function getKernelSubscriberService()
  2860.     {
  2861.         return $this->privates['App\\EventSubscriber\\KernelSubscriber'] = new \App\EventSubscriber\KernelSubscriber(($this->privates['App\\Service\\ProfileCtrService'] ?? $this->getProfileCtrServiceService()));
  2862.     }
  2863.     /**
  2864.      * Gets the private 'App\EventSubscriber\PageMetadataSubscriber' shared autowired service.
  2865.      *
  2866.      * @return \App\EventSubscriber\PageMetadataSubscriber
  2867.      */
  2868.     protected function getPageMetadataSubscriberService()
  2869.     {
  2870.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2871.         if (isset($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'])) {
  2872.             return $this->privates['App\\EventSubscriber\\PageMetadataSubscriber'];
  2873.         }
  2874.         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))));
  2875.     }
  2876.     /**
  2877.      * Gets the private 'App\EventSubscriber\ProfileListOrderingSubscriber' shared autowired service.
  2878.      *
  2879.      * @return \App\EventSubscriber\ProfileListOrderingSubscriber
  2880.      */
  2881.     protected function getProfileListOrderingSubscriberService()
  2882.     {
  2883.         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())));
  2884.     }
  2885.     /**
  2886.      * Gets the private 'App\Repository\AccountEnrollmentRepository' shared autowired service.
  2887.      *
  2888.      * @return \App\Repository\AccountEnrollmentRepository
  2889.      */
  2890.     protected function getAccountEnrollmentRepositoryService()
  2891.     {
  2892.         return $this->privates['App\\Repository\\AccountEnrollmentRepository'] = new \App\Repository\AccountEnrollmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2893.     }
  2894.     /**
  2895.      * Gets the private 'App\Repository\ApprovalRequestsRepository' shared autowired service.
  2896.      *
  2897.      * @return \App\Repository\ApprovalRequestsRepository
  2898.      */
  2899.     protected function getApprovalRequestsRepositoryService()
  2900.     {
  2901.         return $this->privates['App\\Repository\\ApprovalRequestsRepository'] = new \App\Repository\ApprovalRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2902.     }
  2903.     /**
  2904.      * Gets the private 'App\Repository\BannedEmailRepository' shared autowired service.
  2905.      *
  2906.      * @return \App\Repository\BannedEmailRepository
  2907.      */
  2908.     protected function getBannedEmailRepositoryService()
  2909.     {
  2910.         return $this->privates['App\\Repository\\BannedEmailRepository'] = new \App\Repository\BannedEmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2911.     }
  2912.     /**
  2913.      * Gets the private 'App\Repository\CityRepository' shared autowired service.
  2914.      *
  2915.      * @return \App\Repository\CityRepository
  2916.      */
  2917.     protected function getCityRepositoryService()
  2918.     {
  2919.         return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2920.     }
  2921.     /**
  2922.      * Gets the private 'App\Repository\DistrictRepository' shared autowired service.
  2923.      *
  2924.      * @return \App\Repository\DistrictRepository
  2925.      */
  2926.     protected function getDistrictRepositoryService()
  2927.     {
  2928.         return $this->privates['App\\Repository\\DistrictRepository'] = new \App\Repository\DistrictRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2929.     }
  2930.     /**
  2931.      * Gets the private 'App\Repository\ModerationRequestsRepository' shared autowired service.
  2932.      *
  2933.      * @return \App\Repository\ModerationRequestsRepository
  2934.      */
  2935.     protected function getModerationRequestsRepositoryService()
  2936.     {
  2937.         return $this->privates['App\\Repository\\ModerationRequestsRepository'] = new \App\Repository\ModerationRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2938.     }
  2939.     /**
  2940.      * Gets the private 'App\Repository\PageMetadataRepository' shared autowired service.
  2941.      *
  2942.      * @return \App\Repository\PageMetadataRepository
  2943.      */
  2944.     protected function getPageMetadataRepositoryService()
  2945.     {
  2946.         return $this->privates['App\\Repository\\PageMetadataRepository'] = new \App\Repository\PageMetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2947.     }
  2948.     /**
  2949.      * Gets the private 'App\Repository\PaidPlacementPriceRepository' shared autowired service.
  2950.      *
  2951.      * @return \App\Repository\PaidPlacementPriceRepository
  2952.      */
  2953.     protected function getPaidPlacementPriceRepositoryService()
  2954.     {
  2955.         return $this->privates['App\\Repository\\PaidPlacementPriceRepository'] = new \App\Repository\PaidPlacementPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2956.     }
  2957.     /**
  2958.      * Gets the private 'App\Repository\ProfileCommentRepository' shared autowired service.
  2959.      *
  2960.      * @return \App\Repository\ProfileCommentRepository
  2961.      */
  2962.     protected function getProfileCommentRepositoryService()
  2963.     {
  2964.         return $this->privates['App\\Repository\\ProfileCommentRepository'] = new \App\Repository\ProfileCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2965.     }
  2966.     /**
  2967.      * Gets the private 'App\Repository\ProfileCtrRepository' shared autowired service.
  2968.      *
  2969.      * @return \App\Repository\ProfileCtrRepository
  2970.      */
  2971.     protected function getProfileCtrRepositoryService()
  2972.     {
  2973.         return $this->privates['App\\Repository\\ProfileCtrRepository'] = new \App\Repository\ProfileCtrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2974.     }
  2975.     /**
  2976.      * Gets the private 'App\Repository\ProfileKVRepository' shared autowired service.
  2977.      *
  2978.      * @return \App\Repository\ProfileKVRepository
  2979.      */
  2980.     protected function getProfileKVRepositoryService()
  2981.     {
  2982.         return $this->privates['App\\Repository\\ProfileKVRepository'] = new \App\Repository\ProfileKVRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2983.     }
  2984.     /**
  2985.      * Gets the private 'App\Repository\ProfilePlanPlacementRepository' shared autowired service.
  2986.      *
  2987.      * @return \App\Repository\ProfilePlanPlacementRepository
  2988.      */
  2989.     protected function getProfilePlanPlacementRepositoryService()
  2990.     {
  2991.         return $this->privates['App\\Repository\\ProfilePlanPlacementRepository'] = new \App\Repository\ProfilePlanPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2992.     }
  2993.     /**
  2994.      * Gets the private 'App\Repository\ProfileRepository' shared autowired service.
  2995.      *
  2996.      * @return \App\Repository\ProfileRepository
  2997.      */
  2998.     protected function getProfileRepositoryService()
  2999.     {
  3000.         return $this->privates['App\\Repository\\ProfileRepository'] = new \App\Repository\ProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3001.     }
  3002.     /**
  3003.      * Gets the private 'App\Repository\ProfileSidebarPlacementRepository' shared autowired service.
  3004.      *
  3005.      * @return \App\Repository\ProfileSidebarPlacementRepository
  3006.      */
  3007.     protected function getProfileSidebarPlacementRepositoryService()
  3008.     {
  3009.         return $this->privates['App\\Repository\\ProfileSidebarPlacementRepository'] = new \App\Repository\ProfileSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3010.     }
  3011.     /**
  3012.      * Gets the private 'App\Repository\ProfileTopPlacementRepository' shared autowired service.
  3013.      *
  3014.      * @return \App\Repository\ProfileTopPlacementRepository
  3015.      */
  3016.     protected function getProfileTopPlacementRepositoryService()
  3017.     {
  3018.         return $this->privates['App\\Repository\\ProfileTopPlacementRepository'] = new \App\Repository\ProfileTopPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3019.     }
  3020.     /**
  3021.      * Gets the private 'App\Repository\SaloonRepository' shared autowired service.
  3022.      *
  3023.      * @return \App\Repository\SaloonRepository
  3024.      */
  3025.     protected function getSaloonRepositoryService()
  3026.     {
  3027.         return $this->privates['App\\Repository\\SaloonRepository'] = new \App\Repository\SaloonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3028.     }
  3029.     /**
  3030.      * Gets the private 'App\Repository\SaloonSidebarPlacementRepository' shared autowired service.
  3031.      *
  3032.      * @return \App\Repository\SaloonSidebarPlacementRepository
  3033.      */
  3034.     protected function getSaloonSidebarPlacementRepositoryService()
  3035.     {
  3036.         return $this->privates['App\\Repository\\SaloonSidebarPlacementRepository'] = new \App\Repository\SaloonSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3037.     }
  3038.     /**
  3039.      * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  3040.      *
  3041.      * @return \App\Repository\ServiceRepository
  3042.      */
  3043.     protected function getServiceRepositoryService()
  3044.     {
  3045.         return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3046.     }
  3047.     /**
  3048.      * Gets the private 'App\Repository\SidebarPlacementRepository' shared autowired service.
  3049.      *
  3050.      * @return \App\Repository\SidebarPlacementRepository
  3051.      */
  3052.     protected function getSidebarPlacementRepositoryService()
  3053.     {
  3054.         return $this->privates['App\\Repository\\SidebarPlacementRepository'] = new \App\Repository\SidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3055.     }
  3056.     /**
  3057.      * Gets the private 'App\Repository\StationRepository' shared autowired service.
  3058.      *
  3059.      * @return \App\Repository\StationRepository
  3060.      */
  3061.     protected function getStationRepositoryService()
  3062.     {
  3063.         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()));
  3064.     }
  3065.     /**
  3066.      * Gets the private 'App\Repository\SupportMessagesRepository' shared autowired service.
  3067.      *
  3068.      * @return \App\Repository\SupportMessagesRepository
  3069.      */
  3070.     protected function getSupportMessagesRepositoryService()
  3071.     {
  3072.         return $this->privates['App\\Repository\\SupportMessagesRepository'] = new \App\Repository\SupportMessagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3073.     }
  3074.     /**
  3075.      * Gets the private 'App\Repository\SystemVariablesRepository' shared autowired service.
  3076.      *
  3077.      * @return \App\Repository\SystemVariablesRepository
  3078.      */
  3079.     protected function getSystemVariablesRepositoryService()
  3080.     {
  3081.         return $this->privates['App\\Repository\\SystemVariablesRepository'] = new \App\Repository\SystemVariablesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3082.     }
  3083.     /**
  3084.      * Gets the private 'App\Service\AccountChargesDurationEstimator' shared autowired service.
  3085.      *
  3086.      * @return \App\Service\AccountChargesDurationEstimator
  3087.      */
  3088.     protected function getAccountChargesDurationEstimatorService()
  3089.     {
  3090.         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()));
  3091.     }
  3092.     /**
  3093.      * Gets the private 'App\Service\AccountChargesDurationPresenter' shared autowired service.
  3094.      *
  3095.      * @return \App\Service\AccountChargesDurationPresenter
  3096.      */
  3097.     protected function getAccountChargesDurationPresenterService()
  3098.     {
  3099.         return $this->privates['App\\Service\\AccountChargesDurationPresenter'] = new \App\Service\AccountChargesDurationPresenter(($this->services['translator'] ?? $this->getTranslatorService()));
  3100.     }
  3101.     /**
  3102.      * Gets the private 'App\Service\AccountFinances' shared autowired service.
  3103.      *
  3104.      * @return \App\Service\AccountFinances
  3105.      */
  3106.     protected function getAccountFinancesService()
  3107.     {
  3108.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3109.         if (isset($this->privates['App\\Service\\AccountFinances'])) {
  3110.             return $this->privates['App\\Service\\AccountFinances'];
  3111.         }
  3112.         return $this->privates['App\\Service\\AccountFinances'] = new \App\Service\AccountFinances(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\AccountEnrollmentRepository'] ?? $this->getAccountEnrollmentRepositoryService()), $a);
  3113.     }
  3114.     /**
  3115.      * Gets the private 'App\Service\ApprovalService' shared autowired service.
  3116.      *
  3117.      * @return \App\Service\ApprovalService
  3118.      */
  3119.     protected function getApprovalServiceService()
  3120.     {
  3121.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3122.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3123.             return $this->privates['App\\Service\\ApprovalService'];
  3124.         }
  3125.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3126.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3127.             return $this->privates['App\\Service\\ApprovalService'];
  3128.         }
  3129.         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()));
  3130.     }
  3131.     /**
  3132.      * Gets the private 'App\Service\CityMainPagesLinkageService' shared autowired service.
  3133.      *
  3134.      * @return \App\Service\CityMainPagesLinkageService
  3135.      */
  3136.     protected function getCityMainPagesLinkageServiceService($lazyLoad true)
  3137.     {
  3138.         $a = ($this->services['router'] ?? $this->getRouterService());
  3139.         if (isset($this->privates['App\\Service\\CityMainPagesLinkageService'])) {
  3140.             return $this->privates['App\\Service\\CityMainPagesLinkageService'];
  3141.         }
  3142.         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()));
  3143.     }
  3144.     /**
  3145.      * Gets the private 'App\Service\ColdStartProfileRecommendationsCache' shared autowired service.
  3146.      *
  3147.      * @return \App\Service\ColdStartProfileRecommendationsCache
  3148.      */
  3149.     protected function getColdStartProfileRecommendationsCacheService()
  3150.     {
  3151.         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()));
  3152.     }
  3153.     /**
  3154.      * Gets the private 'App\Service\CountryCurrencyResolver' shared autowired service.
  3155.      *
  3156.      * @return \App\Service\CountryCurrencyResolver
  3157.      */
  3158.     protected function getCountryCurrencyResolverService()
  3159.     {
  3160.         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))));
  3161.     }
  3162.     /**
  3163.      * Gets the private 'App\Service\CurrentCityResolver' shared autowired service.
  3164.      *
  3165.      * @return \App\Service\CurrentCityResolver
  3166.      */
  3167.     protected function getCurrentCityResolverService()
  3168.     {
  3169.         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()));
  3170.     }
  3171.     /**
  3172.      * Gets the private 'App\Service\CustomerBanService' shared autowired service.
  3173.      *
  3174.      * @return \App\Service\CustomerBanService
  3175.      */
  3176.     protected function getCustomerBanServiceService()
  3177.     {
  3178.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3179.         if (isset($this->privates['App\\Service\\CustomerBanService'])) {
  3180.             return $this->privates['App\\Service\\CustomerBanService'];
  3181.         }
  3182.         return $this->privates['App\\Service\\CustomerBanService'] = new \App\Service\CustomerBanService(($this->privates['App\\Repository\\BannedEmailRepository'] ?? $this->getBannedEmailRepositoryService()), $a);
  3183.     }
  3184.     /**
  3185.      * Gets the private 'App\Service\DefaultCityProvider' shared autowired service.
  3186.      *
  3187.      * @return \App\Service\DefaultCityProvider
  3188.      */
  3189.     protected function getDefaultCityProviderService()
  3190.     {
  3191.         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))));
  3192.     }
  3193.     /**
  3194.      * Gets the private 'App\Service\DynamicPlacementPriceResolver' shared autowired service.
  3195.      *
  3196.      * @return \App\Service\DynamicPlacementPriceResolver
  3197.      */
  3198.     protected function getDynamicPlacementPriceResolverService()
  3199.     {
  3200.         return $this->privates['App\\Service\\DynamicPlacementPriceResolver'] = new \App\Service\DynamicPlacementPriceResolver(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()));
  3201.     }
  3202.     /**
  3203.      * Gets the private 'App\Service\EnumUriLoader' shared autowired service.
  3204.      *
  3205.      * @return \App\Service\EnumUriLoader
  3206.      */
  3207.     protected function getEnumUriLoaderService()
  3208.     {
  3209.         return $this->privates['App\\Service\\EnumUriLoader'] = new \App\Service\EnumUriLoader(($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  3210.     }
  3211.     /**
  3212.      * Gets the private 'App\Service\Features' shared autowired service.
  3213.      *
  3214.      * @return \App\Service\Features
  3215.      */
  3216.     protected function getFeaturesService()
  3217.     {
  3218.         return $this->privates['App\\Service\\Features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  3219.     }
  3220.     /**
  3221.      * Gets the private 'App\Service\GeoCategoryLinkageService' shared autowired service.
  3222.      *
  3223.      * @return \App\Service\GeoCategoryLinkageService
  3224.      */
  3225.     protected function getGeoCategoryLinkageServiceService()
  3226.     {
  3227.         $a = ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService());
  3228.         if (isset($this->privates['App\\Service\\GeoCategoryLinkageService'])) {
  3229.             return $this->privates['App\\Service\\GeoCategoryLinkageService'];
  3230.         }
  3231.         $b = ($this->services['router'] ?? $this->getRouterService());
  3232.         if (isset($this->privates['App\\Service\\GeoCategoryLinkageService'])) {
  3233.             return $this->privates['App\\Service\\GeoCategoryLinkageService'];
  3234.         }
  3235.         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())));
  3236.     }
  3237.     /**
  3238.      * Gets the private 'App\Service\InnerLinkageCircleService' shared autowired service.
  3239.      *
  3240.      * @return \App\Service\InnerLinkageCircleService
  3241.      */
  3242.     protected function getInnerLinkageCircleServiceService($lazyLoad true)
  3243.     {
  3244.         $a = ($this->services['router'] ?? $this->getRouterService());
  3245.         if (isset($this->privates['App\\Service\\InnerLinkageCircleService'])) {
  3246.             return $this->privates['App\\Service\\InnerLinkageCircleService'];
  3247.         }
  3248.         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()));
  3249.     }
  3250.     /**
  3251.      * Gets the private 'App\Service\ModerationService' shared autowired service.
  3252.      *
  3253.      * @return \App\Service\ModerationService
  3254.      */
  3255.     protected function getModerationServiceService()
  3256.     {
  3257.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3258.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3259.             return $this->privates['App\\Service\\ModerationService'];
  3260.         }
  3261.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3262.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3263.             return $this->privates['App\\Service\\ModerationService'];
  3264.         }
  3265.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3266.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3267.             return $this->privates['App\\Service\\ModerationService'];
  3268.         }
  3269.         $d = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3270.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3271.             return $this->privates['App\\Service\\ModerationService'];
  3272.         }
  3273.         $e = ($this->privates['App\\Service\\ApprovalService'] ?? $this->getApprovalServiceService());
  3274.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3275.             return $this->privates['App\\Service\\ModerationService'];
  3276.         }
  3277.         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);
  3278.     }
  3279.     /**
  3280.      * Gets the private 'App\Service\MoneyFormatterService' shared autowired service.
  3281.      *
  3282.      * @return \App\Service\MoneyFormatterService
  3283.      */
  3284.     protected function getMoneyFormatterServiceService()
  3285.     {
  3286.         return $this->privates['App\\Service\\MoneyFormatterService'] = new \App\Service\MoneyFormatterService(($this->privates['App\\Service\\CountryCurrencyResolver'] ?? $this->getCountryCurrencyResolverService()));
  3287.     }
  3288.     /**
  3289.      * Gets the private 'App\Service\PhoneNumberService' shared autowired service.
  3290.      *
  3291.      * @return \App\Service\PhoneNumberService
  3292.      */
  3293.     protected function getPhoneNumberServiceService()
  3294.     {
  3295.         return $this->privates['App\\Service\\PhoneNumberService'] = new \App\Service\PhoneNumberService(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()));
  3296.     }
  3297.     /**
  3298.      * Gets the private 'App\Service\ProfileAdBoard' shared autowired service.
  3299.      *
  3300.      * @return \App\Service\ProfileAdBoard
  3301.      */
  3302.     protected function getProfileAdBoardService()
  3303.     {
  3304.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3305.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3306.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3307.         }
  3308.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3309.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3310.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3311.         }
  3312.         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()));
  3313.     }
  3314.     /**
  3315.      * Gets the private 'App\Service\ProfileAvatar' shared autowired service.
  3316.      *
  3317.      * @return \App\Service\ProfileAvatar
  3318.      */
  3319.     protected function getProfileAvatarService()
  3320.     {
  3321.         return $this->privates['App\\Service\\ProfileAvatar'] = new \App\Service\ProfileAvatar(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3322.     }
  3323.     /**
  3324.      * Gets the private 'App\Service\ProfileBotHelper' shared autowired service.
  3325.      *
  3326.      * @return \App\Service\ProfileBotHelper
  3327.      */
  3328.     protected function getProfileBotHelperService()
  3329.     {
  3330.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3331.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3332.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3333.         }
  3334.         $b = ($this->services['router'] ?? $this->getRouterService());
  3335.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3336.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3337.         }
  3338.         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))));
  3339.     }
  3340.     /**
  3341.      * Gets the private 'App\Service\ProfileChargesCalculator' shared autowired service.
  3342.      *
  3343.      * @return \App\Service\ProfileChargesCalculator
  3344.      */
  3345.     protected function getProfileChargesCalculatorService()
  3346.     {
  3347.         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()));
  3348.     }
  3349.     /**
  3350.      * Gets the private 'App\Service\ProfileCtrService' shared autowired service.
  3351.      *
  3352.      * @return \App\Service\ProfileCtrService
  3353.      */
  3354.     protected function getProfileCtrServiceService()
  3355.     {
  3356.         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()));
  3357.     }
  3358.     /**
  3359.      * Gets the private 'App\Service\ProfileList' shared autowired service.
  3360.      *
  3361.      * @return \App\Service\ProfileList
  3362.      */
  3363.     protected function getProfileListService()
  3364.     {
  3365.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3366.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3367.             return $this->privates['App\\Service\\ProfileList'];
  3368.         }
  3369.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3370.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3371.             return $this->privates['App\\Service\\ProfileList'];
  3372.         }
  3373.         $c = ($this->privates['App\\Service\\ProfileTopBoard'] ?? $this->getProfileTopBoardService());
  3374.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3375.             return $this->privates['App\\Service\\ProfileList'];
  3376.         }
  3377.         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);
  3378.     }
  3379.     /**
  3380.      * Gets the private 'App\Service\ProfileListSpecificationService' shared autowired service.
  3381.      *
  3382.      * @return \App\Service\ProfileListSpecificationService
  3383.      */
  3384.     protected function getProfileListSpecificationServiceService()
  3385.     {
  3386.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3387.         if (isset($this->privates['App\\Service\\ProfileListSpecificationService'])) {
  3388.             return $this->privates['App\\Service\\ProfileListSpecificationService'];
  3389.         }
  3390.         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()));
  3391.     }
  3392.     /**
  3393.      * Gets the private 'App\Service\ProfileRecommendationService' shared autowired service.
  3394.      *
  3395.      * @return \App\Service\ProfileRecommendationService
  3396.      */
  3397.     protected function getProfileRecommendationServiceService()
  3398.     {
  3399.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3400.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3401.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3402.         }
  3403.         $b = ($this->services['router'] ?? $this->getRouterService());
  3404.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3405.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3406.         }
  3407.         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()));
  3408.     }
  3409.     /**
  3410.      * Gets the private 'App\Service\ProfileTopBoard' shared autowired service.
  3411.      *
  3412.      * @return \App\Service\ProfileTopBoard
  3413.      */
  3414.     protected function getProfileTopBoardService()
  3415.     {
  3416.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3417.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3418.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3419.         }
  3420.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3421.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3422.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3423.         }
  3424.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3425.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3426.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3427.         }
  3428.         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);
  3429.     }
  3430.     /**
  3431.      * Gets the private 'App\Service\ResponsiveAssetsService' shared autowired service.
  3432.      *
  3433.      * @return \App\Service\ResponsiveAssetsService
  3434.      */
  3435.     protected function getResponsiveAssetsServiceService()
  3436.     {
  3437.         return $this->privates['App\\Service\\ResponsiveAssetsService'] = new \App\Service\ResponsiveAssetsService(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3438.     }
  3439.     /**
  3440.      * Gets the private 'App\Service\SaloonChargesCalculator' shared autowired service.
  3441.      *
  3442.      * @return \App\Service\SaloonChargesCalculator
  3443.      */
  3444.     protected function getSaloonChargesCalculatorService()
  3445.     {
  3446.         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()));
  3447.     }
  3448.     /**
  3449.      * Gets the private 'App\Service\SearchByKeywordsService' shared autowired service.
  3450.      *
  3451.      * @return \App\Service\SearchByKeywordsService
  3452.      */
  3453.     protected function getSearchByKeywordsServiceService()
  3454.     {
  3455.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3456.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3457.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3458.         }
  3459.         $b = ($this->services['router'] ?? $this->getRouterService());
  3460.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3461.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3462.         }
  3463.         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()));
  3464.     }
  3465.     /**
  3466.      * Gets the private 'App\Service\Sidebar' shared autowired service.
  3467.      *
  3468.      * @return \App\Service\Sidebar
  3469.      */
  3470.     protected function getSidebarService()
  3471.     {
  3472.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3473.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3474.             return $this->privates['App\\Service\\Sidebar'];
  3475.         }
  3476.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3477.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3478.             return $this->privates['App\\Service\\Sidebar'];
  3479.         }
  3480.         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);
  3481.     }
  3482.     /**
  3483.      * Gets the private 'App\Service\TimeZoneService' shared autowired service.
  3484.      *
  3485.      * @return \App\Service\TimeZoneService
  3486.      */
  3487.     protected function getTimeZoneServiceService()
  3488.     {
  3489.         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()));
  3490.     }
  3491.     /**
  3492.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  3493.      *
  3494.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  3495.      */
  3496.     protected function getLoginListenerService()
  3497.     {
  3498.         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()));
  3499.     }
  3500.     /**
  3501.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  3502.      *
  3503.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  3504.      */
  3505.     protected function getRequestListenerService()
  3506.     {
  3507.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3508.     }
  3509.     /**
  3510.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  3511.      *
  3512.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  3513.      */
  3514.     protected function getSubRequestListenerService()
  3515.     {
  3516.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3517.     }
  3518.     /**
  3519.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  3520.      *
  3521.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  3522.      */
  3523.     protected function getTracingRequestListenerService()
  3524.     {
  3525.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3526.     }
  3527.     /**
  3528.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  3529.      *
  3530.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  3531.      */
  3532.     protected function getTracingSubRequestListenerService()
  3533.     {
  3534.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3535.     }
  3536.     /**
  3537.      * Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory' shared service.
  3538.      *
  3539.      * @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory
  3540.      */
  3541.     protected function getTracingDriverConnectionFactoryService()
  3542.     {
  3543.         return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3544.     }
  3545.     /**
  3546.      * Gets the private 'Sentry\State\HubInterface' shared service.
  3547.      *
  3548.      * @return \Sentry\State\HubInterface
  3549.      */
  3550.     protected function getHubInterfaceService()
  3551.     {
  3552.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  3553.         $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')]);
  3554.         $b = new \Sentry\ClientBuilder($a);
  3555.         $c = new \Http\Discovery\Psr17Factory();
  3556.         $b->setSdkIdentifier('sentry.php.symfony');
  3557.         $b->setSdkVersion('4.14.0');
  3558.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL));
  3559.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  3560.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  3561.         if ($this->has('Psr\\Log\\NullLogger')) {
  3562.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  3563.         }
  3564.         $instance->bindClient($b->getClient());
  3565.         return $instance;
  3566.     }
  3567.     /**
  3568.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3569.      *
  3570.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3571.      */
  3572.     protected function getResetAssetsEventListenerService()
  3573.     {
  3574.         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']);
  3575.     }
  3576.     /**
  3577.      * Gets the private 'annotations.cache_adapter' shared service.
  3578.      *
  3579.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3580.      */
  3581.     protected function getAnnotations_CacheAdapterService()
  3582.     {
  3583.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  3584.     }
  3585.     /**
  3586.      * Gets the private 'annotations.cached_reader' shared service.
  3587.      *
  3588.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3589.      */
  3590.     protected function getAnnotations_CachedReaderService()
  3591.     {
  3592.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3593.     }
  3594.     /**
  3595.      * Gets the private 'annotations.reader' shared service.
  3596.      *
  3597.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3598.      */
  3599.     protected function getAnnotations_ReaderService()
  3600.     {
  3601.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3602.         $instance->addGlobalIgnoredName('required'NULL);
  3603.         return $instance;
  3604.     }
  3605.     /**
  3606.      * Gets the private 'assets._version__default' shared service.
  3607.      *
  3608.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  3609.      */
  3610.     protected function getAssets_VersionDefaultService()
  3611.     {
  3612.         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);
  3613.     }
  3614.     /**
  3615.      * Gets the private 'assets.context' shared service.
  3616.      *
  3617.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3618.      */
  3619.     protected function getAssets_ContextService()
  3620.     {
  3621.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3622.         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());
  3623.     }
  3624.     /**
  3625.      * Gets the private 'assets.packages' shared service.
  3626.      *
  3627.      * @return \Symfony\Component\Asset\Packages
  3628.      */
  3629.     protected function getAssets_PackagesService()
  3630.     {
  3631.         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 () {
  3632.             yield 'user_media' => ($this->privates['assets._package_user_media'] ?? $this->load('getAssets_PackageUserMediaService'));
  3633.             yield 'profile_media' => ($this->privates['assets._package_profile_media'] ?? $this->load('getAssets_PackageProfileMediaService'));
  3634.             yield 'profile_media_avatar' => ($this->privates['assets._package_profile_media_avatar'] ?? $this->load('getAssets_PackageProfileMediaAvatarService'));
  3635.             yield 'profile_media_selfie' => ($this->privates['assets._package_profile_media_selfie'] ?? $this->load('getAssets_PackageProfileMediaSelfieService'));
  3636.             yield 'profile_media_approval' => ($this->privates['assets._package_profile_media_approval'] ?? $this->load('getAssets_PackageProfileMediaApprovalService'));
  3637.             yield 'saloon_media' => ($this->privates['assets._package_saloon_media'] ?? $this->load('getAssets_PackageSaloonMediaService'));
  3638.             yield 'saloon_media_thumb' => ($this->privates['assets._package_saloon_media_thumb'] ?? $this->load('getAssets_PackageSaloonMediaThumbService'));
  3639.             yield 'saloon_media_video' => ($this->privates['assets._package_saloon_media_video'] ?? $this->load('getAssets_PackageSaloonMediaVideoService'));
  3640.             yield 'js_script' => ($this->privates['assets._package_js_script'] ?? $this->load('getAssets_PackageJsScriptService'));
  3641.             yield 'basicConfig' => ($this->privates['assets._package_basicConfig'] ?? $this->load('getAssets_PackageBasicConfigService'));
  3642.             yield 'nohashConfig' => ($this->privates['assets._package_nohashConfig'] ?? $this->load('getAssets_PackageNohashConfigService'));
  3643.             yield 'nodomainConfig' => ($this->privates['assets._package_nodomainConfig'] ?? $this->load('getAssets_PackageNodomainConfigService'));
  3644.         }, 12));
  3645.     }
  3646.     /**
  3647.      * Gets the private 'cache.annotations.traceable' shared service.
  3648.      *
  3649.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3650.      */
  3651.     protected function getCache_Annotations_TraceableService()
  3652.     {
  3653.         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('LgzAW4yuo2'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3654.     }
  3655.     /**
  3656.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  3657.      *
  3658.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3659.      */
  3660.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  3661.     {
  3662.         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()));
  3663.     }
  3664.     /**
  3665.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  3666.      *
  3667.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3668.      */
  3669.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  3670.     {
  3671.         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()));
  3672.     }
  3673.     /**
  3674.      * Gets the private 'cache.doctrine.orm.default.second_level.region_driver.traceable' shared service.
  3675.      *
  3676.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3677.      */
  3678.     protected function getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService()
  3679.     {
  3680.         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()));
  3681.     }
  3682.     /**
  3683.      * Gets the private 'cache.doctrine.orm.multi_website.query.traceable' shared service.
  3684.      *
  3685.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3686.      */
  3687.     protected function getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()
  3688.     {
  3689.         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()));
  3690.     }
  3691.     /**
  3692.      * Gets the private 'cache.doctrine.orm.multi_website.result.traceable' shared service.
  3693.      *
  3694.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3695.      */
  3696.     protected function getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()
  3697.     {
  3698.         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()));
  3699.     }
  3700.     /**
  3701.      * Gets the private 'cache.doctrine.orm.multi_website.second_level.region_driver.traceable' shared service.
  3702.      *
  3703.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3704.      */
  3705.     protected function getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService()
  3706.     {
  3707.         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()));
  3708.     }
  3709.     /**
  3710.      * Gets the private 'cache.doctrine.traceable' shared service.
  3711.      *
  3712.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3713.      */
  3714.     protected function getCache_Doctrine_TraceableService()
  3715.     {
  3716.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3717.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3718.         $a->setLogger($b);
  3719.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('7zQyoGaioB'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3720.         $c->setLogger($b);
  3721.         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)));
  3722.     }
  3723.     /**
  3724.      * Gets the private 'cache.easyadmin.traceable' shared service.
  3725.      *
  3726.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3727.      */
  3728.     protected function getCache_Easyadmin_TraceableService()
  3729.     {
  3730.         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('z4qN2lEFbS'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3731.     }
  3732.     /**
  3733.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  3734.      *
  3735.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3736.      */
  3737.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  3738.     {
  3739.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('gGe5p+mpkT'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3740.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3741.         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));
  3742.     }
  3743.     /**
  3744.      * Gets the private 'cache.property_info.traceable' shared service.
  3745.      *
  3746.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3747.      */
  3748.     protected function getCache_PropertyInfo_TraceableService()
  3749.     {
  3750.         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('BZtiHY6PE9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3751.     }
  3752.     /**
  3753.      * Gets the private 'cache.rate_limiter.traceable' shared service.
  3754.      *
  3755.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3756.      */
  3757.     protected function getCache_RateLimiter_TraceableService()
  3758.     {
  3759.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3760.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3761.         $a->setLogger($b);
  3762.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('paU1AI1yef'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3763.         $c->setLogger($b);
  3764.         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)));
  3765.     }
  3766.     /**
  3767.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  3768.      *
  3769.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3770.      */
  3771.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  3772.     {
  3773.         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('qjckakM8Gz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3774.     }
  3775.     /**
  3776.      * Gets the private 'cache.serializer.traceable' shared service.
  3777.      *
  3778.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3779.      */
  3780.     protected function getCache_Serializer_TraceableService()
  3781.     {
  3782.         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('I+gZnrs8oO'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3783.     }
  3784.     /**
  3785.      * Gets the private 'cache.validator.traceable' shared service.
  3786.      *
  3787.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3788.      */
  3789.     protected function getCache_Validator_TraceableService()
  3790.     {
  3791.         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('hLCY3RsSIh'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3792.     }
  3793.     /**
  3794.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  3795.      *
  3796.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3797.      */
  3798.     protected function getCache_WebpackEncore_TraceableService()
  3799.     {
  3800.         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('w1WmKkaRLA'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3801.     }
  3802.     /**
  3803.      * Gets the private 'config_cache_factory' shared service.
  3804.      *
  3805.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3806.      */
  3807.     protected function getConfigCacheFactoryService()
  3808.     {
  3809.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3810.             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)));
  3811.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3812.         }, 2));
  3813.     }
  3814.     /**
  3815.      * Gets the private 'ctr_stat.cache.traceable' shared service.
  3816.      *
  3817.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3818.      */
  3819.     protected function getCtrStat_Cache_TraceableService()
  3820.     {
  3821.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  3822.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3823.         $a->setLogger($b);
  3824.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('U45iri3Dlb'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3825.         $c->setLogger($b);
  3826.         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)));
  3827.     }
  3828.     /**
  3829.      * Gets the private 'data_collector.form' shared service.
  3830.      *
  3831.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3832.      */
  3833.     protected function getDataCollector_FormService()
  3834.     {
  3835.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3836.     }
  3837.     /**
  3838.      * Gets the private 'data_collector.request' shared service.
  3839.      *
  3840.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3841.      */
  3842.     protected function getDataCollector_RequestService()
  3843.     {
  3844.         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())));
  3845.     }
  3846.     /**
  3847.      * Gets the private 'debug.controller_resolver' shared service.
  3848.      *
  3849.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3850.      */
  3851.     protected function getDebug_ControllerResolverService()
  3852.     {
  3853.         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))));
  3854.     }
  3855.     /**
  3856.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3857.      *
  3858.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3859.      */
  3860.     protected function getDebug_DebugHandlersListenerService()
  3861.     {
  3862.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3863.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3864.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  3865.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  3866.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3867.         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()));
  3868.     }
  3869.     /**
  3870.      * Gets the private 'debug.file_link_formatter' shared service.
  3871.      *
  3872.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3873.      */
  3874.     protected function getDebug_FileLinkFormatterService()
  3875.     {
  3876.         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 () {
  3877.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3878.         });
  3879.     }
  3880.     /**
  3881.      * Gets the private 'debug.log_processor' shared service.
  3882.      *
  3883.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3884.      */
  3885.     protected function getDebug_LogProcessorService()
  3886.     {
  3887.         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())));
  3888.     }
  3889.     /**
  3890.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3891.      *
  3892.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3893.      */
  3894.     protected function getDebug_Security_Access_DecisionManagerService()
  3895.     {
  3896.         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 () {
  3897.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3898.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3899.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3900.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3901.     }
  3902.     /**
  3903.      * Gets the private 'debug.security.firewall' shared service.
  3904.      *
  3905.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3906.      */
  3907.     protected function getDebug_Security_FirewallService()
  3908.     {
  3909.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3910.         if (isset($this->privates['debug.security.firewall'])) {
  3911.             return $this->privates['debug.security.firewall'];
  3912.         }
  3913.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3914.         if (isset($this->privates['debug.security.firewall'])) {
  3915.             return $this->privates['debug.security.firewall'];
  3916.         }
  3917.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3918.     }
  3919.     /**
  3920.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  3921.      *
  3922.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  3923.      */
  3924.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  3925.     {
  3926.         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']));
  3927.     }
  3928.     /**
  3929.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3930.      *
  3931.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3932.      */
  3933.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3934.     {
  3935.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3936.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber''getDomainEventsSubscriberService'true],
  3937.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3938.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3939.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3940.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3941.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3942.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3943.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  3944.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  3945.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3946.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  3947.         ], [
  3948.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => '?',
  3949.             'app.doctrine.lifecycle_events.listener' => '?',
  3950.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3951.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3952.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3953.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3954.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3955.             'stof_doctrine_extensions.listener.blameable' => '?',
  3956.             'stof_doctrine_extensions.listener.loggable' => '?',
  3957.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3958.             'stof_doctrine_extensions.listener.translatable' => '?',
  3959.         ]), [=> [=> [=> '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']]);
  3960.     }
  3961.     /**
  3962.      * Gets the private 'doctrine.dbal.multi_website_connection.event_manager' shared service.
  3963.      *
  3964.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3965.      */
  3966.     protected function getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService()
  3967.     {
  3968.         return $this->privates['doctrine.dbal.multi_website_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3969.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3970.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3971.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3972.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3973.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3974.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => ['privates''doctrine.orm.multi_website_listeners.attach_entity_listeners''getDoctrine_Orm_MultiWebsiteListeners_AttachEntityListenersService'true],
  3975.         ], [
  3976.             'app.doctrine.lifecycle_events.listener' => '?',
  3977.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3978.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3979.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3980.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3981.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => '?',
  3982.         ]), [=> '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']]);
  3983.     }
  3984.     /**
  3985.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  3986.      *
  3987.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  3988.      */
  3989.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  3990.     {
  3991.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3992.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => ['privates''App\\MultiWebsite\\Repository\\PhoneReviewsRepository''getPhoneReviewsRepositoryService'true],
  3993.             'App\\Repository\\AccountChargesRepository' => ['privates''App\\Repository\\AccountChargesRepository''getAccountChargesRepositoryService'true],
  3994.             'App\\Repository\\AccountEnrollmentRepository' => ['privates''App\\Repository\\AccountEnrollmentRepository''getAccountEnrollmentRepositoryService'false],
  3995.             'App\\Repository\\AccountTransactionRepository' => ['privates''App\\Repository\\AccountTransactionRepository''getAccountTransactionRepositoryService'true],
  3996.             'App\\Repository\\AnalyticsRepository' => ['privates''App\\Repository\\AnalyticsRepository''getAnalyticsRepositoryService'true],
  3997.             'App\\Repository\\ApprovalRequestsRepository' => ['privates''App\\Repository\\ApprovalRequestsRepository''getApprovalRequestsRepositoryService'false],
  3998.             'App\\Repository\\BannedEmailRepository' => ['privates''App\\Repository\\BannedEmailRepository''getBannedEmailRepositoryService'false],
  3999.             'App\\Repository\\BannedPhoneRepository' => ['privates''App\\Repository\\BannedPhoneRepository''getBannedPhoneRepositoryService'true],
  4000.             'App\\Repository\\BulkQueueItemRepository' => ['privates''App\\Repository\\BulkQueueItemRepository''getBulkQueueItemRepositoryService'true],
  4001.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'false],
  4002.             'App\\Repository\\CommentBanRepository' => ['privates''App\\Repository\\CommentBanRepository''getCommentBanRepositoryService'true],
  4003.             'App\\Repository\\CountyRepository' => ['privates''App\\Repository\\CountyRepository''getCountyRepositoryService'true],
  4004.             'App\\Repository\\DistrictRepository' => ['privates''App\\Repository\\DistrictRepository''getDistrictRepositoryService'false],
  4005.             'App\\Repository\\FavouriteProfileRepository' => ['privates''App\\Repository\\FavouriteProfileRepository''getFavouriteProfileRepositoryService'true],
  4006.             'App\\Repository\\FileProcessingTaskRepository' => ['privates''App\\Repository\\FileProcessingTaskRepository''getFileProcessingTaskRepositoryService'true],
  4007.             'App\\Repository\\IpAddressCommentBanRepository' => ['privates''App\\Repository\\IpAddressCommentBanRepository''getIpAddressCommentBanRepositoryService'true],
  4008.             'App\\Repository\\IpAddressRepository' => ['privates''App\\Repository\\IpAddressRepository''getIpAddressRepositoryService'true],
  4009.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => ['privates''App\\Repository\\Log\\SourceMapStationsUpdateLogRepository''getSourceMapStationsUpdateLogRepositoryService'true],
  4010.             'App\\Repository\\ModerationRequestsRepository' => ['privates''App\\Repository\\ModerationRequestsRepository''getModerationRequestsRepositoryService'false],
  4011.             'App\\Repository\\PageMetadataRepository' => ['privates''App\\Repository\\PageMetadataRepository''getPageMetadataRepositoryService'false],
  4012.             'App\\Repository\\PaidPlacementPriceRepository' => ['privates''App\\Repository\\PaidPlacementPriceRepository''getPaidPlacementPriceRepositoryService'false],
  4013.             'App\\Repository\\PaidPlacementsOrderRepository' => ['privates''App\\Repository\\PaidPlacementsOrderRepository''getPaidPlacementsOrderRepositoryService'true],
  4014.             'App\\Repository\\PaymentBonusRepository' => ['privates''App\\Repository\\PaymentBonusRepository''getPaymentBonusRepositoryService'true],
  4015.             'App\\Repository\\PaymentProductRepository' => ['privates''App\\Repository\\PaymentProductRepository''getPaymentProductRepositoryService'true],
  4016.             'App\\Repository\\PhoneReviewsAddedRepository' => ['privates''App\\Repository\\PhoneReviewsAddedRepository''getPhoneReviewsAddedRepositoryService'true],
  4017.             'App\\Repository\\PlacementHidingRepository' => ['privates''App\\Repository\\PlacementHidingRepository''getPlacementHidingRepositoryService'true],
  4018.             'App\\Repository\\ProfileAdBoardPlacementRepository' => ['privates''App\\Repository\\ProfileAdBoardPlacementRepository''getProfileAdBoardPlacementRepositoryService'true],
  4019.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => ['privates''App\\Repository\\ProfileApprovalBonusReceivedRepository''getProfileApprovalBonusReceivedRepositoryService'true],
  4020.             'App\\Repository\\ProfileCommentByCustomerRepository' => ['privates''App\\Repository\\ProfileCommentByCustomerRepository''getProfileCommentByCustomerRepositoryService'true],
  4021.             'App\\Repository\\ProfileCommentRepository' => ['privates''App\\Repository\\ProfileCommentRepository''getProfileCommentRepositoryService'false],
  4022.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => ['privates''App\\Repository\\ProfileConfirmationMediaFileRepository''getProfileConfirmationMediaFileRepositoryService'true],
  4023.             'App\\Repository\\ProfileCtrRepository' => ['privates''App\\Repository\\ProfileCtrRepository''getProfileCtrRepositoryService'false],
  4024.             'App\\Repository\\ProfileKVRepository' => ['privates''App\\Repository\\ProfileKVRepository''getProfileKVRepositoryService'false],
  4025.             'App\\Repository\\ProfileMediaFileRepository' => ['privates''App\\Repository\\ProfileMediaFileRepository''getProfileMediaFileRepositoryService'true],
  4026.             'App\\Repository\\ProfilePlanPlacementRepository' => ['privates''App\\Repository\\ProfilePlanPlacementRepository''getProfilePlanPlacementRepositoryService'false],
  4027.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'false],
  4028.             'App\\Repository\\ProfileSidebarPlacementRepository' => ['privates''App\\Repository\\ProfileSidebarPlacementRepository''getProfileSidebarPlacementRepositoryService'false],
  4029.             'App\\Repository\\ProfileTopPlacementRepository' => ['privates''App\\Repository\\ProfileTopPlacementRepository''getProfileTopPlacementRepositoryService'false],
  4030.             'App\\Repository\\SaloonAdBoardPlacementRepository' => ['privates''App\\Repository\\SaloonAdBoardPlacementRepository''getSaloonAdBoardPlacementRepositoryService'true],
  4031.             'App\\Repository\\SaloonCommentByCustomerRepository' => ['privates''App\\Repository\\SaloonCommentByCustomerRepository''getSaloonCommentByCustomerRepositoryService'true],
  4032.             'App\\Repository\\SaloonCommentRepository' => ['privates''App\\Repository\\SaloonCommentRepository''getSaloonCommentRepositoryService'true],
  4033.             'App\\Repository\\SaloonMediaFileRepository' => ['privates''App\\Repository\\SaloonMediaFileRepository''getSaloonMediaFileRepositoryService'true],
  4034.             'App\\Repository\\SaloonPlacementChargeRepository' => ['privates''App\\Repository\\SaloonPlacementChargeRepository''getSaloonPlacementChargeRepositoryService'true],
  4035.             'App\\Repository\\SaloonRepository' => ['privates''App\\Repository\\SaloonRepository''getSaloonRepositoryService'false],
  4036.             'App\\Repository\\SaloonSidebarPlacementRepository' => ['privates''App\\Repository\\SaloonSidebarPlacementRepository''getSaloonSidebarPlacementRepositoryService'false],
  4037.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  4038.             'App\\Repository\\SidebarPlacementRepository' => ['privates''App\\Repository\\SidebarPlacementRepository''getSidebarPlacementRepositoryService'false],
  4039.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository''getSourceMapLineRepositoryService'true],
  4040.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository''getSourceMapStationRepositoryService'true],
  4041.             'App\\Repository\\StationRepository' => ['privates''App\\Repository\\StationRepository''getStationRepositoryService'false],
  4042.             'App\\Repository\\StatusPricesRepository' => ['privates''App\\Repository\\StatusPricesRepository''getStatusPricesRepositoryService'true],
  4043.             'App\\Repository\\StatusRepository' => ['privates''App\\Repository\\StatusRepository''getStatusRepositoryService'true],
  4044.             'App\\Repository\\Subway\\LineRepository' => ['privates''App\\Repository\\Subway\\LineRepository''getLineRepositoryService'true],
  4045.             'App\\Repository\\SupportMessageAttachmentRepository' => ['privates''App\\Repository\\SupportMessageAttachmentRepository''getSupportMessageAttachmentRepositoryService'true],
  4046.             'App\\Repository\\SupportMessagesRepository' => ['privates''App\\Repository\\SupportMessagesRepository''getSupportMessagesRepositoryService'false],
  4047.             'App\\Repository\\SystemVariablesRepository' => ['privates''App\\Repository\\SystemVariablesRepository''getSystemVariablesRepositoryService'false],
  4048.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  4049.         ], [
  4050.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => '?',
  4051.             'App\\Repository\\AccountChargesRepository' => '?',
  4052.             'App\\Repository\\AccountEnrollmentRepository' => '?',
  4053.             'App\\Repository\\AccountTransactionRepository' => '?',
  4054.             'App\\Repository\\AnalyticsRepository' => '?',
  4055.             'App\\Repository\\ApprovalRequestsRepository' => '?',
  4056.             'App\\Repository\\BannedEmailRepository' => '?',
  4057.             'App\\Repository\\BannedPhoneRepository' => '?',
  4058.             'App\\Repository\\BulkQueueItemRepository' => '?',
  4059.             'App\\Repository\\CityRepository' => '?',
  4060.             'App\\Repository\\CommentBanRepository' => '?',
  4061.             'App\\Repository\\CountyRepository' => '?',
  4062.             'App\\Repository\\DistrictRepository' => '?',
  4063.             'App\\Repository\\FavouriteProfileRepository' => '?',
  4064.             'App\\Repository\\FileProcessingTaskRepository' => '?',
  4065.             'App\\Repository\\IpAddressCommentBanRepository' => '?',
  4066.             'App\\Repository\\IpAddressRepository' => '?',
  4067.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => '?',
  4068.             'App\\Repository\\ModerationRequestsRepository' => '?',
  4069.             'App\\Repository\\PageMetadataRepository' => '?',
  4070.             'App\\Repository\\PaidPlacementPriceRepository' => '?',
  4071.             'App\\Repository\\PaidPlacementsOrderRepository' => '?',
  4072.             'App\\Repository\\PaymentBonusRepository' => '?',
  4073.             'App\\Repository\\PaymentProductRepository' => '?',
  4074.             'App\\Repository\\PhoneReviewsAddedRepository' => '?',
  4075.             'App\\Repository\\PlacementHidingRepository' => '?',
  4076.             'App\\Repository\\ProfileAdBoardPlacementRepository' => '?',
  4077.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => '?',
  4078.             'App\\Repository\\ProfileCommentByCustomerRepository' => '?',
  4079.             'App\\Repository\\ProfileCommentRepository' => '?',
  4080.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => '?',
  4081.             'App\\Repository\\ProfileCtrRepository' => '?',
  4082.             'App\\Repository\\ProfileKVRepository' => '?',
  4083.             'App\\Repository\\ProfileMediaFileRepository' => '?',
  4084.             'App\\Repository\\ProfilePlanPlacementRepository' => '?',
  4085.             'App\\Repository\\ProfileRepository' => '?',
  4086.             'App\\Repository\\ProfileSidebarPlacementRepository' => '?',
  4087.             'App\\Repository\\ProfileTopPlacementRepository' => '?',
  4088.             'App\\Repository\\SaloonAdBoardPlacementRepository' => '?',
  4089.             'App\\Repository\\SaloonCommentByCustomerRepository' => '?',
  4090.             'App\\Repository\\SaloonCommentRepository' => '?',
  4091.             'App\\Repository\\SaloonMediaFileRepository' => '?',
  4092.             'App\\Repository\\SaloonPlacementChargeRepository' => '?',
  4093.             'App\\Repository\\SaloonRepository' => '?',
  4094.             'App\\Repository\\SaloonSidebarPlacementRepository' => '?',
  4095.             'App\\Repository\\ServiceRepository' => '?',
  4096.             'App\\Repository\\SidebarPlacementRepository' => '?',
  4097.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => '?',
  4098.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => '?',
  4099.             'App\\Repository\\StationRepository' => '?',
  4100.             'App\\Repository\\StatusPricesRepository' => '?',
  4101.             'App\\Repository\\StatusRepository' => '?',
  4102.             'App\\Repository\\Subway\\LineRepository' => '?',
  4103.             'App\\Repository\\SupportMessageAttachmentRepository' => '?',
  4104.             'App\\Repository\\SupportMessagesRepository' => '?',
  4105.             'App\\Repository\\SystemVariablesRepository' => '?',
  4106.             'App\\Repository\\UserRepository' => '?',
  4107.         ]));
  4108.     }
  4109.     /**
  4110.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  4111.      *
  4112.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  4113.      */
  4114.     protected function getEightPointsGuzzle_DataCollectorService()
  4115.     {
  4116.         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);
  4117.     }
  4118.     /**
  4119.      * Gets the private 'esi_listener' shared service.
  4120.      *
  4121.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  4122.      */
  4123.     protected function getEsiListenerService()
  4124.     {
  4125.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  4126.     }
  4127.     /**
  4128.      * Gets the private 'exception_listener' shared service.
  4129.      *
  4130.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4131.      */
  4132.     protected function getExceptionListenerService()
  4133.     {
  4134.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4135.     }
  4136.     /**
  4137.      * Gets the private 'flagception.activator.chain_activator' shared service.
  4138.      *
  4139.      * @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
  4140.      */
  4141.     protected function getFlagception_Activator_ChainActivatorService()
  4142.     {
  4143.         $this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
  4144.         $a = new \Flagception\Factory\ExpressionLanguageFactory();
  4145.         $a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
  4146.         $a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
  4147.         $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'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]));
  4148.         $instance->add(new \Flagception\Activator\EnvironmentActivator([]));
  4149.         $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''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']));
  4150.         return $instance;
  4151.     }
  4152.     /**
  4153.      * Gets the private 'form.registry' shared service.
  4154.      *
  4155.      * @return \Symfony\Component\Form\FormRegistry
  4156.      */
  4157.     protected function getForm_RegistryService()
  4158.     {
  4159.         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, [
  4160.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'true],
  4161.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'true],
  4162.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'true],
  4163.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'true],
  4164.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'true],
  4165.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'true],
  4166.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'true],
  4167.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'true],
  4168.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'true],
  4169.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'true],
  4170.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'true],
  4171.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'true],
  4172.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'true],
  4173.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'true],
  4174.         ], [
  4175.             'easyadmin.filter.type.array' => '?',
  4176.             'easyadmin.filter.type.boolean' => '?',
  4177.             'easyadmin.filter.type.choice' => '?',
  4178.             'easyadmin.filter.type.comparison' => '?',
  4179.             'easyadmin.filter.type.date' => '?',
  4180.             'easyadmin.filter.type.dateinterval' => '?',
  4181.             'easyadmin.filter.type.datetime' => '?',
  4182.             'easyadmin.filter.type.decimal' => '?',
  4183.             'easyadmin.filter.type.entity' => '?',
  4184.             'easyadmin.filter.type.float' => '?',
  4185.             'easyadmin.filter.type.integer' => '?',
  4186.             'easyadmin.filter.type.text' => '?',
  4187.             'easyadmin.filter.type.textarea' => '?',
  4188.             'easyadmin.filter.type.time' => '?',
  4189.         ]), [], new RewindableGenerator(function () {
  4190.             return new \EmptyIterator();
  4191.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4192.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType''getEasyAdminEmbeddedListTypeService'true],
  4193.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType''getAdminRolesTypeService'true],
  4194.             'App\\Form\\AccountTopPlacementForm' => ['privates''App\\Form\\AccountTopPlacementForm''getAccountTopPlacementFormService'true],
  4195.             'App\\Form\\BulkActionForm' => ['privates''App\\Form\\BulkActionForm''getBulkActionFormService'true],
  4196.             'App\\Form\\ChangeAccountInformationForm' => ['privates''App\\Form\\ChangeAccountInformationForm''getChangeAccountInformationFormService'true],
  4197.             'App\\Form\\ChangeAccountPasswordForm' => ['privates''App\\Form\\ChangeAccountPasswordForm''getChangeAccountPasswordFormService'true],
  4198.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => ['privates''App\\Form\\ChangeCustomerAdditionalInfoForm''getChangeCustomerAdditionalInfoFormService'true],
  4199.             'App\\Form\\CommentForm' => ['privates''App\\Form\\CommentForm''getCommentFormService'true],
  4200.             'App\\Form\\CreateOrEditProfileForm' => ['privates''App\\Form\\CreateOrEditProfileForm''getCreateOrEditProfileFormService'true],
  4201.             'App\\Form\\CreateOrEditSaloonForm' => ['privates''App\\Form\\CreateOrEditSaloonForm''getCreateOrEditSaloonFormService'true],
  4202.             'App\\Form\\CustomerProfilePreferenceForm' => ['privates''App\\Form\\CustomerProfilePreferenceForm''getCustomerProfilePreferenceFormService'true],
  4203.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => ['privates''App\\Form\\EasyAdmin\\ApprovalRequestForm''getApprovalRequestFormService'true],
  4204.             'App\\Form\\EasyAdmin\\CityPricesForm' => ['privates''App\\Form\\EasyAdmin\\CityPricesForm''getCityPricesFormService'true],
  4205.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm''getManuallyEnrollArbitraryMoneyValueByStaffFormService'true],
  4206.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm''getManuallyRedeemPrepaidTokenByStaffFormService'true],
  4207.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => ['privates''App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm''getProfileAnalyticsFilterFormService'true],
  4208.             'App\\Form\\EasyAdmin\\ProfileForm' => ['privates''App\\Form\\EasyAdmin\\ProfileForm''getProfileFormService'true],
  4209.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => ['privates''App\\Form\\EasyAdmin\\ProfileModerationForm''getProfileModerationFormService'true],
  4210.             'App\\Form\\EasyAdmin\\SaloonForm' => ['privates''App\\Form\\EasyAdmin\\SaloonForm''getSaloonFormService'true],
  4211.             'App\\Form\\EasyAdmin\\SupportMessageForm' => ['privates''App\\Form\\EasyAdmin\\SupportMessageForm''getSupportMessageFormService'true],
  4212.             'App\\Form\\FilterAccountTransactionsForm' => ['privates''App\\Form\\FilterAccountTransactionsForm''getFilterAccountTransactionsFormService'true],
  4213.             'App\\Form\\FilterMapForm' => ['privates''App\\Form\\FilterMapForm''getFilterMapFormService'true],
  4214.             'App\\Form\\ForgottenUserType' => ['privates''App\\Form\\ForgottenUserType''getForgottenUserTypeService'true],
  4215.             'App\\Form\\MoneyPaymentForm' => ['privates''App\\Form\\MoneyPaymentForm''getMoneyPaymentFormService'true],
  4216.             'App\\Form\\PhoneReviewForm' => ['privates''App\\Form\\PhoneReviewForm''getPhoneReviewFormService'true],
  4217.             'App\\Form\\ProfileFilterForm' => ['privates''App\\Form\\ProfileFilterForm''getProfileFilterFormService'true],
  4218.             'App\\Form\\ReceivePasswordForm' => ['privates''App\\Form\\ReceivePasswordForm''getReceivePasswordFormService'true],
  4219.             'App\\Form\\RedeemPrepaidTokenForm' => ['privates''App\\Form\\RedeemPrepaidTokenForm''getRedeemPrepaidTokenFormService'true],
  4220.             'App\\Form\\RegisterAccountForm' => ['privates''App\\Form\\RegisterAccountForm''getRegisterAccountFormService'true],
  4221.             'App\\Form\\ReplySupportMessageForm' => ['privates''App\\Form\\ReplySupportMessageForm''getReplySupportMessageFormService'true],
  4222.             'App\\Form\\SearchByKeywordsForm' => ['privates''App\\Form\\SearchByKeywordsForm''getSearchByKeywordsFormService'true],
  4223.             'App\\Form\\SearchPhoneForm' => ['privates''App\\Form\\SearchPhoneForm''getSearchPhoneFormService'true],
  4224.             'App\\Form\\SearchProfileForm' => ['privates''App\\Form\\SearchProfileForm''getSearchProfileFormService'true],
  4225.             'App\\Form\\Type\\AdvertiserBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserBanChoiceType''getAdvertiserBanChoiceTypeService'true],
  4226.             'App\\Form\\Type\\AdvertiserBanType' => ['privates''App\\Form\\Type\\AdvertiserBanType''getAdvertiserBanTypeService'true],
  4227.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserUnBanChoiceType''getAdvertiserUnBanChoiceTypeService'true],
  4228.             'App\\Form\\Type\\ApartmentsPricingType' => ['privates''App\\Form\\Type\\ApartmentsPricingType''getApartmentsPricingTypeService'true],
  4229.             'App\\Form\\Type\\CarPricingType' => ['privates''App\\Form\\Type\\CarPricingType''getCarPricingTypeService'true],
  4230.             'App\\Form\\Type\\CityGroupType' => ['privates''App\\Form\\Type\\CityGroupType''getCityGroupTypeService'true],
  4231.             'App\\Form\\Type\\CityPriceCategoryType' => ['privates''App\\Form\\Type\\CityPriceCategoryType''getCityPriceCategoryTypeService'true],
  4232.             'App\\Form\\Type\\ClientRestrictionsType' => ['privates''App\\Form\\Type\\ClientRestrictionsType''getClientRestrictionsTypeService'true],
  4233.             'App\\Form\\Type\\CustomerBanChoiceType' => ['privates''App\\Form\\Type\\CustomerBanChoiceType''getCustomerBanChoiceTypeService'true],
  4234.             'App\\Form\\Type\\CustomerBanType' => ['privates''App\\Form\\Type\\CustomerBanType''getCustomerBanTypeService'true],
  4235.             'App\\Form\\Type\\CustomerUnBanChoiceType' => ['privates''App\\Form\\Type\\CustomerUnBanChoiceType''getCustomerUnBanChoiceTypeService'true],
  4236.             'App\\Form\\Type\\ExpressPricingType' => ['privates''App\\Form\\Type\\ExpressPricingType''getExpressPricingTypeService'true],
  4237.             'App\\Form\\Type\\MapCoordinateType' => ['privates''App\\Form\\Type\\MapCoordinateType''getMapCoordinateTypeService'true],
  4238.             'App\\Form\\Type\\MessengersType' => ['privates''App\\Form\\Type\\MessengersType''getMessengersTypeService'true],
  4239.             'App\\Form\\Type\\PersonParametersType' => ['privates''App\\Form\\Type\\PersonParametersType''getPersonParametersTypeService'true],
  4240.             'App\\Form\\Type\\PhoneCallRestrictionsType' => ['privates''App\\Form\\Type\\PhoneCallRestrictionsType''getPhoneCallRestrictionsTypeService'true],
  4241.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => ['privates''App\\Form\\Type\\ProfileCommentMarkChoiceType''getProfileCommentMarkChoiceTypeService'true],
  4242.             'App\\Form\\Type\\ProfileFiltersType' => ['privates''App\\Form\\Type\\ProfileFiltersType''getProfileFiltersTypeService'true],
  4243.             'App\\Form\\Type\\ProvideServicesCollectionType' => ['privates''App\\Form\\Type\\ProvideServicesCollectionType''getProvideServicesCollectionTypeService'true],
  4244.             'App\\Form\\Type\\ProvidedServiceType' => ['privates''App\\Form\\Type\\ProvidedServiceType''getProvidedServiceTypeService'true],
  4245.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => ['privates''App\\Form\\Type\\SaloonCommentMarkChoiceType''getSaloonCommentMarkChoiceTypeService'true],
  4246.             'App\\Form\\Type\\SearchRangeType' => ['privates''App\\Form\\Type\\SearchRangeType''getSearchRangeTypeService'true],
  4247.             'App\\Form\\Type\\ServiceType' => ['privates''App\\Form\\Type\\ServiceType''getServiceTypeService'true],
  4248.             'App\\Form\\Type\\TakeOutPricingType' => ['privates''App\\Form\\Type\\TakeOutPricingType''getTakeOutPricingTypeService'true],
  4249.             'App\\Form\\Type\\TimezoneType' => ['privates''App\\Form\\Type\\TimezoneType''getTimezoneTypeService'true],
  4250.             'App\\Form\\Type\\TranslatableValueType' => ['privates''App\\Form\\Type\\TranslatableValueType''getTranslatableValueTypeService'true],
  4251.             'App\\Form\\Type\\WorkingHoursType' => ['privates''App\\Form\\Type\\WorkingHoursType''getWorkingHoursTypeService'true],
  4252.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => ['privates''App\\Form\\Type\\YesNoNoMatterChoiceType''getYesNoNoMatterChoiceTypeService'true],
  4253.             'App\\Form\\WriteSupportMessageForm' => ['privates''App\\Form\\WriteSupportMessageForm''getWriteSupportMessageFormService'true],
  4254.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  4255.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  4256.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'true],
  4257.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'true],
  4258.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'true],
  4259.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'true],
  4260.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'true],
  4261.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'true],
  4262.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'true],
  4263.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'true],
  4264.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates''Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  4265.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4266.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4267.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4268.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4269.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4270.         ], [
  4271.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => '?',
  4272.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => '?',
  4273.             'App\\Form\\AccountTopPlacementForm' => '?',
  4274.             'App\\Form\\BulkActionForm' => '?',
  4275.             'App\\Form\\ChangeAccountInformationForm' => '?',
  4276.             'App\\Form\\ChangeAccountPasswordForm' => '?',
  4277.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => '?',
  4278.             'App\\Form\\CommentForm' => '?',
  4279.             'App\\Form\\CreateOrEditProfileForm' => '?',
  4280.             'App\\Form\\CreateOrEditSaloonForm' => '?',
  4281.             'App\\Form\\CustomerProfilePreferenceForm' => '?',
  4282.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => '?',
  4283.             'App\\Form\\EasyAdmin\\CityPricesForm' => '?',
  4284.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => '?',
  4285.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => '?',
  4286.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => '?',
  4287.             'App\\Form\\EasyAdmin\\ProfileForm' => '?',
  4288.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => '?',
  4289.             'App\\Form\\EasyAdmin\\SaloonForm' => '?',
  4290.             'App\\Form\\EasyAdmin\\SupportMessageForm' => '?',
  4291.             'App\\Form\\FilterAccountTransactionsForm' => '?',
  4292.             'App\\Form\\FilterMapForm' => '?',
  4293.             'App\\Form\\ForgottenUserType' => '?',
  4294.             'App\\Form\\MoneyPaymentForm' => '?',
  4295.             'App\\Form\\PhoneReviewForm' => '?',
  4296.             'App\\Form\\ProfileFilterForm' => '?',
  4297.             'App\\Form\\ReceivePasswordForm' => '?',
  4298.             'App\\Form\\RedeemPrepaidTokenForm' => '?',
  4299.             'App\\Form\\RegisterAccountForm' => '?',
  4300.             'App\\Form\\ReplySupportMessageForm' => '?',
  4301.             'App\\Form\\SearchByKeywordsForm' => '?',
  4302.             'App\\Form\\SearchPhoneForm' => '?',
  4303.             'App\\Form\\SearchProfileForm' => '?',
  4304.             'App\\Form\\Type\\AdvertiserBanChoiceType' => '?',
  4305.             'App\\Form\\Type\\AdvertiserBanType' => '?',
  4306.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => '?',
  4307.             'App\\Form\\Type\\ApartmentsPricingType' => '?',
  4308.             'App\\Form\\Type\\CarPricingType' => '?',
  4309.             'App\\Form\\Type\\CityGroupType' => '?',
  4310.             'App\\Form\\Type\\CityPriceCategoryType' => '?',
  4311.             'App\\Form\\Type\\ClientRestrictionsType' => '?',
  4312.             'App\\Form\\Type\\CustomerBanChoiceType' => '?',
  4313.             'App\\Form\\Type\\CustomerBanType' => '?',
  4314.             'App\\Form\\Type\\CustomerUnBanChoiceType' => '?',
  4315.             'App\\Form\\Type\\ExpressPricingType' => '?',
  4316.             'App\\Form\\Type\\MapCoordinateType' => '?',
  4317.             'App\\Form\\Type\\MessengersType' => '?',
  4318.             'App\\Form\\Type\\PersonParametersType' => '?',
  4319.             'App\\Form\\Type\\PhoneCallRestrictionsType' => '?',
  4320.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => '?',
  4321.             'App\\Form\\Type\\ProfileFiltersType' => '?',
  4322.             'App\\Form\\Type\\ProvideServicesCollectionType' => '?',
  4323.             'App\\Form\\Type\\ProvidedServiceType' => '?',
  4324.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => '?',
  4325.             'App\\Form\\Type\\SearchRangeType' => '?',
  4326.             'App\\Form\\Type\\ServiceType' => '?',
  4327.             'App\\Form\\Type\\TakeOutPricingType' => '?',
  4328.             'App\\Form\\Type\\TimezoneType' => '?',
  4329.             'App\\Form\\Type\\TranslatableValueType' => '?',
  4330.             'App\\Form\\Type\\WorkingHoursType' => '?',
  4331.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => '?',
  4332.             'App\\Form\\WriteSupportMessageForm' => '?',
  4333.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  4334.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  4335.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  4336.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  4337.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  4338.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  4339.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  4340.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  4341.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  4342.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  4343.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
  4344.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4345.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4346.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4347.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4348.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4349.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4350.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4351.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4352.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4353.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4354.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4355.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4356.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService'));
  4357.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  4358.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4359.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4360.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4361.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4362.         }, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
  4363.             yield => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService'));
  4364.         }, 1)], new RewindableGenerator(function () {
  4365.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4366.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4367.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService'));
  4368.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4369.     }
  4370.     /**
  4371.      * Gets the private 'fos_elastica.logger' shared service.
  4372.      *
  4373.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  4374.      */
  4375.     protected function getFosElastica_LoggerService()
  4376.     {
  4377.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  4378.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4379.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4380.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4381.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4382.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  4383.     }
  4384.     /**
  4385.      * Gets the private 'fragment.listener' shared service.
  4386.      *
  4387.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4388.      */
  4389.     protected function getFragment_ListenerService()
  4390.     {
  4391.         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');
  4392.     }
  4393.     /**
  4394.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4395.      *
  4396.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4397.      */
  4398.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4399.     {
  4400.         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())));
  4401.     }
  4402.     /**
  4403.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4404.      *
  4405.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4406.      */
  4407.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4408.     {
  4409.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4410.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4411.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4412.         }
  4413.         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);
  4414.     }
  4415.     /**
  4416.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4417.      *
  4418.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4419.      */
  4420.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4421.     {
  4422.         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' => 5'defaultPageLimit' => NULL]);
  4423.     }
  4424.     /**
  4425.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  4426.      *
  4427.      * @return \libphonenumber\PhoneNumberUtil
  4428.      */
  4429.     protected function getPhoneNumberUtilService()
  4430.     {
  4431.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  4432.     }
  4433.     /**
  4434.      * Gets the private 'locale_aware_listener' shared service.
  4435.      *
  4436.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4437.      */
  4438.     protected function getLocaleAwareListenerService()
  4439.     {
  4440.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4441.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  4442.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4443.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4444.     }
  4445.     /**
  4446.      * Gets the private 'locale_listener' shared service.
  4447.      *
  4448.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4449.      */
  4450.     protected function getLocaleListenerService()
  4451.     {
  4452.         $a = ($this->services['router'] ?? $this->getRouterService());
  4453.         if (isset($this->privates['locale_listener'])) {
  4454.             return $this->privates['locale_listener'];
  4455.         }
  4456.         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, []);
  4457.     }
  4458.     /**
  4459.      * Gets the private 'monolog.handler.chromephp' shared service.
  4460.      *
  4461.      * @return \Symfony\Bridge\Monolog\Handler\ChromePhpHandler
  4462.      */
  4463.     protected function getMonolog_Handler_ChromephpService()
  4464.     {
  4465.         $this->privates['monolog.handler.chromephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\ChromePhpHandler('debug'true);
  4466.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4467.         return $instance;
  4468.     }
  4469.     /**
  4470.      * Gets the private 'monolog.handler.firephp' shared service.
  4471.      *
  4472.      * @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
  4473.      */
  4474.     protected function getMonolog_Handler_FirephpService()
  4475.     {
  4476.         $this->privates['monolog.handler.firephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler('debug'true);
  4477.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4478.         return $instance;
  4479.     }
  4480.     /**
  4481.      * Gets the private 'monolog.logger' shared service.
  4482.      *
  4483.      * @return \Symfony\Bridge\Monolog\Logger
  4484.      */
  4485.     protected function getMonolog_LoggerService()
  4486.     {
  4487.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4488.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4489.         $instance->useMicrosecondTimestamps(true);
  4490.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4491.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4492.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4493.         return $instance;
  4494.     }
  4495.     /**
  4496.      * Gets the private 'monolog.logger.cache' shared service.
  4497.      *
  4498.      * @return \Symfony\Bridge\Monolog\Logger
  4499.      */
  4500.     protected function getMonolog_Logger_CacheService()
  4501.     {
  4502.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4503.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  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.doctrine' shared service.
  4511.      *
  4512.      * @return \Symfony\Bridge\Monolog\Logger
  4513.      */
  4514.     protected function getMonolog_Logger_DoctrineService()
  4515.     {
  4516.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  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.request' shared service.
  4525.      *
  4526.      * @return \Symfony\Bridge\Monolog\Logger
  4527.      */
  4528.     protected function getMonolog_Logger_RequestService()
  4529.     {
  4530.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  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 'nelmio_cors.cors_listener' shared service.
  4539.      *
  4540.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4541.      */
  4542.     protected function getNelmioCors_CorsListenerService()
  4543.     {
  4544.         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'))]));
  4545.     }
  4546.     /**
  4547.      * Gets the private 'parameter_bag' shared service.
  4548.      *
  4549.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4550.      */
  4551.     protected function getParameterBagService()
  4552.     {
  4553.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4554.     }
  4555.     /**
  4556.      * Gets the private 'profile_widget.cache.traceable' shared service.
  4557.      *
  4558.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4559.      */
  4560.     protected function getProfileWidget_Cache_TraceableService()
  4561.     {
  4562.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4563.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4564.         $a->setLogger($b);
  4565.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('7F9OTTNT-u'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4566.         $c->setLogger($b);
  4567.         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)));
  4568.     }
  4569.     /**
  4570.      * Gets the private 'profiler_listener' shared service.
  4571.      *
  4572.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4573.      */
  4574.     protected function getProfilerListenerService()
  4575.     {
  4576.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4577.         if (isset($this->privates['profiler_listener'])) {
  4578.             return $this->privates['profiler_listener'];
  4579.         }
  4580.         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);
  4581.     }
  4582.     /**
  4583.      * Gets the private 'profiles_filter.cache.traceable' shared service.
  4584.      *
  4585.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4586.      */
  4587.     protected function getProfilesFilter_Cache_TraceableService()
  4588.     {
  4589.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4590.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4591.         $a->setLogger($b);
  4592.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('S3SDpcQ9-d'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4593.         $c->setLogger($b);
  4594.         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)));
  4595.     }
  4596.     /**
  4597.      * Gets the private 'project_data.cache.traceable' shared service.
  4598.      *
  4599.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4600.      */
  4601.     protected function getProjectData_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('YZCYrh5AU-'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['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)));
  4609.     }
  4610.     /**
  4611.      * Gets the private 'property_info' shared service.
  4612.      *
  4613.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4614.      */
  4615.     protected function getPropertyInfoService()
  4616.     {
  4617.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4618.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4619.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4620.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4621.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4622.         }, 4), new RewindableGenerator(function () {
  4623.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4624.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4625.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4626.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4627.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4628.         }, 5), new RewindableGenerator(function () {
  4629.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4630.         }, 1), new RewindableGenerator(function () {
  4631.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4632.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4633.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4634.         }, 3), new RewindableGenerator(function () {
  4635.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4636.         }, 1));
  4637.     }
  4638.     /**
  4639.      * Gets the private 'router.expression_language_provider' shared service.
  4640.      *
  4641.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4642.      */
  4643.     protected function getRouter_ExpressionLanguageProviderService()
  4644.     {
  4645.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4646.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4647.         ], [
  4648.             'env' => 'Closure',
  4649.         ]));
  4650.     }
  4651.     /**
  4652.      * Gets the private 'router.request_context' shared service.
  4653.      *
  4654.      * @return \Symfony\Component\Routing\RequestContext
  4655.      */
  4656.     protected function getRouter_RequestContextService()
  4657.     {
  4658.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4659.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4660.         return $instance;
  4661.     }
  4662.     /**
  4663.      * Gets the private 'router_listener' shared service.
  4664.      *
  4665.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4666.      */
  4667.     protected function getRouterListenerService()
  4668.     {
  4669.         $a = ($this->services['router'] ?? $this->getRouterService());
  4670.         if (isset($this->privates['router_listener'])) {
  4671.             return $this->privates['router_listener'];
  4672.         }
  4673.         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);
  4674.     }
  4675.     /**
  4676.      * Gets the private 'security.firewall.map' shared service.
  4677.      *
  4678.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4679.      */
  4680.     protected function getSecurity_Firewall_MapService()
  4681.     {
  4682.         $a = ($this->privates['.service_locator.Tip.8_I'] ?? $this->get_ServiceLocator_Tip_8IService());
  4683.         if (isset($this->privates['security.firewall.map'])) {
  4684.             return $this->privates['security.firewall.map'];
  4685.         }
  4686.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4687.             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)/')));
  4688.             yield 'security.firewall.map.context.management' => ($this->privates['.security.request_matcher.KsWz1b8'] ?? ($this->privates['.security.request_matcher.KsWz1b8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/management')));
  4689.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4690.         }, 3));
  4691.     }
  4692.     /**
  4693.      * Gets the private 'security.helper' shared service.
  4694.      *
  4695.      * @return \Symfony\Component\Security\Core\Security
  4696.      */
  4697.     protected function getSecurity_HelperService()
  4698.     {
  4699.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4700.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4701.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4702.         ], [
  4703.             'security.authorization_checker' => '?',
  4704.             'security.token_storage' => '?',
  4705.         ]));
  4706.     }
  4707.     /**
  4708.      * Gets the private 'security.logout_url_generator' shared service.
  4709.      *
  4710.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4711.      */
  4712.     protected function getSecurity_LogoutUrlGeneratorService()
  4713.     {
  4714.         $a = ($this->services['router'] ?? $this->getRouterService());
  4715.         if (isset($this->privates['security.logout_url_generator'])) {
  4716.             return $this->privates['security.logout_url_generator'];
  4717.         }
  4718.         $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()));
  4719.         $instance->registerListener('management''management.authentication.logout''logout''_csrf_token'NULLNULL);
  4720.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  4721.         return $instance;
  4722.     }
  4723.     /**
  4724.      * Gets the private 'security.role_hierarchy' shared service.
  4725.      *
  4726.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4727.      */
  4728.     protected function getSecurity_RoleHierarchyService()
  4729.     {
  4730.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4731.     }
  4732.     /**
  4733.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4734.      *
  4735.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4736.      */
  4737.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4738.     {
  4739.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4740.     }
  4741.     /**
  4742.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4743.      *
  4744.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4745.      */
  4746.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4747.     {
  4748.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4749.         $b = new \App\ParamConverter\CityParamConverter(($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
  4750.         $a->add($b0'city_converter');
  4751.         $a->add($b0NULL);
  4752.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4753.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4754.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4755.     }
  4756.     /**
  4757.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4758.      *
  4759.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4760.      */
  4761.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4762.     {
  4763.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4764.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4765.             return $this->privates['sensio_framework_extra.security.listener'];
  4766.         }
  4767.         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()));
  4768.     }
  4769.     /**
  4770.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4771.      *
  4772.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4773.      */
  4774.     protected function getSensioFrameworkExtra_View_ListenerService()
  4775.     {
  4776.         $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))));
  4777.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4778.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4779.         ], [
  4780.             'twig' => '?',
  4781.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4782.         return $instance;
  4783.     }
  4784.     /**
  4785.      * Gets the private 'session_listener' shared service.
  4786.      *
  4787.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4788.      */
  4789.     protected function getSessionListenerService()
  4790.     {
  4791.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4792.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  4793.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4794.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4795.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  4796.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4797.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4798.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  4799.         ], [
  4800.             'initialized_session' => '?',
  4801.             'logger' => '?',
  4802.             'request_stack' => '?',
  4803.             'session' => '?',
  4804.             'session_collector' => '?',
  4805.             'session_factory' => '?',
  4806.             'session_storage' => '?',
  4807.         ]), true$this->parameters['session.storage.options']);
  4808.     }
  4809.     /**
  4810.      * Gets the private 'sidebar_new_check_cool_down.cache.traceable' shared service.
  4811.      *
  4812.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4813.      */
  4814.     protected function getSidebarNewCheckCoolDown_Cache_TraceableService()
  4815.     {
  4816.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4817.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4818.         $a->setLogger($b);
  4819.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Mw5yjnWhax'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4820.         $c->setLogger($b);
  4821.         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)));
  4822.     }
  4823.     /**
  4824.      * Gets the private 'station_added_profiles.cache.traceable' shared service.
  4825.      *
  4826.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4827.      */
  4828.     protected function getStationAddedProfiles_Cache_TraceableService()
  4829.     {
  4830.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4831.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4832.         $a->setLogger($b);
  4833.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('nUXRCFTWGv'120, ($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['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)));
  4836.     }
  4837.     /**
  4838.      * Gets the private 'stations_lines.cache.traceable' shared service.
  4839.      *
  4840.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4841.      */
  4842.     protected function getStationsLines_Cache_TraceableService()
  4843.     {
  4844.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4845.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4846.         $a->setLogger($b);
  4847.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Q7Ty0FkM0e'30, ($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['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)));
  4850.     }
  4851.     /**
  4852.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  4853.      *
  4854.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  4855.      */
  4856.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  4857.     {
  4858.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4859.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  4860.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  4861.         }
  4862.         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);
  4863.     }
  4864.     /**
  4865.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  4866.      *
  4867.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  4868.      */
  4869.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  4870.     {
  4871.         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()));
  4872.     }
  4873.     /**
  4874.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  4875.      *
  4876.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  4877.      */
  4878.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  4879.     {
  4880.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4881.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  4882.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  4883.         }
  4884.         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);
  4885.     }
  4886.     /**
  4887.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  4888.      *
  4889.      * @return \Gedmo\Blameable\BlameableListener
  4890.      */
  4891.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  4892.     {
  4893.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  4894.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4895.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4896.         return $instance;
  4897.     }
  4898.     /**
  4899.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  4900.      *
  4901.      * @return \Gedmo\Loggable\LoggableListener
  4902.      */
  4903.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  4904.     {
  4905.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  4906.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4907.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4908.         return $instance;
  4909.     }
  4910.     /**
  4911.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  4912.      *
  4913.      * @return \Gedmo\Translatable\TranslatableListener
  4914.      */
  4915.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  4916.     {
  4917.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  4918.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4919.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4920.         $instance->setDefaultLocale('ru');
  4921.         $instance->setTranslatableLocale('ru');
  4922.         $instance->setTranslationFallback(true);
  4923.         $instance->setPersistDefaultLocaleTranslation(false);
  4924.         $instance->setSkipOnLoad(false);
  4925.         return $instance;
  4926.     }
  4927.     /**
  4928.      * Gets the private 'translator.data_collector' shared service.
  4929.      *
  4930.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4931.      */
  4932.     protected function getTranslator_DataCollectorService()
  4933.     {
  4934.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4935.     }
  4936.     /**
  4937.      * Gets the private 'translator.default' shared service.
  4938.      *
  4939.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4940.      */
  4941.     protected function getTranslator_DefaultService()
  4942.     {
  4943.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4944.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4945.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4946.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4947.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4948.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4949.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4950.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4951.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4952.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4953.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4954.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4955.         ], [
  4956.             'translation.loader.csv' => '?',
  4957.             'translation.loader.dat' => '?',
  4958.             'translation.loader.ini' => '?',
  4959.             'translation.loader.json' => '?',
  4960.             'translation.loader.mo' => '?',
  4961.             'translation.loader.php' => '?',
  4962.             'translation.loader.po' => '?',
  4963.             'translation.loader.qt' => '?',
  4964.             'translation.loader.res' => '?',
  4965.             'translation.loader.xliff' => '?',
  4966.             'translation.loader.yml' => '?',
  4967.         ]), 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/about.en.yaml'), 11 => (\dirname(__DIR__4).'/translations/account_left_menu.en.yaml'), 12 => (\dirname(__DIR__4).'/translations/basic.en.yaml'), 13 => (\dirname(__DIR__4).'/translations/body_types.en.yaml'), 14 => (\dirname(__DIR__4).'/translations/breadcrumbs.en.yaml'), 15 => (\dirname(__DIR__4).'/translations/footer.en.yaml'), 16 => (\dirname(__DIR__4).'/translations/left_menu.en.yaml'), 17 => (\dirname(__DIR__4).'/translations/login.en.yaml'), 18 => (\dirname(__DIR__4).'/translations/messages.en.yaml'), 19 => (\dirname(__DIR__4).'/translations/nav.en.yaml'), 20 => (\dirname(__DIR__4).'/translations/navbar.en.yaml'), 21 => (\dirname(__DIR__4).'/translations/profile.en.yaml'), 22 => (\dirname(__DIR__4).'/translations/seo_heading+intl-icu.en.yaml'), 23 => (\dirname(__DIR__4).'/translations/seo_heading.en.yaml'), 24 => (\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/basic.ru.yaml'), 11 => (\dirname(__DIR__4).'/translations/body_types.ru.yaml'), 12 => (\dirname(__DIR__4).'/translations/breadcrumbs.ru.yaml'), 13 => (\dirname(__DIR__4).'/translations/breast_types.ru.yaml'), 14 => (\dirname(__DIR__4).'/translations/city_main_pages_linkage.ru.yaml'), 15 => (\dirname(__DIR__4).'/translations/city_main_pages_linkage_by_countries.ru.yaml'), 16 => (\dirname(__DIR__4).'/translations/client_types.ru.yaml'), 17 => (\dirname(__DIR__4).'/translations/date.ru.yaml'), 18 => (\dirname(__DIR__4).'/translations/districts_linkage.ru.yaml'), 19 => (\dirname(__DIR__4).'/translations/easy_admin.ru.yaml'), 20 => (\dirname(__DIR__4).'/translations/errors.ru.yaml'), 21 => (\dirname(__DIR__4).'/translations/flashes.ru.yaml'), 22 => (\dirname(__DIR__4).'/translations/gender_types.ru.yaml'), 23 => (\dirname(__DIR__4).'/translations/genders.ru.yaml'), 24 => (\dirname(__DIR__4).'/translations/hair_colors.ru.yaml'), 25 => (\dirname(__DIR__4).'/translations/inner_linkage_circle.ru.yaml'), 26 => (\dirname(__DIR__4).'/translations/left_menu.ru.yaml'), 27 => (\dirname(__DIR__4).'/translations/messages+intl-icu.ru.yaml'), 28 => (\dirname(__DIR__4).'/translations/messages.ru.yaml'), 29 => (\dirname(__DIR__4).'/translations/nationalities.ru.yaml'), 30 => (\dirname(__DIR__4).'/translations/pay_label.ru.yaml'), 31 => (\dirname(__DIR__4).'/translations/phone_call_restrictions.ru.yaml'), 32 => (\dirname(__DIR__4).'/translations/private_haircuts.ru.yaml'), 33 => (\dirname(__DIR__4).'/translations/profile.ru.yaml'), 34 => (\dirname(__DIR__4).'/translations/seo_desc.ru.yaml'), 35 => (\dirname(__DIR__4).'/translations/seo_heading+intl-icu.ru.yaml'), 36 => (\dirname(__DIR__4).'/translations/seo_heading.ru.yaml'), 37 => (\dirname(__DIR__4).'/translations/service_conditions.ru.yaml'), 38 => (\dirname(__DIR__4).'/translations/service_groups.ru.yaml'), 39 => (\dirname(__DIR__4).'/translations/station_pages_linkage.ru.yaml'), 40 => (\dirname(__DIR__4).'/translations/take_out_location.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']]], []);
  4968.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4969.         $instance->setFallbackLocales([=> 'ru']);
  4970.         return $instance;
  4971.     }
  4972.     /**
  4973.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4974.      *
  4975.      * @return \Twig\Loader\FilesystemLoader
  4976.      */
  4977.     protected function getTwig_Loader_NativeFilesystemService()
  4978.     {
  4979.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4980.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4981.         $instance->addPath((\dirname(__DIR__4).'/public'));
  4982.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle/'), 'EasyAdmin');
  4983.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views/'), 'EasyAdmin');
  4984.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  4985.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  4986.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4987.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4988.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  4989.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  4990.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4991.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4992.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4993.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4994.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  4995.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  4996.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
  4997.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
  4998.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  4999.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  5000.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  5001.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
  5002.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
  5003.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  5004.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  5005.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  5006.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  5007.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  5008.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  5009.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  5010.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  5011.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  5012.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  5013.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  5014.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  5015.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  5016.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  5017.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  5018.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  5019.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  5020.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5021.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5022.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5023.         return $instance;
  5024.     }
  5025.     /**
  5026.      * Gets the private 'user_predict.cache.traceable' shared service.
  5027.      *
  5028.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5029.      */
  5030.     protected function getUserPredict_Cache_TraceableService()
  5031.     {
  5032.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  5033.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  5034.         $a->setLogger($b);
  5035.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('viq37P6LLP'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5036.         $c->setLogger($b);
  5037.         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)));
  5038.     }
  5039.     /**
  5040.      * Gets the private 'validator.builder' shared service.
  5041.      *
  5042.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5043.      */
  5044.     protected function getValidator_BuilderService()
  5045.     {
  5046.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5047.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5048.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5049.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => ['privates''App\\Validator\\Constraints\\EmailNotBlackValidator''getEmailNotBlackValidatorService'true],
  5050.             'App\\Validator\\Constraints\\NoStopWordsValidator' => ['privates''App\\Validator\\Constraints\\NoStopWordsValidator''getNoStopWordsValidatorService'true],
  5051.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => ['privates''App\\Validator\\Constraints\\PhoneNotBlackValidator''getPhoneNotBlackValidatorService'true],
  5052.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => ['privates''App\\Validator\\Constraints\\PhoneReviewNotAddedValidator''getPhoneReviewNotAddedValidatorService'true],
  5053.             'App\\Validator\\Constraints\\TelegramUsernameNotValidValidator' => ['privates''App\\Validator\\Constraints\\TelegramUsernameNotValidValidator''getTelegramUsernameNotValidValidatorService'true],
  5054.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => ['privates''App\\Validator\\Constraints\\TextIsNotASpamValidator''getTextIsNotASpamValidatorService'true],
  5055.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => ['privates''App\\Validator\\Constraints\\ValidPhoneForCountryValidator''getValidPhoneForCountryValidatorService'true],
  5056.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5057.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5058.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  5059.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5060.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5061.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5062.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5063.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5064.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5065.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5066.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5067.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5068.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5069.         ], [
  5070.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => '?',
  5071.             'App\\Validator\\Constraints\\NoStopWordsValidator' => '?',
  5072.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => '?',
  5073.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => '?',
  5074.             'App\\Validator\\Constraints\\TelegramUsernameNotValidValidator' => '?',
  5075.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => '?',
  5076.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => '?',
  5077.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  5078.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  5079.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  5080.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5081.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5082.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5083.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5084.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5085.             'doctrine.orm.validator.unique' => '?',
  5086.             'ewz_recaptcha.true' => '?',
  5087.             'ewz_recaptcha.v3.true' => '?',
  5088.             'security.validator.user_password' => '?',
  5089.             'validator.expression' => '?',
  5090.         ])));
  5091.         if ($this->has('translator')) {
  5092.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5093.         }
  5094.         $instance->setTranslationDomain('validators');
  5095.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5096.         $instance->enableAnnotationMapping(true);
  5097.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5098.         $instance->addMethodMapping('loadValidatorMetadata');
  5099.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5100.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5101.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5102.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.multi_website_entity_manager'] ?? $this->getDoctrine_Orm_MultiWebsiteEntityManagerService()), NULL));
  5103.         return $instance;
  5104.     }
  5105.     /**
  5106.      * Gets the private 'var_dumper.html_dumper' shared service.
  5107.      *
  5108.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5109.      */
  5110.     protected function getVarDumper_HtmlDumperService()
  5111.     {
  5112.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5113.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5114.         return $instance;
  5115.     }
  5116.     /**
  5117.      * Gets the private 'web_profiler.csp.handler' shared service.
  5118.      *
  5119.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5120.      */
  5121.     protected function getWebProfiler_Csp_HandlerService()
  5122.     {
  5123.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5124.     }
  5125.     /**
  5126.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5127.      *
  5128.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5129.      */
  5130.     protected function getWebProfiler_DebugToolbarService()
  5131.     {
  5132.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5133.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5134.             return $this->privates['web_profiler.debug_toolbar'];
  5135.         }
  5136.         $b = ($this->services['router'] ?? $this->getRouterService());
  5137.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5138.             return $this->privates['web_profiler.debug_toolbar'];
  5139.         }
  5140.         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()));
  5141.     }
  5142.     /**
  5143.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5144.      *
  5145.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5146.      */
  5147.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5148.     {
  5149.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5150.             'basicConfig' => ['privates''webpack_encore.entrypoint_lookup[basicConfig]''getWebpackEncore_EntrypointLookupbasicConfigService'true],
  5151.             'nodomainConfig' => ['privates''webpack_encore.entrypoint_lookup[nodomainConfig]''getWebpackEncore_EntrypointLookupnodomainConfigService'true],
  5152.             'nohashConfig' => ['privates''webpack_encore.entrypoint_lookup[nohashConfig]''getWebpackEncore_EntrypointLookupnohashConfigService'true],
  5153.         ], [
  5154.             'basicConfig' => '?',
  5155.             'nodomainConfig' => '?',
  5156.             'nohashConfig' => '?',
  5157.         ]));
  5158.     }
  5159.     /**
  5160.      * Gets the public 'cache_clearer' alias.
  5161.      *
  5162.      * @return object The ".container.private.cache_clearer" service.
  5163.      */
  5164.     protected function getCacheClearerService()
  5165.     {
  5166.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5167.         return $this->get('.container.private.cache_clearer');
  5168.     }
  5169.     /**
  5170.      * Gets the public 'filesystem' alias.
  5171.      *
  5172.      * @return object The ".container.private.filesystem" service.
  5173.      */
  5174.     protected function getFilesystemService()
  5175.     {
  5176.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5177.         return $this->get('.container.private.filesystem');
  5178.     }
  5179.     /**
  5180.      * Gets the public 'serializer' alias.
  5181.      *
  5182.      * @return object The ".container.private.serializer" service.
  5183.      */
  5184.     protected function getSerializerService()
  5185.     {
  5186.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5187.         return $this->get('.container.private.serializer');
  5188.     }
  5189.     /**
  5190.      * Gets the public 'security.csrf.token_manager' alias.
  5191.      *
  5192.      * @return object The ".container.private.security.csrf.token_manager" service.
  5193.      */
  5194.     protected function getSecurity_Csrf_TokenManagerService()
  5195.     {
  5196.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5197.         return $this->get('.container.private.security.csrf.token_manager');
  5198.     }
  5199.     /**
  5200.      * Gets the public 'form.factory' alias.
  5201.      *
  5202.      * @return object The ".container.private.form.factory" service.
  5203.      */
  5204.     protected function getForm_FactoryService()
  5205.     {
  5206.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5207.         return $this->get('.container.private.form.factory');
  5208.     }
  5209.     /**
  5210.      * Gets the public 'form.type.file' alias.
  5211.      *
  5212.      * @return object The ".container.private.form.type.file" service.
  5213.      */
  5214.     protected function getForm_Type_FileService()
  5215.     {
  5216.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5217.         return $this->get('.container.private.form.type.file');
  5218.     }
  5219.     /**
  5220.      * Gets the public 'profiler' alias.
  5221.      *
  5222.      * @return object The ".container.private.profiler" service.
  5223.      */
  5224.     protected function getProfilerService()
  5225.     {
  5226.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5227.         return $this->get('.container.private.profiler');
  5228.     }
  5229.     /**
  5230.      * Gets the public 'security.authorization_checker' alias.
  5231.      *
  5232.      * @return object The ".container.private.security.authorization_checker" service.
  5233.      */
  5234.     protected function getSecurity_AuthorizationCheckerService()
  5235.     {
  5236.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5237.         return $this->get('.container.private.security.authorization_checker');
  5238.     }
  5239.     /**
  5240.      * Gets the public 'security.token_storage' alias.
  5241.      *
  5242.      * @return object The ".container.private.security.token_storage" service.
  5243.      */
  5244.     protected function getSecurity_TokenStorageService()
  5245.     {
  5246.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5247.         return $this->get('.container.private.security.token_storage');
  5248.     }
  5249.     /**
  5250.      * Gets the public 'twig' alias.
  5251.      *
  5252.      * @return object The ".container.private.twig" service.
  5253.      */
  5254.     protected function getTwigService()
  5255.     {
  5256.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5257.         return $this->get('.container.private.twig');
  5258.     }
  5259.     /**
  5260.      * Gets the public 'security.password_encoder' alias.
  5261.      *
  5262.      * @return object The ".container.private.security.password_encoder" service.
  5263.      */
  5264.     protected function getSecurity_PasswordEncoderService()
  5265.     {
  5266.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5267.         return $this->get('.container.private.security.password_encoder');
  5268.     }
  5269.     /**
  5270.      * Gets the public 'session' alias.
  5271.      *
  5272.      * @return object The ".container.private.session" service.
  5273.      */
  5274.     protected function getSessionService()
  5275.     {
  5276.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5277.         return $this->get('.container.private.session');
  5278.     }
  5279.     /**
  5280.      * Gets the public 'validator' alias.
  5281.      *
  5282.      * @return object The ".container.private.validator" service.
  5283.      */
  5284.     protected function getValidatorService()
  5285.     {
  5286.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5287.         return $this->get('.container.private.validator');
  5288.     }
  5289.     /**
  5290.      * @return array|bool|float|int|string|\UnitEnum|null
  5291.      */
  5292.     public function getParameter(string $name)
  5293.     {
  5294.         if (isset($this->buildParameters[$name])) {
  5295.             return $this->buildParameters[$name];
  5296.         }
  5297.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5298.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5299.         }
  5300.         if (isset($this->loadedDynamicParameters[$name])) {
  5301.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5302.         }
  5303.         return $this->parameters[$name];
  5304.     }
  5305.     public function hasParameter(string $name): bool
  5306.     {
  5307.         if (isset($this->buildParameters[$name])) {
  5308.             return true;
  5309.         }
  5310.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5311.     }
  5312.     public function setParameter(string $name$value): void
  5313.     {
  5314.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5315.     }
  5316.     public function getParameterBag(): ParameterBagInterface
  5317.     {
  5318.         if (null === $this->parameterBag) {
  5319.             $parameters $this->parameters;
  5320.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5321.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5322.             }
  5323.             foreach ($this->buildParameters as $name => $value) {
  5324.                 $parameters[$name] = $value;
  5325.             }
  5326.             $this->parameterBag = new FrozenParameterBag($parameters);
  5327.         }
  5328.         return $this->parameterBag;
  5329.     }
  5330.     private $loadedDynamicParameters = [
  5331.         'kernel.runtime_environment' => false,
  5332.         'kernel.build_dir' => false,
  5333.         'kernel.cache_dir' => false,
  5334.         'raw_trusted_proxies' => false,
  5335.         'env(APP_VERSION)' => false,
  5336.         'app.use_legacy_domain_redirector' => false,
  5337.         'app.redirect_paths' => false,
  5338.         'default_city' => false,
  5339.         'default_currency' => false,
  5340.         'default_timezone' => false,
  5341.         'default_timezone.city_name' => false,
  5342.         'management_timezone' => false,
  5343.         'app.main_domain' => false,
  5344.         'app.mirror_domain' => false,
  5345.         'app.approval_media_upload_domain' => false,
  5346.         'app.responsive_media_base_url' => false,
  5347.         'app.email' => false,
  5348.         'app.login.five.day' => false,
  5349.         'app.sitemap.https' => false,
  5350.         'app.sitemap.gzip' => false,
  5351.         'app.sitemap.directory' => false,
  5352.         'app.cache_prefix' => false,
  5353.         'app.cache_prefix.redis' => false,
  5354.         'app.redis_url' => false,
  5355.         'app.mautic.api_url' => false,
  5356.         'app.mautic.client_id' => false,
  5357.         'app.mautic.client_secret' => false,
  5358.         'app.mautic.callback_url' => false,
  5359.         'app.mautic.access_token' => false,
  5360.         'app.mautic.refresh_token' => false,
  5361.         'app.mautic.access_token_expires' => false,
  5362.         'app.mautic.timeout' => false,
  5363.         'app.mautic.transactional_email_cache_ttl' => false,
  5364.         'app.profile.avatar.min_width' => false,
  5365.         'app.profile.avatar.min_height' => false,
  5366.         'app.profile.image.max_side_size' => false,
  5367.         'app.support_message.attachment.thumbnail_size' => false,
  5368.         'app.profile.page.deleted_profile_http_200_starting_from' => false,
  5369.         'app.profile.page.deleted_saloon_http_200_starting_from' => false,
  5370.         'app.profile.station_page.added_profiles.spread' => false,
  5371.         'app.profile.bulk_action.max_entities_to_process_immediately' => false,
  5372.         'app.profile_approval_bonus_amount' => false,
  5373.         'app.path.video.tmp' => false,
  5374.         'app.path.video_watermark' => false,
  5375.         'app.api.vouchers.whitelist' => false,
  5376.         'oplata_info.merchant_id' => false,
  5377.         'oplata_info.merchant_password' => false,
  5378.         'stations_update.domain' => false,
  5379.         'profile_list.per_page' => false,
  5380.         'saloon_list.per_page' => false,
  5381.         'homepage.city.masseurs_block.count' => false,
  5382.         'homepage.city.saloons_block.count' => false,
  5383.         'customer.preferred_profiles.per_page' => false,
  5384.         'customer.favourite_profiles.per_page' => false,
  5385.         'customer.profile_comments.per_page' => false,
  5386.         'customer.saloon_comments.per_page' => false,
  5387.         'advertiser.profiles.per_page' => false,
  5388.         'advertiser.saloons.per_page' => false,
  5389.         'advertiser.commented_profiles.per_page' => false,
  5390.         'advertiser.commented_saloons.per_page' => false,
  5391.         'advertiser.profile_comments.per_page' => false,
  5392.         'advertiser.saloon_comments.per_page' => false,
  5393.         'advertiser.support_messages.per_page' => false,
  5394.         'advertiser.phone_reviews.per_page' => false,
  5395.         'account.setting.advertiser_profile_list_per_page.variants' => false,
  5396.         'account.setting.advertiser_saloon_list_per_page.variants' => false,
  5397.         'search.form_cookie_time' => false,
  5398.         'recommendations_viewed_profiles_data_stored_count' => false,
  5399.         'bot_helper_viewed_profiles_data_stored_count' => false,
  5400.         'bot_helper_minimum_viewed_profiles_needed' => false,
  5401.         'search_profiles_by_keywords.per_page' => false,
  5402.         'linkage_circle.district_pages.random_mode' => false,
  5403.         'linkage_circle.station_pages.random_mode' => false,
  5404.         'comments.anonymous_comments_from_ip_address_per_day' => false,
  5405.         'test_data.dummy_profiles.cities_and_count' => false,
  5406.         'profile_list.bdsm_page.min_profile_services' => false,
  5407.         'ewz_recaptcha_secret' => false,
  5408.         'kernel.secret' => false,
  5409.         'kernel.trusted_proxies' => false,
  5410.         'debug.container.dump' => false,
  5411.         'serializer.mapping.cache.file' => false,
  5412.         'validator.mapping.cache.file' => false,
  5413.         'profiler.storage.dsn' => false,
  5414.         'doctrine.orm.proxy_dir' => false,
  5415.         'nelmio_cors.defaults' => false,
  5416.         'easyadmin.config' => false,
  5417.         'oneup_uploader.chunks' => false,
  5418.         'oneup_uploader.orphanage' => false,
  5419.         'oneup_uploader.config' => false,
  5420.         'ewz_recaptcha.public_key' => false,
  5421.         'ewz_recaptcha.private_key' => false,
  5422.     ];
  5423.     private $dynamicParameters = [];
  5424.     private function getDynamicParameter(string $name)
  5425.     {
  5426.         switch ($name) {
  5427.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5428.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5429.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5430.             case 'raw_trusted_proxies'$value $this->getEnv('resolve:TRUSTED_PROXIES'); break;
  5431.             case 'env(APP_VERSION)'$value $this->getEnv('trim:default::file:resolve:APP_VERSION_FILE'); break;
  5432.             case 'app.use_legacy_domain_redirector'$value $this->getEnv('USE_LEGACY_DOMAIN_REDIRECTOR'); break;
  5433.             case 'app.redirect_paths'$value $this->getEnv('resolve:REDIRECT_PATHS'); break;
  5434.             case 'default_city'$value $this->getEnv('DEFAULT_CITY'); break;
  5435.             case 'default_currency'$value $this->getEnv('DEFAULT_CURRENCY'); break;
  5436.             case 'default_timezone'$value $this->getEnv('DEFAULT_TIMEZONE'); break;
  5437.             case 'default_timezone.city_name'$value $this->getEnv('DEFAULT_TIMEZONE_CITY_NAME'); break;
  5438.             case 'management_timezone'$value $this->getEnv('MANAGEMENT_TIMEZONE'); break;
  5439.             case 'app.main_domain'$value $this->getEnv('MAIN_DOMAIN'); break;
  5440.             case 'app.mirror_domain'$value $this->getEnv('MIRROR_DOMAIN'); break;
  5441.             case 'app.approval_media_upload_domain'$value $this->getEnv('APPROVAL_MEDIA_UPLOAD_DOMAIN'); break;
  5442.             case 'app.responsive_media_base_url'$value $this->getEnv('RESPONSIVE_MEDIA_BASE_URL'); break;
  5443.             case 'app.email'$value $this->getEnv('EMAIL_FROM'); break;
  5444.             case 'app.login.five.day'$value $this->getEnv('bool:FAKE_AUTHENTICATION'); break;
  5445.             case 'app.sitemap.https'$value $this->getEnv('bool:SITEMAP_HTTPS'); break;
  5446.             case 'app.sitemap.gzip'$value $this->getEnv('bool:SITEMAP_GZIP'); break;
  5447.             case 'app.sitemap.directory'$value $this->getEnv('SITEMAP_DIRECTORY'); break;
  5448.             case 'app.cache_prefix'$value $this->getEnv('CACHE_PREFIX'); break;
  5449.             case 'app.cache_prefix.redis'$value $this->getEnv('string:CACHE_PREFIX').'|'; break;
  5450.             case 'app.redis_url'$value $this->getEnv('REDIS_URL'); break;
  5451.             case 'app.mautic.api_url'$value $this->getEnv('MAUTIC_API_URL'); break;
  5452.             case 'app.mautic.client_id'$value $this->getEnv('MAUTIC_CLIENT_ID'); break;
  5453.             case 'app.mautic.client_secret'$value $this->getEnv('MAUTIC_CLIENT_SECRET'); break;
  5454.             case 'app.mautic.callback_url'$value $this->getEnv('MAUTIC_CALLBACK_URL'); break;
  5455.             case 'app.mautic.access_token'$value $this->getEnv('MAUTIC_ACCESS_TOKEN'); break;
  5456.             case 'app.mautic.refresh_token'$value $this->getEnv('MAUTIC_REFRESH_TOKEN'); break;
  5457.             case 'app.mautic.access_token_expires'$value $this->getEnv('int:MAUTIC_ACCESS_TOKEN_EXPIRES'); break;
  5458.             case 'app.mautic.timeout'$value $this->getEnv('int:MAUTIC_TIMEOUT'); break;
  5459.             case 'app.mautic.transactional_email_cache_ttl'$value $this->getEnv('int:MAUTIC_TRANSACTIONAL_EMAIL_CACHE_TTL'); break;
  5460.             case 'app.profile.avatar.min_width'$value $this->getEnv('PROFILE_AVATAR_MIN_WIDTH'); break;
  5461.             case 'app.profile.avatar.min_height'$value $this->getEnv('PROFILE_AVATAR_MIN_HEIGHT'); break;
  5462.             case 'app.profile.image.max_side_size'$value $this->getEnv('PROFILE_IMAGE_MAX_SIDE_SIZE'); break;
  5463.             case 'app.support_message.attachment.thumbnail_size'$value $this->getEnv('int:SUPPORT_MESSAGE_ATTACHMENT_THUMBNAIL_SIZE'); break;
  5464.             case 'app.profile.page.deleted_profile_http_200_starting_from'$value $this->getEnv('DELETED_PROFILE_HTTP_200_STARTING_FROM'); break;
  5465.             case 'app.profile.page.deleted_saloon_http_200_starting_from'$value $this->getEnv('DELETED_SALOON_HTTP_200_STARTING_FROM'); break;
  5466.             case 'app.profile.station_page.added_profiles.spread'$value $this->getEnv('STATION_PAGE_ADDED_PROFILES_SPREAD'); break;
  5467.             case 'app.profile.bulk_action.max_entities_to_process_immediately'$value $this->getEnv('BULK_MAX_ENTITIES_TO_PROCESS_IMMEDIATELY'); break;
  5468.             case 'app.profile_approval_bonus_amount'$value $this->getEnv('PROFILE_APPROVAL_BONUS_AMOUNT'); break;
  5469.             case 'app.path.video.tmp'$value $this->getEnv('UPLOAD_TMP_DIRECTORY'); break;
  5470.             case 'app.path.video_watermark'$value $this->getEnv('VIDEO_WATERMARK_PATH'); break;
  5471.             case 'app.api.vouchers.whitelist'$value $this->getEnv('API_VOUCHERS_IP_WHITELIST'); break;
  5472.             case 'oplata_info.merchant_id'$value $this->getEnv('OPLATA_MERCHANT_ID'); break;
  5473.             case 'oplata_info.merchant_password'$value $this->getEnv('OPLATA_MERCHANT_PASSWORD'); break;
  5474.             case 'stations_update.domain'$value $this->getEnv('STATIONS_DATA_DOMAIN'); break;
  5475.             case 'profile_list.per_page'$value $this->getEnv('PROFILE_LIST_PER_PAGE'); break;
  5476.             case 'saloon_list.per_page'$value $this->getEnv('SALOON_LIST_PER_PAGE'); break;
  5477.             case 'homepage.city.masseurs_block.count'$value $this->getEnv('int:HOMEPAGE_CITY_MASSEURS_BLOCK_COUNT'); break;
  5478.             case 'homepage.city.saloons_block.count'$value $this->getEnv('int:HOMEPAGE_CITY_SALOONS_BLOCK_COUNT'); break;
  5479.             case 'customer.preferred_profiles.per_page'$value $this->getEnv('CUSTOMER_PREFERRED_PROFILES_PER_PAGE'); break;
  5480.             case 'customer.favourite_profiles.per_page'$value $this->getEnv('CUSTOMER_FAVOURITE_PROFILES_PER_PAGE'); break;
  5481.             case 'customer.profile_comments.per_page'$value $this->getEnv('CUSTOMER_PROFILE_COMMENTS_PER_PAGE'); break;
  5482.             case 'customer.saloon_comments.per_page'$value $this->getEnv('CUSTOMER_SALOON_COMMENTS_PER_PAGE'); break;
  5483.             case 'advertiser.profiles.per_page'$value $this->getEnv('ADVERTISER_PROFILES_PER_PAGE'); break;
  5484.             case 'advertiser.saloons.per_page'$value $this->getEnv('ADVERTISER_SALOONS_PER_PAGE'); break;
  5485.             case 'advertiser.commented_profiles.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_PROFILES_PER_PAGE'); break;
  5486.             case 'advertiser.commented_saloons.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_SALOONS_PER_PAGE'); break;
  5487.             case 'advertiser.profile_comments.per_page'$value $this->getEnv('ADVERTISER_PROFILE_COMMENTS_PER_PAGE'); break;
  5488.             case 'advertiser.saloon_comments.per_page'$value $this->getEnv('ADVERTISER_SALOON_COMMENTS_PER_PAGE'); break;
  5489.             case 'advertiser.support_messages.per_page'$value $this->getEnv('ADVERTISER_SUPPORT_MESSAGES_PER_PAGE'); break;
  5490.             case 'advertiser.phone_reviews.per_page'$value $this->getEnv('ADVERTISER_PHONE_REVIEWS_PER_PAGE'); break;
  5491.             case 'account.setting.advertiser_profile_list_per_page.variants'$value $this->getEnv('ADVERTISER_PROFILE_LIST_PER_PAGE_VARIANTS'); break;
  5492.             case 'account.setting.advertiser_saloon_list_per_page.variants'$value $this->getEnv('ADVERTISER_SALOON_LIST_PER_PAGE_VARIANTS'); break;
  5493.             case 'search.form_cookie_time'$value $this->getEnv('SEARCH_FORM_COOKIE_TIME'); break;
  5494.             case 'recommendations_viewed_profiles_data_stored_count'$value $this->getEnv('RECOMMENDATIONS_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5495.             case 'bot_helper_viewed_profiles_data_stored_count'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5496.             case 'bot_helper_minimum_viewed_profiles_needed'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_MINIMUM_NEEDED'); break;
  5497.             case 'search_profiles_by_keywords.per_page'$value $this->getEnv('SEARCH_BY_KEYWORDS_PER_PAGE'); break;
  5498.             case 'linkage_circle.district_pages.random_mode'$value $this->getEnv('DISTRICT_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5499.             case 'linkage_circle.station_pages.random_mode'$value $this->getEnv('STATION_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5500.             case 'comments.anonymous_comments_from_ip_address_per_day'$value $this->getEnv('ANONYMOUS_COMMENTS_FROM_IP_ADDRESS_PER_DAY'); break;
  5501.             case 'test_data.dummy_profiles.cities_and_count'$value $this->getEnv('DUMMY_PROFILES_CITIES_AND_COUNT'); break;
  5502.             case 'profile_list.bdsm_page.min_profile_services'$value $this->getEnv('MIN_PROFILE_BDSM_SERVICES_FOR_BDSM_PAGE'); break;
  5503.             case 'ewz_recaptcha_secret'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  5504.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5505.             case 'kernel.trusted_proxies'$value $this->getEnv('string:default:raw_trusted_proxies:file:resolve:TRUSTED_PROXIES_CONFIG'); break;
  5506.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelReviewDebugContainer.xml'); break;
  5507.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5508.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5509.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5510.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5511.             case 'nelmio_cors.defaults'$value = [
  5512.                 'allow_origin' => [
  5513.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  5514.                 ],
  5515.                 'allow_credentials' => false,
  5516.                 'allow_headers' => [
  5517.                     => 'content-type',
  5518.                     => 'authorization',
  5519.                 ],
  5520.                 'expose_headers' => [
  5521.                     => 'Link',
  5522.                 ],
  5523.                 'allow_methods' => [
  5524.                     => 'GET',
  5525.                     => 'OPTIONS',
  5526.                     => 'POST',
  5527.                     => 'PUT',
  5528.                     => 'PATCH',
  5529.                     => 'DELETE',
  5530.                 ],
  5531.                 'max_age' => 3600,
  5532.                 'hosts' => [
  5533.                 ],
  5534.                 'origin_regex' => true,
  5535.                 'forced_allow_origin_value' => NULL,
  5536.                 'skip_same_as_origin' => true,
  5537.             ]; break;
  5538.             case 'easyadmin.config'$value = [
  5539.                 'site_name' => $this->getEnv('MAIN_DOMAIN'),
  5540.                 'user' => [
  5541.                     'name_property_path' => 'username',
  5542.                     'display_name' => true,
  5543.                     'display_avatar' => true,
  5544.                     'avatar_property_path' => NULL,
  5545.                 ],
  5546.                 'design' => [
  5547.                     'form_theme' => [
  5548.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  5549.                         => 'EasyAdmin/form/account_form_theme.html.twig',
  5550.                         => 'EasyAdmin/city_prices/city_name.html.twig',
  5551.                     ],
  5552.                     'assets' => [
  5553.                         'css' => [
  5554.                             => 'bundles/easyadmin/bootstrap-all.css',
  5555.                         ],
  5556.                         'js' => [
  5557.                             => 'bundles/easyadmin/bootstrap-all.js',
  5558.                         ],
  5559.                         'favicon' => [
  5560.                             'path' => 'favicon.ico',
  5561.                             'mime_type' => 'image/x-icon',
  5562.                         ],
  5563.                     ],
  5564.                     'menu' => [
  5565.                         => [
  5566.                             'entity' => 'Default',
  5567.                             'default' => true,
  5568.                         ],
  5569.                         => [
  5570.                             'label' => 'Account',
  5571.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5572.                         ],
  5573.                         => [
  5574.                             'entity' => 'Account',
  5575.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5576.                         ],
  5577.                         => [
  5578.                             'entity' => 'SupportMessage',
  5579.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5580.                             'css_class' => 'SupportMessages',
  5581.                             'default' => true,
  5582.                         ],
  5583.                         => [
  5584.                             'entity' => 'PhoneReview',
  5585.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5586.                             'css_class' => 'PhoneReview',
  5587.                         ],
  5588.                         => [
  5589.                             'entity' => 'CityPrice',
  5590.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5591.                         ],
  5592.                         => [
  5593.                             'label' => 'Profile',
  5594.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5595.                         ],
  5596.                         => [
  5597.                             'entity' => 'Profile',
  5598.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5599.                         ],
  5600.                         => [
  5601.                             'entity' => 'ApprovalRequest',
  5602.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5603.                             'css_class' => 'ApprovalRequests',
  5604.                         ],
  5605.                         => [
  5606.                             'entity' => 'ProfileModeration',
  5607.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5608.                             'css_class' => 'ModerationRequests',
  5609.                         ],
  5610.                         10 => [
  5611.                             'entity' => 'Saloon',
  5612.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5613.                         ],
  5614.                         11 => [
  5615.                             'label' => 'Geo-Location',
  5616.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5617.                         ],
  5618.                         12 => [
  5619.                             'entity' => 'City',
  5620.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5621.                         ],
  5622.                         13 => [
  5623.                             'entity' => 'County',
  5624.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5625.                         ],
  5626.                         14 => [
  5627.                             'entity' => 'District',
  5628.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5629.                         ],
  5630.                         15 => [
  5631.                             'entity' => 'Station',
  5632.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5633.                         ],
  5634.                         16 => [
  5635.                             'entity' => 'SourceMapStationsLog',
  5636.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5637.                         ],
  5638.                         17 => [
  5639.                             'entity' => 'ProfileAdBoardLog',
  5640.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5641.                         ],
  5642.                         18 => [
  5643.                             'label' => 'SEO',
  5644.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5645.                         ],
  5646.                         19 => [
  5647.                             'entity' => 'PageMetadata',
  5648.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5649.                         ],
  5650.                         20 => [
  5651.                             'label' => 'Sales',
  5652.                             'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  5653.                         ],
  5654.                         21 => [
  5655.                             'entity' => 'Analytics',
  5656.                             'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  5657.                         ],
  5658.                         22 => [
  5659.                             'label' => 'Deleted',
  5660.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5661.                         ],
  5662.                         23 => [
  5663.                             'entity' => 'DeletedProfile',
  5664.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5665.                         ],
  5666.                         24 => [
  5667.                             'entity' => 'DeletedSaloon',
  5668.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5669.                         ],
  5670.                         25 => [
  5671.                             'label' => 'Other',
  5672.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5673.                         ],
  5674.                         26 => [
  5675.                             'entity' => 'OfferBar',
  5676.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5677.                         ],
  5678.                         27 => [
  5679.                             'label' => 'Walkers',
  5680.                             'role' => 'ROLE_ACCESS_WALKER',
  5681.                         ],
  5682.                         28 => [
  5683.                             'entity' => 'Customer',
  5684.                             'role' => 'ROLE_ACCESS_WALKER',
  5685.                         ],
  5686.                         29 => [
  5687.                             'entity' => 'ProfileComment',
  5688.                             'role' => 'ROLE_ACCESS_WALKER',
  5689.                         ],
  5690.                         30 => [
  5691.                             'entity' => 'SaloonComment',
  5692.                             'role' => 'ROLE_ACCESS_WALKER',
  5693.                         ],
  5694.                         31 => [
  5695.                             'label' => 'Blocked IPs',
  5696.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5697.                         ],
  5698.                         32 => [
  5699.                             'entity' => 'IpAddress',
  5700.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5701.                         ],
  5702.                         33 => [
  5703.                             'entity' => 'IpAddressDailyCommentBan',
  5704.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5705.                         ],
  5706.                         34 => [
  5707.                             'entity' => 'IpAddressPermanentCommentBan',
  5708.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5709.                         ],
  5710.                         35 => [
  5711.                             'entity' => 'IpAddressCommentBan',
  5712.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5713.                         ],
  5714.                         36 => [
  5715.                             'label' => 'Useful links',
  5716.                         ],
  5717.                         37 => [
  5718.                             'label' => 'Open '.$this->getEnv('string:MIRROR_DOMAIN'),
  5719.                             'url' => 'https://'.$this->getEnv('string:MIRROR_DOMAIN'),
  5720.                             'target' => '_blank',
  5721.                         ],
  5722.                     ],
  5723.                     'brand_color' => 'hsl(230, 55%, 60%)',
  5724.                 ],
  5725.                 'entities' => [
  5726.                     'Default' => [
  5727.                         'disabled_actions' => [
  5728.                             => 'new',
  5729.                             => 'edit',
  5730.                             => 'delete',
  5731.                         ],
  5732.                         'class' => 'App\\Entity\\Location\\City',
  5733.                         'templates' => [
  5734.                             'list' => 'EasyAdmin/default/list.html.twig',
  5735.                         ],
  5736.                         'name' => 'Default',
  5737.                     ],
  5738.                     'City' => [
  5739.                         'class' => 'App\\Entity\\Location\\City',
  5740.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5741.                         'label' => 'Cities',
  5742.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5743.                         'disabled_actions' => [
  5744.                             => 'delete',
  5745.                         ],
  5746.                         'list' => [
  5747.                             'title' => 'Cities List',
  5748.                             'form_filters' => [
  5749.                                 => [
  5750.                                     'property' => 'countryCode',
  5751.                                     'type' => 'country',
  5752.                                     'label' => 'Country',
  5753.                                 ],
  5754.                                 => [
  5755.                                     'property' => 'cityGroup',
  5756.                                     'label' => 'Group',
  5757.                                     'type' => 'choice',
  5758.                                     'type_options' => [
  5759.                                         'choices' => [
  5760.                                             'Мегаполис' => 1,
  5761.                                             'Московская область' => 2,
  5762.                                         ],
  5763.                                     ],
  5764.                                 ],
  5765.                                 => [
  5766.                                     'property' => 'cityPriceCategory',
  5767.                                     'label' => 'City price category',
  5768.                                     'type' => 'App\\Form\\Type\\CityPriceCategoryType',
  5769.                                 ],
  5770.                             ],
  5771.                             'fields' => [
  5772.                                 => 'id',
  5773.                                 => [
  5774.                                     'property' => 'name',
  5775.                                     'label' => 'Name',
  5776.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5777.                                 ],
  5778.                                 => [
  5779.                                     'property' => 'uriIdentity',
  5780.                                     'label' => 'URI',
  5781.                                 ],
  5782.                                 => [
  5783.                                     'property' => 'countryCode',
  5784.                                     'label' => 'Country',
  5785.                                 ],
  5786.                                 => [
  5787.                                     'property' => 'cityGroup',
  5788.                                     'label' => 'Group',
  5789.                                     'template' => 'EasyAdmin/field_city_group.html.twig',
  5790.                                 ],
  5791.                                 => [
  5792.                                     'property' => 'cityPriceCategory',
  5793.                                     'label' => 'City price category',
  5794.                                 ],
  5795.                                 => [
  5796.                                     'property' => 'mapCoordinate.latitude',
  5797.                                     'label' => 'Latitude',
  5798.                                 ],
  5799.                                 => [
  5800.                                     'property' => 'mapCoordinate.longitude',
  5801.                                     'label' => 'Longitude',
  5802.                                 ],
  5803.                                 => [
  5804.                                     'property' => 'timezone',
  5805.                                     'label' => 't.zone',
  5806.                                 ],
  5807.                                 => 'counties',
  5808.                                 10 => 'districts',
  5809.                                 11 => 'stations',
  5810.                             ],
  5811.                         ],
  5812.                         'form' => [
  5813.                             'form_options' => [
  5814.                                 'empty_data' => NULL,
  5815.                             ],
  5816.                             'fields' => [
  5817.                                 => [
  5818.                                     'property' => 'name',
  5819.                                     'label' => 'Name',
  5820.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5821.                                     'type_options' => [
  5822.                                         'locales' => [
  5823.                                             => 'ru',
  5824.                                             => 'en',
  5825.                                         ],
  5826.                                     ],
  5827.                                 ],
  5828.                                 => [
  5829.                                     'property' => 'uriIdentity',
  5830.                                     'label' => 'URI',
  5831.                                 ],
  5832.                                 => [
  5833.                                     'property' => 'countryCode',
  5834.                                     'label' => 'Country',
  5835.                                     'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CountryType',
  5836.                                 ],
  5837.                                 => [
  5838.                                     'property' => 'cityGroup',
  5839.                                     'label' => 'Group',
  5840.                                     'type' => 'App\\Form\\Type\\CityGroupType',
  5841.                                 ],
  5842.                                 => [
  5843.                                     'property' => 'cityPriceCategory',
  5844.                                     'label' => 'City price category',
  5845.                                     'type' => 'App\\Form\\Type\\CityPriceCategoryType',
  5846.                                 ],
  5847.                                 => [
  5848.                                     'property' => 'mapCoordinate',
  5849.                                     'label' => 'Map coordinate',
  5850.                                     'type' => 'App\\Form\\Type\\MapCoordinateType',
  5851.                                 ],
  5852.                                 => [
  5853.                                     'property' => 'timezone',
  5854.                                     'label' => 'Timezone',
  5855.                                     'type' => 'App\\Form\\Type\\TimezoneType',
  5856.                                 ],
  5857.                                 => [
  5858.                                     'type' => 'group',
  5859.                                     'label' => 'City Counties',
  5860.                                 ],
  5861.                                 => [
  5862.                                     'property' => 'counties',
  5863.                                     'type' => 'embedded_list',
  5864.                                 ],
  5865.                                 => [
  5866.                                     'type' => 'group',
  5867.                                     'label' => 'City Districts',
  5868.                                 ],
  5869.                                 10 => [
  5870.                                     'property' => 'districts',
  5871.                                     'type' => 'embedded_list',
  5872.                                 ],
  5873.                                 11 => [
  5874.                                     'type' => 'group',
  5875.                                     'label' => 'City Stations',
  5876.                                 ],
  5877.                                 12 => [
  5878.                                     'property' => 'stations',
  5879.                                     'type' => 'embedded_list',
  5880.                                 ],
  5881.                             ],
  5882.                         ],
  5883.                         'new' => [
  5884.                             'fields' => [
  5885.                                 => '-counties',
  5886.                                 => '-districts',
  5887.                                 => '-stations',
  5888.                             ],
  5889.                         ],
  5890.                         'name' => 'City',
  5891.                     ],
  5892.                     'County' => [
  5893.                         'class' => 'App\\Entity\\Location\\County',
  5894.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5895.                         'label' => 'City Counties',
  5896.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5897.                         'disabled_actions' => [
  5898.                             => 'delete',
  5899.                         ],
  5900.                         'list' => [
  5901.                             'title' => 'City Counties List',
  5902.                             'form_filters' => [
  5903.                                 => [
  5904.                                     'property' => 'city',
  5905.                                     'label' => 'City',
  5906.                                 ],
  5907.                             ],
  5908.                             'fields' => [
  5909.                                 => 'id',
  5910.                                 => [
  5911.                                     'property' => 'name',
  5912.                                     'label' => 'Name',
  5913.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5914.                                 ],
  5915.                                 => [
  5916.                                     'property' => 'uriIdentity',
  5917.                                     'label' => 'URI',
  5918.                                 ],
  5919.                                 => 'city',
  5920.                                 => 'districts',
  5921.                                 => 'stations',
  5922.                             ],
  5923.                         ],
  5924.                         'form' => [
  5925.                             'form_options' => [
  5926.                                 'empty_data' => NULL,
  5927.                             ],
  5928.                             'fields' => [
  5929.                                 => [
  5930.                                     'property' => 'name',
  5931.                                     'label' => 'Name',
  5932.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5933.                                     'type_options' => [
  5934.                                         'locales' => [
  5935.                                             => 'ru',
  5936.                                             => 'en',
  5937.                                         ],
  5938.                                     ],
  5939.                                 ],
  5940.                                 => [
  5941.                                     'property' => 'uriIdentity',
  5942.                                     'label' => 'URI',
  5943.                                 ],
  5944.                                 => [
  5945.                                     'property' => 'city',
  5946.                                     'label' => 'City',
  5947.                                     'type_options' => [
  5948.                                         'required' => true,
  5949.                                         'group_by' => 'countryCode',
  5950.                                     ],
  5951.                                 ],
  5952.                                 => [
  5953.                                     'type' => 'group',
  5954.                                     'label' => 'City Districts',
  5955.                                 ],
  5956.                                 => [
  5957.                                     'property' => 'districts',
  5958.                                     'type' => 'embedded_list',
  5959.                                 ],
  5960.                                 => [
  5961.                                     'type' => 'group',
  5962.                                     'label' => 'City Stations',
  5963.                                 ],
  5964.                                 => [
  5965.                                     'property' => 'stations',
  5966.                                     'type' => 'embedded_list',
  5967.                                 ],
  5968.                             ],
  5969.                         ],
  5970.                         'new' => [
  5971.                             'fields' => [
  5972.                                 => '-districts',
  5973.                                 => '-stations',
  5974.                             ],
  5975.                         ],
  5976.                         'name' => 'County',
  5977.                     ],
  5978.                     'District' => [
  5979.                         'class' => 'App\\Entity\\Location\\District',
  5980.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5981.                         'label' => 'City Districts',
  5982.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5983.                         'disabled_actions' => [
  5984.                             => 'delete',
  5985.                         ],
  5986.                         'list' => [
  5987.                             'title' => 'City Districts List',
  5988.                             'form_filters' => [
  5989.                                 => [
  5990.                                     'property' => 'city',
  5991.                                     'label' => 'City',
  5992.                                 ],
  5993.                                 => [
  5994.                                     'property' => 'county',
  5995.                                     'label' => 'County',
  5996.                                 ],
  5997.                             ],
  5998.                             'fields' => [
  5999.                                 => 'id',
  6000.                                 => [
  6001.                                     'property' => 'name',
  6002.                                     'label' => 'Name',
  6003.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6004.                                 ],
  6005.                                 => [
  6006.                                     'property' => 'uriIdentity',
  6007.                                     'label' => 'URI',
  6008.                                 ],
  6009.                                 => 'city',
  6010.                                 => 'county',
  6011.                                 => 'stations',
  6012.                             ],
  6013.                         ],
  6014.                         'form' => [
  6015.                             'form_options' => [
  6016.                                 'empty_data' => NULL,
  6017.                             ],
  6018.                             'fields' => [
  6019.                                 => [
  6020.                                     'property' => 'name',
  6021.                                     'label' => 'Name',
  6022.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6023.                                     'type_options' => [
  6024.                                         'locales' => [
  6025.                                             => 'ru',
  6026.                                             => 'en',
  6027.                                         ],
  6028.                                     ],
  6029.                                 ],
  6030.                                 => [
  6031.                                     'property' => 'uriIdentity',
  6032.                                     'label' => 'URI',
  6033.                                 ],
  6034.                                 => [
  6035.                                     'property' => 'city',
  6036.                                     'label' => 'City',
  6037.                                     'type_options' => [
  6038.                                         'required' => true,
  6039.                                         'group_by' => 'countryCode',
  6040.                                     ],
  6041.                                 ],
  6042.                                 => [
  6043.                                     'property' => 'county',
  6044.                                     'label' => 'County',
  6045.                                     'type_options' => [
  6046.                                         'required' => false,
  6047.                                         'group_by' => 'city.name',
  6048.                                     ],
  6049.                                 ],
  6050.                                 => [
  6051.                                     'type' => 'group',
  6052.                                     'label' => 'City Stations',
  6053.                                 ],
  6054.                                 => [
  6055.                                     'property' => 'stations',
  6056.                                     'type' => 'embedded_list',
  6057.                                 ],
  6058.                             ],
  6059.                         ],
  6060.                         'new' => [
  6061.                             'fields' => [
  6062.                                 => '-stations',
  6063.                             ],
  6064.                         ],
  6065.                         'name' => 'District',
  6066.                     ],
  6067.                     'Station' => [
  6068.                         'class' => 'App\\Entity\\Location\\Station',
  6069.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6070.                         'label' => 'City Stations',
  6071.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6072.                         'disabled_actions' => [
  6073.                             => 'delete',
  6074.                         ],
  6075.                         'list' => [
  6076.                             'title' => 'City Stations List',
  6077.                             'form_filters' => [
  6078.                                 => [
  6079.                                     'property' => 'city',
  6080.                                     'label' => 'City',
  6081.                                 ],
  6082.                                 => [
  6083.                                     'property' => 'county',
  6084.                                     'label' => 'County',
  6085.                                 ],
  6086.                                 => [
  6087.                                     'property' => 'district',
  6088.                                     'label' => 'District',
  6089.                                 ],
  6090.                             ],
  6091.                             'fields' => [
  6092.                                 => 'id',
  6093.                                 => [
  6094.                                     'property' => 'name',
  6095.                                     'label' => 'Name',
  6096.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6097.                                 ],
  6098.                                 => [
  6099.                                     'property' => 'uriIdentity',
  6100.                                     'label' => 'URI',
  6101.                                 ],
  6102.                                 => 'city',
  6103.                                 => 'county',
  6104.                                 => 'district',
  6105.                             ],
  6106.                         ],
  6107.                         'form' => [
  6108.                             'form_options' => [
  6109.                                 'empty_data' => NULL,
  6110.                             ],
  6111.                             'fields' => [
  6112.                                 => [
  6113.                                     'property' => 'name',
  6114.                                     'label' => 'Name',
  6115.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6116.                                     'type_options' => [
  6117.                                         'locales' => [
  6118.                                             => 'ru',
  6119.                                             => 'en',
  6120.                                         ],
  6121.                                     ],
  6122.                                 ],
  6123.                                 => [
  6124.                                     'property' => 'uriIdentity',
  6125.                                     'label' => 'URI',
  6126.                                 ],
  6127.                                 => [
  6128.                                     'property' => 'city',
  6129.                                     'label' => 'City',
  6130.                                     'type_options' => [
  6131.                                         'required' => true,
  6132.                                         'group_by' => 'countryCode',
  6133.                                     ],
  6134.                                 ],
  6135.                                 => [
  6136.                                     'property' => 'county',
  6137.                                     'label' => 'County',
  6138.                                     'type_options' => [
  6139.                                         'required' => false,
  6140.                                         'group_by' => 'city.name',
  6141.                                     ],
  6142.                                 ],
  6143.                                 => [
  6144.                                     'property' => 'district',
  6145.                                     'label' => 'District',
  6146.                                     'type_options' => [
  6147.                                         'required' => false,
  6148.                                         'group_by' => 'city.name',
  6149.                                     ],
  6150.                                 ],
  6151.                             ],
  6152.                         ],
  6153.                         'name' => 'Station',
  6154.                     ],
  6155.                     'SourceMapStationsLog' => [
  6156.                         'class' => 'App\\Entity\\SourceMap\\Log\\SourceMapStationsUpdateLog',
  6157.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6158.                         'label' => 'Stations update log',
  6159.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6160.                         'disabled_actions' => [
  6161.                             => 'new',
  6162.                             => 'edit',
  6163.                             => 'delete',
  6164.                         ],
  6165.                         'list' => [
  6166.                             'title' => 'Stations update log',
  6167.                             'fields' => [
  6168.                                 => 'id',
  6169.                                 => [
  6170.                                     'property' => 'log',
  6171.                                     'label' => 'log',
  6172.                                     'template' => 'EasyAdmin/field_string_array.html.twig',
  6173.                                 ],
  6174.                                 => [
  6175.                                     'property' => 'changes',
  6176.                                     'label' => 'changes',
  6177.                                     'template' => 'EasyAdmin/source_map_stations_log/field_changes.html.twig',
  6178.                                 ],
  6179.                                 => 'date',
  6180.                             ],
  6181.                         ],
  6182.                         'name' => 'SourceMapStationsLog',
  6183.                     ],
  6184.                     'ProfileAdBoardLog' => [
  6185.                         'class' => 'App\\Entity\\Sales\\Profile\\AdBoardPlacement',
  6186.                         'controller' => 'App\\Controller\\Management\\LogController',
  6187.                         'label' => 'Profile adboard log',
  6188.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6189.                         'disabled_actions' => [
  6190.                             => 'new',
  6191.                             => 'edit',
  6192.                             => 'delete',
  6193.                         ],
  6194.                         'list' => [
  6195.                             'title' => 'Profile adboard log',
  6196.                         ],
  6197.                         'templates' => [
  6198.                             'list' => 'EasyAdmin/log/list.html.twig',
  6199.                         ],
  6200.                         'name' => 'ProfileAdBoardLog',
  6201.                     ],
  6202.                     'Account' => [
  6203.                         'class' => 'App\\Entity\\Account\\Advertiser',
  6204.                         'controller' => 'App\\Controller\\Management\\AccountController',
  6205.                         'label' => 'Accounts',
  6206.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6207.                         'disabled_actions' => [
  6208.                             => 'delete',
  6209.                         ],
  6210.                         'embeddedList' => [
  6211.                             'open_new_tab' => true,
  6212.                         ],
  6213.                         'list' => [
  6214.                             'title' => 'Accounts List',
  6215.                             'fields' => [
  6216.                                 => [
  6217.                                     'property' => 'id',
  6218.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6219.                                 ],
  6220.                                 => 'email',
  6221.                                 => 'nickName',
  6222.                                 => 'country',
  6223.                                 => [
  6224.                                     'property' => 'city.name',
  6225.                                     'label' => 'City',
  6226.                                 ],
  6227.                                 => [
  6228.                                     'property' => 'currentBalance',
  6229.                                     'label' => 'Balance',
  6230.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6231.                                 ],
  6232.                                 => [
  6233.                                     'property' => 'enabled',
  6234.                                     'type' => 'boolean',
  6235.                                 ],
  6236.                                 => [
  6237.                                     'property' => 'trusted',
  6238.                                     'type' => 'boolean',
  6239.                                 ],
  6240.                             ],
  6241.                         ],
  6242.                         'show' => [
  6243.                             'fields' => [
  6244.                                 => 'email',
  6245.                                 => 'nickName',
  6246.                                 => [
  6247.                                     'property' => 'enabled',
  6248.                                     'type' => 'boolean',
  6249.                                 ],
  6250.                                 => [
  6251.                                     'property' => 'city.name',
  6252.                                     'label' => 'City',
  6253.                                 ],
  6254.                                 => [
  6255.                                     'property' => 'country',
  6256.                                     'label' => 'Country',
  6257.                                     'type' => 'country',
  6258.                                 ],
  6259.                                 => [
  6260.                                     'property' => 'currentBalance',
  6261.                                     'label' => 'Balance',
  6262.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6263.                                 ],
  6264.                             ],
  6265.                         ],
  6266.                         'form' => [
  6267.                             'form_options' => [
  6268.                                 'validation_groups' => [
  6269.                                     => 'Edit',
  6270.                                 ],
  6271.                             ],
  6272.                             'fields' => [
  6273.                                 => [
  6274.                                     'type' => 'tab',
  6275.                                     'label' => 'Account information',
  6276.                                 ],
  6277.                                 => [
  6278.                                     'type' => 'group',
  6279.                                     'label' => 'General information',
  6280.                                     'columns' => 4,
  6281.                                 ],
  6282.                                 => 'email',
  6283.                                 => 'nickName',
  6284.                                 => 'notes',
  6285.                                 => [
  6286.                                     'property' => 'enabled',
  6287.                                     'type_options' => [
  6288.                                         'required' => false,
  6289.                                     ],
  6290.                                 ],
  6291.                                 => [
  6292.                                     'property' => 'trusted',
  6293.                                     'type_options' => [
  6294.                                         'required' => false,
  6295.                                     ],
  6296.                                 ],
  6297.                                 => [
  6298.                                     'property' => 'currentBalance',
  6299.                                     'type' => 'text',
  6300.                                     'type_options' => [
  6301.                                         'block_name' => 'current_balance',
  6302.                                         'mapped' => false,
  6303.                                     ],
  6304.                                 ],
  6305.                                 => [
  6306.                                     'type' => 'group',
  6307.                                     'label' => 'Ban',
  6308.                                     'columns' => 4,
  6309.                                 ],
  6310.                                 => [
  6311.                                     'property' => 'ban',
  6312.                                     'label' => ' ',
  6313.                                     'type' => 'App\\Form\\Type\\AdvertiserBanType',
  6314.                                     'type_options' => [
  6315.                                         'required' => false,
  6316.                                         'mapped' => false,
  6317.                                     ],
  6318.                                 ],
  6319.                                 10 => [
  6320.                                     'type' => 'group',
  6321.                                     'label' => 'Geo Location',
  6322.                                     'columns' => 4,
  6323.                                 ],
  6324.                                 11 => [
  6325.                                     'property' => 'city',
  6326.                                     'type_options' => [
  6327.                                         'group_by' => 'countryCode',
  6328.                                     ],
  6329.                                 ],
  6330.                                 12 => [
  6331.                                     'property' => 'country',
  6332.                                     'label' => 'Country',
  6333.                                     'type_options' => [
  6334.                                         'disabled' => true,
  6335.                                     ],
  6336.                                     'help' => 'Will be set according to the selected city.',
  6337.                                 ],
  6338.                                 13 => [
  6339.                                     'type' => 'group',
  6340.                                     'label' => 'Pin-codes',
  6341.                                     'columns' => 6,
  6342.                                 ],
  6343.                                 14 => [
  6344.                                     'property' => 'Manually_Redeem_Pin-code',
  6345.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm',
  6346.                                 ],
  6347.                                 15 => [
  6348.                                     'type' => 'group',
  6349.                                     'label' => 'Enrollments',
  6350.                                     'columns' => 6,
  6351.                                 ],
  6352.                                 16 => [
  6353.                                     'property' => 'Enroll_Money',
  6354.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm',
  6355.                                 ],
  6356.                                 17 => [
  6357.                                     'type' => 'tab',
  6358.                                     'label' => 'Ads',
  6359.                                 ],
  6360.                                 18 => [
  6361.                                     'type' => 'tab',
  6362.                                     'label' => 'Finance Transactions',
  6363.                                 ],
  6364.                             ],
  6365.                         ],
  6366.                         'templates' => [
  6367.                             'edit' => 'EasyAdmin/account/edit.html.twig',
  6368.                         ],
  6369.                         'name' => 'Account',
  6370.                     ],
  6371.                     'Customer' => [
  6372.                         'class' => 'App\\Entity\\Account\\Customer',
  6373.                         'controller' => 'App\\Controller\\Management\\CustomerController',
  6374.                         'label' => 'Users',
  6375.                         'role' => 'ROLE_ACCESS_WALKER',
  6376.                         'disabled_actions' => [
  6377.                             => 'delete',
  6378.                         ],
  6379.                         'list' => [
  6380.                             'title' => 'Walkers List',
  6381.                             'fields' => [
  6382.                                 => [
  6383.                                     'property' => 'id',
  6384.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6385.                                 ],
  6386.                                 => 'email',
  6387.                                 => 'nickName',
  6388.                                 => 'country',
  6389.                                 => [
  6390.                                     'property' => 'city.name',
  6391.                                     'label' => 'City',
  6392.                                 ],
  6393.                                 => [
  6394.                                     'property' => 'enabled',
  6395.                                     'type' => 'toggle',
  6396.                                 ],
  6397.                             ],
  6398.                         ],
  6399.                         'show' => [
  6400.                             'fields' => [
  6401.                                 => 'email',
  6402.                                 => 'nickName',
  6403.                                 => [
  6404.                                     'property' => 'enabled',
  6405.                                     'type' => 'boolean',
  6406.                                 ],
  6407.                                 => [
  6408.                                     'property' => 'city.name',
  6409.                                     'label' => 'City',
  6410.                                 ],
  6411.                                 => [
  6412.                                     'property' => 'country',
  6413.                                     'label' => 'Country',
  6414.                                     'type' => 'country',
  6415.                                 ],
  6416.                             ],
  6417.                         ],
  6418.                         'form' => [
  6419.                             'form_options' => [
  6420.                                 'validation_groups' => [
  6421.                                     => 'Edit',
  6422.                                 ],
  6423.                             ],
  6424.                             'fields' => [
  6425.                                 => [
  6426.                                     'type' => 'tab',
  6427.                                     'label' => 'Walker information',
  6428.                                 ],
  6429.                                 => [
  6430.                                     'type' => 'group',
  6431.                                     'label' => 'General information',
  6432.                                     'columns' => 6,
  6433.                                 ],
  6434.                                 => 'email',
  6435.                                 => 'nickName',
  6436.                                 => 'notes',
  6437.                                 => [
  6438.                                     'property' => 'enabled',
  6439.                                     'type_options' => [
  6440.                                         'required' => false,
  6441.                                     ],
  6442.                                 ],
  6443.                                 => [
  6444.                                     'type' => 'group',
  6445.                                     'label' => 'Ban',
  6446.                                 ],
  6447.                                 => [
  6448.                                     'property' => 'ban',
  6449.                                     'label' => ' ',
  6450.                                     'type' => 'App\\Form\\Type\\CustomerBanType',
  6451.                                     'type_options' => [
  6452.                                         'required' => false,
  6453.                                         'mapped' => false,
  6454.                                     ],
  6455.                                 ],
  6456.                                 => [
  6457.                                     'type' => 'group',
  6458.                                     'label' => 'Geo Location',
  6459.                                     'columns' => 6,
  6460.                                 ],
  6461.                                 => [
  6462.                                     'property' => 'city',
  6463.                                     'type_options' => [
  6464.                                         'group_by' => 'countryCode',
  6465.                                     ],
  6466.                                 ],
  6467.                                 10 => [
  6468.                                     'property' => 'country',
  6469.                                     'label' => 'Country',
  6470.                                     'type_options' => [
  6471.                                         'disabled' => true,
  6472.                                     ],
  6473.                                     'help' => 'Will be set according to the selected city.',
  6474.                                 ],
  6475.                                 11 => [
  6476.                                     'type' => 'group',
  6477.                                     'label' => 'Walker reviews',
  6478.                                 ],
  6479.                                 12 => [
  6480.                                     'property' => 'profile_comments',
  6481.                                     'type' => 'embedded_list',
  6482.                                     'type_options' => [
  6483.                                         'mapped' => false,
  6484.                                         'entity' => 'ProfileComment',
  6485.                                         'ext_filters' => [
  6486.                                             'entity.user' => 'form:parent.data.id',
  6487.                                         ],
  6488.                                     ],
  6489.                                 ],
  6490.                                 13 => [
  6491.                                     'property' => 'saloon_comments',
  6492.                                     'type' => 'embedded_list',
  6493.                                     'type_options' => [
  6494.                                         'mapped' => false,
  6495.                                         'entity' => 'SaloonComment',
  6496.                                         'ext_filters' => [
  6497.                                             'entity.user' => 'form:parent.data.id',
  6498.                                         ],
  6499.                                     ],
  6500.                                 ],
  6501.                             ],
  6502.                         ],
  6503.                         'templates' => [
  6504.                             'edit' => 'EasyAdmin/customer/edit.html.twig',
  6505.                         ],
  6506.                         'name' => 'Customer',
  6507.                     ],
  6508.                     'ProfileComment' => [
  6509.                         'class' => 'App\\Entity\\Profile\\Comment\\CommentByCustomer',
  6510.                         'controller' => 'App\\Controller\\Management\\ProfileCommentController',
  6511.                         'label' => 'Girls reviews',
  6512.                         'role' => 'ROLE_ACCESS_WALKER',
  6513.                         'disabled_actions' => [
  6514.                             => 'new',
  6515.                             => 'delete',
  6516.                         ],
  6517.                         'search' => [
  6518.                             'fields' => [
  6519.                                 => 'profile.owner.nickName',
  6520.                                 => 'profile.name',
  6521.                                 => 'user.nickName',
  6522.                                 => 'text',
  6523.                                 => 'ipAddress.ip',
  6524.                             ],
  6525.                         ],
  6526.                         'list' => [
  6527.                             'batch_actions' => [
  6528.                                 => [
  6529.                                     'name' => 'restore',
  6530.                                     'label' => 'Восстановить',
  6531.                                     'ask_confirm' => true,
  6532.                                 ],
  6533.                                 => [
  6534.                                     'name' => 'softDelete',
  6535.                                     'label' => 'Удалить',
  6536.                                     'ask_confirm' => true,
  6537.                                 ],
  6538.                             ],
  6539.                             'max_results' => 50,
  6540.                             'title' => 'Girls Reviews',
  6541.                             'fields' => [
  6542.                                 => [
  6543.                                     'property' => 'id',
  6544.                                     'label' => 'id',
  6545.                                 ],
  6546.                                 => [
  6547.                                     'property' => 'profile.owner.nickname',
  6548.                                     'label' => 'Profile owner',
  6549.                                     'template' => 'EasyAdmin/comment/field_owner_name.html.twig',
  6550.                                 ],
  6551.                                 => [
  6552.                                     'property' => 'profile.name',
  6553.                                     'label' => 'Profile name',
  6554.                                     'template' => 'EasyAdmin/comment/field_profile_name.html.twig',
  6555.                                 ],
  6556.                                 => [
  6557.                                     'property' => 'user.nickName',
  6558.                                     'label' => 'Walker',
  6559.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6560.                                 ],
  6561.                                 => [
  6562.                                     'property' => 'text',
  6563.                                     'label' => 'Review',
  6564.                                 ],
  6565.                                 => [
  6566.                                     'property' => 'profile.city.name',
  6567.                                     'label' => 'City',
  6568.                                 ],
  6569.                                 => [
  6570.                                     'property' => 'createdAt',
  6571.                                     'label' => 'Created',
  6572.                                 ],
  6573.                                 => [
  6574.                                     'property' => 'ipAddress.ip',
  6575.                                     'label' => 'IP',
  6576.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6577.                                 ],
  6578.                                 => [
  6579.                                     'property' => 'deleted',
  6580.                                     'label' => 'Deleted',
  6581.                                     'type' => 'boolean',
  6582.                                 ],
  6583.                                 => [
  6584.                                     'property' => 'mark',
  6585.                                     'label' => 'Mark',
  6586.                                 ],
  6587.                                 10 => [
  6588.                                     'property' => 'isCommentedBySupport',
  6589.                                     'label' => 'Replied',
  6590.                                     'type' => 'boolean',
  6591.                                 ],
  6592.                             ],
  6593.                             'actions' => [
  6594.                                 => [
  6595.                                     'name' => 'edit',
  6596.                                     'label' => 'Редактировать',
  6597.                                 ],
  6598.                                 => [
  6599.                                     'name' => 'restore',
  6600.                                     'label' => 'Восстановить',
  6601.                                 ],
  6602.                                 => [
  6603.                                     'name' => 'softDelete',
  6604.                                     'label' => 'Удалить',
  6605.                                 ],
  6606.                             ],
  6607.                         ],
  6608.                         'edit' => [
  6609.                             'fields' => [
  6610.                                 => [
  6611.                                     'property' => 'id',
  6612.                                     'label' => 'id',
  6613.                                     'type_options' => [
  6614.                                         'disabled' => true,
  6615.                                     ],
  6616.                                 ],
  6617.                                 => [
  6618.                                     'property' => 'createdAt',
  6619.                                     'label' => 'Date',
  6620.                                     'type_options' => [
  6621.                                         'disabled' => true,
  6622.                                     ],
  6623.                                 ],
  6624.                                 => [
  6625.                                     'property' => 'text',
  6626.                                     'label' => 'Review',
  6627.                                 ],
  6628.                                 => [
  6629.                                     'property' => 'mark',
  6630.                                     'label' => 'Mark',
  6631.                                     'type' => 'App\\Form\\Type\\ProfileCommentMarkChoiceType',
  6632.                                 ],
  6633.                                 => [
  6634.                                     'property' => 'ipAddress',
  6635.                                     'label' => 'IP',
  6636.                                     'type_options' => [
  6637.                                         'disabled' => true,
  6638.                                     ],
  6639.                                     'css_class' => 'comment-ip-address',
  6640.                                 ],
  6641.                             ],
  6642.                         ],
  6643.                         'templates' => [
  6644.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6645.                         ],
  6646.                         'name' => 'ProfileComment',
  6647.                     ],
  6648.                     'SaloonComment' => [
  6649.                         'class' => 'App\\Entity\\Saloon\\Comment\\CommentByCustomer',
  6650.                         'controller' => 'App\\Controller\\Management\\SaloonCommentController',
  6651.                         'label' => 'Saloons reviews',
  6652.                         'role' => 'ROLE_ACCESS_WALKER',
  6653.                         'disabled_actions' => [
  6654.                             => 'new',
  6655.                             => 'delete',
  6656.                         ],
  6657.                         'search' => [
  6658.                             'fields' => [
  6659.                                 => 'saloon.owner.nickName',
  6660.                                 => 'saloon.name',
  6661.                                 => 'user.nickName',
  6662.                                 => 'text',
  6663.                                 => 'ipAddress.ip',
  6664.                             ],
  6665.                         ],
  6666.                         'list' => [
  6667.                             'batch_actions' => [
  6668.                                 => [
  6669.                                     'name' => 'restore',
  6670.                                     'label' => 'Восстановить',
  6671.                                     'ask_confirm' => true,
  6672.                                 ],
  6673.                                 => [
  6674.                                     'name' => 'softDelete',
  6675.                                     'label' => 'Удалить',
  6676.                                     'ask_confirm' => true,
  6677.                                 ],
  6678.                             ],
  6679.                             'max_results' => 50,
  6680.                             'title' => 'Saloons Reviews',
  6681.                             'fields' => [
  6682.                                 => [
  6683.                                     'property' => 'id',
  6684.                                     'label' => 'id',
  6685.                                 ],
  6686.                                 => [
  6687.                                     'property' => 'saloon.name',
  6688.                                     'label' => 'Name',
  6689.                                     'template' => 'EasyAdmin/comment/field_saloon_name.html.twig',
  6690.                                 ],
  6691.                                 => [
  6692.                                     'property' => 'user.nickName',
  6693.                                     'label' => 'Walker',
  6694.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6695.                                 ],
  6696.                                 => [
  6697.                                     'property' => 'text',
  6698.                                     'label' => 'Review',
  6699.                                 ],
  6700.                                 => [
  6701.                                     'property' => 'saloon.city.name',
  6702.                                     'label' => 'City',
  6703.                                 ],
  6704.                                 => [
  6705.                                     'property' => 'createdAt',
  6706.                                     'label' => 'Created',
  6707.                                 ],
  6708.                                 => [
  6709.                                     'property' => 'ipAddress.ip',
  6710.                                     'label' => 'IP',
  6711.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6712.                                 ],
  6713.                                 => [
  6714.                                     'property' => 'deleted',
  6715.                                     'label' => 'Deleted',
  6716.                                     'type' => 'boolean',
  6717.                                 ],
  6718.                                 => [
  6719.                                     'property' => 'mark',
  6720.                                     'label' => 'Mark',
  6721.                                 ],
  6722.                                 => [
  6723.                                     'property' => 'isCommentedBySupport',
  6724.                                     'label' => 'Replied',
  6725.                                     'type' => 'boolean',
  6726.                                 ],
  6727.                             ],
  6728.                             'actions' => [
  6729.                                 => [
  6730.                                     'name' => 'edit',
  6731.                                     'label' => 'Редактировать',
  6732.                                 ],
  6733.                                 => [
  6734.                                     'name' => 'restore',
  6735.                                     'label' => 'Восстановить',
  6736.                                 ],
  6737.                                 => [
  6738.                                     'name' => 'softDelete',
  6739.                                     'label' => 'Удалить',
  6740.                                 ],
  6741.                             ],
  6742.                         ],
  6743.                         'edit' => [
  6744.                             'fields' => [
  6745.                                 => [
  6746.                                     'property' => 'id',
  6747.                                     'label' => 'id',
  6748.                                     'type_options' => [
  6749.                                         'disabled' => true,
  6750.                                     ],
  6751.                                 ],
  6752.                                 => [
  6753.                                     'property' => 'createdAt',
  6754.                                     'label' => 'Date',
  6755.                                     'type_options' => [
  6756.                                         'disabled' => true,
  6757.                                     ],
  6758.                                 ],
  6759.                                 => [
  6760.                                     'property' => 'text',
  6761.                                     'label' => 'Review',
  6762.                                 ],
  6763.                                 => [
  6764.                                     'property' => 'mark',
  6765.                                     'label' => 'Mark',
  6766.                                     'type' => 'App\\Form\\Type\\SaloonCommentMarkChoiceType',
  6767.                                 ],
  6768.                                 => [
  6769.                                     'property' => 'ipAddress',
  6770.                                     'label' => 'IP',
  6771.                                     'type_options' => [
  6772.                                         'disabled' => true,
  6773.                                     ],
  6774.                                     'css_class' => 'comment-ip-address',
  6775.                                 ],
  6776.                             ],
  6777.                         ],
  6778.                         'templates' => [
  6779.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6780.                         ],
  6781.                         'name' => 'SaloonComment',
  6782.                     ],
  6783.                     'Transactions' => [
  6784.                         'class' => 'App\\Entity\\Sales\\AccountTransaction',
  6785.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6786.                         'disabled_actions' => [
  6787.                             => 'new',
  6788.                             => 'edit',
  6789.                             => 'delete',
  6790.                         ],
  6791.                         'list' => [
  6792.                             'fields' => [
  6793.                                 => 'id',
  6794.                                 => [
  6795.                                     'property' => 'account',
  6796.                                     'label' => 'Account',
  6797.                                 ],
  6798.                                 => [
  6799.                                     'property' => 'date',
  6800.                                     'label' => 'Date',
  6801.                                 ],
  6802.                                 => [
  6803.                                     'property' => 'money',
  6804.                                     'label' => 'Money amount',
  6805.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6806.                                 ],
  6807.                             ],
  6808.                         ],
  6809.                         'name' => 'Transactions',
  6810.                     ],
  6811.                     'Payments' => [
  6812.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  6813.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6814.                         'disabled_actions' => [
  6815.                             => 'new',
  6816.                             => 'edit',
  6817.                             => 'delete',
  6818.                         ],
  6819.                         'list' => [
  6820.                             'fields' => [
  6821.                                 => 'id',
  6822.                                 => [
  6823.                                     'property' => 'account',
  6824.                                     'label' => 'Account',
  6825.                                 ],
  6826.                                 => [
  6827.                                     'property' => 'date',
  6828.                                     'label' => 'Date',
  6829.                                 ],
  6830.                                 => [
  6831.                                     'property' => 'paidMoney',
  6832.                                     'label' => 'Paid',
  6833.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6834.                                 ],
  6835.                                 => [
  6836.                                     'property' => 'enrolledMoney',
  6837.                                     'label' => 'Enrolled',
  6838.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6839.                                 ],
  6840.                                 => [
  6841.                                     'property' => 'redeemedToken',
  6842.                                     'label' => 'Pin-code',
  6843.                                 ],
  6844.                                 => [
  6845.                                     'property' => 'enrolledByDescription',
  6846.                                     'label' => 'Enrolled By',
  6847.                                 ],
  6848.                             ],
  6849.                         ],
  6850.                         'name' => 'Payments',
  6851.                     ],
  6852.                     'Charges' => [
  6853.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  6854.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6855.                         'disabled_actions' => [
  6856.                             => 'new',
  6857.                             => 'edit',
  6858.                             => 'delete',
  6859.                         ],
  6860.                         'list' => [
  6861.                             'fields' => [
  6862.                                 => 'id',
  6863.                                 => [
  6864.                                     'property' => 'account',
  6865.                                     'label' => 'Account',
  6866.                                 ],
  6867.                                 => [
  6868.                                     'property' => 'date',
  6869.                                     'label' => 'Date',
  6870.                                 ],
  6871.                                 => [
  6872.                                     'property' => 'chargedMoney',
  6873.                                     'label' => 'Charged',
  6874.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6875.                                 ],
  6876.                                 => [
  6877.                                     'property' => 'link',
  6878.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  6879.                                 ],
  6880.                                 => [
  6881.                                     'property' => 'price',
  6882.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  6883.                                 ],
  6884.                                 => [
  6885.                                     'property' => 'placementStart',
  6886.                                 ],
  6887.                                 => [
  6888.                                     'property' => 'placementEnd',
  6889.                                 ],
  6890.                             ],
  6891.                         ],
  6892.                         'name' => 'Charges',
  6893.                     ],
  6894.                     'Profile' => [
  6895.                         'class' => 'App\\Entity\\Profile\\Profile',
  6896.                         'controller' => 'App\\Controller\\Management\\ProfileController',
  6897.                         'label' => 'Profiles',
  6898.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  6899.                         'disabled_actions' => [
  6900.                             => 'new',
  6901.                         ],
  6902.                         'list' => [
  6903.                             'title' => 'Profiles List',
  6904.                             'fields' => [
  6905.                                 => [
  6906.                                     'property' => 'id',
  6907.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6908.                                 ],
  6909.                                 => [
  6910.                                     'property' => 'name',
  6911.                                     'label' => 'Name',
  6912.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  6913.                                     'css_class' => 'profile_name_link',
  6914.                                 ],
  6915.                                 => [
  6916.                                     'property' => 'phoneNumber',
  6917.                                     'label' => 'Phone',
  6918.                                 ],
  6919.                                 => [
  6920.                                     'property' => 'city.name',
  6921.                                     'label' => 'City',
  6922.                                 ],
  6923.                                 => [
  6924.                                     'property' => 'owner.nickname',
  6925.                                     'label' => 'Owner',
  6926.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  6927.                                 ],
  6928.                                 => 'createdAt',
  6929.                                 => [
  6930.                                     'property' => 'approved',
  6931.                                     'type' => 'boolean',
  6932.                                 ],
  6933.                                 => [
  6934.                                     'property' => 'isDeleted',
  6935.                                     'type' => 'boolean',
  6936.                                     'label' => 'Deleted',
  6937.                                 ],
  6938.                                 => [
  6939.                                     'property' => 'moderationStatus',
  6940.                                     'type' => 'boolean',
  6941.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  6942.                                 ],
  6943.                                 => [
  6944.                                     'property' => 'isMediaProcessed',
  6945.                                     'type' => 'boolean',
  6946.                                     'label' => 'All video processed',
  6947.                                 ],
  6948.                             ],
  6949.                         ],
  6950.                         'form' => [
  6951.                             'form_options' => [
  6952.                                 'validation_groups' => [
  6953.                                     => 'Edit',
  6954.                                 ],
  6955.                             ],
  6956.                         ],
  6957.                         'templates' => [
  6958.                             'list' => 'EasyAdmin/profiles/list.html.twig',
  6959.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  6960.                         ],
  6961.                         'name' => 'Profile',
  6962.                     ],
  6963.                     'Saloon' => [
  6964.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  6965.                         'controller' => 'App\\Controller\\Management\\SaloonController',
  6966.                         'label' => 'Saloons',
  6967.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  6968.                         'disabled_actions' => [
  6969.                             => 'new',
  6970.                         ],
  6971.                         'list' => [
  6972.                             'title' => 'Saloons List',
  6973.                             'fields' => [
  6974.                                 => [
  6975.                                     'property' => 'id',
  6976.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6977.                                 ],
  6978.                                 => [
  6979.                                     'property' => 'name',
  6980.                                     'label' => 'Name',
  6981.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  6982.                                     'css_class' => 'profile_name_link',
  6983.                                 ],
  6984.                                 => [
  6985.                                     'property' => 'phoneNumber',
  6986.                                     'label' => 'Phone',
  6987.                                 ],
  6988.                                 => [
  6989.                                     'property' => 'city.name',
  6990.                                     'label' => 'City',
  6991.                                 ],
  6992.                                 => [
  6993.                                     'property' => 'owner.nickname',
  6994.                                     'label' => 'Owner',
  6995.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  6996.                                 ],
  6997.                                 => 'createdAt',
  6998.                                 => [
  6999.                                     'property' => 'isDeleted',
  7000.                                     'type' => 'boolean',
  7001.                                     'label' => 'Deleted',
  7002.                                 ],
  7003.                                 => [
  7004.                                     'property' => 'isMediaProcessed',
  7005.                                     'type' => 'boolean',
  7006.                                     'label' => 'All video processed',
  7007.                                 ],
  7008.                             ],
  7009.                         ],
  7010.                         'form' => [
  7011.                             'form_options' => [
  7012.                                 'validation_groups' => [
  7013.                                     => 'Edit',
  7014.                                 ],
  7015.                             ],
  7016.                         ],
  7017.                         'templates' => [
  7018.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  7019.                         ],
  7020.                         'name' => 'Saloon',
  7021.                     ],
  7022.                     'PageMetadata' => [
  7023.                         'class' => 'App\\Entity\\SEO\\PageMetadata',
  7024.                         'controller' => 'App\\Controller\\Management\\PageMetadataController',
  7025.                         'label' => 'Pages SEO',
  7026.                         'role' => 'ROLE_ADMIN_ACCESS_SEO',
  7027.                         'list' => [
  7028.                             'title' => 'Pages SEO',
  7029.                             'form_filters' => [
  7030.                                 => [
  7031.                                     'property' => 'city',
  7032.                                     'label' => 'City',
  7033.                                 ],
  7034.                             ],
  7035.                             'fields' => [
  7036.                                 => [
  7037.                                     'property' => 'city.name',
  7038.                                     'label' => 'City',
  7039.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7040.                                 ],
  7041.                                 => [
  7042.                                     'property' => 'uri',
  7043.                                     'label' => 'Page URI',
  7044.                                 ],
  7045.                                 => [
  7046.                                     'property' => 'hasPageHeading',
  7047.                                     'type' => 'boolean',
  7048.                                     'label' => '&lt;h1&gt;',
  7049.                                 ],
  7050.                                 => [
  7051.                                     'property' => 'hasMetaTitle',
  7052.                                     'type' => 'boolean',
  7053.                                     'label' => '&lt;title&gt;',
  7054.                                 ],
  7055.                                 => [
  7056.                                     'property' => 'hasMetaDescription',
  7057.                                     'type' => 'boolean',
  7058.                                     'label' => '&lt;meta description&gt;',
  7059.                                 ],
  7060.                                 => [
  7061.                                     'property' => 'hasMetaKeywords',
  7062.                                     'type' => 'boolean',
  7063.                                     'label' => '&lt;meta keywords&gt;',
  7064.                                 ],
  7065.                                 => [
  7066.                                     'property' => 'hasTopHtml',
  7067.                                     'type' => 'boolean',
  7068.                                     'label' => 'Top block',
  7069.                                 ],
  7070.                                 => [
  7071.                                     'property' => 'hasBottomHtml',
  7072.                                     'type' => 'boolean',
  7073.                                     'label' => 'Bottom block',
  7074.                                 ],
  7075.                             ],
  7076.                         ],
  7077.                         'form' => [
  7078.                             'title' => 'Page SEO (#%entity_id%)',
  7079.                             'fields' => [
  7080.                                 => [
  7081.                                     'property' => 'city',
  7082.                                     'label' => 'City',
  7083.                                     'type_options' => [
  7084.                                         'required' => true,
  7085.                                     ],
  7086.                                 ],
  7087.                                 => [
  7088.                                     'property' => 'uri',
  7089.                                     'label' => 'Page URI',
  7090.                                 ],
  7091.                                 => [
  7092.                                     'type' => 'section',
  7093.                                     'label' => 'On page texts',
  7094.                                 ],
  7095.                                 => [
  7096.                                     'property' => 'pageHeading',
  7097.                                     'label' => 'Page heading',
  7098.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7099.                                     'type_options' => [
  7100.                                         'locales' => [
  7101.                                             => 'ru',
  7102.                                             => 'en',
  7103.                                         ],
  7104.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7105.                                     ],
  7106.                                     'help' => 'Usual placement is &lt;h1&gt; tag. Supports <strong>only plain text</strong>.',
  7107.                                 ],
  7108.                                 => [
  7109.                                     'type' => 'section',
  7110.                                     'label' => 'Meta texts',
  7111.                                 ],
  7112.                                 => [
  7113.                                     'property' => 'metaTitle',
  7114.                                     'label' => 'Page title',
  7115.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7116.                                     'type_options' => [
  7117.                                         'locales' => [
  7118.                                             => 'ru',
  7119.                                             => 'en',
  7120.                                         ],
  7121.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7122.                                     ],
  7123.                                     'help' => 'Placed within &lt;title&gt; tag. Supports <strong>only plain text</strong>.',
  7124.                                 ],
  7125.                                 => [
  7126.                                     'property' => 'metaDescription',
  7127.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7128.                                     'type_options' => [
  7129.                                         'locales' => [
  7130.                                             => 'ru',
  7131.                                             => 'en',
  7132.                                         ],
  7133.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7134.                                     ],
  7135.                                     'help' => 'Supports <strong>only plain text</strong>.',
  7136.                                 ],
  7137.                                 => [
  7138.                                     'property' => 'metaKeywords',
  7139.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7140.                                     'type_options' => [
  7141.                                         'locales' => [
  7142.                                             => 'ru',
  7143.                                             => 'en',
  7144.                                         ],
  7145.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7146.                                     ],
  7147.                                     'help' => 'Supports <strong>only plain text</strong>.',
  7148.                                 ],
  7149.                                 => [
  7150.                                     'type' => 'section',
  7151.                                     'label' => 'HTML blocks',
  7152.                                 ],
  7153.                                 => [
  7154.                                     'property' => 'topHtml',
  7155.                                     'label' => 'Top block',
  7156.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7157.                                     'type_options' => [
  7158.                                         'locales' => [
  7159.                                             => 'ru',
  7160.                                             => 'en',
  7161.                                         ],
  7162.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7163.                                     ],
  7164.                                     'help' => 'Placed at the top of the page. Supports HTML markup.',
  7165.                                 ],
  7166.                                 10 => [
  7167.                                     'property' => 'bottomHtml',
  7168.                                     'label' => 'Bottom block',
  7169.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7170.                                     'type_options' => [
  7171.                                         'locales' => [
  7172.                                             => 'ru',
  7173.                                             => 'en',
  7174.                                         ],
  7175.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7176.                                     ],
  7177.                                     'help' => 'Placed at the bottom of the page. Supports HTML markup.',
  7178.                                 ],
  7179.                             ],
  7180.                         ],
  7181.                         'edit' => [
  7182.                             'fields' => [
  7183.                                 => [
  7184.                                     'property' => 'city',
  7185.                                     'type_options' => [
  7186.                                         'disabled' => true,
  7187.                                     ],
  7188.                                 ],
  7189.                                 => [
  7190.                                     'property' => 'uri',
  7191.                                     'type_options' => [
  7192.                                         'disabled' => true,
  7193.                                     ],
  7194.                                 ],
  7195.                             ],
  7196.                         ],
  7197.                         'name' => 'PageMetadata',
  7198.                     ],
  7199.                     'ApprovalRequest' => [
  7200.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ApprovalRequest',
  7201.                         'controller' => 'App\\Controller\\Management\\ProfileApprovalController',
  7202.                         'label' => 'Approval',
  7203.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7204.                         'disabled_actions' => [
  7205.                             => 'new',
  7206.                             => 'delete',
  7207.                         ],
  7208.                         'list' => [
  7209.                             'title' => 'Approval List',
  7210.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7211.                             'fields' => [
  7212.                                 => [
  7213.                                     'property' => 'id',
  7214.                                     'label' => 'Request ID',
  7215.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7216.                                 ],
  7217.                                 => [
  7218.                                     'property' => 'profile.id',
  7219.                                     'type_options' => [
  7220.                                         'disabled' => true,
  7221.                                     ],
  7222.                                     'label' => 'Profile ID',
  7223.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7224.                                 ],
  7225.                                 => [
  7226.                                     'property' => 'profile.name',
  7227.                                     'type_options' => [
  7228.                                         'disabled' => true,
  7229.                                     ],
  7230.                                     'label' => 'Profile name',
  7231.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7232.                                 ],
  7233.                                 => [
  7234.                                     'property' => 'profile.owner.nickname',
  7235.                                     'type_options' => [
  7236.                                         'disabled' => true,
  7237.                                     ],
  7238.                                     'label' => 'Owner',
  7239.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7240.                                 ],
  7241.                                 => [
  7242.                                     'property' => 'updatedAt',
  7243.                                     'label' => 'Date',
  7244.                                 ],
  7245.                                 => [
  7246.                                     'property' => 'profile.moderationStatus',
  7247.                                     'type' => 'boolean',
  7248.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7249.                                 ],
  7250.                                 => [
  7251.                                     'property' => 'isMediaProcessed',
  7252.                                     'type' => 'boolean',
  7253.                                     'label' => 'Approval video processed',
  7254.                                 ],
  7255.                             ],
  7256.                         ],
  7257.                         'search' => [
  7258.                             'fields' => [
  7259.                                 => 'profile.id',
  7260.                                 => 'profile.owner.nickName',
  7261.                             ],
  7262.                         ],
  7263.                         'edit' => [
  7264.                             'fields' => [
  7265.                                 => [
  7266.                                     'property' => 'id',
  7267.                                     'type_options' => [
  7268.                                         'disabled' => true,
  7269.                                     ],
  7270.                                 ],
  7271.                             ],
  7272.                         ],
  7273.                         'templates' => [
  7274.                             'edit' => 'EasyAdmin/profile_approval/edit.html.twig',
  7275.                         ],
  7276.                         'name' => 'ApprovalRequest',
  7277.                     ],
  7278.                     'ProfileModeration' => [
  7279.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ModerationRequest',
  7280.                         'controller' => 'App\\Controller\\Management\\ProfileModerationController',
  7281.                         'label' => 'Moderation',
  7282.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7283.                         'disabled_actions' => [
  7284.                             => 'new',
  7285.                         ],
  7286.                         'list' => [
  7287.                             'batch_actions' => [
  7288.                                 => [
  7289.                                     'name' => 'pass',
  7290.                                     'label' => 'Одобрить',
  7291.                                     'ask_confirm' => true,
  7292.                                 ],
  7293.                                 => [
  7294.                                     'name' => 'reject',
  7295.                                     'label' => 'Отклонить',
  7296.                                     'ask_confirm' => true,
  7297.                                 ],
  7298.                             ],
  7299.                             'title' => 'Profiles List',
  7300.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7301.                             'fields' => [
  7302.                                 => [
  7303.                                     'property' => 'id',
  7304.                                     'label' => 'Request ID',
  7305.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7306.                                 ],
  7307.                                 => [
  7308.                                     'property' => 'profile.id',
  7309.                                     'label' => 'Profile ID',
  7310.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7311.                                 ],
  7312.                                 => [
  7313.                                     'property' => 'profile.name',
  7314.                                     'label' => 'Profile name',
  7315.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7316.                                     'css_class' => 'profile_name_link',
  7317.                                 ],
  7318.                                 => [
  7319.                                     'property' => 'profile.phoneNumber',
  7320.                                     'label' => 'Phone',
  7321.                                 ],
  7322.                                 => [
  7323.                                     'property' => 'profile.owner.nickName',
  7324.                                     'label' => 'Owner',
  7325.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7326.                                 ],
  7327.                                 => [
  7328.                                     'property' => 'updatedAt',
  7329.                                     'label' => 'Date',
  7330.                                 ],
  7331.                                 => [
  7332.                                     'property' => 'isProfileMediaProcessed',
  7333.                                     'type' => 'boolean',
  7334.                                     'label' => 'Profile video processed',
  7335.                                 ],
  7336.                             ],
  7337.                         ],
  7338.                         'search' => [
  7339.                             'fields' => [
  7340.                                 => 'profile.id',
  7341.                                 => 'profile.phoneNumber',
  7342.                                 => 'profile.owner.nickName',
  7343.                             ],
  7344.                         ],
  7345.                         'form' => [
  7346.                             'form_options' => [
  7347.                                 'validation_groups' => [
  7348.                                     => 'Edit',
  7349.                                 ],
  7350.                             ],
  7351.                         ],
  7352.                         'templates' => [
  7353.                             'list' => 'EasyAdmin/profile_moderation/list.html.twig',
  7354.                             'edit' => 'EasyAdmin/profile_moderation/edit.html.twig',
  7355.                         ],
  7356.                         'name' => 'ProfileModeration',
  7357.                     ],
  7358.                     'SupportMessage' => [
  7359.                         'class' => 'App\\Entity\\Account\\SupportMessage',
  7360.                         'controller' => 'App\\Controller\\Management\\SupportMessagesController',
  7361.                         'label' => 'Messages',
  7362.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7363.                         'disabled_actions' => [
  7364.                             => 'new',
  7365.                             => 'delete',
  7366.                         ],
  7367.                         'search' => [
  7368.                             'fields' => [
  7369.                                 => 'owner.nickName',
  7370.                                 => 'topic',
  7371.                                 => 'message',
  7372.                             ],
  7373.                         ],
  7374.                         'list' => [
  7375.                             'actions' => [
  7376.                                 => [
  7377.                                     'name' => 'edit',
  7378.                                     'label' => 'Просмотреть',
  7379.                                 ],
  7380.                             ],
  7381.                             'max_results' => 10,
  7382.                             'title' => 'Messages',
  7383.                             'fields' => [
  7384.                                 => 'id',
  7385.                                 => [
  7386.                                     'property' => 'owner.nickname',
  7387.                                     'label' => 'Author',
  7388.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7389.                                 ],
  7390.                                 => [
  7391.                                     'property' => 'topic',
  7392.                                     'label' => 'Topic',
  7393.                                 ],
  7394.                                 => [
  7395.                                     'property' => 'message',
  7396.                                     'label' => 'Message',
  7397.                                 ],
  7398.                                 => [
  7399.                                     'property' => 'lastMessageAt',
  7400.                                     'label' => 'Last user message',
  7401.                                 ],
  7402.                             ],
  7403.                         ],
  7404.                         'edit' => [
  7405.                             'fields' => [
  7406.                                 => [
  7407.                                     'property' => 'id',
  7408.                                     'label' => 'ID',
  7409.                                     'type_options' => [
  7410.                                         'disabled' => true,
  7411.                                     ],
  7412.                                 ],
  7413.                             ],
  7414.                         ],
  7415.                         'templates' => [
  7416.                             'list' => 'EasyAdmin/support_messages/list.html.twig',
  7417.                             'edit' => 'EasyAdmin/support_messages/edit.html.twig',
  7418.                         ],
  7419.                         'name' => 'SupportMessage',
  7420.                     ],
  7421.                     'PhoneReview' => [
  7422.                         'class' => 'App\\MultiWebsite\\Entity\\PhoneReview',
  7423.                         'label' => 'Phone Reviews',
  7424.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7425.                         'disabled_actions' => [
  7426.                             => 'new',
  7427.                         ],
  7428.                         'list' => [
  7429.                             'max_results' => 50,
  7430.                             'title' => 'Phone Reviews',
  7431.                             'fields' => [
  7432.                                 => 'phone',
  7433.                                 => 'review',
  7434.                                 => 'mark',
  7435.                                 => 'createdAt',
  7436.                             ],
  7437.                         ],
  7438.                         'name' => 'PhoneReview',
  7439.                     ],
  7440.                     'Analytics' => [
  7441.                         'class' => 'App\\Entity\\Sales\\Profile\\PlacementCharge',
  7442.                         'controller' => 'App\\Controller\\Management\\AnalyticsController',
  7443.                         'label' => 'Analytics',
  7444.                         'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  7445.                         'disabled_actions' => [
  7446.                             => 'new',
  7447.                             => 'delete',
  7448.                         ],
  7449.                         'list' => [
  7450.                             'title' => 'Live',
  7451.                         ],
  7452.                         'templates' => [
  7453.                             'list' => 'EasyAdmin/analytics/list.html.twig',
  7454.                         ],
  7455.                         'name' => 'Analytics',
  7456.                     ],
  7457.                     'DeletedProfile' => [
  7458.                         'class' => 'App\\Entity\\Profile\\Profile',
  7459.                         'controller' => 'App\\Controller\\Management\\DeletedProfilesController',
  7460.                         'label' => 'Deleted Profiles',
  7461.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7462.                         'disabled_actions' => [
  7463.                             => 'new',
  7464.                             => 'edit',
  7465.                             => 'delete',
  7466.                         ],
  7467.                         'templates' => [
  7468.                             'list' => 'EasyAdmin/deleted_profiles/list.html.twig',
  7469.                         ],
  7470.                         'list' => [
  7471.                             'actions' => [
  7472.                                 => [
  7473.                                     'name' => 'restore',
  7474.                                     'label' => 'Восстановить',
  7475.                                 ],
  7476.                             ],
  7477.                             'title' => 'Profiles List',
  7478.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7479.                             'fields' => [
  7480.                                 => [
  7481.                                     'property' => 'name',
  7482.                                     'label' => 'Name',
  7483.                                     'css_class' => 'profile_name_link',
  7484.                                 ],
  7485.                                 => [
  7486.                                     'property' => 'deletedAt',
  7487.                                     'label' => 'deletedAt',
  7488.                                 ],
  7489.                             ],
  7490.                             'sort' => [
  7491.                                 => 'deletedAt',
  7492.                                 => 'DESC',
  7493.                             ],
  7494.                         ],
  7495.                         'name' => 'DeletedProfile',
  7496.                     ],
  7497.                     'DeletedSaloon' => [
  7498.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7499.                         'controller' => 'App\\Controller\\Management\\DeletedSaloonController',
  7500.                         'label' => 'Deleted Saloons',
  7501.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7502.                         'disabled_actions' => [
  7503.                             => 'new',
  7504.                             => 'edit',
  7505.                             => 'delete',
  7506.                         ],
  7507.                         'templates' => [
  7508.                             'list' => 'EasyAdmin/deleted_saloons/list.html.twig',
  7509.                         ],
  7510.                         'list' => [
  7511.                             'actions' => [
  7512.                                 => [
  7513.                                     'name' => 'restore',
  7514.                                     'label' => 'Восстановить',
  7515.                                 ],
  7516.                             ],
  7517.                             'title' => 'Profiles List',
  7518.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7519.                             'fields' => [
  7520.                                 => [
  7521.                                     'property' => 'name',
  7522.                                     'label' => 'Name',
  7523.                                     'css_class' => 'profile_name_link',
  7524.                                 ],
  7525.                                 => [
  7526.                                     'property' => 'deletedAt',
  7527.                                     'label' => 'deletedAt',
  7528.                                 ],
  7529.                             ],
  7530.                             'sort' => [
  7531.                                 => 'deletedAt',
  7532.                                 => 'DESC',
  7533.                             ],
  7534.                         ],
  7535.                         'name' => 'DeletedSaloon',
  7536.                     ],
  7537.                     'CityPrice' => [
  7538.                         'class' => 'App\\Entity\\Location\\City',
  7539.                         'controller' => 'App\\Controller\\Management\\CityPricesController',
  7540.                         'label' => 'City prices',
  7541.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7542.                         'disabled_actions' => [
  7543.                             => 'new',
  7544.                             => 'delete',
  7545.                         ],
  7546.                         'templates' => [
  7547.                             'list' => 'EasyAdmin/city_prices/list.html.twig',
  7548.                         ],
  7549.                         'list' => [
  7550.                             'title' => 'City prices',
  7551.                             'actions' => [
  7552.                                 => [
  7553.                                     'name' => 'dynamicPricesData',
  7554.                                     'label' => 'Dynamic prices data',
  7555.                                 ],
  7556.                                 => [
  7557.                                     'name' => 'dynamicPricesSave',
  7558.                                     'label' => 'Dynamic prices save',
  7559.                                 ],
  7560.                                 => [
  7561.                                     'name' => 'dynamicPricesReplace',
  7562.                                     'label' => 'Dynamic prices replace',
  7563.                                 ],
  7564.                                 => [
  7565.                                     'name' => 'dynamicPricesFillDefaults',
  7566.                                     'label' => 'Dynamic prices fill defaults',
  7567.                                 ],
  7568.                             ],
  7569.                             'fields' => [
  7570.                                 => 'id',
  7571.                                 => [
  7572.                                     'property' => 'name',
  7573.                                     'label' => 'Name',
  7574.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7575.                                 ],
  7576.                             ],
  7577.                         ],
  7578.                         'form' => [
  7579.                             'form_options' => [
  7580.                                 'empty_data' => NULL,
  7581.                             ],
  7582.                             'fields' => [
  7583.                                 => [
  7584.                                     'property' => 'name',
  7585.                                     'label' => ' ',
  7586.                                     'type_options' => [
  7587.                                         'disabled' => true,
  7588.                                         'block_name' => 'city_name',
  7589.                                         'required' => false,
  7590.                                     ],
  7591.                                 ],
  7592.                             ],
  7593.                         ],
  7594.                         'name' => 'CityPrice',
  7595.                     ],
  7596.                     'OfferBar' => [
  7597.                         'class' => 'App\\Entity\\System\\Variable',
  7598.                         'controller' => 'App\\Controller\\Management\\OfferBarController',
  7599.                         'label' => 'Offer Bar',
  7600.                         'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  7601.                         'disabled_actions' => [
  7602.                             => 'new',
  7603.                             => 'delete',
  7604.                             => 'form',
  7605.                         ],
  7606.                         'list' => [
  7607.                             'title' => 'Offer Bar',
  7608.                             'actions' => [
  7609.                                 => [
  7610.                                     'name' => 'save',
  7611.                                     'label' => 'Восстановить',
  7612.                                 ],
  7613.                             ],
  7614.                             'fields' => [
  7615.                                 => 'id',
  7616.                             ],
  7617.                         ],
  7618.                         'name' => 'OfferBar',
  7619.                     ],
  7620.                     'IpAddress' => [
  7621.                         'class' => 'App\\Entity\\System\\IpAddress',
  7622.                         'controller' => 'App\\Controller\\Management\\IpAddressController',
  7623.                         'label' => 'IPs',
  7624.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7625.                         'disabled_actions' => [
  7626.                             => 'delete',
  7627.                             => 'form',
  7628.                         ],
  7629.                         'list' => [
  7630.                             'title' => 'IPs',
  7631.                             'actions' => [
  7632.                                 => [
  7633.                                     'name' => 'permanentBan',
  7634.                                     'label' => 'Забанить',
  7635.                                     'icon' => 'ban',
  7636.                                     'css_class' => 'text-danger',
  7637.                                 ],
  7638.                             ],
  7639.                             'fields' => [
  7640.                                 => 'id',
  7641.                                 => [
  7642.                                     'property' => 'ip',
  7643.                                     'label' => 'IP',
  7644.                                 ],
  7645.                                 => [
  7646.                                     'property' => 'activeDailyCommentBan.date',
  7647.                                     'label' => 'Active daily ban',
  7648.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7649.                                 ],
  7650.                                 => [
  7651.                                     'property' => 'activePermanentCommentBan.date',
  7652.                                     'label' => 'Active permanent ban',
  7653.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7654.                                 ],
  7655.                                 => [
  7656.                                     'property' => 'dailyCommentBansCount',
  7657.                                     'label' => 'Temporary bans',
  7658.                                 ],
  7659.                                 => [
  7660.                                     'property' => 'permanentCommentBansCount',
  7661.                                     'label' => 'Permanent bans',
  7662.                                 ],
  7663.                             ],
  7664.                         ],
  7665.                         'edit' => [
  7666.                             'title' => 'IP or Network',
  7667.                             'form_options' => [
  7668.                                 'empty_data' => NULL,
  7669.                             ],
  7670.                             'fields' => [
  7671.                                 => [
  7672.                                     'property' => 'ip',
  7673.                                     'label' => 'IP',
  7674.                                     'type_options' => [
  7675.                                         'disabled' => true,
  7676.                                     ],
  7677.                                 ],
  7678.                                 => [
  7679.                                     'type' => 'group',
  7680.                                     'label' => 'IP profile comments',
  7681.                                 ],
  7682.                                 => [
  7683.                                     'property' => 'profileComments',
  7684.                                     'type' => 'embedded_list',
  7685.                                     'type_options' => [
  7686.                                         'mapped' => false,
  7687.                                         'entity' => 'ProfileComment',
  7688.                                         'ext_filters' => [
  7689.                                             'entity.ipAddress' => 'form:parent.data.id',
  7690.                                         ],
  7691.                                     ],
  7692.                                 ],
  7693.                                 => [
  7694.                                     'type' => 'group',
  7695.                                     'label' => 'IP saloon comments',
  7696.                                 ],
  7697.                                 => [
  7698.                                     'property' => 'saloonComments',
  7699.                                     'type' => 'embedded_list',
  7700.                                     'type_options' => [
  7701.                                         'mapped' => false,
  7702.                                         'entity' => 'SaloonComment',
  7703.                                         'ext_filters' => [
  7704.                                             'entity.ipAddress' => 'form:parent.data.id',
  7705.                                         ],
  7706.                                     ],
  7707.                                 ],
  7708.                                 => [
  7709.                                     'type' => 'group',
  7710.                                     'label' => 'Ban history',
  7711.                                 ],
  7712.                                 => [
  7713.                                     'property' => 'commentBans',
  7714.                                     'type' => 'embedded_list',
  7715.                                     'type_options' => [
  7716.                                         'mapped' => false,
  7717.                                         'entity' => 'IpAddressCommentBan',
  7718.                                         'ext_filters' => [
  7719.                                             'entity.ipAddress' => 'form:parent.data.id',
  7720.                                         ],
  7721.                                     ],
  7722.                                 ],
  7723.                             ],
  7724.                         ],
  7725.                         'new' => [
  7726.                             'title' => 'New IP or Network',
  7727.                             'fields' => [
  7728.                                 => [
  7729.                                     'property' => 'ip',
  7730.                                     'label' => 'IP',
  7731.                                 ],
  7732.                             ],
  7733.                         ],
  7734.                         'name' => 'IpAddress',
  7735.                     ],
  7736.                     'IpAddressDailyCommentBan' => [
  7737.                         'class' => 'App\\Entity\\System\\IpAddressDailyCommentBan',
  7738.                         'controller' => 'App\\Controller\\Management\\IpAddressDailyCommentBanController',
  7739.                         'label' => 'Temporary comment ban (today)',
  7740.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7741.                         'disabled_actions' => [
  7742.                             => 'new',
  7743.                             => 'delete',
  7744.                         ],
  7745.                         'list' => [
  7746.                             'dql_filter' => 'entity.date >= curdate() AND entity.isReset = 0',
  7747.                             'title' => 'Temporary comment ban (today)',
  7748.                             'actions' => [
  7749.                                 => [
  7750.                                     'name' => 'reset',
  7751.                                     'label' => 'Reset',
  7752.                                 ],
  7753.                                 => [
  7754.                                     'name' => 'deleteComments',
  7755.                                     'label' => 'Delete comments',
  7756.                                 ],
  7757.                             ],
  7758.                             'fields' => [
  7759.                                 => 'id',
  7760.                                 => [
  7761.                                     'property' => 'ipAddress.ip',
  7762.                                     'label' => 'IP',
  7763.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7764.                                 ],
  7765.                                 => [
  7766.                                     'property' => 'date',
  7767.                                     'label' => 'Date',
  7768.                                 ],
  7769.                                 => [
  7770.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7771.                                     'label' => 'Temporary bans',
  7772.                                 ],
  7773.                                 => [
  7774.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7775.                                     'label' => 'Permanent bans',
  7776.                                 ],
  7777.                                 => [
  7778.                                     'property' => 'isReset',
  7779.                                     'type' => 'boolean',
  7780.                                 ],
  7781.                             ],
  7782.                         ],
  7783.                         'edit' => [
  7784.                             'fields' => [
  7785.                                 => [
  7786.                                     'property' => 'id',
  7787.                                     'label' => 'id',
  7788.                                     'type_options' => [
  7789.                                         'disabled' => true,
  7790.                                     ],
  7791.                                 ],
  7792.                                 => [
  7793.                                     'property' => 'ipAddress',
  7794.                                     'label' => 'IP',
  7795.                                     'type_options' => [
  7796.                                         'disabled' => true,
  7797.                                     ],
  7798.                                 ],
  7799.                                 => [
  7800.                                     'property' => 'date',
  7801.                                     'label' => 'Date',
  7802.                                     'type_options' => [
  7803.                                         'disabled' => true,
  7804.                                     ],
  7805.                                 ],
  7806.                                 => [
  7807.                                     'property' => 'isReset',
  7808.                                     'type_options' => [
  7809.                                         'disabled' => true,
  7810.                                     ],
  7811.                                 ],
  7812.                             ],
  7813.                         ],
  7814.                         'templates' => [
  7815.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7816.                         ],
  7817.                         'name' => 'IpAddressDailyCommentBan',
  7818.                     ],
  7819.                     'IpAddressPermanentCommentBan' => [
  7820.                         'class' => 'App\\Entity\\System\\IpAddressPermanentCommentBan',
  7821.                         'controller' => 'App\\Controller\\Management\\IpAddressPermanentCommentBanController',
  7822.                         'label' => 'Permanent comment ban',
  7823.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7824.                         'disabled_actions' => [
  7825.                             => 'new',
  7826.                             => 'delete',
  7827.                         ],
  7828.                         'list' => [
  7829.                             'dql_filter' => 'entity.isReset = 0',
  7830.                             'title' => 'Permanent comment ban',
  7831.                             'actions' => [
  7832.                                 => [
  7833.                                     'name' => 'reset',
  7834.                                     'label' => 'Reset',
  7835.                                 ],
  7836.                                 => [
  7837.                                     'name' => 'deleteComments',
  7838.                                     'label' => 'Delete comments',
  7839.                                 ],
  7840.                             ],
  7841.                             'fields' => [
  7842.                                 => 'id',
  7843.                                 => [
  7844.                                     'property' => 'ipAddress.ip',
  7845.                                     'label' => 'IP',
  7846.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7847.                                 ],
  7848.                                 => [
  7849.                                     'property' => 'date',
  7850.                                     'label' => 'Date',
  7851.                                 ],
  7852.                                 => [
  7853.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7854.                                     'label' => 'Temporary bans',
  7855.                                 ],
  7856.                                 => [
  7857.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7858.                                     'label' => 'Permanent bans',
  7859.                                 ],
  7860.                                 => [
  7861.                                     'property' => 'isReset',
  7862.                                     'type' => 'boolean',
  7863.                                 ],
  7864.                             ],
  7865.                         ],
  7866.                         'edit' => [
  7867.                             'fields' => [
  7868.                                 => [
  7869.                                     'property' => 'id',
  7870.                                     'label' => 'id',
  7871.                                     'type_options' => [
  7872.                                         'disabled' => true,
  7873.                                     ],
  7874.                                 ],
  7875.                                 => [
  7876.                                     'property' => 'ipAddress',
  7877.                                     'label' => 'IP',
  7878.                                     'type_options' => [
  7879.                                         'disabled' => true,
  7880.                                     ],
  7881.                                 ],
  7882.                                 => [
  7883.                                     'property' => 'date',
  7884.                                     'label' => 'Date',
  7885.                                     'type_options' => [
  7886.                                         'disabled' => true,
  7887.                                     ],
  7888.                                 ],
  7889.                                 => [
  7890.                                     'property' => 'isReset',
  7891.                                     'type_options' => [
  7892.                                         'disabled' => true,
  7893.                                     ],
  7894.                                 ],
  7895.                             ],
  7896.                         ],
  7897.                         'templates' => [
  7898.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7899.                         ],
  7900.                         'name' => 'IpAddressPermanentCommentBan',
  7901.                     ],
  7902.                     'IpAddressCommentBan' => [
  7903.                         'class' => 'App\\Entity\\System\\IpAddressCommentBan',
  7904.                         'controller' => 'App\\Controller\\Management\\IpAddressCommentBanController',
  7905.                         'label' => 'Comment ban history',
  7906.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7907.                         'disabled_actions' => [
  7908.                             => 'new',
  7909.                             => 'delete',
  7910.                         ],
  7911.                         'list' => [
  7912.                             'title' => 'Comment ban history',
  7913.                             'actions' => [
  7914.                                 => [
  7915.                                     'name' => 'deleteComments',
  7916.                                     'label' => 'Delete comments',
  7917.                                 ],
  7918.                             ],
  7919.                             'fields' => [
  7920.                                 => 'id',
  7921.                                 => [
  7922.                                     'property' => 'ipAddress.ip',
  7923.                                     'label' => 'IP',
  7924.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7925.                                 ],
  7926.                                 => [
  7927.                                     'property' => 'date',
  7928.                                     'label' => 'Date',
  7929.                                 ],
  7930.                                 => [
  7931.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7932.                                     'label' => 'Temporary bans',
  7933.                                 ],
  7934.                                 => [
  7935.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7936.                                     'label' => 'Permanent bans',
  7937.                                 ],
  7938.                                 => [
  7939.                                     'property' => 'isReset',
  7940.                                     'type' => 'boolean',
  7941.                                 ],
  7942.                                 => [
  7943.                                     'property' => 'type',
  7944.                                 ],
  7945.                             ],
  7946.                         ],
  7947.                         'edit' => [
  7948.                             'fields' => [
  7949.                                 => [
  7950.                                     'property' => 'id',
  7951.                                     'label' => 'id',
  7952.                                     'type_options' => [
  7953.                                         'disabled' => true,
  7954.                                     ],
  7955.                                 ],
  7956.                                 => [
  7957.                                     'property' => 'ipAddress',
  7958.                                     'label' => 'IP',
  7959.                                     'type_options' => [
  7960.                                         'disabled' => true,
  7961.                                     ],
  7962.                                 ],
  7963.                                 => [
  7964.                                     'property' => 'date',
  7965.                                     'label' => 'Date',
  7966.                                     'type_options' => [
  7967.                                         'disabled' => true,
  7968.                                     ],
  7969.                                 ],
  7970.                                 => [
  7971.                                     'property' => 'isReset',
  7972.                                     'type_options' => [
  7973.                                         'disabled' => true,
  7974.                                     ],
  7975.                                 ],
  7976.                             ],
  7977.                         ],
  7978.                         'templates' => [
  7979.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7980.                         ],
  7981.                         'name' => 'IpAddressCommentBan',
  7982.                     ],
  7983.                     'AccountProfile' => [
  7984.                         'class' => 'App\\Entity\\Profile\\Profile',
  7985.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7986.                         'disabled_actions' => [
  7987.                             => 'new',
  7988.                         ],
  7989.                         'list' => [
  7990.                             'title' => 'Owned profiles',
  7991.                             'fields' => [
  7992.                                 => [
  7993.                                     'property' => 'id',
  7994.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7995.                                 ],
  7996.                                 => [
  7997.                                     'property' => 'name',
  7998.                                     'label' => 'Name',
  7999.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  8000.                                     'css_class' => 'profile_name_link',
  8001.                                 ],
  8002.                                 => [
  8003.                                     'property' => 'phoneNumber',
  8004.                                     'label' => 'Phone',
  8005.                                 ],
  8006.                                 => [
  8007.                                     'property' => 'city.name',
  8008.                                     'label' => 'City',
  8009.                                 ],
  8010.                                 => [
  8011.                                     'property' => 'owner.nickname',
  8012.                                     'label' => 'Owner',
  8013.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  8014.                                 ],
  8015.                                 => 'createdAt',
  8016.                                 => [
  8017.                                     'property' => 'approved',
  8018.                                     'type' => 'boolean',
  8019.                                 ],
  8020.                                 => [
  8021.                                     'property' => 'isDeleted',
  8022.                                     'type' => 'boolean',
  8023.                                     'label' => 'Deleted',
  8024.                                 ],
  8025.                                 => [
  8026.                                     'property' => 'moderationStatus',
  8027.                                     'type' => 'boolean',
  8028.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  8029.                                 ],
  8030.                                 => [
  8031.                                     'property' => 'isMediaProcessed',
  8032.                                     'type' => 'boolean',
  8033.                                     'label' => 'All video processed',
  8034.                                 ],
  8035.                             ],
  8036.                         ],
  8037.                         'form' => [
  8038.                             'form_options' => [
  8039.                                 'validation_groups' => [
  8040.                                     => 'Edit',
  8041.                                 ],
  8042.                             ],
  8043.                         ],
  8044.                         'templates' => [
  8045.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8046.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  8047.                         ],
  8048.                         'name' => 'AccountProfile',
  8049.                     ],
  8050.                     'AccountSaloon' => [
  8051.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  8052.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  8053.                         'disabled_actions' => [
  8054.                             => 'new',
  8055.                         ],
  8056.                         'list' => [
  8057.                             'title' => 'Owned saloons',
  8058.                             'fields' => [
  8059.                                 => [
  8060.                                     'property' => 'id',
  8061.                                     'template' => 'EasyAdmin/field_id.html.twig',
  8062.                                 ],
  8063.                                 => [
  8064.                                     'property' => 'name',
  8065.                                     'label' => 'Name',
  8066.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  8067.                                     'css_class' => 'profile_name_link',
  8068.                                 ],
  8069.                                 => [
  8070.                                     'property' => 'phoneNumber',
  8071.                                     'label' => 'Phone',
  8072.                                 ],
  8073.                                 => [
  8074.                                     'property' => 'city.name',
  8075.                                     'label' => 'City',
  8076.                                 ],
  8077.                                 => [
  8078.                                     'property' => 'owner.nickname',
  8079.                                     'label' => 'Owner',
  8080.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  8081.                                 ],
  8082.                                 => 'createdAt',
  8083.                                 => [
  8084.                                     'property' => 'isDeleted',
  8085.                                     'type' => 'boolean',
  8086.                                     'label' => 'Deleted',
  8087.                                 ],
  8088.                                 => [
  8089.                                     'property' => 'isMediaProcessed',
  8090.                                     'type' => 'boolean',
  8091.                                     'label' => 'All video processed',
  8092.                                 ],
  8093.                             ],
  8094.                         ],
  8095.                         'form' => [
  8096.                             'form_options' => [
  8097.                                 'validation_groups' => [
  8098.                                     => 'Edit',
  8099.                                 ],
  8100.                             ],
  8101.                         ],
  8102.                         'templates' => [
  8103.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8104.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  8105.                         ],
  8106.                         'name' => 'AccountSaloon',
  8107.                     ],
  8108.                     'AccountEnrollments' => [
  8109.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  8110.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8111.                         'disabled_actions' => [
  8112.                             => 'new',
  8113.                             => 'edit',
  8114.                             => 'delete',
  8115.                         ],
  8116.                         'list' => [
  8117.                             'title' => 'Enrollments',
  8118.                             'fields' => [
  8119.                                 => 'id',
  8120.                                 => [
  8121.                                     'property' => 'account',
  8122.                                     'label' => 'Account',
  8123.                                 ],
  8124.                                 => [
  8125.                                     'property' => 'date',
  8126.                                     'label' => 'Date',
  8127.                                 ],
  8128.                                 => [
  8129.                                     'property' => 'paidMoney',
  8130.                                     'label' => 'Paid',
  8131.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8132.                                 ],
  8133.                                 => [
  8134.                                     'property' => 'enrolledMoney',
  8135.                                     'label' => 'Enrolled',
  8136.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8137.                                 ],
  8138.                                 => [
  8139.                                     'property' => 'redeemedToken',
  8140.                                     'label' => 'Pin-code',
  8141.                                 ],
  8142.                                 => [
  8143.                                     'property' => 'enrolledByDescription',
  8144.                                     'label' => 'Enrolled By',
  8145.                                 ],
  8146.                             ],
  8147.                         ],
  8148.                         'templates' => [
  8149.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8150.                         ],
  8151.                         'name' => 'AccountEnrollments',
  8152.                     ],
  8153.                     'AccountCharges' => [
  8154.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  8155.                         'controller' => 'App\\Controller\\Management\\AccountChargesController',
  8156.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8157.                         'disabled_actions' => [
  8158.                             => 'new',
  8159.                             => 'edit',
  8160.                             => 'delete',
  8161.                         ],
  8162.                         'list' => [
  8163.                             'title' => 'Charges',
  8164.                             'fields' => [
  8165.                                 => 'id',
  8166.                                 => [
  8167.                                     'property' => 'account',
  8168.                                     'label' => 'Account',
  8169.                                 ],
  8170.                                 => [
  8171.                                     'property' => 'date',
  8172.                                     'label' => 'Date',
  8173.                                 ],
  8174.                                 => [
  8175.                                     'property' => 'chargedMoney',
  8176.                                     'label' => 'Charged',
  8177.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8178.                                 ],
  8179.                                 => [
  8180.                                     'property' => 'link',
  8181.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  8182.                                 ],
  8183.                                 => [
  8184.                                     'property' => 'price',
  8185.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  8186.                                 ],
  8187.                                 => [
  8188.                                     'property' => 'placementStart',
  8189.                                 ],
  8190.                                 => [
  8191.                                     'property' => 'placementEnd',
  8192.                                 ],
  8193.                             ],
  8194.                         ],
  8195.                         'templates' => [
  8196.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8197.                         ],
  8198.                         'name' => 'AccountCharges',
  8199.                     ],
  8200.                 ],
  8201.                 'formats' => [
  8202.                     'date' => 'Y-m-d',
  8203.                     'time' => 'H:i:s',
  8204.                     'datetime' => 'F j, Y H:i',
  8205.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  8206.                 ],
  8207.                 'disabled_actions' => [
  8208.                 ],
  8209.                 'translation_domain' => 'messages',
  8210.                 'list' => [
  8211.                     'actions' => [
  8212.                     ],
  8213.                     'collapse_actions' => false,
  8214.                     'batch_actions' => [
  8215.                     ],
  8216.                     'max_results' => 15,
  8217.                     'item_permission' => NULL,
  8218.                 ],
  8219.                 'search' => [
  8220.                 ],
  8221.                 'edit' => [
  8222.                     'actions' => [
  8223.                     ],
  8224.                     'item_permission' => NULL,
  8225.                 ],
  8226.                 'new' => [
  8227.                     'actions' => [
  8228.                     ],
  8229.                     'item_permission' => NULL,
  8230.                 ],
  8231.                 'show' => [
  8232.                     'actions' => [
  8233.                     ],
  8234.                     'max_results' => 10,
  8235.                     'item_permission' => NULL,
  8236.                 ],
  8237.             ]; break;
  8238.             case 'oneup_uploader.chunks'$value = [
  8239.                 'maxage' => 604800,
  8240.                 'storage' => [
  8241.                     'type' => 'filesystem',
  8242.                     'filesystem' => NULL,
  8243.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8244.                     'stream_wrapper' => NULL,
  8245.                     'sync_buffer_size' => '100K',
  8246.                     'prefix' => 'chunks',
  8247.                 ],
  8248.                 'load_distribution' => true,
  8249.             ]; break;
  8250.             case 'oneup_uploader.orphanage'$value = [
  8251.                 'maxage' => 604800,
  8252.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8253.             ]; break;
  8254.             case 'oneup_uploader.config'$value = [
  8255.                 'mappings' => [
  8256.                     'process_queue' => [
  8257.                         'frontend' => 'dropzone',
  8258.                         'namer' => 'oneup_uploader.namer.uniqid',
  8259.                         'storage' => [
  8260.                             'type' => 'flysystem',
  8261.                             'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  8262.                             'service' => NULL,
  8263.                             'directory' => NULL,
  8264.                             'stream_wrapper' => NULL,
  8265.                             'sync_buffer_size' => '100K',
  8266.                         ],
  8267.                         'custom_frontend' => [
  8268.                             'name' => NULL,
  8269.                             'class' => NULL,
  8270.                         ],
  8271.                         'route_prefix' => '',
  8272.                         'endpoints' => [
  8273.                             'upload' => NULL,
  8274.                             'progress' => NULL,
  8275.                             'cancel' => NULL,
  8276.                         ],
  8277.                         'allowed_mimetypes' => [
  8278.                         ],
  8279.                         'disallowed_mimetypes' => [
  8280.                         ],
  8281.                         'error_handler' => NULL,
  8282.                         'max_size' => 9223372036854775807,
  8283.                         'use_orphanage' => false,
  8284.                         'enable_progress' => false,
  8285.                         'enable_cancelation' => false,
  8286.                         'root_folder' => false,
  8287.                     ],
  8288.                     'tmp_media' => [
  8289.                         'frontend' => 'dropzone',
  8290.                         'namer' => 'file_namer.tmp_media',
  8291.                         'storage' => [
  8292.                             'type' => 'flysystem',
  8293.                             'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  8294.                             'service' => NULL,
  8295.                             'directory' => NULL,
  8296.                             'stream_wrapper' => NULL,
  8297.                             'sync_buffer_size' => '100K',
  8298.                         ],
  8299.                         'custom_frontend' => [
  8300.                             'name' => NULL,
  8301.                             'class' => NULL,
  8302.                         ],
  8303.                         'route_prefix' => '',
  8304.                         'endpoints' => [
  8305.                             'upload' => NULL,
  8306.                             'progress' => NULL,
  8307.                             'cancel' => NULL,
  8308.                         ],
  8309.                         'allowed_mimetypes' => [
  8310.                         ],
  8311.                         'disallowed_mimetypes' => [
  8312.                         ],
  8313.                         'error_handler' => NULL,
  8314.                         'max_size' => 9223372036854775807,
  8315.                         'use_orphanage' => false,
  8316.                         'enable_progress' => false,
  8317.                         'enable_cancelation' => false,
  8318.                         'root_folder' => false,
  8319.                     ],
  8320.                     'user_media' => [
  8321.                         'frontend' => 'dropzone',
  8322.                         'namer' => 'file_namer.user_media',
  8323.                         'storage' => [
  8324.                             'type' => 'flysystem',
  8325.                             'filesystem' => 'oneup_flysystem.user_media_filesystem',
  8326.                             'service' => NULL,
  8327.                             'directory' => NULL,
  8328.                             'stream_wrapper' => NULL,
  8329.                             'sync_buffer_size' => '100K',
  8330.                         ],
  8331.                         'custom_frontend' => [
  8332.                             'name' => NULL,
  8333.                             'class' => NULL,
  8334.                         ],
  8335.                         'route_prefix' => '',
  8336.                         'endpoints' => [
  8337.                             'upload' => NULL,
  8338.                             'progress' => NULL,
  8339.                             'cancel' => NULL,
  8340.                         ],
  8341.                         'allowed_mimetypes' => [
  8342.                         ],
  8343.                         'disallowed_mimetypes' => [
  8344.                         ],
  8345.                         'error_handler' => NULL,
  8346.                         'max_size' => 9223372036854775807,
  8347.                         'use_orphanage' => false,
  8348.                         'enable_progress' => false,
  8349.                         'enable_cancelation' => false,
  8350.                         'root_folder' => false,
  8351.                     ],
  8352.                     'profile_photo' => [
  8353.                         'frontend' => 'dropzone',
  8354.                         'namer' => 'file_namer.profile_media',
  8355.                         'storage' => [
  8356.                             'type' => 'flysystem',
  8357.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8358.                             'service' => NULL,
  8359.                             'directory' => NULL,
  8360.                             'stream_wrapper' => NULL,
  8361.                             'sync_buffer_size' => '100K',
  8362.                         ],
  8363.                         'custom_frontend' => [
  8364.                             'name' => NULL,
  8365.                             'class' => NULL,
  8366.                         ],
  8367.                         'route_prefix' => '',
  8368.                         'endpoints' => [
  8369.                             'upload' => NULL,
  8370.                             'progress' => NULL,
  8371.                             'cancel' => NULL,
  8372.                         ],
  8373.                         'allowed_mimetypes' => [
  8374.                         ],
  8375.                         'disallowed_mimetypes' => [
  8376.                         ],
  8377.                         'error_handler' => NULL,
  8378.                         'max_size' => 9223372036854775807,
  8379.                         'use_orphanage' => false,
  8380.                         'enable_progress' => false,
  8381.                         'enable_cancelation' => false,
  8382.                         'root_folder' => false,
  8383.                     ],
  8384.                     'profile_media_avatar' => [
  8385.                         'frontend' => 'dropzone',
  8386.                         'namer' => 'file_namer.profile_media',
  8387.                         'storage' => [
  8388.                             'type' => 'flysystem',
  8389.                             'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  8390.                             'service' => NULL,
  8391.                             'directory' => NULL,
  8392.                             'stream_wrapper' => NULL,
  8393.                             'sync_buffer_size' => '100K',
  8394.                         ],
  8395.                         'custom_frontend' => [
  8396.                             'name' => NULL,
  8397.                             'class' => NULL,
  8398.                         ],
  8399.                         'route_prefix' => '',
  8400.                         'endpoints' => [
  8401.                             'upload' => NULL,
  8402.                             'progress' => NULL,
  8403.                             'cancel' => NULL,
  8404.                         ],
  8405.                         'allowed_mimetypes' => [
  8406.                         ],
  8407.                         'disallowed_mimetypes' => [
  8408.                         ],
  8409.                         'error_handler' => NULL,
  8410.                         'max_size' => 9223372036854775807,
  8411.                         'use_orphanage' => false,
  8412.                         'enable_progress' => false,
  8413.                         'enable_cancelation' => false,
  8414.                         'root_folder' => false,
  8415.                     ],
  8416.                     'profile_media_approval' => [
  8417.                         'frontend' => 'dropzone',
  8418.                         'namer' => 'file_namer.profile_media_approval',
  8419.                         'storage' => [
  8420.                             'type' => 'flysystem',
  8421.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8422.                             'service' => NULL,
  8423.                             'directory' => NULL,
  8424.                             'stream_wrapper' => NULL,
  8425.                             'sync_buffer_size' => '100K',
  8426.                         ],
  8427.                         'custom_frontend' => [
  8428.                             'name' => NULL,
  8429.                             'class' => NULL,
  8430.                         ],
  8431.                         'route_prefix' => '',
  8432.                         'endpoints' => [
  8433.                             'upload' => NULL,
  8434.                             'progress' => NULL,
  8435.                             'cancel' => NULL,
  8436.                         ],
  8437.                         'allowed_mimetypes' => [
  8438.                         ],
  8439.                         'disallowed_mimetypes' => [
  8440.                         ],
  8441.                         'error_handler' => NULL,
  8442.                         'max_size' => 9223372036854775807,
  8443.                         'use_orphanage' => false,
  8444.                         'enable_progress' => false,
  8445.                         'enable_cancelation' => false,
  8446.                         'root_folder' => false,
  8447.                     ],
  8448.                     'profile_face_photo' => [
  8449.                         'frontend' => 'dropzone',
  8450.                         'namer' => 'file_namer.profile_media_approval',
  8451.                         'storage' => [
  8452.                             'type' => 'flysystem',
  8453.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8454.                             'service' => NULL,
  8455.                             'directory' => NULL,
  8456.                             'stream_wrapper' => NULL,
  8457.                             'sync_buffer_size' => '100K',
  8458.                         ],
  8459.                         'custom_frontend' => [
  8460.                             'name' => NULL,
  8461.                             'class' => NULL,
  8462.                         ],
  8463.                         'route_prefix' => '',
  8464.                         'endpoints' => [
  8465.                             'upload' => NULL,
  8466.                             'progress' => NULL,
  8467.                             'cancel' => NULL,
  8468.                         ],
  8469.                         'allowed_mimetypes' => [
  8470.                         ],
  8471.                         'disallowed_mimetypes' => [
  8472.                         ],
  8473.                         'error_handler' => NULL,
  8474.                         'max_size' => 9223372036854775807,
  8475.                         'use_orphanage' => false,
  8476.                         'enable_progress' => false,
  8477.                         'enable_cancelation' => false,
  8478.                         'root_folder' => false,
  8479.                     ],
  8480.                     'profile_selfie' => [
  8481.                         'frontend' => 'dropzone',
  8482.                         'namer' => 'file_namer.profile_media',
  8483.                         'storage' => [
  8484.                             'type' => 'flysystem',
  8485.                             'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  8486.                             'service' => NULL,
  8487.                             'directory' => NULL,
  8488.                             'stream_wrapper' => NULL,
  8489.                             'sync_buffer_size' => '100K',
  8490.                         ],
  8491.                         'custom_frontend' => [
  8492.                             'name' => NULL,
  8493.                             'class' => NULL,
  8494.                         ],
  8495.                         'route_prefix' => '',
  8496.                         'endpoints' => [
  8497.                             'upload' => NULL,
  8498.                             'progress' => NULL,
  8499.                             'cancel' => NULL,
  8500.                         ],
  8501.                         'allowed_mimetypes' => [
  8502.                         ],
  8503.                         'disallowed_mimetypes' => [
  8504.                         ],
  8505.                         'error_handler' => NULL,
  8506.                         'max_size' => 9223372036854775807,
  8507.                         'use_orphanage' => false,
  8508.                         'enable_progress' => false,
  8509.                         'enable_cancelation' => false,
  8510.                         'root_folder' => false,
  8511.                     ],
  8512.                     'profile_video' => [
  8513.                         'frontend' => 'dropzone',
  8514.                         'namer' => 'file_namer.profile_media',
  8515.                         'storage' => [
  8516.                             'type' => 'flysystem',
  8517.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8518.                             'service' => NULL,
  8519.                             'directory' => NULL,
  8520.                             'stream_wrapper' => NULL,
  8521.                             'sync_buffer_size' => '100K',
  8522.                         ],
  8523.                         'custom_frontend' => [
  8524.                             'name' => NULL,
  8525.                             'class' => NULL,
  8526.                         ],
  8527.                         'route_prefix' => '',
  8528.                         'endpoints' => [
  8529.                             'upload' => NULL,
  8530.                             'progress' => NULL,
  8531.                             'cancel' => NULL,
  8532.                         ],
  8533.                         'allowed_mimetypes' => [
  8534.                         ],
  8535.                         'disallowed_mimetypes' => [
  8536.                         ],
  8537.                         'error_handler' => NULL,
  8538.                         'max_size' => 9223372036854775807,
  8539.                         'use_orphanage' => false,
  8540.                         'enable_progress' => false,
  8541.                         'enable_cancelation' => false,
  8542.                         'root_folder' => false,
  8543.                     ],
  8544.                     'saloon_media' => [
  8545.                         'frontend' => 'dropzone',
  8546.                         'namer' => 'file_namer.saloon_media',
  8547.                         'storage' => [
  8548.                             'type' => 'flysystem',
  8549.                             'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  8550.                             'service' => NULL,
  8551.                             'directory' => NULL,
  8552.                             'stream_wrapper' => NULL,
  8553.                             'sync_buffer_size' => '100K',
  8554.                         ],
  8555.                         'custom_frontend' => [
  8556.                             'name' => NULL,
  8557.                             'class' => NULL,
  8558.                         ],
  8559.                         'route_prefix' => '',
  8560.                         'endpoints' => [
  8561.                             'upload' => NULL,
  8562.                             'progress' => NULL,
  8563.                             'cancel' => NULL,
  8564.                         ],
  8565.                         'allowed_mimetypes' => [
  8566.                         ],
  8567.                         'disallowed_mimetypes' => [
  8568.                         ],
  8569.                         'error_handler' => NULL,
  8570.                         'max_size' => 9223372036854775807,
  8571.                         'use_orphanage' => false,
  8572.                         'enable_progress' => false,
  8573.                         'enable_cancelation' => false,
  8574.                         'root_folder' => false,
  8575.                     ],
  8576.                     'saloon_media_thumb' => [
  8577.                         'frontend' => 'dropzone',
  8578.                         'namer' => 'file_namer.saloon_media_thumb',
  8579.                         'storage' => [
  8580.                             'type' => 'flysystem',
  8581.                             'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  8582.                             'service' => NULL,
  8583.                             'directory' => NULL,
  8584.                             'stream_wrapper' => NULL,
  8585.                             'sync_buffer_size' => '100K',
  8586.                         ],
  8587.                         'custom_frontend' => [
  8588.                             'name' => NULL,
  8589.                             'class' => NULL,
  8590.                         ],
  8591.                         'route_prefix' => '',
  8592.                         'endpoints' => [
  8593.                             'upload' => NULL,
  8594.                             'progress' => NULL,
  8595.                             'cancel' => NULL,
  8596.                         ],
  8597.                         'allowed_mimetypes' => [
  8598.                         ],
  8599.                         'disallowed_mimetypes' => [
  8600.                         ],
  8601.                         'error_handler' => NULL,
  8602.                         'max_size' => 9223372036854775807,
  8603.                         'use_orphanage' => false,
  8604.                         'enable_progress' => false,
  8605.                         'enable_cancelation' => false,
  8606.                         'root_folder' => false,
  8607.                     ],
  8608.                     'saloon_media_video' => [
  8609.                         'frontend' => 'dropzone',
  8610.                         'namer' => 'file_namer.saloon_media_video',
  8611.                         'storage' => [
  8612.                             'type' => 'flysystem',
  8613.                             'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  8614.                             'service' => NULL,
  8615.                             'directory' => NULL,
  8616.                             'stream_wrapper' => NULL,
  8617.                             'sync_buffer_size' => '100K',
  8618.                         ],
  8619.                         'custom_frontend' => [
  8620.                             'name' => NULL,
  8621.                             'class' => NULL,
  8622.                         ],
  8623.                         'route_prefix' => '',
  8624.                         'endpoints' => [
  8625.                             'upload' => NULL,
  8626.                             'progress' => NULL,
  8627.                             'cancel' => NULL,
  8628.                         ],
  8629.                         'allowed_mimetypes' => [
  8630.                         ],
  8631.                         'disallowed_mimetypes' => [
  8632.                         ],
  8633.                         'error_handler' => NULL,
  8634.                         'max_size' => 9223372036854775807,
  8635.                         'use_orphanage' => false,
  8636.                         'enable_progress' => false,
  8637.                         'enable_cancelation' => false,
  8638.                         'root_folder' => false,
  8639.                     ],
  8640.                 ],
  8641.                 'chunks' => [
  8642.                     'maxage' => 604800,
  8643.                     'storage' => [
  8644.                         'type' => 'filesystem',
  8645.                         'filesystem' => NULL,
  8646.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8647.                         'stream_wrapper' => NULL,
  8648.                         'sync_buffer_size' => '100K',
  8649.                         'prefix' => 'chunks',
  8650.                     ],
  8651.                     'load_distribution' => true,
  8652.                 ],
  8653.                 'orphanage' => [
  8654.                     'maxage' => 604800,
  8655.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8656.                 ],
  8657.                 'twig' => true,
  8658.             ]; break;
  8659.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  8660.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  8661.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8662.         }
  8663.         $this->loadedDynamicParameters[$name] = true;
  8664.         return $this->dynamicParameters[$name] = $value;
  8665.     }
  8666.     protected function getDefaultParameters(): array
  8667.     {
  8668.         return [
  8669.             'kernel.project_dir' => \dirname(__DIR__4),
  8670.             'kernel.environment' => 'review',
  8671.             'kernel.debug' => true,
  8672.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8673.             'kernel.bundles' => [
  8674.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8675.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8676.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8677.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8678.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8679.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8680.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8681.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8682.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  8683.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  8684.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  8685.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  8686.                 'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
  8687.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  8688.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  8689.                 'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
  8690.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  8691.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  8692.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  8693.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  8694.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  8695.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  8696.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  8697.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  8698.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  8699.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8700.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  8701.                 'AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\AngelGamezTranslatableBundle',
  8702.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  8703.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  8704.                 'AngelGamezPorpaginasBundle' => 'AngelGamez\\PorpaginasBundle\\AngelGamezPorpaginasBundle',
  8705.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8706.                 'GeographicalNamesInflectionBundle' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle\\GeographicalNamesInflectionBundle',
  8707.                 'MorphosTwigBundle' => 'BigIdea\\Bundle\\MorphosTwigBundle\\MorphosTwigBundle',
  8708.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  8709.             ],
  8710.             'kernel.bundles_metadata' => [
  8711.                 'FrameworkBundle' => [
  8712.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8713.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8714.                 ],
  8715.                 'SensioFrameworkExtraBundle' => [
  8716.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8717.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8718.                 ],
  8719.                 'DoctrineBundle' => [
  8720.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8721.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8722.                 ],
  8723.                 'SecurityBundle' => [
  8724.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8725.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8726.                 ],
  8727.                 'TwigBundle' => [
  8728.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8729.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8730.                 ],
  8731.                 'WebProfilerBundle' => [
  8732.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8733.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8734.                 ],
  8735.                 'MonologBundle' => [
  8736.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8737.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8738.                 ],
  8739.                 'DebugBundle' => [
  8740.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8741.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8742.                 ],
  8743.                 'KnpMenuBundle' => [
  8744.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  8745.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  8746.                 ],
  8747.                 'StofDoctrineExtensionsBundle' => [
  8748.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  8749.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  8750.                 ],
  8751.                 'CocurSlugifyBundle' => [
  8752.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  8753.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  8754.                 ],
  8755.                 'NelmioCorsBundle' => [
  8756.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  8757.                     'namespace' => 'Nelmio\\CorsBundle',
  8758.                 ],
  8759.                 'FlagceptionBundle' => [
  8760.                     'path' => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src'),
  8761.                     'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
  8762.                 ],
  8763.                 'PrestaSitemapBundle' => [
  8764.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  8765.                     'namespace' => 'Presta\\SitemapBundle',
  8766.                 ],
  8767.                 'EasyAdminBundle' => [
  8768.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  8769.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  8770.                 ],
  8771.                 'EasyAdminExtensionBundle' => [
  8772.                     'path' => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src'),
  8773.                     'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
  8774.                 ],
  8775.                 'OneupFlysystemBundle' => [
  8776.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  8777.                     'namespace' => 'Oneup\\FlysystemBundle',
  8778.                 ],
  8779.                 'OneupUploaderBundle' => [
  8780.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  8781.                     'namespace' => 'Oneup\\UploaderBundle',
  8782.                 ],
  8783.                 'DoctrineFixturesBundle' => [
  8784.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  8785.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  8786.                 ],
  8787.                 'SncRedisBundle' => [
  8788.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src'),
  8789.                     'namespace' => 'Snc\\RedisBundle',
  8790.                 ],
  8791.                 'FOSJsRoutingBundle' => [
  8792.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  8793.                     'namespace' => 'FOS\\JsRoutingBundle',
  8794.                 ],
  8795.                 'EightPointsGuzzleBundle' => [
  8796.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  8797.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  8798.                 ],
  8799.                 'SentryBundle' => [
  8800.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  8801.                     'namespace' => 'Sentry\\SentryBundle',
  8802.                 ],
  8803.                 'FOSElasticaBundle' => [
  8804.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  8805.                     'namespace' => 'FOS\\ElasticaBundle',
  8806.                 ],
  8807.                 'EWZRecaptchaBundle' => [
  8808.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  8809.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  8810.                 ],
  8811.                 'DoctrineMigrationsBundle' => [
  8812.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8813.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8814.                 ],
  8815.                 'WebpackEncoreBundle' => [
  8816.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  8817.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  8818.                 ],
  8819.                 'AngelGamezTranslatableBundle' => [
  8820.                     'path' => (\dirname(__DIR__4).'/packages/translatable-bundle'),
  8821.                     'namespace' => 'AngelGamez\\TranslatableBundle',
  8822.                 ],
  8823.                 'MisdPhoneNumberBundle' => [
  8824.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  8825.                     'namespace' => 'Misd\\PhoneNumberBundle',
  8826.                 ],
  8827.                 'KnpPaginatorBundle' => [
  8828.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  8829.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  8830.                 ],
  8831.                 'AngelGamezPorpaginasBundle' => [
  8832.                     'path' => (\dirname(__DIR__4).'/packages/porpaginas-bundle'),
  8833.                     'namespace' => 'AngelGamez\\PorpaginasBundle',
  8834.                 ],
  8835.                 'TwigExtraBundle' => [
  8836.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8837.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8838.                 ],
  8839.                 'GeographicalNamesInflectionBundle' => [
  8840.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src'),
  8841.                     'namespace' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle',
  8842.                 ],
  8843.                 'MorphosTwigBundle' => [
  8844.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src'),
  8845.                     'namespace' => 'BigIdea\\Bundle\\MorphosTwigBundle',
  8846.                 ],
  8847.                 'NelmioApiDocBundle' => [
  8848.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  8849.                     'namespace' => 'Nelmio\\ApiDocBundle',
  8850.                 ],
  8851.             ],
  8852.             'kernel.charset' => 'UTF-8',
  8853.             'kernel.container_class' => 'App_KernelReviewDebugContainer',
  8854.             'container.dumper.inline_class_loader' => true,
  8855.             'env(DATABASE_URL)' => '',
  8856.             'env(TRUSTED_PROXIES)' => '127.0.0.1,192.168.0.1/16',
  8857.             'env(TRUSTED_PROXIES_CONFIG)' => '',
  8858.             'env(ROTATION_UPDATE_STREAM)' => 'rotation_update_stream',
  8859.             'common_filesystem_permissions' => [
  8860.                 'permissions' => [
  8861.                     'file' => [
  8862.                         'public' => 420,
  8863.                         'private' => 420,
  8864.                     ],
  8865.                     'dir' => [
  8866.                         'public' => 493,
  8867.                         'private' => 493,
  8868.                     ],
  8869.                 ],
  8870.             ],
  8871.             'env(SENTRY_DSN)' => '',
  8872.             'env(APP_VERSION_FILE)' => (\dirname(__DIR__4).'/.app.version'),
  8873.             'env(REDIS_URL)' => NULL,
  8874.             'env(REVIEW_PROFILER_TOOLBAR)' => true,
  8875.             'env(USE_LEGACY_DOMAIN_REDIRECTOR)' => 'false',
  8876.             'env(REDIRECT_PATHS)' => '',
  8877.             'app.stop_words.masks' => [
  8878.                 => 'лесби*',
  8879.                 => 'ЖЖ',
  8880.                 => 'ЖМЖ',
  8881.                 => 'МЖМ',
  8882.                 => 'подружки',
  8883.                 => 'страпон',
  8884.                 => 'би',
  8885.                 => 'ММ',
  8886.                 => 'женщинам',
  8887.                 => 'жиголо',
  8888.                 10 => 'гей',
  8889.                 11 => 'МЖМЖ',
  8890.                 12 => 'групп*',
  8891.                 13 => 'тройничок',
  8892.                 14 => 'пар*',
  8893.                 15 => 'cuckold',
  8894.                 16 => 'куколд',
  8895.                 17 => 'ЛГБТ',
  8896.                 18 => 'транс',
  8897.                 19 => 'shemale',
  8898.                 20 => 'ladyboy',
  8899.                 21 => 'trans*',
  8900.                 22 => 'трап',
  8901.                 23 => 'шмел*',
  8902.                 24 => 'pegging',
  8903.                 25 => 'подру*',
  8904.                 26 => 'гея*',
  8905.                 27 => 'гее*',
  8906.             ],
  8907.             'locale' => 'ru',
  8908.             'app.path.user_avatars' => 'uploads/images/user',
  8909.             'app.smsc.link' => 'https://smsc.ru/sys/send.php?login',
  8910.             'app.smsc.login' => 'mandelshtam',
  8911.             'app.smsc.password' => 'mIh3gwEKy090B90wUal9',
  8912.             'app.profile.status.dir' => (\dirname(__DIR__4).'/artifacts/prices/'),
  8913.             'app.log.dir' => (\dirname(__DIR__3).'/log/'),
  8914.             'app.config.dir' => (\dirname(__DIR__4).'/config/'),
  8915.             'app.allowed_locales' => [
  8916.                 => 'en',
  8917.                 => 'ru',
  8918.             ],
  8919.             'app.redis_ctr_db_index' => '7',
  8920.             'app.path.web' => (\dirname(__DIR__4).'/public/'),
  8921.             'app.path.media.profile' => (\dirname(__DIR__4).'/public//media/profiles/'),
  8922.             'account.setting.advertiser_profile_list_per_page.name' => 'advertiser_profile_list_per_page',
  8923.             'account.setting.advertiser_saloon_list_per_page.name' => 'advertiser_saloon_list_per_page',
  8924.             'account.setting.advertiser_profile_list_ctr_period.name' => 'advertiser_profile_list_ctr_period',
  8925.             'account.setting.advertiser_profile_list_placement_type_filter.name' => 'advertiser_profile_list_placement_type_filter',
  8926.             'account.setting.advertiser_Saloon_list_placement_type_filter.name' => 'advertiser_saloon_list_placement_type_filter',
  8927.             'account.setting.advertiser_profile_list_sort.name' => 'advertiser_profile_list_sort',
  8928.             'account.setting.advertiser_saloon_list_sort.name' => 'advertiser_saloon_list_sort',
  8929.             'account.setting.advertiser_profile_list_sort_direction.name' => 'advertiser_profile_list_sort_direction',
  8930.             'account.setting.advertiser_saloon_list_sort_direction.name' => 'advertiser_saloon_list_sort_direction',
  8931.             'env(GA_TRACKER_ID)' => '',
  8932.             'env(YM_TRACKER_ID)' => '',
  8933.             'env(PAGE_METADATA_VARIANT)' => 'default',
  8934.             'env(DEBUG_ROTATION_API_DATA)' => false,
  8935.             'event_dispatcher.event_aliases' => [
  8936.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8937.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8938.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8939.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8940.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8941.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8942.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8943.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8944.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8945.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8946.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8947.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8948.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8949.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8950.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8951.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8952.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8953.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8954.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8955.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8956.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8957.                 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  8958.                 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  8959.             ],
  8960.             'fragment.renderer.hinclude.global_template' => NULL,
  8961.             'fragment.path' => '/_fragment',
  8962.             'kernel.http_method_override' => true,
  8963.             'kernel.trusted_hosts' => [
  8964.             ],
  8965.             'kernel.default_locale' => 'ru',
  8966.             'kernel.enabled_locales' => [
  8967.             ],
  8968.             'kernel.error_controller' => 'error_controller',
  8969.             'kernel.trusted_headers' => 62,
  8970.             'debug.file_link_format' => NULL,
  8971.             'asset.request_context.base_path' => NULL,
  8972.             'asset.request_context.secure' => NULL,
  8973.             'translator.logging' => false,
  8974.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8975.             'debug.error_handler.throw_at' => -1,
  8976.             'router.request_context.host' => 'localhost',
  8977.             'router.request_context.scheme' => 'http',
  8978.             'router.request_context.base_url' => '',
  8979.             'router.resource' => 'kernel::loadRoutes',
  8980.             'request_listener.http_port' => 80,
  8981.             'request_listener.https_port' => 443,
  8982.             'session.metadata.storage_key' => '_sf2_meta',
  8983.             'session.storage.options' => [
  8984.                 'cache_limiter' => '0',
  8985.                 'cookie_secure' => 'auto',
  8986.                 'cookie_httponly' => true,
  8987.                 'cookie_samesite' => 'lax',
  8988.                 'gc_probability' => 1,
  8989.             ],
  8990.             'session.save_path' => NULL,
  8991.             'session.metadata.update_threshold' => 0,
  8992.             'form.type_extension.csrf.enabled' => true,
  8993.             'form.type_extension.csrf.field_name' => '_token',
  8994.             'validator.translation_domain' => 'validators',
  8995.             'profiler_listener.only_exceptions' => false,
  8996.             'profiler_listener.only_main_requests' => false,
  8997.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8998.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8999.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9000.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9001.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9002.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9003.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9004.             'doctrine.entity_managers' => [
  9005.                 'default' => 'doctrine.orm.default_entity_manager',
  9006.                 'multi_website' => 'doctrine.orm.multi_website_entity_manager',
  9007.             ],
  9008.             'doctrine.default_entity_manager' => 'default',
  9009.             'doctrine.dbal.connection_factory.types' => [
  9010.                 'translatable' => [
  9011.                     'class' => 'AngelGamez\\TranslatableBundle\\Doctrine\\DBAL\\Types\\TranslatableType',
  9012.                 ],
  9013.             ],
  9014.             'doctrine.connections' => [
  9015.                 'default' => 'doctrine.dbal.default_connection',
  9016.                 'multi_website' => 'doctrine.dbal.multi_website_connection',
  9017.             ],
  9018.             'doctrine.default_connection' => 'default',
  9019.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9020.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9021.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9022.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9023.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9024.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9025.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9026.             'doctrine.orm.cache.memcache_port' => 11211,
  9027.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9028.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9029.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9030.             'doctrine.orm.cache.memcached_port' => 11211,
  9031.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9032.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9033.             'doctrine.orm.cache.redis_host' => 'localhost',
  9034.             'doctrine.orm.cache.redis_port' => 6379,
  9035.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9036.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9037.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9038.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9039.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9040.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9041.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9042.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9043.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9044.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9045.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9046.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9047.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9048.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9049.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9050.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9051.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9052.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9053.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9054.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9055.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9056.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9057.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9058.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9059.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9060.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9061.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9062.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9063.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9064.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9065.             'doctrine.orm.auto_generate_proxy_classes' => false,
  9066.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  9067.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9068.             'security.role_hierarchy.roles' => [
  9069.                 'ROLE_ADMIN_ACCESS_SALES' => [
  9070.                     => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  9071.                 ],
  9072.                 'ROLE_ADMIN_ACCESS_ALL' => [
  9073.                     => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  9074.                     => 'ROLE_ADMIN_ACCESS_PROFILES',
  9075.                     => 'ROLE_ADMIN_ACCESS_SALES',
  9076.                     => 'ROLE_ADMIN_ACCESS_SEO',
  9077.                     => 'ROLE_ADMIN_ACCESS_LOCATION',
  9078.                     => 'ROLE_ADMIN_ACCESS_DELETED',
  9079.                     => 'ROLE_ADMIN_ACCESS_OTHER',
  9080.                     => 'ROLE_ACCESS_WALKER',
  9081.                 ],
  9082.             ],
  9083.             'security.access.denied_url' => NULL,
  9084.             'security.authentication.manager.erase_credentials' => true,
  9085.             'security.authentication.session_strategy.strategy' => 'migrate',
  9086.             'security.access.always_authenticate_before_granting' => false,
  9087.             'security.authentication.hide_user_not_found' => true,
  9088.             'security.firewalls' => [
  9089.                 => 'dev',
  9090.                 => 'management',
  9091.                 => 'main',
  9092.             ],
  9093.             'security.management._indexed_authenticators' => [
  9094.             ],
  9095.             'security.main._indexed_authenticators' => [
  9096.             ],
  9097.             'twig.form.resources' => [
  9098.                 => 'form_div_layout.html.twig',
  9099.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  9100.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  9101.             ],
  9102.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9103.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9104.             'web_profiler.debug_toolbar.mode' => 2,
  9105.             'monolog.use_microseconds' => true,
  9106.             'monolog.swift_mailer.handlers' => [
  9107.             ],
  9108.             'monolog.handlers_to_channels' => [
  9109.                 'monolog.handler.chromephp' => NULL,
  9110.                 'monolog.handler.firephp' => NULL,
  9111.             ],
  9112.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9113.             'knp_menu.renderer.list.options' => [
  9114.             ],
  9115.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  9116.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  9117.             'knp_menu.renderer.twig.options' => [
  9118.             ],
  9119.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  9120.             'knp_menu.default_renderer' => 'twig',
  9121.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  9122.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  9123.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  9124.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  9125.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  9126.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  9127.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  9128.             'stof_doctrine_extensions.default_locale' => 'ru',
  9129.             'stof_doctrine_extensions.translation_fallback' => true,
  9130.             'stof_doctrine_extensions.persist_default_translation' => false,
  9131.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  9132.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  9133.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  9134.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  9135.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  9136.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  9137.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  9138.             'nelmio_cors.map' => [
  9139.                 '^/' => [
  9140.                     'skip_same_as_origin' => true,
  9141.                 ],
  9142.             ],
  9143.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  9144.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  9145.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  9146.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  9147.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  9148.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  9149.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  9150.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  9151.             'presta_sitemap.timetolive' => 3600,
  9152.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  9153.             'presta_sitemap.items_by_set' => 25000,
  9154.             'presta_sitemap.defaults' => [
  9155.                 'priority' => NULL,
  9156.                 'changefreq' => NULL,
  9157.                 'lastmod' => 'now',
  9158.             ],
  9159.             'presta_sitemap.default_section' => 'default',
  9160.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  9161.             'easy_admin_extension.custom_form_types' => [
  9162.             ],
  9163.             'easy_admin_extension.minimum_role' => 'ROLE_ADMIN',
  9164.             'easy_admin_extension.embedded_list.open_new_tab' => true,
  9165.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  9166.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  9167.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  9168.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  9169.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  9170.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  9171.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  9172.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  9173.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  9174.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  9175.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  9176.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  9177.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  9178.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  9179.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  9180.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  9181.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  9182.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  9183.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  9184.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  9185.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  9186.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  9187.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  9188.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  9189.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  9190.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  9191.             'oneup_uploader.config.process_queue' => [
  9192.                 'frontend' => 'dropzone',
  9193.                 'namer' => 'oneup_uploader.namer.uniqid',
  9194.                 'storage' => [
  9195.                     'type' => 'flysystem',
  9196.                     'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  9197.                     'service' => NULL,
  9198.                     'directory' => NULL,
  9199.                     'stream_wrapper' => NULL,
  9200.                     'sync_buffer_size' => '100K',
  9201.                 ],
  9202.                 'custom_frontend' => [
  9203.                     'name' => NULL,
  9204.                     'class' => NULL,
  9205.                 ],
  9206.                 'route_prefix' => '',
  9207.                 'endpoints' => [
  9208.                     'upload' => NULL,
  9209.                     'progress' => NULL,
  9210.                     'cancel' => NULL,
  9211.                 ],
  9212.                 'allowed_mimetypes' => [
  9213.                 ],
  9214.                 'disallowed_mimetypes' => [
  9215.                 ],
  9216.                 'error_handler' => NULL,
  9217.                 'max_size' => 9223372036854775807,
  9218.                 'use_orphanage' => false,
  9219.                 'enable_progress' => false,
  9220.                 'enable_cancelation' => false,
  9221.                 'root_folder' => false,
  9222.             ],
  9223.             'oneup_uploader.config.tmp_media' => [
  9224.                 'frontend' => 'dropzone',
  9225.                 'namer' => 'file_namer.tmp_media',
  9226.                 'storage' => [
  9227.                     'type' => 'flysystem',
  9228.                     'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  9229.                     'service' => NULL,
  9230.                     'directory' => NULL,
  9231.                     'stream_wrapper' => NULL,
  9232.                     'sync_buffer_size' => '100K',
  9233.                 ],
  9234.                 'custom_frontend' => [
  9235.                     'name' => NULL,
  9236.                     'class' => NULL,
  9237.                 ],
  9238.                 'route_prefix' => '',
  9239.                 'endpoints' => [
  9240.                     'upload' => NULL,
  9241.                     'progress' => NULL,
  9242.                     'cancel' => NULL,
  9243.                 ],
  9244.                 'allowed_mimetypes' => [
  9245.                 ],
  9246.                 'disallowed_mimetypes' => [
  9247.                 ],
  9248.                 'error_handler' => NULL,
  9249.                 'max_size' => 9223372036854775807,
  9250.                 'use_orphanage' => false,
  9251.                 'enable_progress' => false,
  9252.                 'enable_cancelation' => false,
  9253.                 'root_folder' => false,
  9254.             ],
  9255.             'oneup_uploader.config.user_media' => [
  9256.                 'frontend' => 'dropzone',
  9257.                 'namer' => 'file_namer.user_media',
  9258.                 'storage' => [
  9259.                     'type' => 'flysystem',
  9260.                     'filesystem' => 'oneup_flysystem.user_media_filesystem',
  9261.                     'service' => NULL,
  9262.                     'directory' => NULL,
  9263.                     'stream_wrapper' => NULL,
  9264.                     'sync_buffer_size' => '100K',
  9265.                 ],
  9266.                 'custom_frontend' => [
  9267.                     'name' => NULL,
  9268.                     'class' => NULL,
  9269.                 ],
  9270.                 'route_prefix' => '',
  9271.                 'endpoints' => [
  9272.                     'upload' => NULL,
  9273.                     'progress' => NULL,
  9274.                     'cancel' => NULL,
  9275.                 ],
  9276.                 'allowed_mimetypes' => [
  9277.                 ],
  9278.                 'disallowed_mimetypes' => [
  9279.                 ],
  9280.                 'error_handler' => NULL,
  9281.                 'max_size' => 9223372036854775807,
  9282.                 'use_orphanage' => false,
  9283.                 'enable_progress' => false,
  9284.                 'enable_cancelation' => false,
  9285.                 'root_folder' => false,
  9286.             ],
  9287.             'oneup_uploader.config.profile_photo' => [
  9288.                 'frontend' => 'dropzone',
  9289.                 'namer' => 'file_namer.profile_media',
  9290.                 'storage' => [
  9291.                     'type' => 'flysystem',
  9292.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9293.                     'service' => NULL,
  9294.                     'directory' => NULL,
  9295.                     'stream_wrapper' => NULL,
  9296.                     'sync_buffer_size' => '100K',
  9297.                 ],
  9298.                 'custom_frontend' => [
  9299.                     'name' => NULL,
  9300.                     'class' => NULL,
  9301.                 ],
  9302.                 'route_prefix' => '',
  9303.                 'endpoints' => [
  9304.                     'upload' => NULL,
  9305.                     'progress' => NULL,
  9306.                     'cancel' => NULL,
  9307.                 ],
  9308.                 'allowed_mimetypes' => [
  9309.                 ],
  9310.                 'disallowed_mimetypes' => [
  9311.                 ],
  9312.                 'error_handler' => NULL,
  9313.                 'max_size' => 9223372036854775807,
  9314.                 'use_orphanage' => false,
  9315.                 'enable_progress' => false,
  9316.                 'enable_cancelation' => false,
  9317.                 'root_folder' => false,
  9318.             ],
  9319.             'oneup_uploader.config.profile_media_avatar' => [
  9320.                 'frontend' => 'dropzone',
  9321.                 'namer' => 'file_namer.profile_media',
  9322.                 'storage' => [
  9323.                     'type' => 'flysystem',
  9324.                     'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  9325.                     'service' => NULL,
  9326.                     'directory' => NULL,
  9327.                     'stream_wrapper' => NULL,
  9328.                     'sync_buffer_size' => '100K',
  9329.                 ],
  9330.                 'custom_frontend' => [
  9331.                     'name' => NULL,
  9332.                     'class' => NULL,
  9333.                 ],
  9334.                 'route_prefix' => '',
  9335.                 'endpoints' => [
  9336.                     'upload' => NULL,
  9337.                     'progress' => NULL,
  9338.                     'cancel' => NULL,
  9339.                 ],
  9340.                 'allowed_mimetypes' => [
  9341.                 ],
  9342.                 'disallowed_mimetypes' => [
  9343.                 ],
  9344.                 'error_handler' => NULL,
  9345.                 'max_size' => 9223372036854775807,
  9346.                 'use_orphanage' => false,
  9347.                 'enable_progress' => false,
  9348.                 'enable_cancelation' => false,
  9349.                 'root_folder' => false,
  9350.             ],
  9351.             'oneup_uploader.config.profile_media_approval' => [
  9352.                 'frontend' => 'dropzone',
  9353.                 'namer' => 'file_namer.profile_media_approval',
  9354.                 'storage' => [
  9355.                     'type' => 'flysystem',
  9356.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9357.                     'service' => NULL,
  9358.                     'directory' => NULL,
  9359.                     'stream_wrapper' => NULL,
  9360.                     'sync_buffer_size' => '100K',
  9361.                 ],
  9362.                 'custom_frontend' => [
  9363.                     'name' => NULL,
  9364.                     'class' => NULL,
  9365.                 ],
  9366.                 'route_prefix' => '',
  9367.                 'endpoints' => [
  9368.                     'upload' => NULL,
  9369.                     'progress' => NULL,
  9370.                     'cancel' => NULL,
  9371.                 ],
  9372.                 'allowed_mimetypes' => [
  9373.                 ],
  9374.                 'disallowed_mimetypes' => [
  9375.                 ],
  9376.                 'error_handler' => NULL,
  9377.                 'max_size' => 9223372036854775807,
  9378.                 'use_orphanage' => false,
  9379.                 'enable_progress' => false,
  9380.                 'enable_cancelation' => false,
  9381.                 'root_folder' => false,
  9382.             ],
  9383.             'oneup_uploader.config.profile_face_photo' => [
  9384.                 'frontend' => 'dropzone',
  9385.                 'namer' => 'file_namer.profile_media_approval',
  9386.                 'storage' => [
  9387.                     'type' => 'flysystem',
  9388.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9389.                     'service' => NULL,
  9390.                     'directory' => NULL,
  9391.                     'stream_wrapper' => NULL,
  9392.                     'sync_buffer_size' => '100K',
  9393.                 ],
  9394.                 'custom_frontend' => [
  9395.                     'name' => NULL,
  9396.                     'class' => NULL,
  9397.                 ],
  9398.                 'route_prefix' => '',
  9399.                 'endpoints' => [
  9400.                     'upload' => NULL,
  9401.                     'progress' => NULL,
  9402.                     'cancel' => NULL,
  9403.                 ],
  9404.                 'allowed_mimetypes' => [
  9405.                 ],
  9406.                 'disallowed_mimetypes' => [
  9407.                 ],
  9408.                 'error_handler' => NULL,
  9409.                 'max_size' => 9223372036854775807,
  9410.                 'use_orphanage' => false,
  9411.                 'enable_progress' => false,
  9412.                 'enable_cancelation' => false,
  9413.                 'root_folder' => false,
  9414.             ],
  9415.             'oneup_uploader.config.profile_selfie' => [
  9416.                 'frontend' => 'dropzone',
  9417.                 'namer' => 'file_namer.profile_media',
  9418.                 'storage' => [
  9419.                     'type' => 'flysystem',
  9420.                     'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  9421.                     'service' => NULL,
  9422.                     'directory' => NULL,
  9423.                     'stream_wrapper' => NULL,
  9424.                     'sync_buffer_size' => '100K',
  9425.                 ],
  9426.                 'custom_frontend' => [
  9427.                     'name' => NULL,
  9428.                     'class' => NULL,
  9429.                 ],
  9430.                 'route_prefix' => '',
  9431.                 'endpoints' => [
  9432.                     'upload' => NULL,
  9433.                     'progress' => NULL,
  9434.                     'cancel' => NULL,
  9435.                 ],
  9436.                 'allowed_mimetypes' => [
  9437.                 ],
  9438.                 'disallowed_mimetypes' => [
  9439.                 ],
  9440.                 'error_handler' => NULL,
  9441.                 'max_size' => 9223372036854775807,
  9442.                 'use_orphanage' => false,
  9443.                 'enable_progress' => false,
  9444.                 'enable_cancelation' => false,
  9445.                 'root_folder' => false,
  9446.             ],
  9447.             'oneup_uploader.config.profile_video' => [
  9448.                 'frontend' => 'dropzone',
  9449.                 'namer' => 'file_namer.profile_media',
  9450.                 'storage' => [
  9451.                     'type' => 'flysystem',
  9452.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9453.                     'service' => NULL,
  9454.                     'directory' => NULL,
  9455.                     'stream_wrapper' => NULL,
  9456.                     'sync_buffer_size' => '100K',
  9457.                 ],
  9458.                 'custom_frontend' => [
  9459.                     'name' => NULL,
  9460.                     'class' => NULL,
  9461.                 ],
  9462.                 'route_prefix' => '',
  9463.                 'endpoints' => [
  9464.                     'upload' => NULL,
  9465.                     'progress' => NULL,
  9466.                     'cancel' => NULL,
  9467.                 ],
  9468.                 'allowed_mimetypes' => [
  9469.                 ],
  9470.                 'disallowed_mimetypes' => [
  9471.                 ],
  9472.                 'error_handler' => NULL,
  9473.                 'max_size' => 9223372036854775807,
  9474.                 'use_orphanage' => false,
  9475.                 'enable_progress' => false,
  9476.                 'enable_cancelation' => false,
  9477.                 'root_folder' => false,
  9478.             ],
  9479.             'oneup_uploader.config.saloon_media' => [
  9480.                 'frontend' => 'dropzone',
  9481.                 'namer' => 'file_namer.saloon_media',
  9482.                 'storage' => [
  9483.                     'type' => 'flysystem',
  9484.                     'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  9485.                     'service' => NULL,
  9486.                     'directory' => NULL,
  9487.                     'stream_wrapper' => NULL,
  9488.                     'sync_buffer_size' => '100K',
  9489.                 ],
  9490.                 'custom_frontend' => [
  9491.                     'name' => NULL,
  9492.                     'class' => NULL,
  9493.                 ],
  9494.                 'route_prefix' => '',
  9495.                 'endpoints' => [
  9496.                     'upload' => NULL,
  9497.                     'progress' => NULL,
  9498.                     'cancel' => NULL,
  9499.                 ],
  9500.                 'allowed_mimetypes' => [
  9501.                 ],
  9502.                 'disallowed_mimetypes' => [
  9503.                 ],
  9504.                 'error_handler' => NULL,
  9505.                 'max_size' => 9223372036854775807,
  9506.                 'use_orphanage' => false,
  9507.                 'enable_progress' => false,
  9508.                 'enable_cancelation' => false,
  9509.                 'root_folder' => false,
  9510.             ],
  9511.             'oneup_uploader.config.saloon_media_thumb' => [
  9512.                 'frontend' => 'dropzone',
  9513.                 'namer' => 'file_namer.saloon_media_thumb',
  9514.                 'storage' => [
  9515.                     'type' => 'flysystem',
  9516.                     'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  9517.                     'service' => NULL,
  9518.                     'directory' => NULL,
  9519.                     'stream_wrapper' => NULL,
  9520.                     'sync_buffer_size' => '100K',
  9521.                 ],
  9522.                 'custom_frontend' => [
  9523.                     'name' => NULL,
  9524.                     'class' => NULL,
  9525.                 ],
  9526.                 'route_prefix' => '',
  9527.                 'endpoints' => [
  9528.                     'upload' => NULL,
  9529.                     'progress' => NULL,
  9530.                     'cancel' => NULL,
  9531.                 ],
  9532.                 'allowed_mimetypes' => [
  9533.                 ],
  9534.                 'disallowed_mimetypes' => [
  9535.                 ],
  9536.                 'error_handler' => NULL,
  9537.                 'max_size' => 9223372036854775807,
  9538.                 'use_orphanage' => false,
  9539.                 'enable_progress' => false,
  9540.                 'enable_cancelation' => false,
  9541.                 'root_folder' => false,
  9542.             ],
  9543.             'oneup_uploader.config.saloon_media_video' => [
  9544.                 'frontend' => 'dropzone',
  9545.                 'namer' => 'file_namer.saloon_media_video',
  9546.                 'storage' => [
  9547.                     'type' => 'flysystem',
  9548.                     'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  9549.                     'service' => NULL,
  9550.                     'directory' => NULL,
  9551.                     'stream_wrapper' => NULL,
  9552.                     'sync_buffer_size' => '100K',
  9553.                 ],
  9554.                 'custom_frontend' => [
  9555.                     'name' => NULL,
  9556.                     'class' => NULL,
  9557.                 ],
  9558.                 'route_prefix' => '',
  9559.                 'endpoints' => [
  9560.                     'upload' => NULL,
  9561.                     'progress' => NULL,
  9562.                     'cancel' => NULL,
  9563.                 ],
  9564.                 'allowed_mimetypes' => [
  9565.                 ],
  9566.                 'disallowed_mimetypes' => [
  9567.                 ],
  9568.                 'error_handler' => NULL,
  9569.                 'max_size' => 9223372036854775807,
  9570.                 'use_orphanage' => false,
  9571.                 'enable_progress' => false,
  9572.                 'enable_cancelation' => false,
  9573.                 'root_folder' => false,
  9574.             ],
  9575.             'oneup_uploader.controllers' => [
  9576.                 'process_queue' => [
  9577.                     => 'oneup_uploader.controller.process_queue',
  9578.                     => [
  9579.                         'enable_progress' => false,
  9580.                         'enable_cancelation' => false,
  9581.                         'route_prefix' => '',
  9582.                         'endpoints' => [
  9583.                             'upload' => NULL,
  9584.                             'progress' => NULL,
  9585.                             'cancel' => NULL,
  9586.                         ],
  9587.                     ],
  9588.                 ],
  9589.                 'tmp_media' => [
  9590.                     => 'oneup_uploader.controller.tmp_media',
  9591.                     => [
  9592.                         'enable_progress' => false,
  9593.                         'enable_cancelation' => false,
  9594.                         'route_prefix' => '',
  9595.                         'endpoints' => [
  9596.                             'upload' => NULL,
  9597.                             'progress' => NULL,
  9598.                             'cancel' => NULL,
  9599.                         ],
  9600.                     ],
  9601.                 ],
  9602.                 'user_media' => [
  9603.                     => 'oneup_uploader.controller.user_media',
  9604.                     => [
  9605.                         'enable_progress' => false,
  9606.                         'enable_cancelation' => false,
  9607.                         'route_prefix' => '',
  9608.                         'endpoints' => [
  9609.                             'upload' => NULL,
  9610.                             'progress' => NULL,
  9611.                             'cancel' => NULL,
  9612.                         ],
  9613.                     ],
  9614.                 ],
  9615.                 'profile_photo' => [
  9616.                     => 'oneup_uploader.controller.profile_photo',
  9617.                     => [
  9618.                         'enable_progress' => false,
  9619.                         'enable_cancelation' => false,
  9620.                         'route_prefix' => '',
  9621.                         'endpoints' => [
  9622.                             'upload' => NULL,
  9623.                             'progress' => NULL,
  9624.                             'cancel' => NULL,
  9625.                         ],
  9626.                     ],
  9627.                 ],
  9628.                 'profile_media_avatar' => [
  9629.                     => 'oneup_uploader.controller.profile_media_avatar',
  9630.                     => [
  9631.                         'enable_progress' => false,
  9632.                         'enable_cancelation' => false,
  9633.                         'route_prefix' => '',
  9634.                         'endpoints' => [
  9635.                             'upload' => NULL,
  9636.                             'progress' => NULL,
  9637.                             'cancel' => NULL,
  9638.                         ],
  9639.                     ],
  9640.                 ],
  9641.                 'profile_media_approval' => [
  9642.                     => 'oneup_uploader.controller.profile_media_approval',
  9643.                     => [
  9644.                         'enable_progress' => false,
  9645.                         'enable_cancelation' => false,
  9646.                         'route_prefix' => '',
  9647.                         'endpoints' => [
  9648.                             'upload' => NULL,
  9649.                             'progress' => NULL,
  9650.                             'cancel' => NULL,
  9651.                         ],
  9652.                     ],
  9653.                 ],
  9654.                 'profile_face_photo' => [
  9655.                     => 'oneup_uploader.controller.profile_face_photo',
  9656.                     => [
  9657.                         'enable_progress' => false,
  9658.                         'enable_cancelation' => false,
  9659.                         'route_prefix' => '',
  9660.                         'endpoints' => [
  9661.                             'upload' => NULL,
  9662.                             'progress' => NULL,
  9663.                             'cancel' => NULL,
  9664.                         ],
  9665.                     ],
  9666.                 ],
  9667.                 'profile_selfie' => [
  9668.                     => 'oneup_uploader.controller.profile_selfie',
  9669.                     => [
  9670.                         'enable_progress' => false,
  9671.                         'enable_cancelation' => false,
  9672.                         'route_prefix' => '',
  9673.                         'endpoints' => [
  9674.                             'upload' => NULL,
  9675.                             'progress' => NULL,
  9676.                             'cancel' => NULL,
  9677.                         ],
  9678.                     ],
  9679.                 ],
  9680.                 'profile_video' => [
  9681.                     => 'oneup_uploader.controller.profile_video',
  9682.                     => [
  9683.                         'enable_progress' => false,
  9684.                         'enable_cancelation' => false,
  9685.                         'route_prefix' => '',
  9686.                         'endpoints' => [
  9687.                             'upload' => NULL,
  9688.                             'progress' => NULL,
  9689.                             'cancel' => NULL,
  9690.                         ],
  9691.                     ],
  9692.                 ],
  9693.                 'saloon_media' => [
  9694.                     => 'oneup_uploader.controller.saloon_media',
  9695.                     => [
  9696.                         'enable_progress' => false,
  9697.                         'enable_cancelation' => false,
  9698.                         'route_prefix' => '',
  9699.                         'endpoints' => [
  9700.                             'upload' => NULL,
  9701.                             'progress' => NULL,
  9702.                             'cancel' => NULL,
  9703.                         ],
  9704.                     ],
  9705.                 ],
  9706.                 'saloon_media_thumb' => [
  9707.                     => 'oneup_uploader.controller.saloon_media_thumb',
  9708.                     => [
  9709.                         'enable_progress' => false,
  9710.                         'enable_cancelation' => false,
  9711.                         'route_prefix' => '',
  9712.                         'endpoints' => [
  9713.                             'upload' => NULL,
  9714.                             'progress' => NULL,
  9715.                             'cancel' => NULL,
  9716.                         ],
  9717.                     ],
  9718.                 ],
  9719.                 'saloon_media_video' => [
  9720.                     => 'oneup_uploader.controller.saloon_media_video',
  9721.                     => [
  9722.                         'enable_progress' => false,
  9723.                         'enable_cancelation' => false,
  9724.                         'route_prefix' => '',
  9725.                         'endpoints' => [
  9726.                             'upload' => NULL,
  9727.                             'progress' => NULL,
  9728.                             'cancel' => NULL,
  9729.                         ],
  9730.                     ],
  9731.                 ],
  9732.             ],
  9733.             'oneup_uploader.maxsize' => [
  9734.                 'process_queue' => 34359738368,
  9735.                 'tmp_media' => 34359738368,
  9736.                 'user_media' => 34359738368,
  9737.                 'profile_photo' => 34359738368,
  9738.                 'profile_media_avatar' => 34359738368,
  9739.                 'profile_media_approval' => 34359738368,
  9740.                 'profile_face_photo' => 34359738368,
  9741.                 'profile_selfie' => 34359738368,
  9742.                 'profile_video' => 34359738368,
  9743.                 'saloon_media' => 34359738368,
  9744.                 'saloon_media_thumb' => 34359738368,
  9745.                 'saloon_media_video' => 34359738368,
  9746.             ],
  9747.             'snc_redis.client.class' => 'Predis\\Client',
  9748.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  9749.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  9750.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  9751.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  9752.             'snc_redis.phpredis_client.class' => 'Redis',
  9753.             'snc_redis.relay_client.class' => 'Relay\\Relay',
  9754.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  9755.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  9756.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  9757.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  9758.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  9759.             'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  9760.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  9761.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  9762.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  9763.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  9764.             'fos_js_routing.request_context_base_url' => NULL,
  9765.             'fos_js_routing.cache_control' => [
  9766.                 'enabled' => false,
  9767.             ],
  9768.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  9769.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  9770.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  9771.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  9772.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  9773.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  9774.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  9775.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  9776.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  9777.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  9778.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  9779.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  9780.             'eight_points_guzzle.plugin.header.headers' => [
  9781.             ],
  9782.             'env(SENTRY_RELEASE)' => 'dev-master@6526336',
  9783.             'sentry.tracing.enabled' => true,
  9784.             'sentry.tracing.dbal.enabled' => true,
  9785.             'sentry.tracing.dbal.connections' => [
  9786.             ],
  9787.             'sentry.tracing.cache.enabled' => true,
  9788.             'sentry.tracing.http_client.enabled' => true,
  9789.             'fos_elastica.property_accessor.magicCall' => false,
  9790.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  9791.             'fos_elastica.default_index' => 'recommendations',
  9792.             'ewz_recaptcha.ajax' => true,
  9793.             'ewz_recaptcha.enabled' => true,
  9794.             'ewz_recaptcha.verify_host' => false,
  9795.             'ewz_recaptcha.locale_key' => 'ru',
  9796.             'ewz_recaptcha.api_host' => 'www.google.com',
  9797.             'ewz_recaptcha.locale_from_request' => false,
  9798.             'ewz_recaptcha.version' => 2,
  9799.             'ewz_recaptcha.hide_badge' => false,
  9800.             'ewz_recaptcha.score_threshold' => 0.5,
  9801.             'ewz_recaptcha.timeout' => NULL,
  9802.             'ewz_recaptcha.trusted_roles' => [
  9803.             ],
  9804.             'ewz_recaptcha.http_proxy' => [
  9805.                 'host' => NULL,
  9806.                 'port' => NULL,
  9807.                 'auth' => NULL,
  9808.             ],
  9809.             'ewz_recaptcha.service_definition' => [
  9810.             ],
  9811.             'doctrine.migrations.preferred_em' => NULL,
  9812.             'doctrine.migrations.preferred_connection' => NULL,
  9813.             'misd_phone_number.serializer.default_region' => 'ZZ',
  9814.             'misd_phone_number.serializer.format' => 0,
  9815.             'misd_phone_number.validator.default_region' => 'ZZ',
  9816.             'misd_phone_number.validator.format' => 1,
  9817.             'knp_paginator.template.pagination' => '_pagination.html.twig',
  9818.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  9819.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  9820.             'knp_paginator.page_range' => 5,
  9821.             'knp_paginator.page_limit' => NULL,
  9822.             'porpaginas.twig.extension.class' => 'Porpaginas\\Twig\\PorpaginasExtension',
  9823.             'porpaginas.twig.rendering_adapter.knp.class' => 'AngelGamez\\PorpaginasBundle\\Twig\\KnpPagerRenderingAdapter',
  9824.             'porpaginas.twig.subscriber.class' => 'Porpaginas\\KnpPager\\PorpaginasSubscriber',
  9825.             'nelmio_api_doc.areas' => [
  9826.                 => 'chatops',
  9827.                 => 'sales',
  9828.                 => 'default',
  9829.             ],
  9830.             'nelmio_api_doc.use_validation_groups' => false,
  9831.             'data_collector.templates' => [
  9832.                 'data_collector.request' => [
  9833.                     => 'request',
  9834.                     => '@WebProfiler/Collector/request.html.twig',
  9835.                 ],
  9836.                 'data_collector.time' => [
  9837.                     => 'time',
  9838.                     => '@WebProfiler/Collector/time.html.twig',
  9839.                 ],
  9840.                 'data_collector.memory' => [
  9841.                     => 'memory',
  9842.                     => '@WebProfiler/Collector/memory.html.twig',
  9843.                 ],
  9844.                 'data_collector.validator' => [
  9845.                     => 'validator',
  9846.                     => '@WebProfiler/Collector/validator.html.twig',
  9847.                 ],
  9848.                 'data_collector.ajax' => [
  9849.                     => 'ajax',
  9850.                     => '@WebProfiler/Collector/ajax.html.twig',
  9851.                 ],
  9852.                 'data_collector.form' => [
  9853.                     => 'form',
  9854.                     => '@WebProfiler/Collector/form.html.twig',
  9855.                 ],
  9856.                 'data_collector.exception' => [
  9857.                     => 'exception',
  9858.                     => '@WebProfiler/Collector/exception.html.twig',
  9859.                 ],
  9860.                 'data_collector.logger' => [
  9861.                     => 'logger',
  9862.                     => '@WebProfiler/Collector/logger.html.twig',
  9863.                 ],
  9864.                 'data_collector.events' => [
  9865.                     => 'events',
  9866.                     => '@WebProfiler/Collector/events.html.twig',
  9867.                 ],
  9868.                 'data_collector.router' => [
  9869.                     => 'router',
  9870.                     => '@WebProfiler/Collector/router.html.twig',
  9871.                 ],
  9872.                 'data_collector.cache' => [
  9873.                     => 'cache',
  9874.                     => '@WebProfiler/Collector/cache.html.twig',
  9875.                 ],
  9876.                 'data_collector.translation' => [
  9877.                     => 'translation',
  9878.                     => '@WebProfiler/Collector/translation.html.twig',
  9879.                 ],
  9880.                 'data_collector.security' => [
  9881.                     => 'security',
  9882.                     => '@Security/Collector/security.html.twig',
  9883.                 ],
  9884.                 'data_collector.twig' => [
  9885.                     => 'twig',
  9886.                     => '@WebProfiler/Collector/twig.html.twig',
  9887.                 ],
  9888.                 'data_collector.http_client' => [
  9889.                     => 'http_client',
  9890.                     => '@WebProfiler/Collector/http_client.html.twig',
  9891.                 ],
  9892.                 'data_collector.doctrine' => [
  9893.                     => 'db',
  9894.                     => '@Doctrine/Collector/db.html.twig',
  9895.                 ],
  9896.                 'data_collector.dump' => [
  9897.                     => 'dump',
  9898.                     => '@Debug/Profiler/dump.html.twig',
  9899.                 ],
  9900.                 'data_collector.messenger' => [
  9901.                     => 'messenger',
  9902.                     => '@WebProfiler/Collector/messenger.html.twig',
  9903.                 ],
  9904.                 'mailer.data_collector' => [
  9905.                     => 'mailer',
  9906.                     => '@WebProfiler/Collector/mailer.html.twig',
  9907.                 ],
  9908.                 'notifier.data_collector' => [
  9909.                     => 'notifier',
  9910.                     => '@WebProfiler/Collector/notifier.html.twig',
  9911.                 ],
  9912.                 'flagception.profiler.feature_data_collector' => [
  9913.                     => 'flagception',
  9914.                     => '@Flagception/profiler/layout.html.twig',
  9915.                 ],
  9916.                 'easyadmin.data_collector' => [
  9917.                     => 'easyadmin',
  9918.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  9919.                 ],
  9920.                 'snc_redis.data_collector' => [
  9921.                     => 'redis',
  9922.                     => '@SncRedis/Collector/redis.html.twig',
  9923.                 ],
  9924.                 'eight_points_guzzle.data_collector' => [
  9925.                     => 'eight_points_guzzle',
  9926.                     => '@EightPointsGuzzle/debug.html.twig',
  9927.                 ],
  9928.                 'fos_elastica.data_collector' => [
  9929.                     => 'elastica',
  9930.                     => '@FOSElastica/Collector/elastica.html.twig',
  9931.                 ],
  9932.                 'App\\DataCollector\\DebugCollector' => [
  9933.                     => 'app.debug_collector',
  9934.                     => '_data_collector/debug_collector.html.twig',
  9935.                 ],
  9936.                 'data_collector.config' => [
  9937.                     => 'config',
  9938.                     => '@WebProfiler/Collector/config.html.twig',
  9939.                 ],
  9940.             ],
  9941.             'console.command.ids' => [
  9942.                 => 'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog',
  9943.                 => 'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue',
  9944.                 => 'console.command.public_alias.App\\Console\\Debug\\PlanPlacementSyncDebugCommand',
  9945.                 => 'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand',
  9946.                 => 'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand',
  9947.                 => 'console.command.public_alias.App\\Console\\Export\\ExportProfiles',
  9948.                 => 'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand',
  9949.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand',
  9950.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription',
  9951.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand',
  9952.                 10 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus',
  9953.                 11 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations',
  9954.                 12 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords',
  9955.                 13 => 'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733',
  9956.                 14 => 'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand',
  9957.                 15 => 'console.command.public_alias.App\\Console\\Feature\\CleanStopWordsTextsCommand',
  9958.                 16 => 'console.command.public_alias.App\\Console\\Feature\\PrepareDynamicPricesPlacementsCommand',
  9959.                 17 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand',
  9960.                 18 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand',
  9961.                 19 => 'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand',
  9962.                 20 => 'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand',
  9963.                 21 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi',
  9964.                 22 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal',
  9965.                 23 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand',
  9966.                 24 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand',
  9967.                 25 => 'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand',
  9968.                 26 => 'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand',
  9969.                 27 => 'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand',
  9970.                 28 => 'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand',
  9971.                 29 => 'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand',
  9972.                 30 => 'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand',
  9973.                 31 => 'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand',
  9974.                 32 => 'console.command.public_alias.App\\Console\\Management\\CleanupSupportMessageAttachmentsCommand',
  9975.                 33 => 'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache',
  9976.                 34 => 'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList',
  9977.                 35 => 'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand',
  9978.                 36 => 'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles',
  9979.                 37 => 'console.command.public_alias.App\\Console\\Management\\FillDynamicPlacementPricesForTestCommand',
  9980.                 38 => 'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements',
  9981.                 39 => 'console.command.public_alias.App\\Console\\Management\\ImportCityPriceCategoriesCommand',
  9982.                 40 => 'console.command.public_alias.App\\Console\\Management\\ImportDynamicPlacementPricesCommand',
  9983.                 41 => 'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent',
  9984.                 42 => 'console.command.public_alias.App\\Console\\Management\\RefreshColdStartProfileRecommendationsCommand',
  9985.                 43 => 'console.command.public_alias.App\\Console\\Management\\RefreshGeoCategoryLinkageCommand',
  9986.                 44 => 'console.command.public_alias.App\\Console\\Management\\RefreshTop100ProfilesCommand',
  9987.                 45 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles',
  9988.                 46 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons',
  9989.                 47 => 'console.command.public_alias.App\\Console\\Management\\UpdateStations',
  9990.                 48 => 'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus',
  9991.                 49 => 'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand',
  9992.                 50 => 'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand',
  9993.                 51 => 'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand',
  9994.                 52 => 'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand',
  9995.                 53 => 'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand',
  9996.                 54 => 'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand',
  9997.                 55 => 'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator',
  9998.                 56 => 'console.command.public_alias.App\\Console\\Sales\\AccountChargebackCommand',
  9999.                 57 => 'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand',
  10000.                 58 => 'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand',
  10001.                 59 => 'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand',
  10002.                 60 => 'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand',
  10003.                 61 => 'console.command.public_alias.App\\Console\\Sales\\PlaceUnhiddenAndUnplacedProfilesFreeCommand',
  10004.                 62 => 'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand',
  10005.                 63 => 'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand',
  10006.                 64 => 'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand',
  10007.                 65 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand',
  10008.                 66 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand',
  10009.                 67 => 'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand',
  10010.                 68 => 'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand',
  10011.                 69 => 'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand',
  10012.                 70 => 'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand',
  10013.                 71 => 'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand',
  10014.                 72 => 'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand',
  10015.                 73 => 'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts',
  10016.             ],
  10017.         ];
  10018.     }
  10019.     protected function throw($message)
  10020.     {
  10021.         throw new RuntimeException($message);
  10022.     }
  10023. }