var/cache/review/ContainerNp6FXzI/App_KernelReviewDebugContainer.php line 2292

Open in your IDE?
  1. <?php
  2. namespace ContainerNp6FXzI;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelReviewDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  34.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  35.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  36.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  37.             '.container.private.twig' => 'get_Container_Private_TwigService',
  38.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  39.             'AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker' => 'getAdminAuthorizationCheckerService',
  40.             'App\\Http\\CityCaseRedirector' => 'getCityCaseRedirectorService',
  41.             'app.features' => 'getApp_FeaturesService',
  42.             'cache.app' => 'getCache_AppService',
  43.             'cache.system' => 'getCache_SystemService',
  44.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  45.             'data_collector.dump' => 'getDataCollector_DumpService',
  46.             'doctrine' => 'getDoctrineService',
  47.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  48.             'doctrine.dbal.multi_website_connection' => 'getDoctrine_Dbal_MultiWebsiteConnectionService',
  49.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  50.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  51.             'doctrine.orm.multi_website_entity_manager' => 'getDoctrine_Orm_MultiWebsiteEntityManagerService',
  52.             'easyadmin.config.manager' => 'getEasyadmin_Config_ManagerService',
  53.             'easyadmin.filter.registry' => 'getEasyadmin_Filter_RegistryService',
  54.             'easyadmin.listener.controller' => 'getEasyadmin_Listener_ControllerService',
  55.             'easyadmin.property_accessor' => 'getEasyadmin_PropertyAccessorService',
  56.             'easyadmin.router' => 'getEasyadmin_RouterService',
  57.             'easyadmin.security.authorization_checker' => 'getEasyadmin_Security_AuthorizationCheckerService',
  58.             'eight_points_guzzle.client.api_oplata_info' => 'getEightPointsGuzzle_Client_ApiOplataInfoService',
  59.             'event_dispatcher' => 'getEventDispatcherService',
  60.             'flagception.listener.annotation_subscriber' => 'getFlagception_Listener_AnnotationSubscriberService',
  61.             'flagception.listener.routing_metadata_subscriber' => 'getFlagception_Listener_RoutingMetadataSubscriberService',
  62.             'flagception.manager.feature_manager' => 'getFlagception_Manager_FeatureManagerService',
  63.             'geographical_names_inflection.inflector' => 'getGeographicalNamesInflection_InflectorService',
  64.             'http_kernel' => 'getHttpKernelService',
  65.             'knp_menu.matcher' => 'getKnpMenu_MatcherService',
  66.             'knp_paginator' => 'getKnpPaginatorService',
  67.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  68.             'monolog.logger.deprecation' => 'getMonolog_Logger_DeprecationService',
  69.             'oneup_uploader.templating.uploader_helper' => 'getOneupUploader_Templating_UploaderHelperService',
  70.             'oneup_uploader.twig.extension.uploader' => 'getOneupUploader_Twig_Extension_UploaderService',
  71.             'porpaginas.twig.extension' => 'getPorpaginas_Twig_ExtensionService',
  72.             'request_stack' => 'getRequestStackService',
  73.             'router' => 'getRouterService',
  74.             'translator' => 'getTranslatorService',
  75.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  76.             'cache_clearer' => 'getCacheClearerService',
  77.             'filesystem' => 'getFilesystemService',
  78.             'serializer' => 'getSerializerService',
  79.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  80.             'form.factory' => 'getForm_FactoryService',
  81.             'form.type.file' => 'getForm_Type_FileService',
  82.             'profiler' => 'getProfilerService',
  83.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  84.             'security.token_storage' => 'getSecurity_TokenStorageService',
  85.             'twig' => 'getTwigService',
  86.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  87.             'session' => 'getSessionService',
  88.             'validator' => 'getValidatorService',
  89.         ];
  90.         $this->fileMap = [
  91.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  92.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  93.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  94.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  95.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  96.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  97.             '.container.private.session' => 'get_Container_Private_SessionService',
  98.             'AlterPHP\\EasyAdminExtensionBundle\\Controller\\EasyAdminController' => 'getEasyAdminControllerService',
  99.             'App\\Controller\\API\\FindProfileController' => 'getFindProfileControllerService',
  100.             'App\\Controller\\API\\PaymentWebhookController' => 'getPaymentWebhookControllerService',
  101.             'App\\Controller\\API\\VoucherController' => 'getVoucherControllerService',
  102.             'App\\Controller\\AccountAuthenticationController' => 'getAccountAuthenticationControllerService',
  103.             'App\\Controller\\AccountPasswordResetController' => 'getAccountPasswordResetControllerService',
  104.             'App\\Controller\\AccountRegistrationController' => 'getAccountRegistrationControllerService',
  105.             'App\\Controller\\Account\\AccountController' => 'getAccountControllerService',
  106.             'App\\Controller\\Account\\AccountSaloonProfileLinkController' => 'getAccountSaloonProfileLinkControllerService',
  107.             'App\\Controller\\Account\\CustomerController' => 'getCustomerControllerService',
  108.             'App\\Controller\\Account\\CustomerPreferredProfilesController' => 'getCustomerPreferredProfilesControllerService',
  109.             'App\\Controller\\Account\\FinancesController' => 'getFinancesControllerService',
  110.             'App\\Controller\\Account\\PaidServicesController' => 'getPaidServicesControllerService',
  111.             'App\\Controller\\Account\\PhoneReviewsController' => 'getPhoneReviewsControllerService',
  112.             'App\\Controller\\Account\\ProfileCommentsController' => 'getProfileCommentsControllerService',
  113.             'App\\Controller\\Account\\ProfileEditingController' => 'getProfileEditingControllerService',
  114.             'App\\Controller\\Account\\ProfileManagementController' => 'getProfileManagementControllerService',
  115.             'App\\Controller\\Account\\SaloonCommentsController' => 'getSaloonCommentsControllerService',
  116.             'App\\Controller\\Account\\SaloonEditingController' => 'getSaloonEditingControllerService',
  117.             'App\\Controller\\Account\\SaloonManagementController' => 'getSaloonManagementControllerService',
  118.             'App\\Controller\\Account\\SupportMessagesController' => 'getSupportMessagesControllerService',
  119.             'App\\Controller\\CityListController' => 'getCityListControllerService',
  120.             'App\\Controller\\Component\\HeaderController' => 'getHeaderControllerService',
  121.             'App\\Controller\\CountyListController' => 'getCountyListControllerService',
  122.             'App\\Controller\\DebugController' => 'getDebugControllerService',
  123.             'App\\Controller\\DistrictListController' => 'getDistrictListControllerService',
  124.             'App\\Controller\\GalleryController' => 'getGalleryControllerService',
  125.             'App\\Controller\\HomepageController' => 'getHomepageControllerService',
  126.             'App\\Controller\\HttpCacheController' => 'getHttpCacheControllerService',
  127.             'App\\Controller\\Management\\AccountChargesController' => 'getAccountChargesControllerService',
  128.             'App\\Controller\\Management\\AccountController' => 'getAccountController2Service',
  129.             'App\\Controller\\Management\\AnalyticsController' => 'getAnalyticsControllerService',
  130.             'App\\Controller\\Management\\AuthenticationController' => 'getAuthenticationControllerService',
  131.             'App\\Controller\\Management\\CityPricesController' => 'getCityPricesControllerService',
  132.             'App\\Controller\\Management\\CustomerController' => 'getCustomerController2Service',
  133.             'App\\Controller\\Management\\DeletedProfilesController' => 'getDeletedProfilesControllerService',
  134.             'App\\Controller\\Management\\DeletedSaloonController' => 'getDeletedSaloonControllerService',
  135.             'App\\Controller\\Management\\IpAddressCommentBanController' => 'getIpAddressCommentBanControllerService',
  136.             'App\\Controller\\Management\\IpAddressController' => 'getIpAddressControllerService',
  137.             'App\\Controller\\Management\\IpAddressDailyCommentBanController' => 'getIpAddressDailyCommentBanControllerService',
  138.             'App\\Controller\\Management\\IpAddressPermanentCommentBanController' => 'getIpAddressPermanentCommentBanControllerService',
  139.             'App\\Controller\\Management\\LocationController' => 'getLocationControllerService',
  140.             'App\\Controller\\Management\\LogController' => 'getLogControllerService',
  141.             'App\\Controller\\Management\\OfferBarController' => 'getOfferBarControllerService',
  142.             'App\\Controller\\Management\\PageMetadataController' => 'getPageMetadataControllerService',
  143.             'App\\Controller\\Management\\ProfileApprovalController' => 'getProfileApprovalControllerService',
  144.             'App\\Controller\\Management\\ProfileCommentController' => 'getProfileCommentControllerService',
  145.             'App\\Controller\\Management\\ProfileController' => 'getProfileControllerService',
  146.             'App\\Controller\\Management\\ProfileModerationController' => 'getProfileModerationControllerService',
  147.             'App\\Controller\\Management\\SaloonCommentController' => 'getSaloonCommentControllerService',
  148.             'App\\Controller\\Management\\SaloonController' => 'getSaloonControllerService',
  149.             'App\\Controller\\Management\\ServiceController' => 'getServiceControllerService',
  150.             'App\\Controller\\Management\\SupportMessagesController' => 'getSupportMessagesController2Service',
  151.             'App\\Controller\\MapController' => 'getMapControllerService',
  152.             'App\\Controller\\MasseurListController' => 'getMasseurListControllerService',
  153.             'App\\Controller\\ProfileBotHelperController' => 'getProfileBotHelperControllerService',
  154.             'App\\Controller\\ProfileCommentController' => 'getProfileCommentController2Service',
  155.             'App\\Controller\\ProfileCtrController' => 'getProfileCtrControllerService',
  156.             'App\\Controller\\ProfileFilterController' => 'getProfileFilterControllerService',
  157.             'App\\Controller\\ProfileListController' => 'getProfileListControllerService',
  158.             'App\\Controller\\ProfilePreviewController' => 'getProfilePreviewControllerService',
  159.             'App\\Controller\\ProfileRecommendationController' => 'getProfileRecommendationControllerService',
  160.             'App\\Controller\\ProfileSearchController' => 'getProfileSearchControllerService',
  161.             'App\\Controller\\ProfileWidgetController' => 'getProfileWidgetControllerService',
  162.             'App\\Controller\\RecentProfilesController' => 'getRecentProfilesControllerService',
  163.             'App\\Controller\\RecentlyViewedProfilesController' => 'getRecentlyViewedProfilesControllerService',
  164.             'App\\Controller\\RobotsTxtController' => 'getRobotsTxtControllerService',
  165.             'App\\Controller\\S3DebugController' => 'getS3DebugControllerService',
  166.             'App\\Controller\\SaloonCommentController' => 'getSaloonCommentController2Service',
  167.             'App\\Controller\\SaloonFilterController' => 'getSaloonFilterControllerService',
  168.             'App\\Controller\\SaloonListController' => 'getSaloonListControllerService',
  169.             'App\\Controller\\SaloonPreviewController' => 'getSaloonPreviewControllerService',
  170.             'App\\Controller\\SearchByKeywordsController' => 'getSearchByKeywordsControllerService',
  171.             'App\\Controller\\ServiceListController' => 'getServiceListControllerService',
  172.             'App\\Controller\\SidebarPlacementsController' => 'getSidebarPlacementsControllerService',
  173.             'App\\Controller\\StaticPageController' => 'getStaticPageControllerService',
  174.             'App\\Controller\\StationListController' => 'getStationListControllerService',
  175.             'App\\Service\\ListingRotationApi' => 'getListingRotationApiService',
  176.             'App\\Service\\UploadedFileNamer' => 'getUploadedFileNamerService',
  177.             'App\\Service\\VideoFileProcessor' => 'getVideoFileProcessorService',
  178.             'BigIdea\\IdentityBundle\\Controller\\TeamMateAuthenticationController' => 'getTeamMateAuthenticationControllerService',
  179.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  180.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminController2Service',
  181.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  182.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  183.             'cache.app_clearer' => 'getCache_AppClearerService',
  184.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  185.             'cache.system_clearer' => 'getCache_SystemClearerService',
  186.             'cache_warmer' => 'getCacheWarmerService',
  187.             'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog' => 'getBulkQueueWatchDogService',
  188.             'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue' => 'getProcessBulkQueueService',
  189.             'console.command.public_alias.App\\Console\\Debug\\PlanPlacementSyncDebugCommand' => 'getPlanPlacementSyncDebugCommandService',
  190.             'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand' => 'getConfigureCacheDirectoryCommandService',
  191.             'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand' => 'getRemoveOutdatedCacheDirectoriesCommandService',
  192.             'console.command.public_alias.App\\Console\\Export\\ExportProfiles' => 'getExportProfilesService',
  193.             'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand' => 'getExportRotationListingsConfigCommandService',
  194.             'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand' => 'getAdaptForAvatarCommandService',
  195.             'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription' => 'getAdaptForESDescriptionService',
  196.             'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand' => 'getAdaptForFreeProfilesCommandService',
  197.             'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus' => 'getAdaptForProfileModerationStatusService',
  198.             'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations' => 'getAdaptForProfileRecommendationsService',
  199.             'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords' => 'getAdaptForSearchByKeywordsService',
  200.             'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733' => 'getAddServicesForTask28733Service',
  201.             'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand' => 'getAnalExtraChargeToServiceExtraChargeCommandService',
  202.             'console.command.public_alias.App\\Console\\Feature\\CleanStopWordsTextsCommand' => 'getCleanStopWordsTextsCommandService',
  203.             'console.command.public_alias.App\\Console\\Feature\\PrepareDynamicPricesPlacementsCommand' => 'getPrepareDynamicPricesPlacementsCommandService',
  204.             'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand' => 'getRevertAdaptForAvatarCommandService',
  205.             'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand' => 'getRevertAdaptForFreeProfilesCommandService',
  206.             'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand' => 'getSetAvatarFromFirstPhotoCommandService',
  207.             'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand' => 'getSetUniqueDescriptionForDuplicatesCommandService',
  208.             'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi' => 'getRemoveStationVerhnieLihoborodyiService',
  209.             'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal' => 'getRemoveStationobvodnoyKanalService',
  210.             'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand' => 'getImportCitiesCommandService',
  211.             'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand' => 'getImportCitiesMapCoordinatesCommandService',
  212.             'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand' => 'getImportPageMetadataCommandService',
  213.             'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand' => 'getImportPaidPlacementPricesCommandService',
  214.             'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand' => 'getImportPaymentProductsCommandService',
  215.             'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand' => 'getImportProfilesCommandService',
  216.             'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand' => 'getImportSaloonsCommandService',
  217.             'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand' => 'getImportServicesCommandService',
  218.             'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand' => 'getImportStationDistrictCommandService',
  219.             'console.command.public_alias.App\\Console\\Management\\CleanupSupportMessageAttachmentsCommand' => 'getCleanupSupportMessageAttachmentsCommandService',
  220.             'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache' => 'getClearCtrValuesCacheService',
  221.             'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList' => 'getClearCurrentModerationListService',
  222.             'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand' => 'getCreateStaffAccountCommandService',
  223.             'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles' => 'getDeleteModerationRejectedProfilesService',
  224.             'console.command.public_alias.App\\Console\\Management\\FillDynamicPlacementPricesForTestCommand' => 'getFillDynamicPlacementPricesForTestCommandService',
  225.             'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements' => 'getHideFreeUnapprovedPlacementsService',
  226.             'console.command.public_alias.App\\Console\\Management\\ImportCityPriceCategoriesCommand' => 'getImportCityPriceCategoriesCommandService',
  227.             'console.command.public_alias.App\\Console\\Management\\ImportDynamicPlacementPricesCommand' => 'getImportDynamicPlacementPricesCommandService',
  228.             'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent' => 'getPersistProfileCtrValuesPermanentService',
  229.             'console.command.public_alias.App\\Console\\Management\\RefreshColdStartProfileRecommendationsCommand' => 'getRefreshColdStartProfileRecommendationsCommandService',
  230.             'console.command.public_alias.App\\Console\\Management\\RefreshGeoCategoryLinkageCommand' => 'getRefreshGeoCategoryLinkageCommandService',
  231.             'console.command.public_alias.App\\Console\\Management\\RefreshTop100ProfilesCommand' => 'getRefreshTop100ProfilesCommandService',
  232.             'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles' => 'getSetSeoPhoneNumbersForProfilesService',
  233.             'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons' => 'getSetSeoPhoneNumbersForSaloonsService',
  234.             'console.command.public_alias.App\\Console\\Management\\SyncActualDomainsCommand' => 'getSyncActualDomainsCommandService',
  235.             'console.command.public_alias.App\\Console\\Management\\UpdateStations' => 'getUpdateStationsService',
  236.             'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus' => 'getUpdateUsersTrustedStatusService',
  237.             'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand' => 'getGenerateCityUriDumpCommandService',
  238.             'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand' => 'getGenerateServicesUriDumpCommandService',
  239.             'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand' => 'getCreatePageMetadataTemplatesCommandService',
  240.             'console.command.public_alias.App\\Console\\SEO\\DumpSeoTemplateMtimesCommand' => 'getDumpSeoTemplateMtimesCommandService',
  241.             'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand' => 'getGenerateSitemapCommandService',
  242.             'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand' => 'getImportPageMetadataCommand2Service',
  243.             'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand' => 'getImportProfileDescriptionCommandService',
  244.             'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator' => 'getListingPagesSitemapGeneratorService',
  245.             'console.command.public_alias.App\\Console\\Sales\\AccountChargebackCommand' => 'getAccountChargebackCommandService',
  246.             'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand' => 'getFixProfileAdBoardPositionsCommandService',
  247.             'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand' => 'getManualAccountChargesCommandService',
  248.             'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand' => 'getMigrateFinancialDataCommandService',
  249.             'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand' => 'getPlaceProfilesFreeAdBoardPlacementsCommandService',
  250.             'console.command.public_alias.App\\Console\\Sales\\PlaceUnhiddenAndUnplacedProfilesFreeCommand' => 'getPlaceUnhiddenAndUnplacedProfilesFreeCommandService',
  251.             'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand' => 'getPlacementHiderHourlyChargeCommandService',
  252.             'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand' => 'getProcessOutdatedNewSidebarPlacementsCommandService',
  253.             'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand' => 'getProfileAdBoardHourlyChargeCommandService',
  254.             'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand' => 'getRotateProfileAdBoardPlacementsCommandService',
  255.             'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand' => 'getRotateProfileFreeAdBoardPlacementsCommandService',
  256.             'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand' => 'getRotateSaloonAdBoardPlacementsCommandService',
  257.             'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand' => 'getRotateSidebarPlacementsCommandService',
  258.             'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand' => 'getSaloonAdBoardHourlyChargeCommandService',
  259.             'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand' => 'getUserLowBalanceNotifyCommandService',
  260.             'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand' => 'getFillIpAddressRangeCommandService',
  261.             'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand' => 'getPrepareOldVideoFilesCommandService',
  262.             'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts' => 'getCreateDummyAccountsService',
  263.             'console.command_loader' => 'getConsole_CommandLoaderService',
  264.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  265.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  266.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  267.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  268.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  269.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  270.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  271.             'eight_points_guzzle.client.api_actual_domain' => 'getEightPointsGuzzle_Client_ApiActualDomainService',
  272.             'eight_points_guzzle.client.api_domain_timeline' => 'getEightPointsGuzzle_Client_ApiDomainTimelineService',
  273.             'eight_points_guzzle.client.api_payday' => 'getEightPointsGuzzle_Client_ApiPaydayService',
  274.             'eight_points_guzzle.client.api_rotation' => 'getEightPointsGuzzle_Client_ApiRotationService',
  275.             'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  276.             'eight_points_guzzle.handler_stack.api_actual_domain' => 'getEightPointsGuzzle_HandlerStack_ApiActualDomainService',
  277.             'eight_points_guzzle.handler_stack.api_domain_timeline' => 'getEightPointsGuzzle_HandlerStack_ApiDomainTimelineService',
  278.             'eight_points_guzzle.handler_stack.api_oplata_info' => 'getEightPointsGuzzle_HandlerStack_ApiOplataInfoService',
  279.             'eight_points_guzzle.handler_stack.api_payday' => 'getEightPointsGuzzle_HandlerStack_ApiPaydayService',
  280.             'eight_points_guzzle.handler_stack.api_rotation' => 'getEightPointsGuzzle_HandlerStack_ApiRotationService',
  281.             'eight_points_guzzle.middleware.event_dispatch.api_actual_domain' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiActualDomainService',
  282.             'eight_points_guzzle.middleware.event_dispatch.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiDomainTimelineService',
  283.             'eight_points_guzzle.middleware.event_dispatch.api_oplata_info' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService',
  284.             'eight_points_guzzle.middleware.event_dispatch.api_payday' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiPaydayService',
  285.             'eight_points_guzzle.middleware.event_dispatch.api_rotation' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiRotationService',
  286.             'eight_points_guzzle.middleware.log.api_actual_domain' => 'getEightPointsGuzzle_Middleware_Log_ApiActualDomainService',
  287.             'eight_points_guzzle.middleware.log.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_Log_ApiDomainTimelineService',
  288.             'eight_points_guzzle.middleware.log.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService',
  289.             'eight_points_guzzle.middleware.log.api_payday' => 'getEightPointsGuzzle_Middleware_Log_ApiPaydayService',
  290.             'eight_points_guzzle.middleware.log.api_rotation' => 'getEightPointsGuzzle_Middleware_Log_ApiRotationService',
  291.             'eight_points_guzzle.middleware.profile.api_actual_domain' => 'getEightPointsGuzzle_Middleware_Profile_ApiActualDomainService',
  292.             'eight_points_guzzle.middleware.profile.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_Profile_ApiDomainTimelineService',
  293.             'eight_points_guzzle.middleware.profile.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService',
  294.             'eight_points_guzzle.middleware.profile.api_payday' => 'getEightPointsGuzzle_Middleware_Profile_ApiPaydayService',
  295.             'eight_points_guzzle.middleware.profile.api_rotation' => 'getEightPointsGuzzle_Middleware_Profile_ApiRotationService',
  296.             'eight_points_guzzle.middleware.request_time.api_actual_domain' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiActualDomainService',
  297.             'eight_points_guzzle.middleware.request_time.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiDomainTimelineService',
  298.             'eight_points_guzzle.middleware.request_time.api_oplata_info' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService',
  299.             'eight_points_guzzle.middleware.request_time.api_payday' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiPaydayService',
  300.             'eight_points_guzzle.middleware.request_time.api_rotation' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiRotationService',
  301.             'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  302.             'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  303.             'error_controller' => 'getErrorControllerService',
  304.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  305.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  306.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  307.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  308.             'file_namer.profile_media' => 'getFileNamer_ProfileMediaService',
  309.             'file_namer.profile_media_approval' => 'getFileNamer_ProfileMediaApprovalService',
  310.             'file_namer.saloon_media' => 'getFileNamer_SaloonMediaService',
  311.             'file_namer.saloon_media_thumb' => 'getFileNamer_SaloonMediaThumbService',
  312.             'file_namer.saloon_media_video' => 'getFileNamer_SaloonMediaVideoService',
  313.             'file_namer.tmp_media' => 'getFileNamer_TmpMediaService',
  314.             'file_namer.user_media' => 'getFileNamer_UserMediaService',
  315.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  316.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  317.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  318.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  319.             'fos_elastica.finder.description.profile' => 'getFosElastica_Finder_Description_ProfileService',
  320.             'fos_elastica.finder.key_search.profile' => 'getFosElastica_Finder_KeySearch_ProfileService',
  321.             'fos_elastica.finder.recommendations.profile' => 'getFosElastica_Finder_Recommendations_ProfileService',
  322.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  323.             'fos_elastica.index.description' => 'getFosElastica_Index_DescriptionService',
  324.             'fos_elastica.index.description.profile' => 'getFosElastica_Index_Description_ProfileService',
  325.             'fos_elastica.index.key_search' => 'getFosElastica_Index_KeySearchService',
  326.             'fos_elastica.index.key_search.profile' => 'getFosElastica_Index_KeySearch_ProfileService',
  327.             'fos_elastica.index.recommendations' => 'getFosElastica_Index_RecommendationsService',
  328.             'fos_elastica.index.recommendations.profile' => 'getFosElastica_Index_Recommendations_ProfileService',
  329.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  330.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  331.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
  332.             'fos_elastica.object_persister.description.profile' => 'getFosElastica_ObjectPersister_Description_ProfileService',
  333.             'fos_elastica.object_persister.key_search.profile' => 'getFosElastica_ObjectPersister_KeySearch_ProfileService',
  334.             'fos_elastica.object_persister.recommendations.profile' => 'getFosElastica_ObjectPersister_Recommendations_ProfileService',
  335.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  336.             'fos_elastica.pager_provider.description.profile' => 'getFosElastica_PagerProvider_Description_ProfileService',
  337.             'fos_elastica.pager_provider.key_search.profile' => 'getFosElastica_PagerProvider_KeySearch_ProfileService',
  338.             'fos_elastica.pager_provider.recommendations.profile' => 'getFosElastica_PagerProvider_Recommendations_ProfileService',
  339.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  340.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  341.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  342.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  343.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  344.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  345.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  346.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  347.             'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  348.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  349.             'identity.personal_access_token_generator' => 'getIdentity_PersonalAccessTokenGeneratorService',
  350.             'identity.team_mate_provider' => 'getIdentity_TeamMateProviderService',
  351.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  352.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  353.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  354.             'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  355.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  356.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  357.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  358.             'nelmio_api_doc.generator.chatops' => 'getNelmioApiDoc_Generator_ChatopsService',
  359.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  360.             'nelmio_api_doc.generator.sales' => 'getNelmioApiDoc_Generator_SalesService',
  361.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  362.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  363.             'oneup_flysystem.process_queue_filesystem' => 'getOneupFlysystem_ProcessQueueFilesystemService',
  364.             'oneup_flysystem.profile_media_approval_filesystem' => 'getOneupFlysystem_ProfileMediaApprovalFilesystemService',
  365.             'oneup_flysystem.profile_media_avatar_filesystem' => 'getOneupFlysystem_ProfileMediaAvatarFilesystemService',
  366.             'oneup_flysystem.profile_media_filesystem' => 'getOneupFlysystem_ProfileMediaFilesystemService',
  367.             'oneup_flysystem.profile_media_selfie_filesystem' => 'getOneupFlysystem_ProfileMediaSelfieFilesystemService',
  368.             'oneup_flysystem.profile_media_untouched_filesystem' => 'getOneupFlysystem_ProfileMediaUntouchedFilesystemService',
  369.             'oneup_flysystem.public_filesystem' => 'getOneupFlysystem_PublicFilesystemService',
  370.             'oneup_flysystem.saloon_media_filesystem' => 'getOneupFlysystem_SaloonMediaFilesystemService',
  371.             'oneup_flysystem.saloon_media_thumb_filesystem' => 'getOneupFlysystem_SaloonMediaThumbFilesystemService',
  372.             'oneup_flysystem.saloon_media_untouched_filesystem' => 'getOneupFlysystem_SaloonMediaUntouchedFilesystemService',
  373.             'oneup_flysystem.saloon_media_video_filesystem' => 'getOneupFlysystem_SaloonMediaVideoFilesystemService',
  374.             'oneup_flysystem.support_message_attachment_filesystem' => 'getOneupFlysystem_SupportMessageAttachmentFilesystemService',
  375.             'oneup_flysystem.tmp_filesystem' => 'getOneupFlysystem_TmpFilesystemService',
  376.             'oneup_flysystem.tmp_media_filesystem' => 'getOneupFlysystem_TmpMediaFilesystemService',
  377.             'oneup_flysystem.user_media_filesystem' => 'getOneupFlysystem_UserMediaFilesystemService',
  378.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  379.             'oneup_uploader.controller.process_queue' => 'getOneupUploader_Controller_ProcessQueueService',
  380.             'oneup_uploader.controller.profile_face_photo' => 'getOneupUploader_Controller_ProfileFacePhotoService',
  381.             'oneup_uploader.controller.profile_media_approval' => 'getOneupUploader_Controller_ProfileMediaApprovalService',
  382.             'oneup_uploader.controller.profile_media_avatar' => 'getOneupUploader_Controller_ProfileMediaAvatarService',
  383.             'oneup_uploader.controller.profile_photo' => 'getOneupUploader_Controller_ProfilePhotoService',
  384.             'oneup_uploader.controller.profile_selfie' => 'getOneupUploader_Controller_ProfileSelfieService',
  385.             'oneup_uploader.controller.profile_video' => 'getOneupUploader_Controller_ProfileVideoService',
  386.             'oneup_uploader.controller.saloon_media' => 'getOneupUploader_Controller_SaloonMediaService',
  387.             'oneup_uploader.controller.saloon_media_thumb' => 'getOneupUploader_Controller_SaloonMediaThumbService',
  388.             'oneup_uploader.controller.saloon_media_video' => 'getOneupUploader_Controller_SaloonMediaVideoService',
  389.             'oneup_uploader.controller.tmp_media' => 'getOneupUploader_Controller_TmpMediaService',
  390.             'oneup_uploader.controller.user_media' => 'getOneupUploader_Controller_UserMediaService',
  391.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  392.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  393.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  394.             'porpaginas.twig.subscriber' => 'getPorpaginas_Twig_SubscriberService',
  395.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  396.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  397.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  398.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  399.             'routing.loader' => 'getRouting_LoaderService',
  400.             'services_resetter' => 'getServicesResetterService',
  401.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  402.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  403.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  404.         ];
  405.         $this->aliases = [
  406.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  407.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  408.             'database_connection' => 'doctrine.dbal.default_connection',
  409.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  410.             'fos_elastica.client' => 'fos_elastica.client.default',
  411.             'fos_elastica.index' => 'fos_elastica.index.recommendations',
  412.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  413.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  414.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  415.         ];
  416.         $this->privates['service_container'] = function () {
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  419.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  421.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  422.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  423.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  424.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  425.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  426.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  427.             include_once \dirname(__DIR__4).'/src/DataCollector/DebugCollector.php';
  428.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  429.             include_once \dirname(__DIR__4).'/src/EventSubscriber/AjaxDebugUpdateSubscriber.php';
  430.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ApiAccessSubscriber.php';
  431.             include_once \dirname(__DIR__4).'/src/Service/AccessManager.php';
  432.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BadWordsReplaceSubscriber.php';
  433.             include_once \dirname(__DIR__4).'/src/Helper/EnvironmentHelper.php';
  434.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BanLogoutSubscriber.php';
  435.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CityCaseRedirectSubscriber.php';
  436.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CommentBanSubscriber.php';
  437.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DisabledRouteSubscriber.php';
  438.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DoctrineEntityFilterSubscriber.php';
  439.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DomainParkingSubscriber.php';
  440.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DomainRedirectSubscriber.php';
  441.             include_once \dirname(__DIR__4).'/src/Http/DomainRedirectorInterface.php';
  442.             include_once \dirname(__DIR__4).'/src/Http/DomainRedirector.php';
  443.             include_once \dirname(__DIR__4).'/src/EventSubscriber/EnumSubscriber.php';
  444.             include_once \dirname(__DIR__4).'/src/EventSubscriber/KernelSubscriber.php';
  445.             include_once \dirname(__DIR__4).'/src/EventSubscriber/PageMetadataSubscriber.php';
  446.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ProfileListOrderingSubscriber.php';
  447.             include_once \dirname(__DIR__4).'/src/Service/ProfilePaidPlacementRotator.php';
  448.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  449.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  450.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  451.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  452.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  453.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  454.             include_once \dirname(__DIR__4).'/src/Repository/AccountEnrollmentRepository.php';
  455.             include_once \dirname(__DIR__4).'/src/Repository/ApprovalRequestsRepository.php';
  456.             include_once \dirname(__DIR__4).'/vendor/happyr/doctrine-specification/src/Repository/EntitySpecificationRepositoryTrait.php';
  457.             include_once \dirname(__DIR__4).'/src/Repository/SpecificationTrait.php';
  458.             include_once \dirname(__DIR__4).'/src/Repository/EntityIteratorTrait.php';
  459.             include_once \dirname(__DIR__4).'/src/Repository/BannedEmailRepository.php';
  460.             include_once \dirname(__DIR__4).'/src/Repository/CityRepository.php';
  461.             include_once \dirname(__DIR__4).'/src/Repository/DistrictRepository.php';
  462.             include_once \dirname(__DIR__4).'/src/Repository/ModerationRequestsRepository.php';
  463.             include_once \dirname(__DIR__4).'/src/Repository/PageMetadataRepository.php';
  464.             include_once \dirname(__DIR__4).'/src/Repository/PaidPlacementPriceRepository.php';
  465.             include_once \dirname(__DIR__4).'/src/Repository/ProfileCommentRepository.php';
  466.             include_once \dirname(__DIR__4).'/src/Repository/ProfileCtrRepository.php';
  467.             include_once \dirname(__DIR__4).'/src/Repository/ProfileKVRepository.php';
  468.             include_once \dirname(__DIR__4).'/src/Repository/ProfilePlanPlacementRepository.php';
  469.             include_once \dirname(__DIR__4).'/src/Repository/ProfileRecommendationRepository.php';
  470.             include_once \dirname(__DIR__4).'/src/Repository/ProfileRepository.php';
  471.             include_once \dirname(__DIR__4).'/src/Repository/SidebarPlacementRepository.php';
  472.             include_once \dirname(__DIR__4).'/src/Repository/ProfileSidebarPlacementRepository.php';
  473.             include_once \dirname(__DIR__4).'/src/Repository/ProfileTopPlacementRepository.php';
  474.             include_once \dirname(__DIR__4).'/src/Repository/SaloonRepository.php';
  475.             include_once \dirname(__DIR__4).'/src/Repository/SaloonSidebarPlacementRepository.php';
  476.             include_once \dirname(__DIR__4).'/src/Repository/ServiceRepository.php';
  477.             include_once \dirname(__DIR__4).'/src/Repository/StationRepository.php';
  478.             include_once \dirname(__DIR__4).'/src/Repository/SupportMessagesRepository.php';
  479.             include_once \dirname(__DIR__4).'/src/Repository/SystemVariablesRepository.php';
  480.             include_once \dirname(__DIR__4).'/src/Service/AccountChargesDurationEstimator.php';
  481.             include_once \dirname(__DIR__4).'/src/Service/AccountChargesDurationPresenter.php';
  482.             include_once \dirname(__DIR__4).'/src/Service/AccountFinances.php';
  483.             include_once \dirname(__DIR__4).'/src/Service/ApprovalService.php';
  484.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageService.php';
  485.             include_once \dirname(__DIR__4).'/src/Service/ColdStartProfileRecommendationsCache.php';
  486.             include_once \dirname(__DIR__4).'/src/Service/CountryCurrencyResolver.php';
  487.             include_once \dirname(__DIR__4).'/src/Service/CurrentCityResolver.php';
  488.             include_once \dirname(__DIR__4).'/src/Service/CustomerBanService.php';
  489.             include_once \dirname(__DIR__4).'/src/Service/DefaultCityProvider.php';
  490.             include_once \dirname(__DIR__4).'/src/Service/DynamicPlacementPriceResolver.php';
  491.             include_once \dirname(__DIR__4).'/src/Service/EnumUriLoader.php';
  492.             include_once \dirname(__DIR__4).'/src/Service/Features.php';
  493.             include_once \dirname(__DIR__4).'/src/Service/GeoCategoryLinkageService.php';
  494.             include_once \dirname(__DIR__4).'/src/Service/InnerLinkageCircleService.php';
  495.             include_once \dirname(__DIR__4).'/src/Service/ListingService.php';
  496.             include_once \dirname(__DIR__4).'/src/Service/ModerationService.php';
  497.             include_once \dirname(__DIR__4).'/src/Service/MoneyFormatterService.php';
  498.             include_once \dirname(__DIR__4).'/src/Service/PhoneNumberService.php';
  499.             include_once \dirname(__DIR__4).'/src/Service/ProfileAdBoard.php';
  500.             include_once \dirname(__DIR__4).'/src/Service/ProfileAvatar.php';
  501.             include_once \dirname(__DIR__4).'/src/Service/ProfileRecommendationService.php';
  502.             include_once \dirname(__DIR__4).'/src/Service/ProfileBotHelper.php';
  503.             include_once \dirname(__DIR__4).'/src/Service/ProfileChargesCalculator.php';
  504.             include_once \dirname(__DIR__4).'/src/Service/ProfileCtrService.php';
  505.             include_once \dirname(__DIR__4).'/src/Service/ProfileList.php';
  506.             include_once \dirname(__DIR__4).'/src/Service/ProfileListSpecificationService.php';
  507.             include_once \dirname(__DIR__4).'/src/Service/ProfileTopBoard.php';
  508.             include_once \dirname(__DIR__4).'/src/Service/ResponsiveAssetsService.php';
  509.             include_once \dirname(__DIR__4).'/src/Service/SaloonChargesCalculator.php';
  510.             include_once \dirname(__DIR__4).'/src/Service/SearchByKeywordsService.php';
  511.             include_once \dirname(__DIR__4).'/src/Repository/SearchByKeywordsESRepository.php';
  512.             include_once \dirname(__DIR__4).'/src/Service/Sidebar.php';
  513.             include_once \dirname(__DIR__4).'/src/Service/TimeZoneService.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  525.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  574.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  575.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  591.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  592.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  593.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  594.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  637.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  638.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  639.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  640.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  641.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  642.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  644.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  645.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  649.             include_once \dirname(__DIR__4).'/src/ParamConverter/CityParamConverter.php';
  650.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  651.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  652.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  653.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  654.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  655.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  656.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  657.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  658.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  659.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  660.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  661.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  662.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  663.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  664.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  665.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  666.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  667.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  668.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  669.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  670.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  671.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  673.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  674.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php';
  675.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  676.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  677.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  678.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  679.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  680.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  681.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  682.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  683.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  685.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  686.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  687.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  688.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  689.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  690.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  691.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  692.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  693.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  695.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  696.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  697.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  698.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  699.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  700.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  702.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  703.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheConfiguration.php';
  704.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLogger.php';
  705.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLoggerChain.php';
  706.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/StatisticsCacheLogger.php';
  707.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheFactory.php';
  708.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/DefaultCacheFactory.php';
  709.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/RegionsConfiguration.php';
  710.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  711.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  713.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  714.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  715.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  716.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  717.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  718.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  719.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  720.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  721.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  722.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  723.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  724.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  725.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  738.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  746.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  747.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  753.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  755.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  758.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  759.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  760.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  761.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  762.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  763.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  764.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  765.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  766.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  767.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  768.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  769.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php';
  770.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php';
  772.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ChromePhpHandler.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  775.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  776.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  777.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  778.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  783.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  785.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  786.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  787.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  788.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  789.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  790.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  791.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  792.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  793.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  794.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  796.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  797.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  799.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  801.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  802.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManagerInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManager.php';
  804.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/FeatureActivatorInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ChainActivator.php';
  806.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php';
  807.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ArrayActivator.php';
  808.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/EnvironmentActivator.php';
  809.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ConstraintActivator.php';
  810.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolverInterface.php';
  811.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolver.php';
  812.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Factory/ExpressionLanguageFactory.php';
  813.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/DateProvider.php';
  814.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/MatchProvider.php';
  815.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ContextDecoratorInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ChainDecorator.php';
  817.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/AnnotationSubscriber.php';
  818.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/RoutingMetadataSubscriber.php';
  819.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  820.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ExcludeFieldsConfigPass.php';
  822.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  823.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  824.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  825.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  826.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  827.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShortFormTypeConfigPass.php';
  828.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  829.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  830.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/EmbeddedListViewConfigPass.php';
  831.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  832.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShowViewConfigPass.php';
  833.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  834.             include_once \dirname(__DIR__4).'/src/Bridge/AlterPHP/EasyAdminExtensionBundle/Configuration/ListFormFiltersConfigPass.php';
  835.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  836.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  837.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  838.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  839.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/EmbeddedListHelper.php';
  840.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/ListFormFiltersHelper.php';
  841.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Security/AdminAuthorizationChecker.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  844.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  845.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  846.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  847.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  848.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  850.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  851.             include_once \dirname(__DIR__4).'/src/Bridge/GuzzleHttp/Handler/OplataInfoTestHandler.php';
  852.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  853.             include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  855.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  856.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  857.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  858.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  859.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  861.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  863.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  865.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  866.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  867.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  869.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  871.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  873.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  874.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  880.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  881.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  883.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  885.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  886.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  887.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  888.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  889.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  890.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  891.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  892.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  893.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  894.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  895.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  899.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  900.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  901.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  902.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  903.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/PorpaginasExtension.php';
  904.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/RenderingAdapter.php';
  905.             include_once \dirname(__DIR__4).'/packages/porpaginas-bundle/Twig/KnpPagerRenderingAdapter.php';
  906.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Morphos/GeographicalNamesInflection.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  909.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  910.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  913.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  914.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ChainAdapter.php';
  921.             include_once \dirname(__DIR__4).'/src/Http/CityCaseRedirector.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  927.             include_once \dirname(__DIR__4).'/src/Routing/DynamicRouter.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  930.             include_once \dirname(__DIR__4).'/packages/translatable-bundle/Translation/Translator.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  952.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  953.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  955.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  956.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  960.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Profiler/FeatureDataCollector.php';
  961.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  962.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  963.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  964.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  968.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  969.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  970.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  971.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  972.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  973.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  974.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  975.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  976.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  977.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  982.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  998.             include_once \dirname(__DIR__4).'/src/Twig/AccountExtension.php';
  999.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageByCountriesExtension.php';
  1000.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageByCountriesService.php';
  1001.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageExtension.php';
  1002.             include_once \dirname(__DIR__4).'/src/Twig/ClientTypeExtension.php';
  1003.             include_once \dirname(__DIR__4).'/src/Twig/ConfirmationRequestsExtension.php';
  1004.             include_once \dirname(__DIR__4).'/src/Twig/DateExtension.php';
  1005.             include_once \dirname(__DIR__4).'/src/Twig/DefaultCityExtension.php';
  1006.             include_once \dirname(__DIR__4).'/src/Twig/DistrictsLinkageExtension.php';
  1007.             include_once \dirname(__DIR__4).'/src/Service/DistrictsLinkageService.php';
  1008.             include_once \dirname(__DIR__4).'/src/Twig/GeoCategoryLinkageExtension.php';
  1009.             include_once \dirname(__DIR__4).'/src/Twig/InnerLinkageCircleExtension.php';
  1010.             include_once \dirname(__DIR__4).'/src/Twig/ListingExtension.php';
  1011.             include_once \dirname(__DIR__4).'/src/Twig/MoneyFormatterExtension.php';
  1012.             include_once \dirname(__DIR__4).'/src/Twig/OfferBarExtension.php';
  1013.             include_once \dirname(__DIR__4).'/src/Twig/OplataInfoExtension.php';
  1014.             include_once \dirname(__DIR__4).'/src/PaymentProcessing/Gateway/OplataInfo.php';
  1015.             include_once \dirname(__DIR__4).'/src/Twig/PaidPlacementsExtension.php';
  1016.             include_once \dirname(__DIR__4).'/src/Twig/PersonParametersExtension.php';
  1017.             include_once \dirname(__DIR__4).'/src/Twig/PhoneCallExtension.php';
  1018.             include_once \dirname(__DIR__4).'/src/Twig/ProfileAvatarExtension.php';
  1019.             include_once \dirname(__DIR__4).'/src/Twig/ProfileChargesExtension.php';
  1020.             include_once \dirname(__DIR__4).'/src/Twig/ProfileCommentExtension.php';
  1021.             include_once \dirname(__DIR__4).'/src/Twig/ProfileKVExtension.php';
  1022.             include_once \dirname(__DIR__4).'/src/Twig/ProfileModerationExtension.php';
  1023.             include_once \dirname(__DIR__4).'/src/Twig/ProfileRecommendationsDebugExtension.php';
  1024.             include_once \dirname(__DIR__4).'/src/Twig/ProjectLinkExtension.php';
  1025.             include_once \dirname(__DIR__4).'/src/Service/ProjectLinkGenerator.php';
  1026.             include_once \dirname(__DIR__4).'/src/Service/ActualDomainsProvider.php';
  1027.             include_once \dirname(__DIR__4).'/src/Twig/RecentProfilesExtension.php';
  1028.             include_once \dirname(__DIR__4).'/src/Twig/ResponsiveAssetExtension.php';
  1029.             include_once \dirname(__DIR__4).'/src/Twig/RoutingExtension.php';
  1030.             include_once \dirname(__DIR__4).'/src/Twig/SaloonChargesExtension.php';
  1031.             include_once \dirname(__DIR__4).'/src/Twig/SaloonCommentExtension.php';
  1032.             include_once \dirname(__DIR__4).'/src/Twig/SearchByKeywordsExtension.php';
  1033.             include_once \dirname(__DIR__4).'/src/Twig/SeoExtension.php';
  1034.             include_once \dirname(__DIR__4).'/src/Service/PageMetadataGenerator.php';
  1035.             include_once \dirname(__DIR__4).'/src/Service/CanonicalUrlGenerator.php';
  1036.             include_once \dirname(__DIR__4).'/src/Twig/ServicesExtension.php';
  1037.             include_once \dirname(__DIR__4).'/src/Twig/StationCommentsExtension.php';
  1038.             include_once \dirname(__DIR__4).'/src/Twig/StationPagesLinkageExtension.php';
  1039.             include_once \dirname(__DIR__4).'/src/Service/StationPagesLinkageService.php';
  1040.             include_once \dirname(__DIR__4).'/src/Twig/StationsExtension.php';
  1041.             include_once \dirname(__DIR__4).'/src/Twig/SupportMessagesExtension.php';
  1042.             include_once \dirname(__DIR__4).'/src/Twig/TakeOutLocationsExtension.php';
  1043.             include_once \dirname(__DIR__4).'/src/Twig/TimeFormatterExtension.php';
  1044.             include_once \dirname(__DIR__4).'/src/Twig/ToolsExtension.php';
  1045.             include_once \dirname(__DIR__4).'/src/Twig/UserExtension.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Twig/ToggleExtension.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/ListFormFiltersExtension.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/CheckboxTreeExtension.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/EmbeddedListExtension.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/AdminAuthorizationExtension.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Twig/GeographicalNamesInflectionTwigExtension.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src/Twig/MorphosExtension.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1082.         };
  1083.     }
  1084.     public function compile(): void
  1085.     {
  1086.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1087.     }
  1088.     public function isCompiled(): bool
  1089.     {
  1090.         return true;
  1091.     }
  1092.     public function getRemovedIds(): array
  1093.     {
  1094.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1095.     }
  1096.     protected function load($file$lazyLoad true)
  1097.     {
  1098.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1099.             return $class::do($this$lazyLoad);
  1100.         }
  1101.         if ('.' === $file[-4]) {
  1102.             $class substr($class0, -4);
  1103.         } else {
  1104.             $file .= '.php';
  1105.         }
  1106.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1107.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1108.     }
  1109.     /**
  1110.      * Gets the public '.container.private.form.factory' shared service.
  1111.      *
  1112.      * @return \Symfony\Component\Form\FormFactory
  1113.      */
  1114.     protected function get_Container_Private_Form_FactoryService()
  1115.     {
  1116.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1117.         if (isset($this->services['.container.private.form.factory'])) {
  1118.             return $this->services['.container.private.form.factory'];
  1119.         }
  1120.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1121.     }
  1122.     /**
  1123.      * Gets the public '.container.private.profiler' shared service.
  1124.      *
  1125.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1126.      */
  1127.     protected function get_Container_Private_ProfilerService()
  1128.     {
  1129.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1130.         $b = ($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService());
  1131.         $c = ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1132.         $d = ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1133.         $a->pushProcessor($b);
  1134.         $a->pushHandler($c);
  1135.         $a->pushHandler($d);
  1136.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1137.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1138.         $e = ($this->services['kernel'] ?? $this->get('kernel'));
  1139.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1140.         $g = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1141.         $g->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1142.         $g->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1143.         $g->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  1144.         $g->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  1145.         $g->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1146.         $g->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  1147.         $g->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  1148.         $g->addInstance('cache.rate_limiter.traceable', ($this->privates['cache.rate_limiter.traceable'] ?? $this->getCache_RateLimiter_TraceableService()));
  1149.         $g->addInstance('cache.doctrine.traceable', ($this->privates['cache.doctrine.traceable'] ?? $this->getCache_Doctrine_TraceableService()));
  1150.         $g->addInstance('project_data.cache.traceable', ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  1151.         $g->addInstance('user_predict.cache.traceable', ($this->privates['user_predict.cache.traceable'] ?? $this->getUserPredict_Cache_TraceableService()));
  1152.         $g->addInstance('sidebar_new_check_cool_down.cache.traceable', ($this->privates['sidebar_new_check_cool_down.cache.traceable'] ?? $this->getSidebarNewCheckCoolDown_Cache_TraceableService()));
  1153.         $g->addInstance('ctr_stat.cache.traceable', ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService()));
  1154.         $g->addInstance('profiles_filter.cache.traceable', ($this->privates['profiles_filter.cache.traceable'] ?? $this->getProfilesFilter_Cache_TraceableService()));
  1155.         $g->addInstance('stations_lines.cache.traceable', ($this->privates['stations_lines.cache.traceable'] ?? $this->getStationsLines_Cache_TraceableService()));
  1156.         $g->addInstance('profile_widget.cache.traceable', ($this->privates['profile_widget.cache.traceable'] ?? $this->getProfileWidget_Cache_TraceableService()));
  1157.         $g->addInstance('station_added_profiles.cache.traceable', ($this->privates['station_added_profiles.cache.traceable'] ?? $this->getStationAddedProfiles_Cache_TraceableService()));
  1158.         $g->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1159.         $g->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1160.         $g->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1161.         $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()));
  1162.         $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()));
  1163.         $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()));
  1164.         $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()));
  1165.         $g->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  1166.         $g->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
  1167.         $g->addInstance('cache.easyadmin.traceable', ($this->privates['cache.easyadmin.traceable'] ?? $this->getCache_Easyadmin_TraceableService()));
  1168.         $g->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  1169.         $h = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1170.         $h->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1171.         $i = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1172.         $i->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1173.         $j = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  1174.         $j->pushProcessor($b);
  1175.         $j->pushHandler($c);
  1176.         $j->pushHandler($d);
  1177.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($j);
  1178.         $k = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1179.         if ($this->has('kernel')) {
  1180.             $k->setKernel($e);
  1181.         }
  1182.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1183.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($e, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1184.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1185.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1186.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1187.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1188.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1189.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelReviewDebugContainer'), $f));
  1190.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $f));
  1191.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1192.         $instance->add($g);
  1193.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  1194.         $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()), true));
  1195.         $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())));
  1196.         $instance->add($h);
  1197.         $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([])))));
  1198.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1199.         $instance->add($i);
  1200.         $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()))));
  1201.         $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()))));
  1202.         $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()))));
  1203.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  1204.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(new \Snc\RedisBundle\Logger\RedisLogger($j)));
  1205.         $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1206.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1207.         $instance->add(($this->privates['App\\DataCollector\\DebugCollector'] ?? ($this->privates['App\\DataCollector\\DebugCollector'] = new \App\DataCollector\DebugCollector())));
  1208.         $instance->add($k);
  1209.         return $instance;
  1210.     }
  1211.     /**
  1212.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1213.      *
  1214.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1215.      */
  1216.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1217.     {
  1218.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1219.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1220.             return $this->services['.container.private.security.authorization_checker'];
  1221.         }
  1222.         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()), $afalsefalsefalse);
  1223.     }
  1224.     /**
  1225.      * Gets the public '.container.private.security.token_storage' shared service.
  1226.      *
  1227.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1228.      */
  1229.     protected function get_Container_Private_Security_TokenStorageService()
  1230.     {
  1231.         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, [
  1232.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1233.         ], [
  1234.             'request_stack' => '?',
  1235.         ]));
  1236.     }
  1237.     /**
  1238.      * Gets the public '.container.private.twig' shared service.
  1239.      *
  1240.      * @return \Twig\Environment
  1241.      */
  1242.     protected function get_Container_Private_TwigService()
  1243.     {
  1244.         $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']);
  1245.         $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1246.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1247.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1248.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1249.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1250.         $f = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1251.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1252.         $h = ($this->services['router'] ?? $this->getRouterService());
  1253.         $i = ($this->privates['App\\Service\\ProfileChargesCalculator'] ?? $this->getProfileChargesCalculatorService());
  1254.         $j = ($this->privates['App\\Service\\SaloonChargesCalculator'] ?? $this->getSaloonChargesCalculatorService());
  1255.         $k = ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService());
  1256.         $l = ($this->services['geographical_names_inflection.inflector'] ?? $this->getGeographicalNamesInflection_InflectorService());
  1257.         $m = ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService());
  1258.         $n = ($this->privates['App\\Repository\\ModerationRequestsRepository'] ?? $this->getModerationRequestsRepositoryService());
  1259.         $o = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1260.         $p = ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService());
  1261.         $q = ($this->privates['App\\Repository\\StationRepository'] ?? $this->getStationRepositoryService());
  1262.         $r = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1263.         $r->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1264.         $s = new \Knp\Menu\Util\MenuManipulator();
  1265.         $t = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1266.         $u = new \Symfony\Bridge\Twig\AppVariable();
  1267.         $u->setEnvironment('review');
  1268.         $u->setDebug(true);
  1269.         if ($this->has('.container.private.security.token_storage')) {
  1270.             $u->setTokenStorage($c);
  1271.         }
  1272.         if ($this->has('request_stack')) {
  1273.             $u->setRequestStack($b);
  1274.         }
  1275.         $v = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1276.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1277.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
  1278.         $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)));
  1279.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1280.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1281.         $instance->addExtension($f);
  1282.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1283.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1284.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1285.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1286.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1287.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1288.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  1289.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  1290.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1291.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1292.         $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())));
  1293.         $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())));
  1294.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageByCountriesExtension(new \App\Service\CityMainPagesLinkageByCountriesService($b$k$h$e, ($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), $l$m)));
  1295.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageExtension(($this->privates['App\\Service\\CityMainPagesLinkageService'] ?? $this->getCityMainPagesLinkageServiceService())));
  1296.         $instance->addExtension(new \App\Twig\ClientTypeExtension());
  1297.         $instance->addExtension(new \App\Twig\ConfirmationRequestsExtension(($this->privates['App\\Repository\\ApprovalRequestsRepository'] ?? $this->getApprovalRequestsRepositoryService()), $n));
  1298.         $instance->addExtension(new \App\Twig\DateExtension($o));
  1299.         $instance->addExtension(new \App\Twig\DefaultCityExtension($m));
  1300.         $instance->addExtension(new \App\Twig\DistrictsLinkageExtension(new \App\Service\DistrictsLinkageService($b$k$h$e, ($this->privates['App\\Repository\\DistrictRepository'] ?? $this->getDistrictRepositoryService()), $l$m$o)));
  1301.         $instance->addExtension(new \App\Twig\GeoCategoryLinkageExtension(($this->privates['App\\Service\\GeoCategoryLinkageService'] ?? $this->getGeoCategoryLinkageServiceService())));
  1302.         $instance->addExtension(new \App\Twig\InnerLinkageCircleExtension(($this->privates['App\\Service\\InnerLinkageCircleService'] ?? $this->getInnerLinkageCircleServiceService())));
  1303.         $instance->addExtension(new \App\Twig\ListingExtension(($this->privates['App\\Service\\ListingService'] ?? ($this->privates['App\\Service\\ListingService'] = new \App\Service\ListingService()))));
  1304.         $instance->addExtension(new \App\Twig\MoneyFormatterExtension($b, ($this->privates['App\\Service\\MoneyFormatterService'] ?? $this->getMoneyFormatterServiceService())));
  1305.         $instance->addExtension(new \App\Twig\OfferBarExtension(($this->privates['App\\Repository\\SystemVariablesRepository'] ?? $this->getSystemVariablesRepositoryService())));
  1306.         $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));
  1307.         $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())));
  1308.         $instance->addExtension(new \App\Twig\PersonParametersExtension());
  1309.         $instance->addExtension(new \App\Twig\PhoneCallExtension());
  1310.         $instance->addExtension(new \App\Twig\ProfileAvatarExtension(($this->privates['App\\Service\\ProfileAvatar'] ?? $this->getProfileAvatarService())));
  1311.         $instance->addExtension(new \App\Twig\ProfileChargesExtension($i$c));
  1312.         $instance->addExtension(new \App\Twig\ProfileCommentExtension());
  1313.         $instance->addExtension(new \App\Twig\ProfileKVExtension(($this->privates['App\\Repository\\ProfileKVRepository'] ?? $this->getProfileKVRepositoryService())));
  1314.         $instance->addExtension(new \App\Twig\ProfileModerationExtension(($this->privates['App\\Service\\ModerationService'] ?? $this->getModerationServiceService()), $n));
  1315.         $instance->addExtension(new \App\Twig\ProfileRecommendationsDebugExtension(($this->privates['App\\Service\\ProfileRecommendationService'] ?? $this->getProfileRecommendationServiceService()), ($this->privates['App\\Service\\ProfileBotHelper'] ?? $this->getProfileBotHelperService()), $c));
  1316.         $instance->addExtension(new \App\Twig\ProjectLinkExtension(new \App\Service\ProjectLinkGenerator(new \App\Service\ActualDomainsProvider((\dirname(__DIR__3).'/actual_domains.php')))));
  1317.         $instance->addExtension(new \App\Twig\RecentProfilesExtension($b$m, ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService())));
  1318.         $instance->addExtension(new \App\Twig\ResponsiveAssetExtension(($this->privates['App\\Service\\ResponsiveAssetsService'] ?? $this->getResponsiveAssetsServiceService())));
  1319.         $instance->addExtension(new \App\Twig\RoutingExtension($h$b));
  1320.         $instance->addExtension(new \App\Twig\SaloonChargesExtension($j$c));
  1321.         $instance->addExtension(new \App\Twig\SaloonCommentExtension());
  1322.         $instance->addExtension(new \App\Twig\SearchByKeywordsExtension(($this->privates['App\\Service\\SearchByKeywordsService'] ?? $this->getSearchByKeywordsServiceService())));
  1323.         $instance->addExtension(new \App\Twig\SeoExtension(new \App\Service\PageMetadataGenerator($instance$b), $b, new \App\Service\CanonicalUrlGenerator($h$b$p$o), $e));
  1324.         $instance->addExtension(new \App\Twig\ServicesExtension(($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService())));
  1325.         $instance->addExtension(new \App\Twig\StationCommentsExtension(($this->privates['App\\Repository\\ProfileCommentRepository'] ?? $this->getProfileCommentRepositoryService()), ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService())));
  1326.         $instance->addExtension(new \App\Twig\StationPagesLinkageExtension(new \App\Service\StationPagesLinkageService($p$h$e$q$b$o)));
  1327.         $instance->addExtension(new \App\Twig\StationsExtension($q));
  1328.         $instance->addExtension(new \App\Twig\SupportMessagesExtension(($this->privates['App\\Repository\\SupportMessagesRepository'] ?? $this->getSupportMessagesRepositoryService())));
  1329.         $instance->addExtension(new \App\Twig\TakeOutLocationsExtension());
  1330.         $instance->addExtension(new \App\Twig\TimeFormatterExtension());
  1331.         $instance->addExtension(new \App\Twig\ToolsExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1332.         $instance->addExtension(new \App\Twig\UserExtension($c));
  1333.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1334.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($r));
  1335.         $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, [
  1336.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1337.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1338.         ], [
  1339.             'list' => '?',
  1340.             'twig' => '?',
  1341.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1342.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1343.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1344.         }, 2)), $s$t), $t$s));
  1345.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['cocur_slugify'] ?? ($this->privates['cocur_slugify'] = new \Cocur\Slugify\Slugify(['lowercase' => true'separator' => '-'])))));
  1346.         $instance->addExtension(new \Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService())));
  1347.         $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())));
  1348.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] ?? $this->getListFormFiltersHelperService())));
  1349.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension());
  1350.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1351.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension(($this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] ?? $this->getAdminAuthorizationCheckerService())));
  1352.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1353.         $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1354.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1355.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1356.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1357.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1358.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1359.         ], [
  1360.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1361.             'webpack_encore.tag_renderer' => '?',
  1362.         ])));
  1363.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  1364.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  1365.         $instance->addExtension(($this->services['porpaginas.twig.extension'] ?? $this->getPorpaginas_Twig_ExtensionService()));
  1366.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1367.         $instance->addExtension(new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Twig\GeographicalNamesInflectionTwigExtension($l));
  1368.         $instance->addExtension(new \BigIdea\Bundle\MorphosTwigBundle\Twig\MorphosExtension());
  1369.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($f));
  1370.         $instance->addGlobal('app'$u);
  1371.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1372.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1373.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1374.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1375.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1376.         ], [
  1377.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1378.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1379.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1380.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1381.         ])));
  1382.         $instance->addGlobal('actual_main_domain'$this->getEnv('MAIN_DOMAIN'));
  1383.         $instance->addGlobal('actual_mirror_domain'$this->getEnv('MIRROR_DOMAIN'));
  1384.         $instance->addGlobal('responsive_media_base_url'$this->getEnv('RESPONSIVE_MEDIA_BASE_URL'));
  1385.         $instance->addGlobal('ga_tracker_id'$this->getEnv('resolve:GA_TRACKER_ID'));
  1386.         $instance->addGlobal('ym_tracker_id'$this->getEnv('resolve:YM_TRACKER_ID'));
  1387.         $instance->addGlobal('ewz_recaptcha_site_key'$this->getEnv('EWZ_RECAPTCHA_SITE_KEY'));
  1388.         $instance->addGlobal('page_metadata_variant'$this->getEnv('resolve:PAGE_METADATA_VARIANT'));
  1389.         $instance->addGlobal('profile_list_per_page'$this->getEnv('PROFILE_LIST_PER_PAGE'));
  1390.         $instance->registerUndefinedFilterCallback([=> $v=> 'suggestFilter']);
  1391.         $instance->registerUndefinedFunctionCallback([=> $v=> 'suggestFunction']);
  1392.         $instance->registerUndefinedTokenParserCallback([=> $v=> 'suggestTag']);
  1393.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1394.         return $instance;
  1395.     }
  1396.     /**
  1397.      * Gets the public '.container.private.validator' shared service.
  1398.      *
  1399.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1400.      */
  1401.     protected function get_Container_Private_ValidatorService()
  1402.     {
  1403.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1404.         if (isset($this->services['.container.private.validator'])) {
  1405.             return $this->services['.container.private.validator'];
  1406.         }
  1407.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1408.     }
  1409.     /**
  1410.      * Gets the public 'AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker' shared service.
  1411.      *
  1412.      * @return \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker
  1413.      */
  1414.     protected function getAdminAuthorizationCheckerService()
  1415.     {
  1416.         return $this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] = new \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker(($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()), 'ROLE_ADMIN');
  1417.     }
  1418.     /**
  1419.      * Gets the public 'App\Http\CityCaseRedirector' shared autowired service.
  1420.      *
  1421.      * @return \App\Http\CityCaseRedirector
  1422.      */
  1423.     protected function getCityCaseRedirectorService()
  1424.     {
  1425.         $a = ($this->services['router'] ?? $this->getRouterService());
  1426.         if (isset($this->services['App\\Http\\CityCaseRedirector'])) {
  1427.             return $this->services['App\\Http\\CityCaseRedirector'];
  1428.         }
  1429.         return $this->services['App\\Http\\CityCaseRedirector'] = new \App\Http\CityCaseRedirector(($this->services['app.features'] ?? $this->getApp_FeaturesService()), $this->getEnv('MAIN_DOMAIN'), $a);
  1430.     }
  1431.     /**
  1432.      * Gets the public 'app.features' shared autowired service.
  1433.      *
  1434.      * @return \App\Service\Features
  1435.      */
  1436.     protected function getApp_FeaturesService()
  1437.     {
  1438.         return $this->services['app.features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  1439.     }
  1440.     /**
  1441.      * Gets the public 'cache.app' shared service.
  1442.      *
  1443.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1444.      */
  1445.     protected function getCache_AppService()
  1446.     {
  1447.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('1xVAEEib+5'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1448.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1449.         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));
  1450.     }
  1451.     /**
  1452.      * Gets the public 'cache.system' shared service.
  1453.      *
  1454.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1455.      */
  1456.     protected function getCache_SystemService()
  1457.     {
  1458.         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('WVaUS4g1UC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1459.     }
  1460.     /**
  1461.      * Gets the public 'cache.validator_expression_language' shared service.
  1462.      *
  1463.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1464.      */
  1465.     protected function getCache_ValidatorExpressionLanguageService()
  1466.     {
  1467.         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('IC-2OJ8Elk'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1468.     }
  1469.     /**
  1470.      * Gets the public 'data_collector.dump' shared service.
  1471.      *
  1472.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1473.      */
  1474.     protected function getDataCollector_DumpService()
  1475.     {
  1476.         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);
  1477.     }
  1478.     /**
  1479.      * Gets the public 'doctrine' shared service.
  1480.      *
  1481.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1482.      */
  1483.     protected function getDoctrineService()
  1484.     {
  1485.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1486.     }
  1487.     /**
  1488.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1489.      *
  1490.      * @return \Doctrine\DBAL\Connections\PrimaryReadReplicaConnection
  1491.      */
  1492.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1493.     {
  1494.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1495.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1496.             return $this->services['doctrine.dbal.default_connection'];
  1497.         }
  1498.         $b = new \Doctrine\DBAL\Configuration();
  1499.         $c = new \Doctrine\Bundle\DoctrineBundle\Middleware\DebugMiddleware(($this->privates['doctrine.debug_data_holder'] ?? ($this->privates['doctrine.debug_data_holder'] = new \Doctrine\Bundle\DoctrineBundle\Middleware\BacktraceDebugDataHolder([]))), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  1500.         $c->setConnectionName('default');
  1501.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1502.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1503.         $b->setMiddlewares([=> new \Doctrine\DBAL\Logging\Middleware(($this->privates['monolog.logger.doctrine'] ?? $this->getMonolog_Logger_DoctrineService())), => $c=> new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] ?? $this->getTracingDriverConnectionFactoryService()))]);
  1504.         return $this->services['doctrine.dbal.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']);
  1505.     }
  1506.     /**
  1507.      * Gets the public 'doctrine.dbal.multi_website_connection' shared service.
  1508.      *
  1509.      * @return \Doctrine\DBAL\Connection
  1510.      */
  1511.     protected function getDoctrine_Dbal_MultiWebsiteConnectionService()
  1512.     {
  1513.         $a = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1514.         if (isset($this->services['doctrine.dbal.multi_website_connection'])) {
  1515.             return $this->services['doctrine.dbal.multi_website_connection'];
  1516.         }
  1517.         $b = new \Doctrine\DBAL\Configuration();
  1518.         $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))));
  1519.         $c->setConnectionName('multi_website');
  1520.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1521.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1522.         $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()))]);
  1523.         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']);
  1524.     }
  1525.     /**
  1526.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1527.      *
  1528.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1529.      */
  1530.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1531.     {
  1532.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1533.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''getCityNewSubscriberService'true],
  1534.         ], [
  1535.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => '?',
  1536.         ]));
  1537.         $instance->registerService('App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber');
  1538.         return $instance;
  1539.     }
  1540.     /**
  1541.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1542.      *
  1543.      * @return \Doctrine\ORM\EntityManager
  1544.      */
  1545.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1546.     {
  1547.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1548.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1549.             return $this->services['doctrine.orm.default_entity_manager'];
  1550.         }
  1551.         $b = ($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService());
  1552.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1553.             return $this->services['doctrine.orm.default_entity_manager'];
  1554.         }
  1555.         $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1556.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1557.             return $this->services['doctrine.orm.default_entity_manager'];
  1558.         }
  1559.         $d = new \Doctrine\ORM\Configuration();
  1560.         $e = new \Doctrine\ORM\Cache\CacheConfiguration();
  1561.         $f = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1562.         $f->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1563.         $g = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1564.         $e->setCacheLogger($f);
  1565.         $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())));
  1566.         $e->setRegionsConfiguration($g);
  1567.         $h = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1568.         $i = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/bigidea/identity-bundle/Entity'), => (\dirname(__DIR__4).'/packages/translatable-bundle/Entity')], false);
  1569.         $h->addDriver($i'App\\Entity');
  1570.         $h->addDriver($i'BigIdea\\IdentityBundle\\Entity');
  1571.         $h->addDriver($i'AngelGamez\\TranslatableBundle\\Entity');
  1572.         $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');
  1573.         $d->setEntityNamespaces(['App' => 'App\\Entity''Identity' => 'BigIdea\\IdentityBundle\\Entity''AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\Entity']);
  1574.         $d->setSecondLevelCacheEnabled(false);
  1575.         $d->setSecondLevelCacheConfiguration($e);
  1576.         $d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1577.         $d->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1578.         $d->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1579.         $d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($h, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1580.         $d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1581.         $d->setProxyNamespace('Proxies');
  1582.         $d->setAutoGenerateProxyClasses(false);
  1583.         $d->setSchemaIgnoreClasses([]);
  1584.         $d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1585.         $d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1586.         $d->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1587.         $d->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1588.         $d->setEntityListenerResolver($b);
  1589.         $d->setLazyGhostObjectEnabled(false);
  1590.         $d->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1591.         $d->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1592.         $d->addCustomStringFunction('aes_decrypt''DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  1593.         $d->addCustomStringFunction('aes_encrypt''DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  1594.         $d->addCustomStringFunction('any_value''DoctrineExtensions\\Query\\Mysql\\AnyValue');
  1595.         $d->addCustomStringFunction('ascii''DoctrineExtensions\\Query\\Mysql\\Ascii');
  1596.         $d->addCustomStringFunction('binary''DoctrineExtensions\\Query\\Mysql\\Binary');
  1597.         $d->addCustomStringFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  1598.         $d->addCustomStringFunction('char_length''DoctrineExtensions\\Query\\Mysql\\CharLength');
  1599.         $d->addCustomStringFunction('collate''DoctrineExtensions\\Query\\Mysql\\Collate');
  1600.         $d->addCustomStringFunction('concat_ws''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  1601.         $d->addCustomStringFunction('countif''DoctrineExtensions\\Query\\Mysql\\CountIf');
  1602.         $d->addCustomStringFunction('crc32''DoctrineExtensions\\Query\\Mysql\\Crc32');
  1603.         $d->addCustomStringFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1604.         $d->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  1605.         $d->addCustomStringFunction('find_in_set''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1606.         $d->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Mysql\\Greatest');
  1607.         $d->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1608.         $d->addCustomStringFunction('hex''DoctrineExtensions\\Query\\Mysql\\Hex');
  1609.         $d->addCustomStringFunction('ifelse''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1610.         $d->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  1611.         $d->addCustomStringFunction('inet_aton''DoctrineExtensions\\Query\\Mysql\\InetAton');
  1612.         $d->addCustomStringFunction('inet_ntoa''DoctrineExtensions\\Query\\Mysql\\InetNtoa');
  1613.         $d->addCustomStringFunction('inet6_aton''DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
  1614.         $d->addCustomStringFunction('inet6_ntoa''DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
  1615.         $d->addCustomStringFunction('instr''DoctrineExtensions\\Query\\Mysql\\Instr');
  1616.         $d->addCustomStringFunction('is_ipv4''DoctrineExtensions\\Query\\Mysql\\IsIpv4');
  1617.         $d->addCustomStringFunction('is_ipv4_compat''DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
  1618.         $d->addCustomStringFunction('is_ipv4_mapped''DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
  1619.         $d->addCustomStringFunction('is_ipv6''DoctrineExtensions\\Query\\Mysql\\IsIpv6');
  1620.         $d->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  1621.         $d->addCustomStringFunction('lpad''DoctrineExtensions\\Query\\Mysql\\Lpad');
  1622.         $d->addCustomStringFunction('match''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1623.         $d->addCustomStringFunction('md5''DoctrineExtensions\\Query\\Mysql\\Md5');
  1624.         $d->addCustomStringFunction('nullif''DoctrineExtensions\\Query\\Mysql\\NullIf');
  1625.         $d->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1626.         $d->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1627.         $d->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  1628.         $d->addCustomStringFunction('rpad''DoctrineExtensions\\Query\\Mysql\\Rpad');
  1629.         $d->addCustomStringFunction('sha1''DoctrineExtensions\\Query\\Mysql\\Sha1');
  1630.         $d->addCustomStringFunction('sha2''DoctrineExtensions\\Query\\Mysql\\Sha2');
  1631.         $d->addCustomStringFunction('soundex''DoctrineExtensions\\Query\\Mysql\\Soundex');
  1632.         $d->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1633.         $d->addCustomStringFunction('substring_index''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1634.         $d->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  1635.         $d->addCustomStringFunction('uuid_short''DoctrineExtensions\\Query\\Mysql\\UuidShort');
  1636.         $d->addCustomStringFunction('json_extract''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  1637.         $d->addCustomStringFunction('json_unquote''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  1638.         $d->addCustomStringFunction('json_search''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  1639.         $d->addCustomStringFunction('regexp_replace''DoctrineExtensions\\Query\\Postgresql\\RegexpReplace');
  1640.         $d->addCustomStringFunction('curdate''Doctrine\\ORM\\Query\\AST\\Functions\\CurrentDateFunction');
  1641.         $d->addCustomStringFunction('json_replace''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonReplace');
  1642.         $d->addCustomStringFunction('if''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1643.         $d->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  1644.         $d->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  1645.         $d->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  1646.         $d->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  1647.         $d->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  1648.         $d->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  1649.         $d->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  1650.         $d->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  1651.         $d->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  1652.         $d->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1653.         $d->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  1654.         $d->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  1655.         $d->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  1656.         $d->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  1657.         $d->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  1658.         $d->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  1659.         $d->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  1660.         $d->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  1661.         $d->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1662.         $d->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  1663.         $d->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  1664.         $d->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  1665.         $d->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  1666.         $d->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  1667.         $d->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  1668.         $d->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  1669.         $d->addCustomDatetimeFunction('addtime''DoctrineExtensions\\Query\\Mysql\\AddTime');
  1670.         $d->addCustomDatetimeFunction('convert_tz''DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1671.         $d->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  1672.         $d->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1673.         $d->addCustomDatetimeFunction('dateadd''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1674.         $d->addCustomDatetimeFunction('datesub''DoctrineExtensions\\Query\\Mysql\\DateSub');
  1675.         $d->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1676.         $d->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Mysql\\Day');
  1677.         $d->addCustomDatetimeFunction('dayname''DoctrineExtensions\\Query\\Mysql\\DayName');
  1678.         $d->addCustomDatetimeFunction('dayofweek''DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  1679.         $d->addCustomDatetimeFunction('dayofyear''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1680.         $d->addCustomDatetimeFunction('div''DoctrineExtensions\\Query\\Mysql\\Div');
  1681.         $d->addCustomDatetimeFunction('from_unixtime''DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  1682.         $d->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  1683.         $d->addCustomDatetimeFunction('last_day''DoctrineExtensions\\Query\\Mysql\\LastDay');
  1684.         $d->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Mysql\\Minute');
  1685.         $d->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  1686.         $d->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  1687.         $d->addCustomDatetimeFunction('monthname''DoctrineExtensions\\Query\\Mysql\\MonthName');
  1688.         $d->addCustomDatetimeFunction('period_diff''DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
  1689.         $d->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Mysql\\Second');
  1690.         $d->addCustomDatetimeFunction('sectotime''DoctrineExtensions\\Query\\Mysql\\SecToTime');
  1691.         $d->addCustomDatetimeFunction('strtodate''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1692.         $d->addCustomDatetimeFunction('time''DoctrineExtensions\\Query\\Mysql\\Time');
  1693.         $d->addCustomDatetimeFunction('timediff''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  1694.         $d->addCustomDatetimeFunction('timestampadd''DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  1695.         $d->addCustomDatetimeFunction('timestampdiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1696.         $d->addCustomDatetimeFunction('timetosec''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  1697.         $d->addCustomDatetimeFunction('week''DoctrineExtensions\\Query\\Mysql\\Week');
  1698.         $d->addCustomDatetimeFunction('weekday''DoctrineExtensions\\Query\\Mysql\\WeekDay');
  1699.         $d->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  1700.         $d->addCustomDatetimeFunction('yearmonth''DoctrineExtensions\\Query\\Mysql\\YearMonth');
  1701.         $d->addCustomDatetimeFunction('yearweek''DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1702.         $d->addCustomDatetimeFunction('unix_timestamp''DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1703.         $d->addCustomDatetimeFunction('utc_timestamp''DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  1704.         $d->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Mysql\\Extract');
  1705.         $d->addFilter('not_deleted_profile_filter''App\\EntityFilter\\NotDeletedProfileFilter');
  1706.         $d->addFilter('not_deleted_saloon_filter''App\\EntityFilter\\NotDeletedSaloonFilter');
  1707.         $d->addFilter('not_deleted_profile_comment_filter''App\\EntityFilter\\NotDeletedProfileCommentFilter');
  1708.         $d->addFilter('not_deleted_saloon_comment_filter''App\\EntityFilter\\NotDeletedSaloonCommentFilter');
  1709.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$d$c);
  1710.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1711.         return $instance;
  1712.     }
  1713.     /**
  1714.      * Gets the public 'doctrine.orm.multi_website_entity_manager' shared service.
  1715.      *
  1716.      * @return \Doctrine\ORM\EntityManager
  1717.      */
  1718.     protected function getDoctrine_Orm_MultiWebsiteEntityManagerService($lazyLoad true)
  1719.     {
  1720.         $a = ($this->services['doctrine.dbal.multi_website_connection'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnectionService());
  1721.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1722.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1723.         }
  1724.         $b = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1725.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1726.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1727.         }
  1728.         $c = new \Doctrine\ORM\Configuration();
  1729.         $d = new \Doctrine\ORM\Cache\CacheConfiguration();
  1730.         $e = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1731.         $e->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1732.         $f = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1733.         $d->setCacheLogger($e);
  1734.         $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())));
  1735.         $d->setRegionsConfiguration($f);
  1736.         $g = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1737.         $g->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/MultiWebsite/Entity')], false), 'App\\MultiWebsite\\Entity');
  1738.         $c->setEntityNamespaces(['MultiWebsite' => 'App\\MultiWebsite\\Entity']);
  1739.         $c->setSecondLevelCacheEnabled(true);
  1740.         $c->setSecondLevelCacheConfiguration($d);
  1741.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1742.         $c->setQueryCache(($this->privates['cache.doctrine.orm.multi_website.query.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()));
  1743.         $c->setResultCache(($this->privates['cache.doctrine.orm.multi_website.result.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()));
  1744.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($g, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1745.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1746.         $c->setProxyNamespace('Proxies');
  1747.         $c->setAutoGenerateProxyClasses(false);
  1748.         $c->setSchemaIgnoreClasses([]);
  1749.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1750.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1751.         $c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1752.         $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1753.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1754.         $c->setLazyGhostObjectEnabled(false);
  1755.         $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1756.         $c->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1757.         $this->services['doctrine.orm.multi_website_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  1758.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1759.         return $instance;
  1760.     }
  1761.     /**
  1762.      * Gets the public 'easyadmin.config.manager' shared service.
  1763.      *
  1764.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1765.      */
  1766.     protected function getEasyadmin_Config_ManagerService()
  1767.     {
  1768.         $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()));
  1769.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1770.         $b = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1771.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass());
  1772.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1773.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('ru'));
  1774.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1775.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1776.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass($b));
  1777.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass([]));
  1778.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1779.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1780.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass(true));
  1781.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1782.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1783.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1784.         $instance->addConfigPass(new \App\Bridge\AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass($b));
  1785.         return $instance;
  1786.     }
  1787.     /**
  1788.      * Gets the public 'easyadmin.filter.registry' shared service.
  1789.      *
  1790.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1791.      */
  1792.     protected function getEasyadmin_Filter_RegistryService()
  1793.     {
  1794.         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 () {
  1795.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService'));
  1796.         }, 1));
  1797.     }
  1798.     /**
  1799.      * Gets the public 'easyadmin.listener.controller' shared service.
  1800.      *
  1801.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1802.      */
  1803.     protected function getEasyadmin_Listener_ControllerService()
  1804.     {
  1805.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1806.         if (isset($this->services['easyadmin.listener.controller'])) {
  1807.             return $this->services['easyadmin.listener.controller'];
  1808.         }
  1809.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1810.     }
  1811.     /**
  1812.      * Gets the public 'easyadmin.property_accessor' shared service.
  1813.      *
  1814.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1815.      */
  1816.     protected function getEasyadmin_PropertyAccessorService()
  1817.     {
  1818.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1819.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1820.     }
  1821.     /**
  1822.      * Gets the public 'easyadmin.router' shared service.
  1823.      *
  1824.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1825.      */
  1826.     protected function getEasyadmin_RouterService()
  1827.     {
  1828.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1829.         if (isset($this->services['easyadmin.router'])) {
  1830.             return $this->services['easyadmin.router'];
  1831.         }
  1832.         $b = ($this->services['router'] ?? $this->getRouterService());
  1833.         if (isset($this->services['easyadmin.router'])) {
  1834.             return $this->services['easyadmin.router'];
  1835.         }
  1836.         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())));
  1837.     }
  1838.     /**
  1839.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  1840.      *
  1841.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1842.      */
  1843.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  1844.     {
  1845.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1846.         if (isset($this->services['easyadmin.security.authorization_checker'])) {
  1847.             return $this->services['easyadmin.security.authorization_checker'];
  1848.         }
  1849.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1850.     }
  1851.     /**
  1852.      * Gets the public 'eight_points_guzzle.client.api_oplata_info' shared service.
  1853.      *
  1854.      * @return \GuzzleHttp\Client
  1855.      */
  1856.     protected function getEightPointsGuzzle_Client_ApiOplataInfoService($lazyLoad true)
  1857.     {
  1858.         $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())));
  1859.         $a->push(($this->services['eight_points_guzzle.middleware.profile.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService'))->profile(), 'profile');
  1860.         $a->push(($this->services['eight_points_guzzle.middleware.log.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService'))->log(), 'log');
  1861.         $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService')), 'request_time');
  1862.         $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->load('getEightPointsGuzzle_Middleware_SymfonyLogService')), 'symfony_log');
  1863.         $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService'))->dispatchEvent(), 'events');
  1864.         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]);
  1865.     }
  1866.     /**
  1867.      * Gets the public 'event_dispatcher' shared service.
  1868.      *
  1869.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1870.      */
  1871.     protected function getEventDispatcherService()
  1872.     {
  1873.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1874.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1875.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  1876.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  1877.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1878.         $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())));
  1879.         $instance->addListener('kernel.controller', [=> function () {
  1880.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1881.         }, => 'onKernelController'], 0);
  1882.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1883.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1884.         }, => 'checkPassport'], 1024);
  1885.         $instance->addListener('kernel.response', [=> function () {
  1886.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1887.         }, => 'onKernelResponse'], 0);
  1888.         $instance->addListener('kernel.response', [=> function () {
  1889.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1890.         }, => 'onKernelResponse'], 0);
  1891.         $instance->addListener('kernel.response', [=> function () {
  1892.             return ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1893.         }, => 'onKernelResponse'], 0);
  1894.         $instance->addListener('kernel.response', [=> function () {
  1895.             return ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1896.         }, => 'onKernelResponse'], 0);
  1897.         $instance->addListener('kernel.request', [=> function () {
  1898.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1899.         }, => 'onKernelRequest'], 250);
  1900.         $instance->addListener('kernel.response', [=> function () {
  1901.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1902.         }, => 'onKernelResponse'], 0);
  1903.         $instance->addListener('kernel.response', [=> function () {
  1904.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1905.         }, => 'onResponse'], -10);
  1906.         $instance->addListener('kernel.controller', [=> function () {
  1907.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  1908.         }, => 'onKernelController'], 0);
  1909.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  1910.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService'));
  1911.         }, => 'initializeRequest'], 0);
  1912.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1913.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  1914.         }, => 'onValidate'], 0);
  1915.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1916.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  1917.         }, => 'onValidate'], 0);
  1918.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1919.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  1920.         }, => 'onValidate'], 0);
  1921.         $instance->addListener('console.command', [=> function () {
  1922.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1923.         }, => 'handleConsoleCommandEvent'], 128);
  1924.         $instance->addListener('console.terminate', [=> function () {
  1925.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1926.         }, => 'handleConsoleTerminateEvent'], -64);
  1927.         $instance->addListener('console.error', [=> function () {
  1928.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1929.         }, => 'handleConsoleErrorEvent'], -64);
  1930.         $instance->addListener('kernel.request', [=> function () {
  1931.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1932.         }, => 'handleKernelRequestEvent'], 5);
  1933.         $instance->addListener('kernel.controller', [=> function () {
  1934.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1935.         }, => 'handleKernelControllerEvent'], 10);
  1936.         $instance->addListener('kernel.request', [=> function () {
  1937.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1938.         }, => 'handleKernelRequestEvent'], 3);
  1939.         $instance->addListener('kernel.finish_request', [=> function () {
  1940.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1941.         }, => 'handleKernelFinishRequestEvent'], 5);
  1942.         $instance->addListener('kernel.request', [=> function () {
  1943.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1944.         }, => 'handleKernelRequestEvent'], 4);
  1945.         $instance->addListener('kernel.response', [=> function () {
  1946.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1947.         }, => 'handleKernelResponseEvent'], 15);
  1948.         $instance->addListener('kernel.terminate', [=> function () {
  1949.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1950.         }, => 'handleKernelTerminateEvent'], 5);
  1951.         $instance->addListener('kernel.request', [=> function () {
  1952.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1953.         }, => 'handleKernelRequestEvent'], 2);
  1954.         $instance->addListener('kernel.finish_request', [=> function () {
  1955.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1956.         }, => 'handleKernelFinishRequestEvent'], 10);
  1957.         $instance->addListener('kernel.response', [=> function () {
  1958.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1959.         }, => 'handleKernelResponseEvent'], 15);
  1960.         $instance->addListener('console.command', [=> function () {
  1961.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1962.         }, => 'handleConsoleCommandEvent'], 118);
  1963.         $instance->addListener('console.terminate', [=> function () {
  1964.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1965.         }, => 'handleConsoleTerminateEvent'], -54);
  1966.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1967.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1968.         }, => 'handleWorkerMessageFailedEvent'], 50);
  1969.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1970.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1971.         }, => 'handleWorkerMessageHandledEvent'], 50);
  1972.         $instance->addListener('kernel.request', [=> function () {
  1973.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1974.         }, => 'handleKernelRequestEvent'], 0);
  1975.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1976.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1977.         }, => 'handleLoginSuccessEvent'], 0);
  1978.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  1979.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1980.         }, => 'onPostIndexPopulate'], -9999);
  1981.         $instance->addListener('kernel.exception', [=> function () {
  1982.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1983.         }, => 'onKernelException'], 0);
  1984.         $instance->addListener('kernel.request', [=> function () {
  1985.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1986.         }, => 'onKernelRequest'], 0);
  1987.         $instance->addListener('kernel.response', [=> function () {
  1988.             return ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] ?? ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] = new \App\EventSubscriber\AjaxDebugUpdateSubscriber()));
  1989.         }, => 'onKernelResponse'], 0);
  1990.         $instance->addListener('kernel.request', [=> function () {
  1991.             return ($this->privates['App\\EventSubscriber\\ApiAccessSubscriber'] ?? $this->getApiAccessSubscriberService());
  1992.         }, => 'onRequest'], 0);
  1993.         $instance->addListener('kernel.response', [=> function () {
  1994.             return ($this->privates['App\\EventSubscriber\\BadWordsReplaceSubscriber'] ?? $this->getBadWordsReplaceSubscriberService());
  1995.         }, => 'replaceBadWords'], 0);
  1996.         $instance->addListener('kernel.request', [=> function () {
  1997.             return ($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] ?? $this->getBanLogoutSubscriberService());
  1998.         }, => 'logoutBannedUser'], 0);
  1999.         $instance->addListener('kernel.request', [=> function () {
  2000.             return ($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] ?? $this->getCityCaseRedirectSubscriberService());
  2001.         }, => 'onRequest'], 51);
  2002.         $instance->addListener('kernel.request', [=> function () {
  2003.             return ($this->privates['App\\EventSubscriber\\CommentBanSubscriber'] ?? $this->getCommentBanSubscriberService());
  2004.         }, => 'removeCommentBan'], 0);
  2005.         $instance->addListener('kernel.controller', [=> function () {
  2006.             return ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] = new \App\EventSubscriber\DisabledRouteSubscriber()));
  2007.         }, => 'onKernelController'], 0);
  2008.         $instance->addListener('kernel.request', [=> function () {
  2009.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  2010.         }, => 'enableFilters'], 10);
  2011.         $instance->addListener('kernel.request', [=> function () {
  2012.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  2013.         }, => 'enableCommentFilters'], 0);
  2014.         $instance->addListener('kernel.request', [=> function () {
  2015.             return ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] = new \App\EventSubscriber\DomainParkingSubscriber()));
  2016.         }, => 'onRequest'], 150);
  2017.         $instance->addListener('kernel.request', [=> function () {
  2018.             return ($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'] ?? $this->getDomainRedirectSubscriberService());
  2019.         }, => 'onRequest'], 50);
  2020.         $instance->addListener('fos_elastica.post_transform', [=> function () {
  2021.             return ($this->privates['App\\EventSubscriber\\ESProfilePostTransformSubscriber'] ?? $this->load('getESProfilePostTransformSubscriberService'));
  2022.         }, => 'postTransformEntity'], 0);
  2023.         $instance->addListener('kernel.request', [=> function () {
  2024.             return ($this->privates['App\\EventSubscriber\\EnumSubscriber'] ?? $this->getEnumSubscriberService());
  2025.         }, => 'loadEnumData'], 0);
  2026.         $instance->addListener('oneup_uploader.pre_upload', [=> function () {
  2027.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2028.         }, => 'preUpload'], 0);
  2029.         $instance->addListener('oneup_uploader.post_upload.profile_media_avatar', [=> function () {
  2030.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2031.         }, => 'postUploadProfileAvatar'], 0);
  2032.         $instance->addListener('oneup_uploader.post_upload.profile_photo', [=> function () {
  2033.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2034.         }, => 'returnFilename'], 0);
  2035.         $instance->addListener('oneup_uploader.post_upload.profile_selfie', [=> function () {
  2036.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2037.         }, => 'returnFilename'], 0);
  2038.         $instance->addListener('oneup_uploader.post_upload.profile_video', [=> function () {
  2039.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2040.         }, => 'returnFilename'], 0);
  2041.         $instance->addListener('oneup_uploader.post_upload.profile_media_approval', [=> function () {
  2042.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2043.         }, => 'returnFilename'], 0);
  2044.         $instance->addListener('oneup_uploader.post_upload.profile_face_photo', [=> function () {
  2045.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2046.         }, => 'returnFilename'], 0);
  2047.         $instance->addListener('oneup_uploader.post_upload.saloon_media', [=> function () {
  2048.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2049.         }, => 'returnFilename'], 0);
  2050.         $instance->addListener('oneup_uploader.post_upload.saloon_media_thumb', [=> function () {
  2051.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2052.         }, => 'postUploadSaloonThumb'], 0);
  2053.         $instance->addListener('oneup_uploader.post_upload.saloon_media_video', [=> function () {
  2054.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2055.         }, => 'returnFilename'], 0);
  2056.         $instance->addListener('oneup_uploader.post_upload.user_media', [=> function () {
  2057.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2058.         }, => 'postUploadUserAvatar'], 0);
  2059.         $instance->addListener('oneup_uploader.post_upload.tmp_media', [=> function () {
  2060.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2061.         }, => 'returnFilename'], 0);
  2062.         $instance->addListener('oneup_uploader.post_upload.process_queue', [=> function () {
  2063.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2064.         }, => 'returnFilename'], 0);
  2065.         $instance->addListener('oneup_uploader.validation.profile_media_avatar', [=> function () {
  2066.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2067.         }, => 'validateAvatar'], 0);
  2068.         $instance->addListener('oneup_uploader.validation.profile_photo', [=> function () {
  2069.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2070.         }, => 'validatePhotoFile'], 0);
  2071.         $instance->addListener('oneup_uploader.validation.profile_selfie', [=> function () {
  2072.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2073.         }, => 'validatePhotoFile'], 0);
  2074.         $instance->addListener('oneup_uploader.validation.profile_video', [=> function () {
  2075.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2076.         }, => 'validateVideoFile'], 0);
  2077.         $instance->addListener('oneup_uploader.validation.profile_media_approval', [=> function () {
  2078.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2079.         }, => 'validateApprovalMediaFile'], 0);
  2080.         $instance->addListener('oneup_uploader.validation.profile_face_photo', [=> function () {
  2081.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2082.         }, => 'validateFacePhotoFile'], 0);
  2083.         $instance->addListener('oneup_uploader.validation.saloon_media', [=> function () {
  2084.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2085.         }, => 'validatePhotoFile'], 0);
  2086.         $instance->addListener('oneup_uploader.validation.saloon_media_thumb', [=> function () {
  2087.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2088.         }, => 'validateAvatar'], 0);
  2089.         $instance->addListener('oneup_uploader.validation.saloon_media_video', [=> function () {
  2090.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2091.         }, => 'validateVideoFile'], 0);
  2092.         $instance->addListener('oneup_uploader.validation.user_media', [=> function () {
  2093.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2094.         }, => 'validateAvatar'], 0);
  2095.         $instance->addListener('oneup_uploader.validation.tmp_media', [=> function () {
  2096.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2097.         }, => 'validateVideoFile'], 0);
  2098.         $instance->addListener('oneup_uploader.validation.process_queue', [=> function () {
  2099.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2100.         }, => 'validateVideoFile'], 0);
  2101.         $instance->addListener('kernel.request', [=> function () {
  2102.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2103.         }, => 'clearCtrShowsSession'], 0);
  2104.         $instance->addListener('kernel.terminate', [=> function () {
  2105.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2106.         }, => 'updateProfilesShowsAndPreviews'], 0);
  2107.         $instance->addListener('easy_admin.pre_search', [=> function () {
  2108.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2109.         }, => 'lowercaseSearchRequest'], 0);
  2110.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2111.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2112.         }, => 'addRegexPhoneSearch'], 0);
  2113.         $instance->addListener('kernel.controller', [=> function () {
  2114.             return ($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'] ?? $this->getPageMetadataSubscriberService());
  2115.         }, => 'loadPage'], 0);
  2116.         $instance->addListener('paginator_page_taken_event', [=> function () {
  2117.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2118.         }, => 'onPaginatorPageTaken'], 0);
  2119.         $instance->addListener('knp_pager.after', [=> function () {
  2120.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2121.         }, => 'changeRoute'], 0);
  2122.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2123.             return ($this->privates['App\\EventSubscriber\\ProfileListOrderingSubscriber'] ?? $this->getProfileListOrderingSubscriberService());
  2124.         }, => 'generateListingOrder'], 0);
  2125.         $instance->addListener('profile.created', [=> function () {
  2126.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2127.         }, => 'onProfileWasCreated'], 0);
  2128.         $instance->addListener('profile.data_changed', [=> function () {
  2129.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2130.         }, => 'onProfileDataChanged'], 0);
  2131.         $instance->addListener('profile.deleted', [=> function () {
  2132.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2133.         }, => 'onPProfileWasDeleted'], 0);
  2134.         $instance->addListener('profile.restored', [=> function () {
  2135.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2136.         }, => 'onProfileWasRestored'], 0);
  2137.         $instance->addListener('profile.moderated_data_changed', [=> function () {
  2138.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2139.         }, => 'requestModeration'], 0);
  2140.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2141.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2142.         }, => 'onProfilePlacedOnAdBoard'], 0);
  2143.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2144.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2145.         }, => 'addSidebarPlacement'], 10);
  2146.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2147.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2148.         }, => 'removePlacementHiding'], 20);
  2149.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2150.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2151.         }, => 'deleteSidebarPlacement'], 0);
  2152.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2153.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2154.         }, => 'onProfileRemovedFromAdBoard'], 10);
  2155.         $instance->addListener('profile.prolonged_on_adboard', [=> function () {
  2156.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2157.         }, => 'prolongSidebarPlacement'], 0);
  2158.         $instance->addListener('profile.placed_on_top', [=> function () {
  2159.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2160.         }, => 'onProfilePlacedOnTop'], 0);
  2161.         $instance->addListener('profile.hidden', [=> function () {
  2162.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2163.         }, => 'onProfileWasHidden'], 0);
  2164.         $instance->addListener('profile.removed_from_hidden', [=> function () {
  2165.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2166.         }, => 'onProfileWasRemovedFromHidden'], 0);
  2167.         $instance->addListener('profile.moderation.passed', [=> function () {
  2168.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2169.         }, => 'onProfileModerationPassed'], 0);
  2170.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2171.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2172.         }, => 'onProfileModerationRejected'], 0);
  2173.         $instance->addListener('profile.approval.approved', [=> function () {
  2174.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2175.         }, => 'onProfileApprovalApproved'], 0);
  2176.         $instance->addListener('profile.approval.approved', [=> function () {
  2177.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2178.         }, => 'enrollApprovalBonus'], 10);
  2179.         $instance->addListener('profile.approval.rejected', [=> function () {
  2180.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2181.         }, => 'onProfileApprovalRejected'], 0);
  2182.         $instance->addListener('profile.unapproved', [=> function () {
  2183.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2184.         }, => 'onProfileWasUnApproved'], 0);
  2185.         $instance->addListener('profile.comment.added', [=> function () {
  2186.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2187.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2188.         $instance->addListener('profiles_shown_event', [=> function () {
  2189.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2190.         }, => 'onProfilesShown'], 0);
  2191.         $instance->addListener('profile_view_event', [=> function () {
  2192.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2193.         }, => 'onProfileView'], 0);
  2194.         $instance->addListener('App\\Event\\Profile\\FileProcessingTaskWasCompleted', [=> function () {
  2195.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2196.         }, => 'onProfileFileProcessed'], 0);
  2197.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2198.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2199.         }, => 'onDelete'], -110);
  2200.         $instance->addListener('profile.hidden', [=> function () {
  2201.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2202.         }, => 'onDelete'], -110);
  2203.         $instance->addListener('profile.deleted', [=> function () {
  2204.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2205.         }, => 'onDelete'], -110);
  2206.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2207.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2208.         }, => 'onDelete'], -110);
  2209.         $instance->addListener('profile.data_changed', [=> function () {
  2210.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2211.         }, => 'onChange'], -100);
  2212.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2213.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2214.         }, => 'onChange'], -100);
  2215.         $instance->addListener('router.pre_generate', [=> function () {
  2216.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? $this->load('getCityPrefixSubscriberService'));
  2217.         }, => 'setDefaultCityRouteName'], 0);
  2218.         $instance->addListener('router.post_generate', [=> function () {
  2219.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? $this->load('getCityPrefixSubscriberService'));
  2220.         }, => 'ignoreCityParameter'], 0);
  2221.         $instance->addListener('router.pre_generate', [=> function () {
  2222.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2223.         }, => 'skipPageParameter'], 10);
  2224.         $instance->addListener('router.pre_generate', [=> function () {
  2225.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2226.         }, => 'firstPageOfMainCityToMain'], 0);
  2227.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2228.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2229.         }, => 'addSidebarPlacement'], 0);
  2230.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2231.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2232.         }, => 'removePlacementHiding'], 10);
  2233.         $instance->addListener('saloon.removed_from_adboard', [=> function () {
  2234.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2235.         }, => 'deleteSidebarPlacement'], 0);
  2236.         $instance->addListener('saloon.prolonged_on_adboard', [=> function () {
  2237.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2238.         }, => 'prolongSidebarPlacement'], 0);
  2239.         $instance->addListener('saloon.comment.added', [=> function () {
  2240.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2241.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2242.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2243.             return ($this->privates['App\\EventSubscriber\\SitemapSubscriber'] ?? $this->load('getSitemapSubscriberService'));
  2244.         }, => 'populate'], 0);
  2245.         $instance->addListener('security.interactive_login', [=> function () {
  2246.             return ($this->privates['App\\EventSubscriber\\StaffLoginSubscriber'] ?? $this->load('getStaffLoginSubscriberService'));
  2247.         }, => 'onLogin'], 0);
  2248.         $instance->addListener('uploaded_file_modified', [=> function () {
  2249.             return ($this->privates['App\\EventSubscriber\\UploadedFileSubscriber'] ?? $this->load('getUploadedFileSubscriberService'));
  2250.         }, => 'uploadedFileModified'], 0);
  2251.         $instance->addListener('security.interactive_login', [=> function () {
  2252.             return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  2253.         }, => 'onLogin'], 0);
  2254.         $instance->addListener('user.register', [=> function () {
  2255.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2256.         }, => 'onUserRegister'], 0);
  2257.         $instance->addListener('user.register.success', [=> function () {
  2258.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2259.         }, => 'onUserRegisterSuccess'], 0);
  2260.         $instance->addListener('user.not.full.register', [=> function () {
  2261.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2262.         }, => 'onUserNotFullRegister'], 0);
  2263.         $instance->addListener('receive.password.event', [=> function () {
  2264.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2265.         }, => 'onUserReceivePassword'], 0);
  2266.         $instance->addListener('password.changed.event', [=> function () {
  2267.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2268.         }, => 'onUserPasswordChanged'], 0);
  2269.         $instance->addListener('account.enrollment', [=> function () {
  2270.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2271.         }, => 'onAccountEnrollment'], 0);
  2272.         $instance->addListener('kernel.response', [=> function () {
  2273.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2274.         }, => 'onKernelResponse'], 0);
  2275.         $instance->addListener('kernel.response', [=> function () {
  2276.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2277.         }, => 'onKernelResponse'], -1024);
  2278.         $instance->addListener('kernel.request', [=> function () {
  2279.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2280.         }, => 'setDefaultLocale'], 100);
  2281.         $instance->addListener('kernel.request', [=> function () {
  2282.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2283.         }, => 'onKernelRequest'], 16);
  2284.         $instance->addListener('kernel.finish_request', [=> function () {
  2285.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2286.         }, => 'onKernelFinishRequest'], 0);
  2287.         $instance->addListener('kernel.request', [=> function () {
  2288.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2289.         }, => 'onKernelRequest'], 256);
  2290.         $instance->addListener('kernel.response', [=> function () {
  2291.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2292.         }, => 'onResponse'], -255);
  2293.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2294.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2295.         }, => 'onControllerArguments'], 0);
  2296.         $instance->addListener('kernel.exception', [=> function () {
  2297.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2298.         }, => 'logKernelException'], 0);
  2299.         $instance->addListener('kernel.exception', [=> function () {
  2300.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2301.         }, => 'onKernelException'], -128);
  2302.         $instance->addListener('kernel.response', [=> function () {
  2303.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2304.         }, => 'removeCspHeader'], -128);
  2305.         $instance->addListener('kernel.request', [=> function () {
  2306.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2307.         }, => 'onKernelRequest'], 15);
  2308.         $instance->addListener('kernel.finish_request', [=> function () {
  2309.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2310.         }, => 'onKernelFinishRequest'], -15);
  2311.         $instance->addListener('console.error', [=> function () {
  2312.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2313.         }, => 'onConsoleError'], -128);
  2314.         $instance->addListener('console.terminate', [=> function () {
  2315.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2316.         }, => 'onConsoleTerminate'], -128);
  2317.         $instance->addListener('console.error', [=> function () {
  2318.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2319.         }, => 'onConsoleError'], 0);
  2320.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2321.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2322.         }, => 'onMessage'], -255);
  2323.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2324.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2325.         }, => 'onMessage'], -255);
  2326.         $instance->addListener('kernel.response', [=> function () {
  2327.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2328.         }, => 'onKernelResponse'], 0);
  2329.         $instance->addListener('kernel.request', [=> function () {
  2330.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2331.         }, => 'onKernelRequest'], 48);
  2332.         $instance->addListener('kernel.request', [=> function () {
  2333.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2334.         }, => 'configure'], 2048);
  2335.         $instance->addListener('console.command', [=> function () {
  2336.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2337.         }, => 'configure'], 2048);
  2338.         $instance->addListener('kernel.request', [=> function () {
  2339.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2340.         }, => 'onKernelRequest'], 32);
  2341.         $instance->addListener('kernel.finish_request', [=> function () {
  2342.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2343.         }, => 'onKernelFinishRequest'], 0);
  2344.         $instance->addListener('kernel.exception', [=> function () {
  2345.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2346.         }, => 'onKernelException'], -64);
  2347.         $instance->addListener('kernel.response', [=> function () {
  2348.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2349.         }, => 'onKernelResponse'], 0);
  2350.         $instance->addListener('kernel.request', [=> function () {
  2351.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2352.         }, => 'onKernelRequest'], 128);
  2353.         $instance->addListener('kernel.response', [=> function () {
  2354.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2355.         }, => 'onKernelResponse'], -1000);
  2356.         $instance->addListener('kernel.finish_request', [=> function () {
  2357.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2358.         }, => 'onFinishRequest'], 0);
  2359.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2360.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2361.         }, => 'onMessageFailed'], 100);
  2362.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2363.             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()));
  2364.         }, => 'onMessageFailed'], 200);
  2365.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2366.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  2367.         }, => 'onMessageFailed'], -100);
  2368.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2369.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2370.         }, => 'onWorkerStarted'], 0);
  2371.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2372.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2373.         }, => 'onWorkerRunning'], 0);
  2374.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2375.             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()));
  2376.         }, => 'onMessageFailed'], 0);
  2377.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2378.             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()));
  2379.         }, => 'onWorkerRunning'], 0);
  2380.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2381.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2382.         }, => 'onNotification'], -255);
  2383.         $instance->addListener('kernel.response', [=> function () {
  2384.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2385.         }, => 'onKernelResponse'], -100);
  2386.         $instance->addListener('kernel.exception', [=> function () {
  2387.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2388.         }, => 'onKernelException'], 0);
  2389.         $instance->addListener('kernel.terminate', [=> function () {
  2390.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2391.         }, => 'onKernelTerminate'], -1024);
  2392.         $instance->addListener('kernel.controller', [=> function () {
  2393.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2394.         }, => 'onKernelController'], 0);
  2395.         $instance->addListener('kernel.response', [=> function () {
  2396.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2397.         }, => 'onKernelResponse'], 0);
  2398.         $instance->addListener('kernel.controller', [=> function () {
  2399.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2400.         }, => 'onKernelController'], 0);
  2401.         $instance->addListener('kernel.controller', [=> function () {
  2402.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2403.         }, => 'onKernelController'], 0);
  2404.         $instance->addListener('kernel.controller', [=> function () {
  2405.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2406.         }, => 'onKernelController'], -128);
  2407.         $instance->addListener('kernel.view', [=> function () {
  2408.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2409.         }, => 'onKernelView'], 0);
  2410.         $instance->addListener('kernel.controller', [=> function () {
  2411.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2412.         }, => 'onKernelController'], 0);
  2413.         $instance->addListener('kernel.response', [=> function () {
  2414.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2415.         }, => 'onKernelResponse'], 0);
  2416.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2417.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2418.         }, => 'onKernelControllerArguments'], 0);
  2419.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2420.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2421.         }, => 'onKernelControllerArguments'], 0);
  2422.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2423.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2424.         }, => 'onWorkerMessageHandled'], 0);
  2425.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2426.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2427.         }, => 'onWorkerMessageFailed'], 0);
  2428.         $instance->addListener('kernel.response', [=> function () {
  2429.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2430.         }, => 'onKernelResponse'], 0);
  2431.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2432.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2433.         }, => 'checkPassport'], 0);
  2434.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2435.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2436.         }, => 'onLoginSuccess'], 0);
  2437.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2438.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2439.         }, => 'onVoterVote'], 0);
  2440.         $instance->addListener('kernel.request', [=> function () {
  2441.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2442.         }, => 'configureLogoutUrlGenerator'], 8);
  2443.         $instance->addListener('kernel.request', [=> function () {
  2444.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2445.         }, => 'onKernelRequest'], 8);
  2446.         $instance->addListener('kernel.finish_request', [=> function () {
  2447.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2448.         }, => 'onKernelFinishRequest'], 0);
  2449.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2450.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2451.         }, => 'onMessage'], 0);
  2452.         $instance->addListener('kernel.response', [=> function () {
  2453.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2454.         }, => 'onKernelResponse'], -128);
  2455.         $instance->addListener('console.command', [=> function () {
  2456.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2457.         }, => 'configure'], 1024);
  2458.         $instance->addListener('kernel.request', [=> function () {
  2459.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  2460.         }, => 'onKernelRequest'], 0);
  2461.         $instance->addListener('kernel.request', [=> function () {
  2462.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2463.         }, => 'onKernelRequest'], 0);
  2464.         $instance->addListener('kernel.request', [=> function () {
  2465.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2466.         }, => 'onKernelRequest'], 0);
  2467.         $instance->addListener('kernel.controller', [=> function () {
  2468.             return ($this->services['flagception.listener.annotation_subscriber'] ?? $this->getFlagception_Listener_AnnotationSubscriberService());
  2469.         }, => 'onKernelController'], 0);
  2470.         $instance->addListener('kernel.controller', [=> function () {
  2471.             return ($this->services['flagception.listener.routing_metadata_subscriber'] ?? $this->getFlagception_Listener_RoutingMetadataSubscriberService());
  2472.         }, => 'onKernelController'], 0);
  2473.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2474.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  2475.         }, => 'registerRouteAnnotation'], 0);
  2476.         $instance->addListener('easy_admin.post_list_query_builder', [=> function () {
  2477.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2478.         }, => 'onPostListQueryBuilder'], 0);
  2479.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2480.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2481.         }, => 'onPostSearchQueryBuilder'], 0);
  2482.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  2483.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  2484.         }, => 'filterObjects'], 0);
  2485.         $instance->addListener('kernel.finish_request', [=> function () {
  2486.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2487.         }, => 'resetAssets'], 0);
  2488.         $instance->addListener('knp_pager.before', [=> function () {
  2489.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2490.         }, => 'before'], 0);
  2491.         $instance->addListener('knp_pager.pagination', [=> function () {
  2492.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2493.         }, => 'pagination'], 0);
  2494.         $instance->addListener('knp_pager.before', [=> function () {
  2495.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2496.         }, => 'before'], 1);
  2497.         $instance->addListener('knp_pager.before', [=> function () {
  2498.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2499.         }, => 'before'], 1);
  2500.         $instance->addListener('knp_pager.pagination', [=> function () {
  2501.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2502.         }, => 'pagination'], 1);
  2503.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2504.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2505.         }, => 'checkPassport'], 512);
  2506.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2507.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2508.         }, => 'onLogout'], 0);
  2509.         $instance->addListener('knp_pager.items', [=> function () {
  2510.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  2511.         }, => 'items'], 1);
  2512.         $instance->addListener('knp_pager.items', [=> function () {
  2513.             return ($this->services['porpaginas.twig.subscriber'] ?? ($this->services['porpaginas.twig.subscriber'] = new \Porpaginas\KnpPager\PorpaginasSubscriber()));
  2514.         }, => 'items'], 0);
  2515.         return $instance;
  2516.     }
  2517.     /**
  2518.      * Gets the public 'flagception.listener.annotation_subscriber' shared service.
  2519.      *
  2520.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\AnnotationSubscriber
  2521.      */
  2522.     protected function getFlagception_Listener_AnnotationSubscriberService()
  2523.     {
  2524.         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()));
  2525.     }
  2526.     /**
  2527.      * Gets the public 'flagception.listener.routing_metadata_subscriber' shared service.
  2528.      *
  2529.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber
  2530.      */
  2531.     protected function getFlagception_Listener_RoutingMetadataSubscriberService()
  2532.     {
  2533.         return $this->services['flagception.listener.routing_metadata_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  2534.     }
  2535.     /**
  2536.      * Gets the public 'flagception.manager.feature_manager' shared service.
  2537.      *
  2538.      * @return \Flagception\Manager\FeatureManager
  2539.      */
  2540.     protected function getFlagception_Manager_FeatureManagerService()
  2541.     {
  2542.         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())));
  2543.     }
  2544.     /**
  2545.      * Gets the public 'geographical_names_inflection.inflector' shared service.
  2546.      *
  2547.      * @return \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection
  2548.      */
  2549.     protected function getGeographicalNamesInflection_InflectorService()
  2550.     {
  2551.         return $this->services['geographical_names_inflection.inflector'] = new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection([=> '*о'=> 'химки'], ['мытищи' => ['genitive' => '[-1]']]);
  2552.     }
  2553.     /**
  2554.      * Gets the public 'http_kernel' shared service.
  2555.      *
  2556.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2557.      */
  2558.     protected function getHttpKernelService()
  2559.     {
  2560.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2561.         if (isset($this->services['http_kernel'])) {
  2562.             return $this->services['http_kernel'];
  2563.         }
  2564.         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 () {
  2565.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2566.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2567.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2568.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2569.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2570.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2571.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2572.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2573.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2574.     }
  2575.     /**
  2576.      * Gets the public 'knp_menu.matcher' shared service.
  2577.      *
  2578.      * @return \Knp\Menu\Matcher\Matcher
  2579.      */
  2580.     protected function getKnpMenu_MatcherService()
  2581.     {
  2582.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2583.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2584.         }, 1));
  2585.     }
  2586.     /**
  2587.      * Gets the public 'knp_paginator' shared service.
  2588.      *
  2589.      * @return \Knp\Component\Pager\Paginator
  2590.      */
  2591.     protected function getKnpPaginatorService($lazyLoad true)
  2592.     {
  2593.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2594.         if (isset($this->services['knp_paginator'])) {
  2595.             return $this->services['knp_paginator'];
  2596.         }
  2597.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2598.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2599.         return $instance;
  2600.     }
  2601.     /**
  2602.      * Gets the public 'messenger.default_bus' shared service.
  2603.      *
  2604.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2605.      */
  2606.     protected function getMessenger_DefaultBusService()
  2607.     {
  2608.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2609.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2610.             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')));
  2611.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2612.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2613.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2614.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2615.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2616.         }, 7)));
  2617.     }
  2618.     /**
  2619.      * Gets the public 'monolog.logger.deprecation' shared service.
  2620.      *
  2621.      * @return \Symfony\Bridge\Monolog\Logger
  2622.      */
  2623.     protected function getMonolog_Logger_DeprecationService()
  2624.     {
  2625.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2626.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2627.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2628.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2629.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2630.         return $instance;
  2631.     }
  2632.     /**
  2633.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  2634.      *
  2635.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  2636.      */
  2637.     protected function getOneupUploader_Templating_UploaderHelperService()
  2638.     {
  2639.         $a = ($this->services['router'] ?? $this->getRouterService());
  2640.         if (isset($this->services['oneup_uploader.templating.uploader_helper'])) {
  2641.             return $this->services['oneup_uploader.templating.uploader_helper'];
  2642.         }
  2643.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper($a$this->parameters['oneup_uploader.maxsize']);
  2644.     }
  2645.     /**
  2646.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  2647.      *
  2648.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  2649.      */
  2650.     protected function getOneupUploader_Twig_Extension_UploaderService()
  2651.     {
  2652.         $a = ($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService());
  2653.         if (isset($this->services['oneup_uploader.twig.extension.uploader'])) {
  2654.             return $this->services['oneup_uploader.twig.extension.uploader'];
  2655.         }
  2656.         return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension($a);
  2657.     }
  2658.     /**
  2659.      * Gets the public 'porpaginas.twig.extension' shared service.
  2660.      *
  2661.      * @return \Porpaginas\Twig\PorpaginasExtension
  2662.      */
  2663.     protected function getPorpaginas_Twig_ExtensionService()
  2664.     {
  2665.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  2666.         if (isset($this->services['porpaginas.twig.extension'])) {
  2667.             return $this->services['porpaginas.twig.extension'];
  2668.         }
  2669.         return $this->services['porpaginas.twig.extension'] = new \Porpaginas\Twig\PorpaginasExtension(new \AngelGamez\PorpaginasBundle\Twig\KnpPagerRenderingAdapter($a));
  2670.     }
  2671.     /**
  2672.      * Gets the public 'request_stack' shared service.
  2673.      *
  2674.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2675.      */
  2676.     protected function getRequestStackService()
  2677.     {
  2678.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2679.     }
  2680.     /**
  2681.      * Gets the public 'router' shared autowired service.
  2682.      *
  2683.      * @return \App\Routing\DynamicRouter
  2684.      */
  2685.     protected function getRouterService()
  2686.     {
  2687.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2688.         if (isset($this->services['router'])) {
  2689.             return $this->services['router'];
  2690.         }
  2691.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  2692.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2693.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2694.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2695.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2696.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2697.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2698.         ], [
  2699.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2700.         ]))->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');
  2701.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2702.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2703.         return $this->services['router'] = new \App\Routing\DynamicRouter($c$a);
  2704.     }
  2705.     /**
  2706.      * Gets the public 'translator' shared service.
  2707.      *
  2708.      * @return \AngelGamez\TranslatableBundle\Translation\Translator
  2709.      */
  2710.     protected function getTranslatorService()
  2711.     {
  2712.         return $this->services['translator'] = new \AngelGamez\TranslatableBundle\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  2713.     }
  2714.     /**
  2715.      * Gets the public 'var_dumper.cloner' shared service.
  2716.      *
  2717.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2718.      */
  2719.     protected function getVarDumper_ClonerService()
  2720.     {
  2721.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2722.         $instance->setMaxItems(2500);
  2723.         $instance->setMinDepth(1);
  2724.         $instance->setMaxString(-1);
  2725.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2726.         return $instance;
  2727.     }
  2728.     /**
  2729.      * Gets the private '.debug.http_client' shared service.
  2730.      *
  2731.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2732.      */
  2733.     protected function get_Debug_HttpClientService()
  2734.     {
  2735.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2736.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2737.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2738.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2739.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2740.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2741.         $a->setLogger($b);
  2742.         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))));
  2743.     }
  2744.     /**
  2745.      * Gets the private '.service_locator.KLVvNIq' shared service.
  2746.      *
  2747.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2748.      */
  2749.     protected function get_ServiceLocator_KLVvNIqService()
  2750.     {
  2751.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2752.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  2753.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  2754.         ], [
  2755.             'doctrine.ulid_generator' => '?',
  2756.             'doctrine.uuid_generator' => '?',
  2757.         ]);
  2758.     }
  2759.     /**
  2760.      * Gets the private '.service_locator.Tip.8_I' shared service.
  2761.      *
  2762.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2763.      */
  2764.     protected function get_ServiceLocator_Tip_8IService()
  2765.     {
  2766.         return $this->privates['.service_locator.Tip.8_I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2767.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2768.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2769.             'security.firewall.map.context.management' => ['privates''security.firewall.map.context.management''getSecurity_Firewall_Map_Context_ManagementService'true],
  2770.         ], [
  2771.             'security.firewall.map.context.dev' => '?',
  2772.             'security.firewall.map.context.main' => '?',
  2773.             'security.firewall.map.context.management' => '?',
  2774.         ]);
  2775.     }
  2776.     /**
  2777.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper' shared service.
  2778.      *
  2779.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper
  2780.      */
  2781.     protected function getEmbeddedListHelperService()
  2782.     {
  2783.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getParameter('easyadmin.config'));
  2784.     }
  2785.     /**
  2786.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper' shared service.
  2787.      *
  2788.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
  2789.      */
  2790.     protected function getListFormFiltersHelperService()
  2791.     {
  2792.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2793.         if (isset($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'])) {
  2794.             return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'];
  2795.         }
  2796.         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);
  2797.     }
  2798.     /**
  2799.      * Gets the private 'App\EventSubscriber\ApiAccessSubscriber' shared autowired service.
  2800.      *
  2801.      * @return \App\EventSubscriber\ApiAccessSubscriber
  2802.      */
  2803.     protected function getApiAccessSubscriberService()
  2804.     {
  2805.         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)))));
  2806.     }
  2807.     /**
  2808.      * Gets the private 'App\EventSubscriber\BadWordsReplaceSubscriber' shared autowired service.
  2809.      *
  2810.      * @return \App\EventSubscriber\BadWordsReplaceSubscriber
  2811.      */
  2812.     protected function getBadWordsReplaceSubscriberService()
  2813.     {
  2814.         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()));
  2815.     }
  2816.     /**
  2817.      * Gets the private 'App\EventSubscriber\BanLogoutSubscriber' shared autowired service.
  2818.      *
  2819.      * @return \App\EventSubscriber\BanLogoutSubscriber
  2820.      */
  2821.     protected function getBanLogoutSubscriberService()
  2822.     {
  2823.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2824.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2825.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2826.         }
  2827.         $b = ($this->services['router'] ?? $this->getRouterService());
  2828.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2829.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2830.         }
  2831.         return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] = new \App\EventSubscriber\BanLogoutSubscriber($a$b);
  2832.     }
  2833.     /**
  2834.      * Gets the private 'App\EventSubscriber\CityCaseRedirectSubscriber' shared autowired service.
  2835.      *
  2836.      * @return \App\EventSubscriber\CityCaseRedirectSubscriber
  2837.      */
  2838.     protected function getCityCaseRedirectSubscriberService()
  2839.     {
  2840.         $a = ($this->services['App\\Http\\CityCaseRedirector'] ?? $this->getCityCaseRedirectorService());
  2841.         if (isset($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'])) {
  2842.             return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'];
  2843.         }
  2844.         return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] = new \App\EventSubscriber\CityCaseRedirectSubscriber($a);
  2845.     }
  2846.     /**
  2847.      * Gets the private 'App\EventSubscriber\CommentBanSubscriber' shared autowired service.
  2848.      *
  2849.      * @return \App\EventSubscriber\CommentBanSubscriber
  2850.      */
  2851.     protected function getCommentBanSubscriberService()
  2852.     {
  2853.         $a = ($this->privates['App\\Service\\CustomerBanService'] ?? $this->getCustomerBanServiceService());
  2854.         if (isset($this->privates['App\\EventSubscriber\\CommentBanSubscriber'])) {
  2855.             return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'];
  2856.         }
  2857.         return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'] = new \App\EventSubscriber\CommentBanSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a);
  2858.     }
  2859.     /**
  2860.      * Gets the private 'App\EventSubscriber\DoctrineEntityFilterSubscriber' shared autowired service.
  2861.      *
  2862.      * @return \App\EventSubscriber\DoctrineEntityFilterSubscriber
  2863.      */
  2864.     protected function getDoctrineEntityFilterSubscriberService()
  2865.     {
  2866.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2867.         if (isset($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'])) {
  2868.             return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'];
  2869.         }
  2870.         return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] = new \App\EventSubscriber\DoctrineEntityFilterSubscriber($a);
  2871.     }
  2872.     /**
  2873.      * Gets the private 'App\EventSubscriber\DomainRedirectSubscriber' shared autowired service.
  2874.      *
  2875.      * @return \App\EventSubscriber\DomainRedirectSubscriber
  2876.      */
  2877.     protected function getDomainRedirectSubscriberService()
  2878.     {
  2879.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2880.         if (isset($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'])) {
  2881.             return $this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'];
  2882.         }
  2883.         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));
  2884.     }
  2885.     /**
  2886.      * Gets the private 'App\EventSubscriber\EnumSubscriber' shared autowired service.
  2887.      *
  2888.      * @return \App\EventSubscriber\EnumSubscriber
  2889.      */
  2890.     protected function getEnumSubscriberService()
  2891.     {
  2892.         return $this->privates['App\\EventSubscriber\\EnumSubscriber'] = new \App\EventSubscriber\EnumSubscriber(($this->privates['App\\Service\\EnumUriLoader'] ?? $this->getEnumUriLoaderService()));
  2893.     }
  2894.     /**
  2895.      * Gets the private 'App\EventSubscriber\KernelSubscriber' shared autowired service.
  2896.      *
  2897.      * @return \App\EventSubscriber\KernelSubscriber
  2898.      */
  2899.     protected function getKernelSubscriberService()
  2900.     {
  2901.         return $this->privates['App\\EventSubscriber\\KernelSubscriber'] = new \App\EventSubscriber\KernelSubscriber(($this->privates['App\\Service\\ProfileCtrService'] ?? $this->getProfileCtrServiceService()));
  2902.     }
  2903.     /**
  2904.      * Gets the private 'App\EventSubscriber\PageMetadataSubscriber' shared autowired service.
  2905.      *
  2906.      * @return \App\EventSubscriber\PageMetadataSubscriber
  2907.      */
  2908.     protected function getPageMetadataSubscriberService()
  2909.     {
  2910.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2911.         if (isset($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'])) {
  2912.             return $this->privates['App\\EventSubscriber\\PageMetadataSubscriber'];
  2913.         }
  2914.         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))));
  2915.     }
  2916.     /**
  2917.      * Gets the private 'App\EventSubscriber\ProfileListOrderingSubscriber' shared autowired service.
  2918.      *
  2919.      * @return \App\EventSubscriber\ProfileListOrderingSubscriber
  2920.      */
  2921.     protected function getProfileListOrderingSubscriberService()
  2922.     {
  2923.         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())));
  2924.     }
  2925.     /**
  2926.      * Gets the private 'App\Repository\AccountEnrollmentRepository' shared autowired service.
  2927.      *
  2928.      * @return \App\Repository\AccountEnrollmentRepository
  2929.      */
  2930.     protected function getAccountEnrollmentRepositoryService()
  2931.     {
  2932.         return $this->privates['App\\Repository\\AccountEnrollmentRepository'] = new \App\Repository\AccountEnrollmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2933.     }
  2934.     /**
  2935.      * Gets the private 'App\Repository\ApprovalRequestsRepository' shared autowired service.
  2936.      *
  2937.      * @return \App\Repository\ApprovalRequestsRepository
  2938.      */
  2939.     protected function getApprovalRequestsRepositoryService()
  2940.     {
  2941.         return $this->privates['App\\Repository\\ApprovalRequestsRepository'] = new \App\Repository\ApprovalRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2942.     }
  2943.     /**
  2944.      * Gets the private 'App\Repository\BannedEmailRepository' shared autowired service.
  2945.      *
  2946.      * @return \App\Repository\BannedEmailRepository
  2947.      */
  2948.     protected function getBannedEmailRepositoryService()
  2949.     {
  2950.         return $this->privates['App\\Repository\\BannedEmailRepository'] = new \App\Repository\BannedEmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2951.     }
  2952.     /**
  2953.      * Gets the private 'App\Repository\CityRepository' shared autowired service.
  2954.      *
  2955.      * @return \App\Repository\CityRepository
  2956.      */
  2957.     protected function getCityRepositoryService()
  2958.     {
  2959.         return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2960.     }
  2961.     /**
  2962.      * Gets the private 'App\Repository\DistrictRepository' shared autowired service.
  2963.      *
  2964.      * @return \App\Repository\DistrictRepository
  2965.      */
  2966.     protected function getDistrictRepositoryService()
  2967.     {
  2968.         return $this->privates['App\\Repository\\DistrictRepository'] = new \App\Repository\DistrictRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2969.     }
  2970.     /**
  2971.      * Gets the private 'App\Repository\ModerationRequestsRepository' shared autowired service.
  2972.      *
  2973.      * @return \App\Repository\ModerationRequestsRepository
  2974.      */
  2975.     protected function getModerationRequestsRepositoryService()
  2976.     {
  2977.         return $this->privates['App\\Repository\\ModerationRequestsRepository'] = new \App\Repository\ModerationRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2978.     }
  2979.     /**
  2980.      * Gets the private 'App\Repository\PageMetadataRepository' shared autowired service.
  2981.      *
  2982.      * @return \App\Repository\PageMetadataRepository
  2983.      */
  2984.     protected function getPageMetadataRepositoryService()
  2985.     {
  2986.         return $this->privates['App\\Repository\\PageMetadataRepository'] = new \App\Repository\PageMetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2987.     }
  2988.     /**
  2989.      * Gets the private 'App\Repository\PaidPlacementPriceRepository' shared autowired service.
  2990.      *
  2991.      * @return \App\Repository\PaidPlacementPriceRepository
  2992.      */
  2993.     protected function getPaidPlacementPriceRepositoryService()
  2994.     {
  2995.         return $this->privates['App\\Repository\\PaidPlacementPriceRepository'] = new \App\Repository\PaidPlacementPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2996.     }
  2997.     /**
  2998.      * Gets the private 'App\Repository\ProfileCommentRepository' shared autowired service.
  2999.      *
  3000.      * @return \App\Repository\ProfileCommentRepository
  3001.      */
  3002.     protected function getProfileCommentRepositoryService()
  3003.     {
  3004.         return $this->privates['App\\Repository\\ProfileCommentRepository'] = new \App\Repository\ProfileCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3005.     }
  3006.     /**
  3007.      * Gets the private 'App\Repository\ProfileCtrRepository' shared autowired service.
  3008.      *
  3009.      * @return \App\Repository\ProfileCtrRepository
  3010.      */
  3011.     protected function getProfileCtrRepositoryService()
  3012.     {
  3013.         return $this->privates['App\\Repository\\ProfileCtrRepository'] = new \App\Repository\ProfileCtrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3014.     }
  3015.     /**
  3016.      * Gets the private 'App\Repository\ProfileKVRepository' shared autowired service.
  3017.      *
  3018.      * @return \App\Repository\ProfileKVRepository
  3019.      */
  3020.     protected function getProfileKVRepositoryService()
  3021.     {
  3022.         return $this->privates['App\\Repository\\ProfileKVRepository'] = new \App\Repository\ProfileKVRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3023.     }
  3024.     /**
  3025.      * Gets the private 'App\Repository\ProfilePlanPlacementRepository' shared autowired service.
  3026.      *
  3027.      * @return \App\Repository\ProfilePlanPlacementRepository
  3028.      */
  3029.     protected function getProfilePlanPlacementRepositoryService()
  3030.     {
  3031.         return $this->privates['App\\Repository\\ProfilePlanPlacementRepository'] = new \App\Repository\ProfilePlanPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3032.     }
  3033.     /**
  3034.      * Gets the private 'App\Repository\ProfileRepository' shared autowired service.
  3035.      *
  3036.      * @return \App\Repository\ProfileRepository
  3037.      */
  3038.     protected function getProfileRepositoryService()
  3039.     {
  3040.         return $this->privates['App\\Repository\\ProfileRepository'] = new \App\Repository\ProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['App\\Repository\\DistrictRepository'] ?? $this->getDistrictRepositoryService()));
  3041.     }
  3042.     /**
  3043.      * Gets the private 'App\Repository\ProfileSidebarPlacementRepository' shared autowired service.
  3044.      *
  3045.      * @return \App\Repository\ProfileSidebarPlacementRepository
  3046.      */
  3047.     protected function getProfileSidebarPlacementRepositoryService()
  3048.     {
  3049.         return $this->privates['App\\Repository\\ProfileSidebarPlacementRepository'] = new \App\Repository\ProfileSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3050.     }
  3051.     /**
  3052.      * Gets the private 'App\Repository\ProfileTopPlacementRepository' shared autowired service.
  3053.      *
  3054.      * @return \App\Repository\ProfileTopPlacementRepository
  3055.      */
  3056.     protected function getProfileTopPlacementRepositoryService()
  3057.     {
  3058.         return $this->privates['App\\Repository\\ProfileTopPlacementRepository'] = new \App\Repository\ProfileTopPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3059.     }
  3060.     /**
  3061.      * Gets the private 'App\Repository\SaloonRepository' shared autowired service.
  3062.      *
  3063.      * @return \App\Repository\SaloonRepository
  3064.      */
  3065.     protected function getSaloonRepositoryService()
  3066.     {
  3067.         return $this->privates['App\\Repository\\SaloonRepository'] = new \App\Repository\SaloonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3068.     }
  3069.     /**
  3070.      * Gets the private 'App\Repository\SaloonSidebarPlacementRepository' shared autowired service.
  3071.      *
  3072.      * @return \App\Repository\SaloonSidebarPlacementRepository
  3073.      */
  3074.     protected function getSaloonSidebarPlacementRepositoryService()
  3075.     {
  3076.         return $this->privates['App\\Repository\\SaloonSidebarPlacementRepository'] = new \App\Repository\SaloonSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3077.     }
  3078.     /**
  3079.      * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  3080.      *
  3081.      * @return \App\Repository\ServiceRepository
  3082.      */
  3083.     protected function getServiceRepositoryService()
  3084.     {
  3085.         return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3086.     }
  3087.     /**
  3088.      * Gets the private 'App\Repository\SidebarPlacementRepository' shared autowired service.
  3089.      *
  3090.      * @return \App\Repository\SidebarPlacementRepository
  3091.      */
  3092.     protected function getSidebarPlacementRepositoryService()
  3093.     {
  3094.         return $this->privates['App\\Repository\\SidebarPlacementRepository'] = new \App\Repository\SidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3095.     }
  3096.     /**
  3097.      * Gets the private 'App\Repository\StationRepository' shared autowired service.
  3098.      *
  3099.      * @return \App\Repository\StationRepository
  3100.      */
  3101.     protected function getStationRepositoryService()
  3102.     {
  3103.         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()));
  3104.     }
  3105.     /**
  3106.      * Gets the private 'App\Repository\SupportMessagesRepository' shared autowired service.
  3107.      *
  3108.      * @return \App\Repository\SupportMessagesRepository
  3109.      */
  3110.     protected function getSupportMessagesRepositoryService()
  3111.     {
  3112.         return $this->privates['App\\Repository\\SupportMessagesRepository'] = new \App\Repository\SupportMessagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3113.     }
  3114.     /**
  3115.      * Gets the private 'App\Repository\SystemVariablesRepository' shared autowired service.
  3116.      *
  3117.      * @return \App\Repository\SystemVariablesRepository
  3118.      */
  3119.     protected function getSystemVariablesRepositoryService()
  3120.     {
  3121.         return $this->privates['App\\Repository\\SystemVariablesRepository'] = new \App\Repository\SystemVariablesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3122.     }
  3123.     /**
  3124.      * Gets the private 'App\Service\AccountChargesDurationEstimator' shared autowired service.
  3125.      *
  3126.      * @return \App\Service\AccountChargesDurationEstimator
  3127.      */
  3128.     protected function getAccountChargesDurationEstimatorService()
  3129.     {
  3130.         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()));
  3131.     }
  3132.     /**
  3133.      * Gets the private 'App\Service\AccountChargesDurationPresenter' shared autowired service.
  3134.      *
  3135.      * @return \App\Service\AccountChargesDurationPresenter
  3136.      */
  3137.     protected function getAccountChargesDurationPresenterService()
  3138.     {
  3139.         return $this->privates['App\\Service\\AccountChargesDurationPresenter'] = new \App\Service\AccountChargesDurationPresenter(($this->services['translator'] ?? $this->getTranslatorService()));
  3140.     }
  3141.     /**
  3142.      * Gets the private 'App\Service\AccountFinances' shared autowired service.
  3143.      *
  3144.      * @return \App\Service\AccountFinances
  3145.      */
  3146.     protected function getAccountFinancesService()
  3147.     {
  3148.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3149.         if (isset($this->privates['App\\Service\\AccountFinances'])) {
  3150.             return $this->privates['App\\Service\\AccountFinances'];
  3151.         }
  3152.         return $this->privates['App\\Service\\AccountFinances'] = new \App\Service\AccountFinances(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\AccountEnrollmentRepository'] ?? $this->getAccountEnrollmentRepositoryService()), $a);
  3153.     }
  3154.     /**
  3155.      * Gets the private 'App\Service\ApprovalService' shared autowired service.
  3156.      *
  3157.      * @return \App\Service\ApprovalService
  3158.      */
  3159.     protected function getApprovalServiceService()
  3160.     {
  3161.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3162.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3163.             return $this->privates['App\\Service\\ApprovalService'];
  3164.         }
  3165.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3166.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3167.             return $this->privates['App\\Service\\ApprovalService'];
  3168.         }
  3169.         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()));
  3170.     }
  3171.     /**
  3172.      * Gets the private 'App\Service\CityMainPagesLinkageService' shared autowired service.
  3173.      *
  3174.      * @return \App\Service\CityMainPagesLinkageService
  3175.      */
  3176.     protected function getCityMainPagesLinkageServiceService($lazyLoad true)
  3177.     {
  3178.         $a = ($this->services['router'] ?? $this->getRouterService());
  3179.         if (isset($this->privates['App\\Service\\CityMainPagesLinkageService'])) {
  3180.             return $this->privates['App\\Service\\CityMainPagesLinkageService'];
  3181.         }
  3182.         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()));
  3183.     }
  3184.     /**
  3185.      * Gets the private 'App\Service\ColdStartProfileRecommendationsCache' shared autowired service.
  3186.      *
  3187.      * @return \App\Service\ColdStartProfileRecommendationsCache
  3188.      */
  3189.     protected function getColdStartProfileRecommendationsCacheService()
  3190.     {
  3191.         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()));
  3192.     }
  3193.     /**
  3194.      * Gets the private 'App\Service\CountryCurrencyResolver' shared autowired service.
  3195.      *
  3196.      * @return \App\Service\CountryCurrencyResolver
  3197.      */
  3198.     protected function getCountryCurrencyResolverService()
  3199.     {
  3200.         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))));
  3201.     }
  3202.     /**
  3203.      * Gets the private 'App\Service\CurrentCityResolver' shared autowired service.
  3204.      *
  3205.      * @return \App\Service\CurrentCityResolver
  3206.      */
  3207.     protected function getCurrentCityResolverService()
  3208.     {
  3209.         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()));
  3210.     }
  3211.     /**
  3212.      * Gets the private 'App\Service\CustomerBanService' shared autowired service.
  3213.      *
  3214.      * @return \App\Service\CustomerBanService
  3215.      */
  3216.     protected function getCustomerBanServiceService()
  3217.     {
  3218.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3219.         if (isset($this->privates['App\\Service\\CustomerBanService'])) {
  3220.             return $this->privates['App\\Service\\CustomerBanService'];
  3221.         }
  3222.         return $this->privates['App\\Service\\CustomerBanService'] = new \App\Service\CustomerBanService(($this->privates['App\\Repository\\BannedEmailRepository'] ?? $this->getBannedEmailRepositoryService()), $a);
  3223.     }
  3224.     /**
  3225.      * Gets the private 'App\Service\DefaultCityProvider' shared autowired service.
  3226.      *
  3227.      * @return \App\Service\DefaultCityProvider
  3228.      */
  3229.     protected function getDefaultCityProviderService()
  3230.     {
  3231.         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))));
  3232.     }
  3233.     /**
  3234.      * Gets the private 'App\Service\DynamicPlacementPriceResolver' shared autowired service.
  3235.      *
  3236.      * @return \App\Service\DynamicPlacementPriceResolver
  3237.      */
  3238.     protected function getDynamicPlacementPriceResolverService()
  3239.     {
  3240.         return $this->privates['App\\Service\\DynamicPlacementPriceResolver'] = new \App\Service\DynamicPlacementPriceResolver(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()));
  3241.     }
  3242.     /**
  3243.      * Gets the private 'App\Service\EnumUriLoader' shared autowired service.
  3244.      *
  3245.      * @return \App\Service\EnumUriLoader
  3246.      */
  3247.     protected function getEnumUriLoaderService()
  3248.     {
  3249.         return $this->privates['App\\Service\\EnumUriLoader'] = new \App\Service\EnumUriLoader(($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  3250.     }
  3251.     /**
  3252.      * Gets the private 'App\Service\Features' shared autowired service.
  3253.      *
  3254.      * @return \App\Service\Features
  3255.      */
  3256.     protected function getFeaturesService()
  3257.     {
  3258.         return $this->privates['App\\Service\\Features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  3259.     }
  3260.     /**
  3261.      * Gets the private 'App\Service\GeoCategoryLinkageService' shared autowired service.
  3262.      *
  3263.      * @return \App\Service\GeoCategoryLinkageService
  3264.      */
  3265.     protected function getGeoCategoryLinkageServiceService()
  3266.     {
  3267.         $a = ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService());
  3268.         if (isset($this->privates['App\\Service\\GeoCategoryLinkageService'])) {
  3269.             return $this->privates['App\\Service\\GeoCategoryLinkageService'];
  3270.         }
  3271.         $b = ($this->services['router'] ?? $this->getRouterService());
  3272.         if (isset($this->privates['App\\Service\\GeoCategoryLinkageService'])) {
  3273.             return $this->privates['App\\Service\\GeoCategoryLinkageService'];
  3274.         }
  3275.         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())));
  3276.     }
  3277.     /**
  3278.      * Gets the private 'App\Service\InnerLinkageCircleService' shared autowired service.
  3279.      *
  3280.      * @return \App\Service\InnerLinkageCircleService
  3281.      */
  3282.     protected function getInnerLinkageCircleServiceService($lazyLoad true)
  3283.     {
  3284.         $a = ($this->services['router'] ?? $this->getRouterService());
  3285.         if (isset($this->privates['App\\Service\\InnerLinkageCircleService'])) {
  3286.             return $this->privates['App\\Service\\InnerLinkageCircleService'];
  3287.         }
  3288.         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()));
  3289.     }
  3290.     /**
  3291.      * Gets the private 'App\Service\ModerationService' shared autowired service.
  3292.      *
  3293.      * @return \App\Service\ModerationService
  3294.      */
  3295.     protected function getModerationServiceService()
  3296.     {
  3297.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3298.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3299.             return $this->privates['App\\Service\\ModerationService'];
  3300.         }
  3301.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3302.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3303.             return $this->privates['App\\Service\\ModerationService'];
  3304.         }
  3305.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3306.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3307.             return $this->privates['App\\Service\\ModerationService'];
  3308.         }
  3309.         $d = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3310.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3311.             return $this->privates['App\\Service\\ModerationService'];
  3312.         }
  3313.         $e = ($this->privates['App\\Service\\ApprovalService'] ?? $this->getApprovalServiceService());
  3314.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3315.             return $this->privates['App\\Service\\ModerationService'];
  3316.         }
  3317.         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);
  3318.     }
  3319.     /**
  3320.      * Gets the private 'App\Service\MoneyFormatterService' shared autowired service.
  3321.      *
  3322.      * @return \App\Service\MoneyFormatterService
  3323.      */
  3324.     protected function getMoneyFormatterServiceService()
  3325.     {
  3326.         return $this->privates['App\\Service\\MoneyFormatterService'] = new \App\Service\MoneyFormatterService(($this->privates['App\\Service\\CountryCurrencyResolver'] ?? $this->getCountryCurrencyResolverService()));
  3327.     }
  3328.     /**
  3329.      * Gets the private 'App\Service\PhoneNumberService' shared autowired service.
  3330.      *
  3331.      * @return \App\Service\PhoneNumberService
  3332.      */
  3333.     protected function getPhoneNumberServiceService()
  3334.     {
  3335.         return $this->privates['App\\Service\\PhoneNumberService'] = new \App\Service\PhoneNumberService(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()));
  3336.     }
  3337.     /**
  3338.      * Gets the private 'App\Service\ProfileAdBoard' shared autowired service.
  3339.      *
  3340.      * @return \App\Service\ProfileAdBoard
  3341.      */
  3342.     protected function getProfileAdBoardService()
  3343.     {
  3344.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3345.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3346.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3347.         }
  3348.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3349.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3350.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3351.         }
  3352.         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()));
  3353.     }
  3354.     /**
  3355.      * Gets the private 'App\Service\ProfileAvatar' shared autowired service.
  3356.      *
  3357.      * @return \App\Service\ProfileAvatar
  3358.      */
  3359.     protected function getProfileAvatarService()
  3360.     {
  3361.         return $this->privates['App\\Service\\ProfileAvatar'] = new \App\Service\ProfileAvatar(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3362.     }
  3363.     /**
  3364.      * Gets the private 'App\Service\ProfileBotHelper' shared autowired service.
  3365.      *
  3366.      * @return \App\Service\ProfileBotHelper
  3367.      */
  3368.     protected function getProfileBotHelperService()
  3369.     {
  3370.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3371.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3372.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3373.         }
  3374.         $b = ($this->services['router'] ?? $this->getRouterService());
  3375.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3376.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3377.         }
  3378.         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))));
  3379.     }
  3380.     /**
  3381.      * Gets the private 'App\Service\ProfileChargesCalculator' shared autowired service.
  3382.      *
  3383.      * @return \App\Service\ProfileChargesCalculator
  3384.      */
  3385.     protected function getProfileChargesCalculatorService()
  3386.     {
  3387.         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()));
  3388.     }
  3389.     /**
  3390.      * Gets the private 'App\Service\ProfileCtrService' shared autowired service.
  3391.      *
  3392.      * @return \App\Service\ProfileCtrService
  3393.      */
  3394.     protected function getProfileCtrServiceService()
  3395.     {
  3396.         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()));
  3397.     }
  3398.     /**
  3399.      * Gets the private 'App\Service\ProfileList' shared autowired service.
  3400.      *
  3401.      * @return \App\Service\ProfileList
  3402.      */
  3403.     protected function getProfileListService()
  3404.     {
  3405.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3406.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3407.             return $this->privates['App\\Service\\ProfileList'];
  3408.         }
  3409.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3410.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3411.             return $this->privates['App\\Service\\ProfileList'];
  3412.         }
  3413.         $c = ($this->privates['App\\Service\\ProfileTopBoard'] ?? $this->getProfileTopBoardService());
  3414.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3415.             return $this->privates['App\\Service\\ProfileList'];
  3416.         }
  3417.         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);
  3418.     }
  3419.     /**
  3420.      * Gets the private 'App\Service\ProfileListSpecificationService' shared autowired service.
  3421.      *
  3422.      * @return \App\Service\ProfileListSpecificationService
  3423.      */
  3424.     protected function getProfileListSpecificationServiceService()
  3425.     {
  3426.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3427.         if (isset($this->privates['App\\Service\\ProfileListSpecificationService'])) {
  3428.             return $this->privates['App\\Service\\ProfileListSpecificationService'];
  3429.         }
  3430.         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()));
  3431.     }
  3432.     /**
  3433.      * Gets the private 'App\Service\ProfileRecommendationService' shared autowired service.
  3434.      *
  3435.      * @return \App\Service\ProfileRecommendationService
  3436.      */
  3437.     protected function getProfileRecommendationServiceService()
  3438.     {
  3439.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3440.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3441.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3442.         }
  3443.         $b = ($this->services['router'] ?? $this->getRouterService());
  3444.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3445.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3446.         }
  3447.         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()));
  3448.     }
  3449.     /**
  3450.      * Gets the private 'App\Service\ProfileTopBoard' shared autowired service.
  3451.      *
  3452.      * @return \App\Service\ProfileTopBoard
  3453.      */
  3454.     protected function getProfileTopBoardService()
  3455.     {
  3456.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3457.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3458.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3459.         }
  3460.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3461.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3462.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3463.         }
  3464.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3465.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3466.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3467.         }
  3468.         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);
  3469.     }
  3470.     /**
  3471.      * Gets the private 'App\Service\ResponsiveAssetsService' shared autowired service.
  3472.      *
  3473.      * @return \App\Service\ResponsiveAssetsService
  3474.      */
  3475.     protected function getResponsiveAssetsServiceService()
  3476.     {
  3477.         return $this->privates['App\\Service\\ResponsiveAssetsService'] = new \App\Service\ResponsiveAssetsService(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3478.     }
  3479.     /**
  3480.      * Gets the private 'App\Service\SaloonChargesCalculator' shared autowired service.
  3481.      *
  3482.      * @return \App\Service\SaloonChargesCalculator
  3483.      */
  3484.     protected function getSaloonChargesCalculatorService()
  3485.     {
  3486.         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()));
  3487.     }
  3488.     /**
  3489.      * Gets the private 'App\Service\SearchByKeywordsService' shared autowired service.
  3490.      *
  3491.      * @return \App\Service\SearchByKeywordsService
  3492.      */
  3493.     protected function getSearchByKeywordsServiceService()
  3494.     {
  3495.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3496.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3497.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3498.         }
  3499.         $b = ($this->services['router'] ?? $this->getRouterService());
  3500.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3501.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3502.         }
  3503.         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()));
  3504.     }
  3505.     /**
  3506.      * Gets the private 'App\Service\Sidebar' shared autowired service.
  3507.      *
  3508.      * @return \App\Service\Sidebar
  3509.      */
  3510.     protected function getSidebarService()
  3511.     {
  3512.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3513.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3514.             return $this->privates['App\\Service\\Sidebar'];
  3515.         }
  3516.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3517.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3518.             return $this->privates['App\\Service\\Sidebar'];
  3519.         }
  3520.         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);
  3521.     }
  3522.     /**
  3523.      * Gets the private 'App\Service\TimeZoneService' shared autowired service.
  3524.      *
  3525.      * @return \App\Service\TimeZoneService
  3526.      */
  3527.     protected function getTimeZoneServiceService()
  3528.     {
  3529.         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()));
  3530.     }
  3531.     /**
  3532.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  3533.      *
  3534.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  3535.      */
  3536.     protected function getLoginListenerService()
  3537.     {
  3538.         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()));
  3539.     }
  3540.     /**
  3541.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  3542.      *
  3543.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  3544.      */
  3545.     protected function getRequestListenerService()
  3546.     {
  3547.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3548.     }
  3549.     /**
  3550.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  3551.      *
  3552.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  3553.      */
  3554.     protected function getSubRequestListenerService()
  3555.     {
  3556.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3557.     }
  3558.     /**
  3559.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  3560.      *
  3561.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  3562.      */
  3563.     protected function getTracingRequestListenerService()
  3564.     {
  3565.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3566.     }
  3567.     /**
  3568.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  3569.      *
  3570.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  3571.      */
  3572.     protected function getTracingSubRequestListenerService()
  3573.     {
  3574.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3575.     }
  3576.     /**
  3577.      * Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory' shared service.
  3578.      *
  3579.      * @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory
  3580.      */
  3581.     protected function getTracingDriverConnectionFactoryService()
  3582.     {
  3583.         return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3584.     }
  3585.     /**
  3586.      * Gets the private 'Sentry\State\HubInterface' shared service.
  3587.      *
  3588.      * @return \Sentry\State\HubInterface
  3589.      */
  3590.     protected function getHubInterfaceService()
  3591.     {
  3592.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  3593.         $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')]);
  3594.         $b = new \Sentry\ClientBuilder($a);
  3595.         $c = new \Http\Discovery\Psr17Factory();
  3596.         $b->setSdkIdentifier('sentry.php.symfony');
  3597.         $b->setSdkVersion('4.14.0');
  3598.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL));
  3599.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  3600.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  3601.         if ($this->has('Psr\\Log\\NullLogger')) {
  3602.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  3603.         }
  3604.         $instance->bindClient($b->getClient());
  3605.         return $instance;
  3606.     }
  3607.     /**
  3608.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3609.      *
  3610.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3611.      */
  3612.     protected function getResetAssetsEventListenerService()
  3613.     {
  3614.         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']);
  3615.     }
  3616.     /**
  3617.      * Gets the private 'annotations.cache_adapter' shared service.
  3618.      *
  3619.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3620.      */
  3621.     protected function getAnnotations_CacheAdapterService()
  3622.     {
  3623.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  3624.     }
  3625.     /**
  3626.      * Gets the private 'annotations.cached_reader' shared service.
  3627.      *
  3628.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3629.      */
  3630.     protected function getAnnotations_CachedReaderService()
  3631.     {
  3632.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3633.     }
  3634.     /**
  3635.      * Gets the private 'annotations.reader' shared service.
  3636.      *
  3637.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3638.      */
  3639.     protected function getAnnotations_ReaderService()
  3640.     {
  3641.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3642.         $instance->addGlobalIgnoredName('required'NULL);
  3643.         return $instance;
  3644.     }
  3645.     /**
  3646.      * Gets the private 'assets._version__default' shared service.
  3647.      *
  3648.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  3649.      */
  3650.     protected function getAssets_VersionDefaultService()
  3651.     {
  3652.         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);
  3653.     }
  3654.     /**
  3655.      * Gets the private 'assets.context' shared service.
  3656.      *
  3657.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3658.      */
  3659.     protected function getAssets_ContextService()
  3660.     {
  3661.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3662.         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());
  3663.     }
  3664.     /**
  3665.      * Gets the private 'assets.packages' shared service.
  3666.      *
  3667.      * @return \Symfony\Component\Asset\Packages
  3668.      */
  3669.     protected function getAssets_PackagesService()
  3670.     {
  3671.         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 () {
  3672.             yield 'user_media' => ($this->privates['assets._package_user_media'] ?? $this->load('getAssets_PackageUserMediaService'));
  3673.             yield 'profile_media' => ($this->privates['assets._package_profile_media'] ?? $this->load('getAssets_PackageProfileMediaService'));
  3674.             yield 'profile_media_avatar' => ($this->privates['assets._package_profile_media_avatar'] ?? $this->load('getAssets_PackageProfileMediaAvatarService'));
  3675.             yield 'profile_media_selfie' => ($this->privates['assets._package_profile_media_selfie'] ?? $this->load('getAssets_PackageProfileMediaSelfieService'));
  3676.             yield 'profile_media_approval' => ($this->privates['assets._package_profile_media_approval'] ?? $this->load('getAssets_PackageProfileMediaApprovalService'));
  3677.             yield 'saloon_media' => ($this->privates['assets._package_saloon_media'] ?? $this->load('getAssets_PackageSaloonMediaService'));
  3678.             yield 'saloon_media_thumb' => ($this->privates['assets._package_saloon_media_thumb'] ?? $this->load('getAssets_PackageSaloonMediaThumbService'));
  3679.             yield 'saloon_media_video' => ($this->privates['assets._package_saloon_media_video'] ?? $this->load('getAssets_PackageSaloonMediaVideoService'));
  3680.             yield 'js_script' => ($this->privates['assets._package_js_script'] ?? $this->load('getAssets_PackageJsScriptService'));
  3681.             yield 'basicConfig' => ($this->privates['assets._package_basicConfig'] ?? $this->load('getAssets_PackageBasicConfigService'));
  3682.             yield 'nohashConfig' => ($this->privates['assets._package_nohashConfig'] ?? $this->load('getAssets_PackageNohashConfigService'));
  3683.             yield 'nodomainConfig' => ($this->privates['assets._package_nodomainConfig'] ?? $this->load('getAssets_PackageNodomainConfigService'));
  3684.         }, 12));
  3685.     }
  3686.     /**
  3687.      * Gets the private 'cache.annotations.traceable' shared service.
  3688.      *
  3689.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3690.      */
  3691.     protected function getCache_Annotations_TraceableService()
  3692.     {
  3693.         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('2z9WkknMXH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3694.     }
  3695.     /**
  3696.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  3697.      *
  3698.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3699.      */
  3700.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  3701.     {
  3702.         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()));
  3703.     }
  3704.     /**
  3705.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  3706.      *
  3707.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3708.      */
  3709.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  3710.     {
  3711.         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()));
  3712.     }
  3713.     /**
  3714.      * Gets the private 'cache.doctrine.orm.default.second_level.region_driver.traceable' shared service.
  3715.      *
  3716.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3717.      */
  3718.     protected function getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService()
  3719.     {
  3720.         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()));
  3721.     }
  3722.     /**
  3723.      * Gets the private 'cache.doctrine.orm.multi_website.query.traceable' shared service.
  3724.      *
  3725.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3726.      */
  3727.     protected function getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()
  3728.     {
  3729.         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()));
  3730.     }
  3731.     /**
  3732.      * Gets the private 'cache.doctrine.orm.multi_website.result.traceable' shared service.
  3733.      *
  3734.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3735.      */
  3736.     protected function getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()
  3737.     {
  3738.         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()));
  3739.     }
  3740.     /**
  3741.      * Gets the private 'cache.doctrine.orm.multi_website.second_level.region_driver.traceable' shared service.
  3742.      *
  3743.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3744.      */
  3745.     protected function getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService()
  3746.     {
  3747.         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()));
  3748.     }
  3749.     /**
  3750.      * Gets the private 'cache.doctrine.traceable' shared service.
  3751.      *
  3752.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3753.      */
  3754.     protected function getCache_Doctrine_TraceableService()
  3755.     {
  3756.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3757.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3758.         $a->setLogger($b);
  3759.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('yMzaBS-2Qg'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3760.         $c->setLogger($b);
  3761.         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)));
  3762.     }
  3763.     /**
  3764.      * Gets the private 'cache.easyadmin.traceable' shared service.
  3765.      *
  3766.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3767.      */
  3768.     protected function getCache_Easyadmin_TraceableService()
  3769.     {
  3770.         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('vk9ifvUxY6'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3771.     }
  3772.     /**
  3773.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  3774.      *
  3775.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3776.      */
  3777.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  3778.     {
  3779.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('x+I-rYLD1v'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3780.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3781.         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));
  3782.     }
  3783.     /**
  3784.      * Gets the private 'cache.property_info.traceable' shared service.
  3785.      *
  3786.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3787.      */
  3788.     protected function getCache_PropertyInfo_TraceableService()
  3789.     {
  3790.         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('Z653vHWIAj'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3791.     }
  3792.     /**
  3793.      * Gets the private 'cache.rate_limiter.traceable' shared service.
  3794.      *
  3795.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3796.      */
  3797.     protected function getCache_RateLimiter_TraceableService()
  3798.     {
  3799.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3800.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3801.         $a->setLogger($b);
  3802.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('KfvurpZSzj'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3803.         $c->setLogger($b);
  3804.         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)));
  3805.     }
  3806.     /**
  3807.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  3808.      *
  3809.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3810.      */
  3811.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  3812.     {
  3813.         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('fY7k6ljNGN'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3814.     }
  3815.     /**
  3816.      * Gets the private 'cache.security_token_verifier.traceable' shared service.
  3817.      *
  3818.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3819.      */
  3820.     protected function getCache_SecurityTokenVerifier_TraceableService()
  3821.     {
  3822.         return $this->privates['cache.security_token_verifier.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('N0aX2bVg80'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3823.     }
  3824.     /**
  3825.      * Gets the private 'cache.serializer.traceable' shared service.
  3826.      *
  3827.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3828.      */
  3829.     protected function getCache_Serializer_TraceableService()
  3830.     {
  3831.         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('du19UwqGGl'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3832.     }
  3833.     /**
  3834.      * Gets the private 'cache.validator.traceable' shared service.
  3835.      *
  3836.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3837.      */
  3838.     protected function getCache_Validator_TraceableService()
  3839.     {
  3840.         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('gCQmgjflv3'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3841.     }
  3842.     /**
  3843.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  3844.      *
  3845.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3846.      */
  3847.     protected function getCache_WebpackEncore_TraceableService()
  3848.     {
  3849.         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('3zMfkYL6pg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3850.     }
  3851.     /**
  3852.      * Gets the private 'config_cache_factory' shared service.
  3853.      *
  3854.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3855.      */
  3856.     protected function getConfigCacheFactoryService()
  3857.     {
  3858.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3859.             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)));
  3860.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3861.         }, 2));
  3862.     }
  3863.     /**
  3864.      * Gets the private 'ctr_stat.cache.traceable' shared service.
  3865.      *
  3866.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3867.      */
  3868.     protected function getCtrStat_Cache_TraceableService()
  3869.     {
  3870.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  3871.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3872.         $a->setLogger($b);
  3873.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('A3OMH-yKBs'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3874.         $c->setLogger($b);
  3875.         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)));
  3876.     }
  3877.     /**
  3878.      * Gets the private 'data_collector.form' shared service.
  3879.      *
  3880.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3881.      */
  3882.     protected function getDataCollector_FormService()
  3883.     {
  3884.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3885.     }
  3886.     /**
  3887.      * Gets the private 'data_collector.request' shared service.
  3888.      *
  3889.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3890.      */
  3891.     protected function getDataCollector_RequestService()
  3892.     {
  3893.         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())));
  3894.     }
  3895.     /**
  3896.      * Gets the private 'debug.controller_resolver' shared service.
  3897.      *
  3898.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3899.      */
  3900.     protected function getDebug_ControllerResolverService()
  3901.     {
  3902.         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))));
  3903.     }
  3904.     /**
  3905.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3906.      *
  3907.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3908.      */
  3909.     protected function getDebug_DebugHandlersListenerService()
  3910.     {
  3911.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3912.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3913.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  3914.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  3915.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3916.         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()));
  3917.     }
  3918.     /**
  3919.      * Gets the private 'debug.file_link_formatter' shared service.
  3920.      *
  3921.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3922.      */
  3923.     protected function getDebug_FileLinkFormatterService()
  3924.     {
  3925.         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 () {
  3926.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3927.         });
  3928.     }
  3929.     /**
  3930.      * Gets the private 'debug.log_processor' shared service.
  3931.      *
  3932.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3933.      */
  3934.     protected function getDebug_LogProcessorService()
  3935.     {
  3936.         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())));
  3937.     }
  3938.     /**
  3939.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3940.      *
  3941.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3942.      */
  3943.     protected function getDebug_Security_Access_DecisionManagerService()
  3944.     {
  3945.         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 () {
  3946.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3947.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3948.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3949.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3950.     }
  3951.     /**
  3952.      * Gets the private 'debug.security.firewall' shared service.
  3953.      *
  3954.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3955.      */
  3956.     protected function getDebug_Security_FirewallService()
  3957.     {
  3958.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3959.         if (isset($this->privates['debug.security.firewall'])) {
  3960.             return $this->privates['debug.security.firewall'];
  3961.         }
  3962.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3963.         if (isset($this->privates['debug.security.firewall'])) {
  3964.             return $this->privates['debug.security.firewall'];
  3965.         }
  3966.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3967.     }
  3968.     /**
  3969.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  3970.      *
  3971.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  3972.      */
  3973.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  3974.     {
  3975.         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']));
  3976.     }
  3977.     /**
  3978.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3979.      *
  3980.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3981.      */
  3982.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3983.     {
  3984.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3985.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber''getDomainEventsSubscriberService'true],
  3986.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3987.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3988.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3989.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3990.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3991.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3992.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  3993.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  3994.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3995.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  3996.         ], [
  3997.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => '?',
  3998.             'app.doctrine.lifecycle_events.listener' => '?',
  3999.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  4000.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4001.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4002.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4003.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  4004.             'stof_doctrine_extensions.listener.blameable' => '?',
  4005.             'stof_doctrine_extensions.listener.loggable' => '?',
  4006.             'stof_doctrine_extensions.listener.timestampable' => '?',
  4007.             'stof_doctrine_extensions.listener.translatable' => '?',
  4008.         ]), [=> [=> [=> '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']]);
  4009.     }
  4010.     /**
  4011.      * Gets the private 'doctrine.dbal.multi_website_connection.event_manager' shared service.
  4012.      *
  4013.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4014.      */
  4015.     protected function getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService()
  4016.     {
  4017.         return $this->privates['doctrine.dbal.multi_website_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4018.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  4019.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  4020.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  4021.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  4022.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  4023.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => ['privates''doctrine.orm.multi_website_listeners.attach_entity_listeners''getDoctrine_Orm_MultiWebsiteListeners_AttachEntityListenersService'true],
  4024.         ], [
  4025.             'app.doctrine.lifecycle_events.listener' => '?',
  4026.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4027.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4028.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4029.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  4030.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => '?',
  4031.         ]), [=> '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']]);
  4032.     }
  4033.     /**
  4034.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  4035.      *
  4036.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  4037.      */
  4038.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  4039.     {
  4040.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4041.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => ['privates''App\\MultiWebsite\\Repository\\PhoneReviewsRepository''getPhoneReviewsRepositoryService'true],
  4042.             'App\\Repository\\AccountChargesRepository' => ['privates''App\\Repository\\AccountChargesRepository''getAccountChargesRepositoryService'true],
  4043.             'App\\Repository\\AccountEnrollmentRepository' => ['privates''App\\Repository\\AccountEnrollmentRepository''getAccountEnrollmentRepositoryService'false],
  4044.             'App\\Repository\\AccountTransactionRepository' => ['privates''App\\Repository\\AccountTransactionRepository''getAccountTransactionRepositoryService'true],
  4045.             'App\\Repository\\AnalyticsRepository' => ['privates''App\\Repository\\AnalyticsRepository''getAnalyticsRepositoryService'true],
  4046.             'App\\Repository\\ApprovalRequestsRepository' => ['privates''App\\Repository\\ApprovalRequestsRepository''getApprovalRequestsRepositoryService'false],
  4047.             'App\\Repository\\BannedEmailRepository' => ['privates''App\\Repository\\BannedEmailRepository''getBannedEmailRepositoryService'false],
  4048.             'App\\Repository\\BannedPhoneRepository' => ['privates''App\\Repository\\BannedPhoneRepository''getBannedPhoneRepositoryService'true],
  4049.             'App\\Repository\\BulkQueueItemRepository' => ['privates''App\\Repository\\BulkQueueItemRepository''getBulkQueueItemRepositoryService'true],
  4050.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'false],
  4051.             'App\\Repository\\CommentBanRepository' => ['privates''App\\Repository\\CommentBanRepository''getCommentBanRepositoryService'true],
  4052.             'App\\Repository\\CountyRepository' => ['privates''App\\Repository\\CountyRepository''getCountyRepositoryService'true],
  4053.             'App\\Repository\\DistrictRepository' => ['privates''App\\Repository\\DistrictRepository''getDistrictRepositoryService'false],
  4054.             'App\\Repository\\FavouriteProfileRepository' => ['privates''App\\Repository\\FavouriteProfileRepository''getFavouriteProfileRepositoryService'true],
  4055.             'App\\Repository\\FileProcessingTaskRepository' => ['privates''App\\Repository\\FileProcessingTaskRepository''getFileProcessingTaskRepositoryService'true],
  4056.             'App\\Repository\\IpAddressCommentBanRepository' => ['privates''App\\Repository\\IpAddressCommentBanRepository''getIpAddressCommentBanRepositoryService'true],
  4057.             'App\\Repository\\IpAddressRepository' => ['privates''App\\Repository\\IpAddressRepository''getIpAddressRepositoryService'true],
  4058.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => ['privates''App\\Repository\\Log\\SourceMapStationsUpdateLogRepository''getSourceMapStationsUpdateLogRepositoryService'true],
  4059.             'App\\Repository\\ModerationRequestsRepository' => ['privates''App\\Repository\\ModerationRequestsRepository''getModerationRequestsRepositoryService'false],
  4060.             'App\\Repository\\PageMetadataRepository' => ['privates''App\\Repository\\PageMetadataRepository''getPageMetadataRepositoryService'false],
  4061.             'App\\Repository\\PaidPlacementPriceRepository' => ['privates''App\\Repository\\PaidPlacementPriceRepository''getPaidPlacementPriceRepositoryService'false],
  4062.             'App\\Repository\\PaidPlacementsOrderRepository' => ['privates''App\\Repository\\PaidPlacementsOrderRepository''getPaidPlacementsOrderRepositoryService'true],
  4063.             'App\\Repository\\PaymentBonusRepository' => ['privates''App\\Repository\\PaymentBonusRepository''getPaymentBonusRepositoryService'true],
  4064.             'App\\Repository\\PaymentProductRepository' => ['privates''App\\Repository\\PaymentProductRepository''getPaymentProductRepositoryService'true],
  4065.             'App\\Repository\\PhoneReviewsAddedRepository' => ['privates''App\\Repository\\PhoneReviewsAddedRepository''getPhoneReviewsAddedRepositoryService'true],
  4066.             'App\\Repository\\PlacementHidingRepository' => ['privates''App\\Repository\\PlacementHidingRepository''getPlacementHidingRepositoryService'true],
  4067.             'App\\Repository\\ProfileAdBoardPlacementRepository' => ['privates''App\\Repository\\ProfileAdBoardPlacementRepository''getProfileAdBoardPlacementRepositoryService'true],
  4068.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => ['privates''App\\Repository\\ProfileApprovalBonusReceivedRepository''getProfileApprovalBonusReceivedRepositoryService'true],
  4069.             'App\\Repository\\ProfileCommentByCustomerRepository' => ['privates''App\\Repository\\ProfileCommentByCustomerRepository''getProfileCommentByCustomerRepositoryService'true],
  4070.             'App\\Repository\\ProfileCommentRepository' => ['privates''App\\Repository\\ProfileCommentRepository''getProfileCommentRepositoryService'false],
  4071.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => ['privates''App\\Repository\\ProfileConfirmationMediaFileRepository''getProfileConfirmationMediaFileRepositoryService'true],
  4072.             'App\\Repository\\ProfileCtrRepository' => ['privates''App\\Repository\\ProfileCtrRepository''getProfileCtrRepositoryService'false],
  4073.             'App\\Repository\\ProfileKVRepository' => ['privates''App\\Repository\\ProfileKVRepository''getProfileKVRepositoryService'false],
  4074.             'App\\Repository\\ProfileMediaFileRepository' => ['privates''App\\Repository\\ProfileMediaFileRepository''getProfileMediaFileRepositoryService'true],
  4075.             'App\\Repository\\ProfilePlanPlacementRepository' => ['privates''App\\Repository\\ProfilePlanPlacementRepository''getProfilePlanPlacementRepositoryService'false],
  4076.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'false],
  4077.             'App\\Repository\\ProfileSidebarPlacementRepository' => ['privates''App\\Repository\\ProfileSidebarPlacementRepository''getProfileSidebarPlacementRepositoryService'false],
  4078.             'App\\Repository\\ProfileTopPlacementRepository' => ['privates''App\\Repository\\ProfileTopPlacementRepository''getProfileTopPlacementRepositoryService'false],
  4079.             'App\\Repository\\SaloonAdBoardPlacementRepository' => ['privates''App\\Repository\\SaloonAdBoardPlacementRepository''getSaloonAdBoardPlacementRepositoryService'true],
  4080.             'App\\Repository\\SaloonCommentByCustomerRepository' => ['privates''App\\Repository\\SaloonCommentByCustomerRepository''getSaloonCommentByCustomerRepositoryService'true],
  4081.             'App\\Repository\\SaloonCommentRepository' => ['privates''App\\Repository\\SaloonCommentRepository''getSaloonCommentRepositoryService'true],
  4082.             'App\\Repository\\SaloonMediaFileRepository' => ['privates''App\\Repository\\SaloonMediaFileRepository''getSaloonMediaFileRepositoryService'true],
  4083.             'App\\Repository\\SaloonPlacementChargeRepository' => ['privates''App\\Repository\\SaloonPlacementChargeRepository''getSaloonPlacementChargeRepositoryService'true],
  4084.             'App\\Repository\\SaloonRepository' => ['privates''App\\Repository\\SaloonRepository''getSaloonRepositoryService'false],
  4085.             'App\\Repository\\SaloonSidebarPlacementRepository' => ['privates''App\\Repository\\SaloonSidebarPlacementRepository''getSaloonSidebarPlacementRepositoryService'false],
  4086.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  4087.             'App\\Repository\\SidebarPlacementRepository' => ['privates''App\\Repository\\SidebarPlacementRepository''getSidebarPlacementRepositoryService'false],
  4088.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository''getSourceMapLineRepositoryService'true],
  4089.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository''getSourceMapStationRepositoryService'true],
  4090.             'App\\Repository\\StationRepository' => ['privates''App\\Repository\\StationRepository''getStationRepositoryService'false],
  4091.             'App\\Repository\\StatusPricesRepository' => ['privates''App\\Repository\\StatusPricesRepository''getStatusPricesRepositoryService'true],
  4092.             'App\\Repository\\StatusRepository' => ['privates''App\\Repository\\StatusRepository''getStatusRepositoryService'true],
  4093.             'App\\Repository\\Subway\\LineRepository' => ['privates''App\\Repository\\Subway\\LineRepository''getLineRepositoryService'true],
  4094.             'App\\Repository\\SupportMessageAttachmentRepository' => ['privates''App\\Repository\\SupportMessageAttachmentRepository''getSupportMessageAttachmentRepositoryService'true],
  4095.             'App\\Repository\\SupportMessagesRepository' => ['privates''App\\Repository\\SupportMessagesRepository''getSupportMessagesRepositoryService'false],
  4096.             'App\\Repository\\SystemVariablesRepository' => ['privates''App\\Repository\\SystemVariablesRepository''getSystemVariablesRepositoryService'false],
  4097.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  4098.         ], [
  4099.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => '?',
  4100.             'App\\Repository\\AccountChargesRepository' => '?',
  4101.             'App\\Repository\\AccountEnrollmentRepository' => '?',
  4102.             'App\\Repository\\AccountTransactionRepository' => '?',
  4103.             'App\\Repository\\AnalyticsRepository' => '?',
  4104.             'App\\Repository\\ApprovalRequestsRepository' => '?',
  4105.             'App\\Repository\\BannedEmailRepository' => '?',
  4106.             'App\\Repository\\BannedPhoneRepository' => '?',
  4107.             'App\\Repository\\BulkQueueItemRepository' => '?',
  4108.             'App\\Repository\\CityRepository' => '?',
  4109.             'App\\Repository\\CommentBanRepository' => '?',
  4110.             'App\\Repository\\CountyRepository' => '?',
  4111.             'App\\Repository\\DistrictRepository' => '?',
  4112.             'App\\Repository\\FavouriteProfileRepository' => '?',
  4113.             'App\\Repository\\FileProcessingTaskRepository' => '?',
  4114.             'App\\Repository\\IpAddressCommentBanRepository' => '?',
  4115.             'App\\Repository\\IpAddressRepository' => '?',
  4116.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => '?',
  4117.             'App\\Repository\\ModerationRequestsRepository' => '?',
  4118.             'App\\Repository\\PageMetadataRepository' => '?',
  4119.             'App\\Repository\\PaidPlacementPriceRepository' => '?',
  4120.             'App\\Repository\\PaidPlacementsOrderRepository' => '?',
  4121.             'App\\Repository\\PaymentBonusRepository' => '?',
  4122.             'App\\Repository\\PaymentProductRepository' => '?',
  4123.             'App\\Repository\\PhoneReviewsAddedRepository' => '?',
  4124.             'App\\Repository\\PlacementHidingRepository' => '?',
  4125.             'App\\Repository\\ProfileAdBoardPlacementRepository' => '?',
  4126.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => '?',
  4127.             'App\\Repository\\ProfileCommentByCustomerRepository' => '?',
  4128.             'App\\Repository\\ProfileCommentRepository' => '?',
  4129.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => '?',
  4130.             'App\\Repository\\ProfileCtrRepository' => '?',
  4131.             'App\\Repository\\ProfileKVRepository' => '?',
  4132.             'App\\Repository\\ProfileMediaFileRepository' => '?',
  4133.             'App\\Repository\\ProfilePlanPlacementRepository' => '?',
  4134.             'App\\Repository\\ProfileRepository' => '?',
  4135.             'App\\Repository\\ProfileSidebarPlacementRepository' => '?',
  4136.             'App\\Repository\\ProfileTopPlacementRepository' => '?',
  4137.             'App\\Repository\\SaloonAdBoardPlacementRepository' => '?',
  4138.             'App\\Repository\\SaloonCommentByCustomerRepository' => '?',
  4139.             'App\\Repository\\SaloonCommentRepository' => '?',
  4140.             'App\\Repository\\SaloonMediaFileRepository' => '?',
  4141.             'App\\Repository\\SaloonPlacementChargeRepository' => '?',
  4142.             'App\\Repository\\SaloonRepository' => '?',
  4143.             'App\\Repository\\SaloonSidebarPlacementRepository' => '?',
  4144.             'App\\Repository\\ServiceRepository' => '?',
  4145.             'App\\Repository\\SidebarPlacementRepository' => '?',
  4146.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => '?',
  4147.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => '?',
  4148.             'App\\Repository\\StationRepository' => '?',
  4149.             'App\\Repository\\StatusPricesRepository' => '?',
  4150.             'App\\Repository\\StatusRepository' => '?',
  4151.             'App\\Repository\\Subway\\LineRepository' => '?',
  4152.             'App\\Repository\\SupportMessageAttachmentRepository' => '?',
  4153.             'App\\Repository\\SupportMessagesRepository' => '?',
  4154.             'App\\Repository\\SystemVariablesRepository' => '?',
  4155.             'App\\Repository\\UserRepository' => '?',
  4156.         ]));
  4157.     }
  4158.     /**
  4159.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  4160.      *
  4161.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  4162.      */
  4163.     protected function getEightPointsGuzzle_DataCollectorService()
  4164.     {
  4165.         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))), => ($this->privates['eight_points_guzzle.api_actual_domain_logger'] ?? ($this->privates['eight_points_guzzle.api_actual_domain_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 0.0);
  4166.     }
  4167.     /**
  4168.      * Gets the private 'esi_listener' shared service.
  4169.      *
  4170.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  4171.      */
  4172.     protected function getEsiListenerService()
  4173.     {
  4174.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  4175.     }
  4176.     /**
  4177.      * Gets the private 'exception_listener' shared service.
  4178.      *
  4179.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4180.      */
  4181.     protected function getExceptionListenerService()
  4182.     {
  4183.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4184.     }
  4185.     /**
  4186.      * Gets the private 'flagception.activator.chain_activator' shared service.
  4187.      *
  4188.      * @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
  4189.      */
  4190.     protected function getFlagception_Activator_ChainActivatorService()
  4191.     {
  4192.         $this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
  4193.         $a = new \Flagception\Factory\ExpressionLanguageFactory();
  4194.         $a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
  4195.         $a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
  4196.         $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]));
  4197.         $instance->add(new \Flagception\Activator\EnvironmentActivator([]));
  4198.         $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']));
  4199.         return $instance;
  4200.     }
  4201.     /**
  4202.      * Gets the private 'form.registry' shared service.
  4203.      *
  4204.      * @return \Symfony\Component\Form\FormRegistry
  4205.      */
  4206.     protected function getForm_RegistryService()
  4207.     {
  4208.         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, [
  4209.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'true],
  4210.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'true],
  4211.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'true],
  4212.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'true],
  4213.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'true],
  4214.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'true],
  4215.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'true],
  4216.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'true],
  4217.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'true],
  4218.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'true],
  4219.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'true],
  4220.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'true],
  4221.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'true],
  4222.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'true],
  4223.         ], [
  4224.             'easyadmin.filter.type.array' => '?',
  4225.             'easyadmin.filter.type.boolean' => '?',
  4226.             'easyadmin.filter.type.choice' => '?',
  4227.             'easyadmin.filter.type.comparison' => '?',
  4228.             'easyadmin.filter.type.date' => '?',
  4229.             'easyadmin.filter.type.dateinterval' => '?',
  4230.             'easyadmin.filter.type.datetime' => '?',
  4231.             'easyadmin.filter.type.decimal' => '?',
  4232.             'easyadmin.filter.type.entity' => '?',
  4233.             'easyadmin.filter.type.float' => '?',
  4234.             'easyadmin.filter.type.integer' => '?',
  4235.             'easyadmin.filter.type.text' => '?',
  4236.             'easyadmin.filter.type.textarea' => '?',
  4237.             'easyadmin.filter.type.time' => '?',
  4238.         ]), [], new RewindableGenerator(function () {
  4239.             return new \EmptyIterator();
  4240.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4241.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType''getEasyAdminEmbeddedListTypeService'true],
  4242.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType''getAdminRolesTypeService'true],
  4243.             'App\\Form\\AccountTopPlacementForm' => ['privates''App\\Form\\AccountTopPlacementForm''getAccountTopPlacementFormService'true],
  4244.             'App\\Form\\BulkActionForm' => ['privates''App\\Form\\BulkActionForm''getBulkActionFormService'true],
  4245.             'App\\Form\\ChangeAccountInformationForm' => ['privates''App\\Form\\ChangeAccountInformationForm''getChangeAccountInformationFormService'true],
  4246.             'App\\Form\\ChangeAccountPasswordForm' => ['privates''App\\Form\\ChangeAccountPasswordForm''getChangeAccountPasswordFormService'true],
  4247.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => ['privates''App\\Form\\ChangeCustomerAdditionalInfoForm''getChangeCustomerAdditionalInfoFormService'true],
  4248.             'App\\Form\\CommentForm' => ['privates''App\\Form\\CommentForm''getCommentFormService'true],
  4249.             'App\\Form\\CreateOrEditProfileForm' => ['privates''App\\Form\\CreateOrEditProfileForm''getCreateOrEditProfileFormService'true],
  4250.             'App\\Form\\CreateOrEditSaloonForm' => ['privates''App\\Form\\CreateOrEditSaloonForm''getCreateOrEditSaloonFormService'true],
  4251.             'App\\Form\\CustomerProfilePreferenceForm' => ['privates''App\\Form\\CustomerProfilePreferenceForm''getCustomerProfilePreferenceFormService'true],
  4252.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => ['privates''App\\Form\\EasyAdmin\\ApprovalRequestForm''getApprovalRequestFormService'true],
  4253.             'App\\Form\\EasyAdmin\\CityBatchFormType' => ['privates''App\\Form\\EasyAdmin\\CityBatchFormType''getCityBatchFormTypeService'true],
  4254.             'App\\Form\\EasyAdmin\\CityPricesForm' => ['privates''App\\Form\\EasyAdmin\\CityPricesForm''getCityPricesFormService'true],
  4255.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm''getManuallyEnrollArbitraryMoneyValueByStaffFormService'true],
  4256.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm''getManuallyRedeemPrepaidTokenByStaffFormService'true],
  4257.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => ['privates''App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm''getProfileAnalyticsFilterFormService'true],
  4258.             'App\\Form\\EasyAdmin\\ProfileForm' => ['privates''App\\Form\\EasyAdmin\\ProfileForm''getProfileFormService'true],
  4259.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => ['privates''App\\Form\\EasyAdmin\\ProfileModerationForm''getProfileModerationFormService'true],
  4260.             'App\\Form\\EasyAdmin\\SaloonForm' => ['privates''App\\Form\\EasyAdmin\\SaloonForm''getSaloonFormService'true],
  4261.             'App\\Form\\EasyAdmin\\SupportMessageForm' => ['privates''App\\Form\\EasyAdmin\\SupportMessageForm''getSupportMessageFormService'true],
  4262.             'App\\Form\\FilterAccountTransactionsForm' => ['privates''App\\Form\\FilterAccountTransactionsForm''getFilterAccountTransactionsFormService'true],
  4263.             'App\\Form\\FilterMapForm' => ['privates''App\\Form\\FilterMapForm''getFilterMapFormService'true],
  4264.             'App\\Form\\ForgottenUserType' => ['privates''App\\Form\\ForgottenUserType''getForgottenUserTypeService'true],
  4265.             'App\\Form\\MoneyPaymentForm' => ['privates''App\\Form\\MoneyPaymentForm''getMoneyPaymentFormService'true],
  4266.             'App\\Form\\PhoneReviewForm' => ['privates''App\\Form\\PhoneReviewForm''getPhoneReviewFormService'true],
  4267.             'App\\Form\\ProfileFilterForm' => ['privates''App\\Form\\ProfileFilterForm''getProfileFilterFormService'true],
  4268.             'App\\Form\\ReceivePasswordForm' => ['privates''App\\Form\\ReceivePasswordForm''getReceivePasswordFormService'true],
  4269.             'App\\Form\\RedeemPrepaidTokenForm' => ['privates''App\\Form\\RedeemPrepaidTokenForm''getRedeemPrepaidTokenFormService'true],
  4270.             'App\\Form\\RegisterAccountForm' => ['privates''App\\Form\\RegisterAccountForm''getRegisterAccountFormService'true],
  4271.             'App\\Form\\ReplySupportMessageForm' => ['privates''App\\Form\\ReplySupportMessageForm''getReplySupportMessageFormService'true],
  4272.             'App\\Form\\SearchByKeywordsForm' => ['privates''App\\Form\\SearchByKeywordsForm''getSearchByKeywordsFormService'true],
  4273.             'App\\Form\\SearchPhoneForm' => ['privates''App\\Form\\SearchPhoneForm''getSearchPhoneFormService'true],
  4274.             'App\\Form\\SearchProfileForm' => ['privates''App\\Form\\SearchProfileForm''getSearchProfileFormService'true],
  4275.             'App\\Form\\Type\\AdvertiserBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserBanChoiceType''getAdvertiserBanChoiceTypeService'true],
  4276.             'App\\Form\\Type\\AdvertiserBanType' => ['privates''App\\Form\\Type\\AdvertiserBanType''getAdvertiserBanTypeService'true],
  4277.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserUnBanChoiceType''getAdvertiserUnBanChoiceTypeService'true],
  4278.             'App\\Form\\Type\\ApartmentsPricingType' => ['privates''App\\Form\\Type\\ApartmentsPricingType''getApartmentsPricingTypeService'true],
  4279.             'App\\Form\\Type\\CarPricingType' => ['privates''App\\Form\\Type\\CarPricingType''getCarPricingTypeService'true],
  4280.             'App\\Form\\Type\\CityGroupType' => ['privates''App\\Form\\Type\\CityGroupType''getCityGroupTypeService'true],
  4281.             'App\\Form\\Type\\CityPriceCategoryType' => ['privates''App\\Form\\Type\\CityPriceCategoryType''getCityPriceCategoryTypeService'true],
  4282.             'App\\Form\\Type\\CityRegionType' => ['privates''App\\Form\\Type\\CityRegionType''getCityRegionTypeService'true],
  4283.             'App\\Form\\Type\\ClientRestrictionsType' => ['privates''App\\Form\\Type\\ClientRestrictionsType''getClientRestrictionsTypeService'true],
  4284.             'App\\Form\\Type\\CustomerBanChoiceType' => ['privates''App\\Form\\Type\\CustomerBanChoiceType''getCustomerBanChoiceTypeService'true],
  4285.             'App\\Form\\Type\\CustomerBanType' => ['privates''App\\Form\\Type\\CustomerBanType''getCustomerBanTypeService'true],
  4286.             'App\\Form\\Type\\CustomerUnBanChoiceType' => ['privates''App\\Form\\Type\\CustomerUnBanChoiceType''getCustomerUnBanChoiceTypeService'true],
  4287.             'App\\Form\\Type\\ExpressPricingType' => ['privates''App\\Form\\Type\\ExpressPricingType''getExpressPricingTypeService'true],
  4288.             'App\\Form\\Type\\MapCoordinateType' => ['privates''App\\Form\\Type\\MapCoordinateType''getMapCoordinateTypeService'true],
  4289.             'App\\Form\\Type\\MessengersType' => ['privates''App\\Form\\Type\\MessengersType''getMessengersTypeService'true],
  4290.             'App\\Form\\Type\\PersonParametersType' => ['privates''App\\Form\\Type\\PersonParametersType''getPersonParametersTypeService'true],
  4291.             'App\\Form\\Type\\PhoneCallRestrictionsType' => ['privates''App\\Form\\Type\\PhoneCallRestrictionsType''getPhoneCallRestrictionsTypeService'true],
  4292.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => ['privates''App\\Form\\Type\\ProfileCommentMarkChoiceType''getProfileCommentMarkChoiceTypeService'true],
  4293.             'App\\Form\\Type\\ProfileFiltersType' => ['privates''App\\Form\\Type\\ProfileFiltersType''getProfileFiltersTypeService'true],
  4294.             'App\\Form\\Type\\ProvideServicesCollectionType' => ['privates''App\\Form\\Type\\ProvideServicesCollectionType''getProvideServicesCollectionTypeService'true],
  4295.             'App\\Form\\Type\\ProvidedServiceType' => ['privates''App\\Form\\Type\\ProvidedServiceType''getProvidedServiceTypeService'true],
  4296.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => ['privates''App\\Form\\Type\\SaloonCommentMarkChoiceType''getSaloonCommentMarkChoiceTypeService'true],
  4297.             'App\\Form\\Type\\SearchRangeType' => ['privates''App\\Form\\Type\\SearchRangeType''getSearchRangeTypeService'true],
  4298.             'App\\Form\\Type\\ServiceGroupType' => ['privates''App\\Form\\Type\\ServiceGroupType''getServiceGroupTypeService'true],
  4299.             'App\\Form\\Type\\ServiceType' => ['privates''App\\Form\\Type\\ServiceType''getServiceTypeService'true],
  4300.             'App\\Form\\Type\\TakeOutPricingType' => ['privates''App\\Form\\Type\\TakeOutPricingType''getTakeOutPricingTypeService'true],
  4301.             'App\\Form\\Type\\TimezoneType' => ['privates''App\\Form\\Type\\TimezoneType''getTimezoneTypeService'true],
  4302.             'App\\Form\\Type\\TranslatableValueType' => ['privates''App\\Form\\Type\\TranslatableValueType''getTranslatableValueTypeService'true],
  4303.             'App\\Form\\Type\\WorkingHoursType' => ['privates''App\\Form\\Type\\WorkingHoursType''getWorkingHoursTypeService'true],
  4304.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => ['privates''App\\Form\\Type\\YesNoNoMatterChoiceType''getYesNoNoMatterChoiceTypeService'true],
  4305.             'App\\Form\\WriteSupportMessageForm' => ['privates''App\\Form\\WriteSupportMessageForm''getWriteSupportMessageFormService'true],
  4306.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  4307.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  4308.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'true],
  4309.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'true],
  4310.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'true],
  4311.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'true],
  4312.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'true],
  4313.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'true],
  4314.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'true],
  4315.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'true],
  4316.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates''Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  4317.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4318.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4319.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4320.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4321.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4322.         ], [
  4323.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => '?',
  4324.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => '?',
  4325.             'App\\Form\\AccountTopPlacementForm' => '?',
  4326.             'App\\Form\\BulkActionForm' => '?',
  4327.             'App\\Form\\ChangeAccountInformationForm' => '?',
  4328.             'App\\Form\\ChangeAccountPasswordForm' => '?',
  4329.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => '?',
  4330.             'App\\Form\\CommentForm' => '?',
  4331.             'App\\Form\\CreateOrEditProfileForm' => '?',
  4332.             'App\\Form\\CreateOrEditSaloonForm' => '?',
  4333.             'App\\Form\\CustomerProfilePreferenceForm' => '?',
  4334.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => '?',
  4335.             'App\\Form\\EasyAdmin\\CityBatchFormType' => '?',
  4336.             'App\\Form\\EasyAdmin\\CityPricesForm' => '?',
  4337.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => '?',
  4338.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => '?',
  4339.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => '?',
  4340.             'App\\Form\\EasyAdmin\\ProfileForm' => '?',
  4341.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => '?',
  4342.             'App\\Form\\EasyAdmin\\SaloonForm' => '?',
  4343.             'App\\Form\\EasyAdmin\\SupportMessageForm' => '?',
  4344.             'App\\Form\\FilterAccountTransactionsForm' => '?',
  4345.             'App\\Form\\FilterMapForm' => '?',
  4346.             'App\\Form\\ForgottenUserType' => '?',
  4347.             'App\\Form\\MoneyPaymentForm' => '?',
  4348.             'App\\Form\\PhoneReviewForm' => '?',
  4349.             'App\\Form\\ProfileFilterForm' => '?',
  4350.             'App\\Form\\ReceivePasswordForm' => '?',
  4351.             'App\\Form\\RedeemPrepaidTokenForm' => '?',
  4352.             'App\\Form\\RegisterAccountForm' => '?',
  4353.             'App\\Form\\ReplySupportMessageForm' => '?',
  4354.             'App\\Form\\SearchByKeywordsForm' => '?',
  4355.             'App\\Form\\SearchPhoneForm' => '?',
  4356.             'App\\Form\\SearchProfileForm' => '?',
  4357.             'App\\Form\\Type\\AdvertiserBanChoiceType' => '?',
  4358.             'App\\Form\\Type\\AdvertiserBanType' => '?',
  4359.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => '?',
  4360.             'App\\Form\\Type\\ApartmentsPricingType' => '?',
  4361.             'App\\Form\\Type\\CarPricingType' => '?',
  4362.             'App\\Form\\Type\\CityGroupType' => '?',
  4363.             'App\\Form\\Type\\CityPriceCategoryType' => '?',
  4364.             'App\\Form\\Type\\CityRegionType' => '?',
  4365.             'App\\Form\\Type\\ClientRestrictionsType' => '?',
  4366.             'App\\Form\\Type\\CustomerBanChoiceType' => '?',
  4367.             'App\\Form\\Type\\CustomerBanType' => '?',
  4368.             'App\\Form\\Type\\CustomerUnBanChoiceType' => '?',
  4369.             'App\\Form\\Type\\ExpressPricingType' => '?',
  4370.             'App\\Form\\Type\\MapCoordinateType' => '?',
  4371.             'App\\Form\\Type\\MessengersType' => '?',
  4372.             'App\\Form\\Type\\PersonParametersType' => '?',
  4373.             'App\\Form\\Type\\PhoneCallRestrictionsType' => '?',
  4374.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => '?',
  4375.             'App\\Form\\Type\\ProfileFiltersType' => '?',
  4376.             'App\\Form\\Type\\ProvideServicesCollectionType' => '?',
  4377.             'App\\Form\\Type\\ProvidedServiceType' => '?',
  4378.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => '?',
  4379.             'App\\Form\\Type\\SearchRangeType' => '?',
  4380.             'App\\Form\\Type\\ServiceGroupType' => '?',
  4381.             'App\\Form\\Type\\ServiceType' => '?',
  4382.             'App\\Form\\Type\\TakeOutPricingType' => '?',
  4383.             'App\\Form\\Type\\TimezoneType' => '?',
  4384.             'App\\Form\\Type\\TranslatableValueType' => '?',
  4385.             'App\\Form\\Type\\WorkingHoursType' => '?',
  4386.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => '?',
  4387.             'App\\Form\\WriteSupportMessageForm' => '?',
  4388.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  4389.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  4390.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  4391.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  4392.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  4393.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  4394.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  4395.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  4396.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  4397.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  4398.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
  4399.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4400.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4401.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4402.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4403.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4404.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4405.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4406.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4407.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4408.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4409.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4410.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4411.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService'));
  4412.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  4413.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4414.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4415.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4416.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4417.         }, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
  4418.             yield => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService'));
  4419.         }, 1)], new RewindableGenerator(function () {
  4420.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4421.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4422.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService'));
  4423.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4424.     }
  4425.     /**
  4426.      * Gets the private 'fos_elastica.logger' shared service.
  4427.      *
  4428.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  4429.      */
  4430.     protected function getFosElastica_LoggerService()
  4431.     {
  4432.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  4433.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4434.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4435.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4436.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4437.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  4438.     }
  4439.     /**
  4440.      * Gets the private 'fragment.listener' shared service.
  4441.      *
  4442.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4443.      */
  4444.     protected function getFragment_ListenerService()
  4445.     {
  4446.         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');
  4447.     }
  4448.     /**
  4449.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4450.      *
  4451.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4452.      */
  4453.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4454.     {
  4455.         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())));
  4456.     }
  4457.     /**
  4458.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4459.      *
  4460.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4461.      */
  4462.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4463.     {
  4464.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4465.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4466.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4467.         }
  4468.         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);
  4469.     }
  4470.     /**
  4471.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4472.      *
  4473.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4474.      */
  4475.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4476.     {
  4477.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 9'defaultPageLimit' => NULL]);
  4478.     }
  4479.     /**
  4480.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  4481.      *
  4482.      * @return \libphonenumber\PhoneNumberUtil
  4483.      */
  4484.     protected function getPhoneNumberUtilService()
  4485.     {
  4486.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  4487.     }
  4488.     /**
  4489.      * Gets the private 'locale_aware_listener' shared service.
  4490.      *
  4491.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4492.      */
  4493.     protected function getLocaleAwareListenerService()
  4494.     {
  4495.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4496.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  4497.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4498.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4499.     }
  4500.     /**
  4501.      * Gets the private 'locale_listener' shared service.
  4502.      *
  4503.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4504.      */
  4505.     protected function getLocaleListenerService()
  4506.     {
  4507.         $a = ($this->services['router'] ?? $this->getRouterService());
  4508.         if (isset($this->privates['locale_listener'])) {
  4509.             return $this->privates['locale_listener'];
  4510.         }
  4511.         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, []);
  4512.     }
  4513.     /**
  4514.      * Gets the private 'monolog.handler.chromephp' shared service.
  4515.      *
  4516.      * @return \Symfony\Bridge\Monolog\Handler\ChromePhpHandler
  4517.      */
  4518.     protected function getMonolog_Handler_ChromephpService()
  4519.     {
  4520.         $this->privates['monolog.handler.chromephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\ChromePhpHandler('debug'true);
  4521.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4522.         return $instance;
  4523.     }
  4524.     /**
  4525.      * Gets the private 'monolog.handler.firephp' shared service.
  4526.      *
  4527.      * @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
  4528.      */
  4529.     protected function getMonolog_Handler_FirephpService()
  4530.     {
  4531.         $this->privates['monolog.handler.firephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler('debug'true);
  4532.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4533.         return $instance;
  4534.     }
  4535.     /**
  4536.      * Gets the private 'monolog.logger' shared service.
  4537.      *
  4538.      * @return \Symfony\Bridge\Monolog\Logger
  4539.      */
  4540.     protected function getMonolog_LoggerService()
  4541.     {
  4542.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4543.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4544.         $instance->useMicrosecondTimestamps(true);
  4545.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4546.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4547.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4548.         return $instance;
  4549.     }
  4550.     /**
  4551.      * Gets the private 'monolog.logger.cache' shared service.
  4552.      *
  4553.      * @return \Symfony\Bridge\Monolog\Logger
  4554.      */
  4555.     protected function getMonolog_Logger_CacheService()
  4556.     {
  4557.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4558.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4559.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4560.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4561.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4562.         return $instance;
  4563.     }
  4564.     /**
  4565.      * Gets the private 'monolog.logger.doctrine' shared service.
  4566.      *
  4567.      * @return \Symfony\Bridge\Monolog\Logger
  4568.      */
  4569.     protected function getMonolog_Logger_DoctrineService()
  4570.     {
  4571.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4572.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4573.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4574.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4575.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4576.         return $instance;
  4577.     }
  4578.     /**
  4579.      * Gets the private 'monolog.logger.request' shared service.
  4580.      *
  4581.      * @return \Symfony\Bridge\Monolog\Logger
  4582.      */
  4583.     protected function getMonolog_Logger_RequestService()
  4584.     {
  4585.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4586.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4587.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4588.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4589.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4590.         return $instance;
  4591.     }
  4592.     /**
  4593.      * Gets the private 'monolog.logger.security' shared service.
  4594.      *
  4595.      * @return \Symfony\Bridge\Monolog\Logger
  4596.      */
  4597.     protected function getMonolog_Logger_SecurityService()
  4598.     {
  4599.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  4600.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4601.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4602.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4603.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4604.         return $instance;
  4605.     }
  4606.     /**
  4607.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4608.      *
  4609.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4610.      */
  4611.     protected function getNelmioCors_CorsListenerService()
  4612.     {
  4613.         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'))]));
  4614.     }
  4615.     /**
  4616.      * Gets the private 'parameter_bag' shared service.
  4617.      *
  4618.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4619.      */
  4620.     protected function getParameterBagService()
  4621.     {
  4622.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4623.     }
  4624.     /**
  4625.      * Gets the private 'profile_widget.cache.traceable' shared service.
  4626.      *
  4627.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4628.      */
  4629.     protected function getProfileWidget_Cache_TraceableService()
  4630.     {
  4631.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4632.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4633.         $a->setLogger($b);
  4634.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('SSzjv6v-VM'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4635.         $c->setLogger($b);
  4636.         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)));
  4637.     }
  4638.     /**
  4639.      * Gets the private 'profiler_listener' shared service.
  4640.      *
  4641.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4642.      */
  4643.     protected function getProfilerListenerService()
  4644.     {
  4645.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4646.         if (isset($this->privates['profiler_listener'])) {
  4647.             return $this->privates['profiler_listener'];
  4648.         }
  4649.         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);
  4650.     }
  4651.     /**
  4652.      * Gets the private 'profiles_filter.cache.traceable' shared service.
  4653.      *
  4654.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4655.      */
  4656.     protected function getProfilesFilter_Cache_TraceableService()
  4657.     {
  4658.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4659.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4660.         $a->setLogger($b);
  4661.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('BJCEwgJVit'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4662.         $c->setLogger($b);
  4663.         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)));
  4664.     }
  4665.     /**
  4666.      * Gets the private 'project_data.cache.traceable' shared service.
  4667.      *
  4668.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4669.      */
  4670.     protected function getProjectData_Cache_TraceableService()
  4671.     {
  4672.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4673.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4674.         $a->setLogger($b);
  4675.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('yTvhPcSgj4'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4676.         $c->setLogger($b);
  4677.         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)));
  4678.     }
  4679.     /**
  4680.      * Gets the private 'property_info' shared service.
  4681.      *
  4682.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4683.      */
  4684.     protected function getPropertyInfoService()
  4685.     {
  4686.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4687.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4688.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4689.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4690.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4691.         }, 4), new RewindableGenerator(function () {
  4692.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4693.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4694.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4695.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4696.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4697.         }, 5), new RewindableGenerator(function () {
  4698.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4699.         }, 1), new RewindableGenerator(function () {
  4700.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4701.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4702.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4703.         }, 3), new RewindableGenerator(function () {
  4704.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4705.         }, 1));
  4706.     }
  4707.     /**
  4708.      * Gets the private 'router.expression_language_provider' shared service.
  4709.      *
  4710.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4711.      */
  4712.     protected function getRouter_ExpressionLanguageProviderService()
  4713.     {
  4714.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4715.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4716.         ], [
  4717.             'env' => 'Closure',
  4718.         ]));
  4719.     }
  4720.     /**
  4721.      * Gets the private 'router.request_context' shared service.
  4722.      *
  4723.      * @return \Symfony\Component\Routing\RequestContext
  4724.      */
  4725.     protected function getRouter_RequestContextService()
  4726.     {
  4727.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4728.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4729.         return $instance;
  4730.     }
  4731.     /**
  4732.      * Gets the private 'router_listener' shared service.
  4733.      *
  4734.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4735.      */
  4736.     protected function getRouterListenerService()
  4737.     {
  4738.         $a = ($this->services['router'] ?? $this->getRouterService());
  4739.         if (isset($this->privates['router_listener'])) {
  4740.             return $this->privates['router_listener'];
  4741.         }
  4742.         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);
  4743.     }
  4744.     /**
  4745.      * Gets the private 'security.context_listener.0' shared service.
  4746.      *
  4747.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4748.      */
  4749.     protected function getSecurity_ContextListener_0Service()
  4750.     {
  4751.         $a = ($this->privates['security.event_dispatcher.management'] ?? $this->getSecurity_EventDispatcher_ManagementService());
  4752.         if (isset($this->privates['security.context_listener.0'])) {
  4753.             return $this->privates['security.context_listener.0'];
  4754.         }
  4755.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  4756.             yield => ($this->services['identity.team_mate_provider'] ?? $this->load('getIdentity_TeamMateProviderService'));
  4757.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  4758.         }, 2), 'management', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  4759.     }
  4760.     /**
  4761.      * Gets the private 'security.context_listener.1' shared service.
  4762.      *
  4763.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4764.      */
  4765.     protected function getSecurity_ContextListener_1Service()
  4766.     {
  4767.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  4768.         if (isset($this->privates['security.context_listener.1'])) {
  4769.             return $this->privates['security.context_listener.1'];
  4770.         }
  4771.         return $this->privates['security.context_listener.1'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  4772.             yield => ($this->services['identity.team_mate_provider'] ?? $this->load('getIdentity_TeamMateProviderService'));
  4773.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  4774.         }, 2), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  4775.     }
  4776.     /**
  4777.      * Gets the private 'security.event_dispatcher.main' shared service.
  4778.      *
  4779.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4780.      */
  4781.     protected function getSecurity_EventDispatcher_MainService()
  4782.     {
  4783.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4784.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4785.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  4786.         }, => 'checkPassport'], 2048);
  4787.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4788.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  4789.         }, => 'onSuccessfulLogin'], 0);
  4790.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4791.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  4792.         }, => 'onLogout'], 64);
  4793.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4794.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4795.         }, => 'onLogout'], 0);
  4796.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4797.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  4798.         }, => 'preCheckCredentials'], 256);
  4799.         $instance->addListener('security.authentication.success', [=> function () {
  4800.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  4801.         }, => 'postCheckCredentials'], 256);
  4802.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4803.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4804.         }, => 'checkPassport'], 1024);
  4805.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4806.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  4807.         }, => 'handleLoginSuccessEvent'], 0);
  4808.         $instance->addListener('security.interactive_login', [=> function () {
  4809.             return ($this->privates['App\\EventSubscriber\\StaffLoginSubscriber'] ?? $this->load('getStaffLoginSubscriberService'));
  4810.         }, => 'onLogin'], 0);
  4811.         $instance->addListener('security.interactive_login', [=> function () {
  4812.             return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  4813.         }, => 'onLogin'], 0);
  4814.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4815.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4816.         }, => 'checkPassport'], 0);
  4817.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4818.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4819.         }, => 'onLoginSuccess'], 0);
  4820.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4821.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4822.         }, => 'checkPassport'], 512);
  4823.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4824.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4825.         }, => 'onLogout'], 0);
  4826.         return $instance;
  4827.     }
  4828.     /**
  4829.      * Gets the private 'security.event_dispatcher.management' shared service.
  4830.      *
  4831.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4832.      */
  4833.     protected function getSecurity_EventDispatcher_ManagementService()
  4834.     {
  4835.         $this->privates['security.event_dispatcher.management'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4836.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4837.             return ($this->privates['security.listener.management.user_provider'] ?? $this->load('getSecurity_Listener_Management_UserProviderService'));
  4838.         }, => 'checkPassport'], 2048);
  4839.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4840.             return ($this->privates['security.listener.session.management'] ?? $this->load('getSecurity_Listener_Session_ManagementService'));
  4841.         }, => 'onSuccessfulLogin'], 0);
  4842.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4843.             return ($this->privates['security.logout.listener.default.management'] ?? $this->load('getSecurity_Logout_Listener_Default_ManagementService'));
  4844.         }, => 'onLogout'], 64);
  4845.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4846.             return ($this->privates['security.logout.listener.session.management'] ?? ($this->privates['security.logout.listener.session.management'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4847.         }, => 'onLogout'], 0);
  4848.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4849.             return ($this->privates['security.listener.check_remember_me_conditions.management'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_ManagementService'));
  4850.         }, => 'onSuccessfulLogin'], -32);
  4851.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4852.             return ($this->privates['security.listener.remember_me.management'] ?? $this->load('getSecurity_Listener_RememberMe_ManagementService'));
  4853.         }, => 'onSuccessfulLogin'], -64);
  4854.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4855.             return ($this->privates['security.listener.remember_me.management'] ?? $this->load('getSecurity_Listener_RememberMe_ManagementService'));
  4856.         }, => 'clearCookie'], 0);
  4857.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4858.             return ($this->privates['security.listener.remember_me.management'] ?? $this->load('getSecurity_Listener_RememberMe_ManagementService'));
  4859.         }, => 'clearCookie'], 0);
  4860.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  4861.             return ($this->privates['security.listener.remember_me.management'] ?? $this->load('getSecurity_Listener_RememberMe_ManagementService'));
  4862.         }, => 'clearCookie'], 0);
  4863.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4864.             return ($this->privates['security.listener.user_checker.management'] ?? $this->load('getSecurity_Listener_UserChecker_ManagementService'));
  4865.         }, => 'preCheckCredentials'], 256);
  4866.         $instance->addListener('security.authentication.success', [=> function () {
  4867.             return ($this->privates['security.listener.user_checker.management'] ?? $this->load('getSecurity_Listener_UserChecker_ManagementService'));
  4868.         }, => 'postCheckCredentials'], 256);
  4869.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4870.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4871.         }, => 'checkPassport'], 1024);
  4872.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4873.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  4874.         }, => 'handleLoginSuccessEvent'], 0);
  4875.         $instance->addListener('security.interactive_login', [=> function () {
  4876.             return ($this->privates['App\\EventSubscriber\\StaffLoginSubscriber'] ?? $this->load('getStaffLoginSubscriberService'));
  4877.         }, => 'onLogin'], 0);
  4878.         $instance->addListener('security.interactive_login', [=> function () {
  4879.             return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  4880.         }, => 'onLogin'], 0);
  4881.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4882.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4883.         }, => 'checkPassport'], 0);
  4884.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4885.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4886.         }, => 'onLoginSuccess'], 0);
  4887.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4888.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4889.         }, => 'checkPassport'], 512);
  4890.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4891.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4892.         }, => 'onLogout'], 0);
  4893.         return $instance;
  4894.     }
  4895.     /**
  4896.      * Gets the private 'security.firewall.map' shared service.
  4897.      *
  4898.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4899.      */
  4900.     protected function getSecurity_Firewall_MapService()
  4901.     {
  4902.         $a = ($this->privates['.service_locator.Tip.8_I'] ?? $this->get_ServiceLocator_Tip_8IService());
  4903.         if (isset($this->privates['security.firewall.map'])) {
  4904.             return $this->privates['security.firewall.map'];
  4905.         }
  4906.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4907.             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)/')));
  4908.             yield 'security.firewall.map.context.management' => ($this->privates['.security.request_matcher.X9RkQ7w'] ?? ($this->privates['.security.request_matcher.X9RkQ7w'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/(management|identity)')));
  4909.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4910.         }, 3));
  4911.     }
  4912.     /**
  4913.      * Gets the private 'security.helper' shared service.
  4914.      *
  4915.      * @return \Symfony\Component\Security\Core\Security
  4916.      */
  4917.     protected function getSecurity_HelperService()
  4918.     {
  4919.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4920.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4921.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4922.         ], [
  4923.             'security.authorization_checker' => '?',
  4924.             'security.token_storage' => '?',
  4925.         ]));
  4926.     }
  4927.     /**
  4928.      * Gets the private 'security.logout_url_generator' shared service.
  4929.      *
  4930.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4931.      */
  4932.     protected function getSecurity_LogoutUrlGeneratorService()
  4933.     {
  4934.         $a = ($this->services['router'] ?? $this->getRouterService());
  4935.         if (isset($this->privates['security.logout_url_generator'])) {
  4936.             return $this->privates['security.logout_url_generator'];
  4937.         }
  4938.         $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()));
  4939.         $instance->registerListener('management''/management/logout''logout''_csrf_token'NULLNULL);
  4940.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  4941.         return $instance;
  4942.     }
  4943.     /**
  4944.      * Gets the private 'security.role_hierarchy' shared service.
  4945.      *
  4946.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4947.      */
  4948.     protected function getSecurity_RoleHierarchyService()
  4949.     {
  4950.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4951.     }
  4952.     /**
  4953.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4954.      *
  4955.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4956.      */
  4957.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4958.     {
  4959.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4960.     }
  4961.     /**
  4962.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4963.      *
  4964.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4965.      */
  4966.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4967.     {
  4968.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4969.         $b = new \App\ParamConverter\CityParamConverter(($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
  4970.         $a->add($b0'city_converter');
  4971.         $a->add($b0NULL);
  4972.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4973.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4974.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4975.     }
  4976.     /**
  4977.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4978.      *
  4979.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4980.      */
  4981.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4982.     {
  4983.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4984.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4985.             return $this->privates['sensio_framework_extra.security.listener'];
  4986.         }
  4987.         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()));
  4988.     }
  4989.     /**
  4990.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4991.      *
  4992.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4993.      */
  4994.     protected function getSensioFrameworkExtra_View_ListenerService()
  4995.     {
  4996.         $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))));
  4997.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4998.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4999.         ], [
  5000.             'twig' => '?',
  5001.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  5002.         return $instance;
  5003.     }
  5004.     /**
  5005.      * Gets the private 'session_listener' shared service.
  5006.      *
  5007.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  5008.      */
  5009.     protected function getSessionListenerService()
  5010.     {
  5011.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5012.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  5013.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  5014.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5015.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  5016.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  5017.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  5018.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  5019.         ], [
  5020.             'initialized_session' => '?',
  5021.             'logger' => '?',
  5022.             'request_stack' => '?',
  5023.             'session' => '?',
  5024.             'session_collector' => '?',
  5025.             'session_factory' => '?',
  5026.             'session_storage' => '?',
  5027.         ]), true$this->parameters['session.storage.options']);
  5028.     }
  5029.     /**
  5030.      * Gets the private 'sidebar_new_check_cool_down.cache.traceable' shared service.
  5031.      *
  5032.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5033.      */
  5034.     protected function getSidebarNewCheckCoolDown_Cache_TraceableService()
  5035.     {
  5036.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  5037.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  5038.         $a->setLogger($b);
  5039.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('a5GTspJ5NO'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5040.         $c->setLogger($b);
  5041.         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)));
  5042.     }
  5043.     /**
  5044.      * Gets the private 'station_added_profiles.cache.traceable' shared service.
  5045.      *
  5046.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5047.      */
  5048.     protected function getStationAddedProfiles_Cache_TraceableService()
  5049.     {
  5050.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  5051.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  5052.         $a->setLogger($b);
  5053.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('qDVdvYh5jR'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5054.         $c->setLogger($b);
  5055.         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)));
  5056.     }
  5057.     /**
  5058.      * Gets the private 'stations_lines.cache.traceable' shared service.
  5059.      *
  5060.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5061.      */
  5062.     protected function getStationsLines_Cache_TraceableService()
  5063.     {
  5064.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  5065.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  5066.         $a->setLogger($b);
  5067.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('vSDkRzdHpj'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5068.         $c->setLogger($b);
  5069.         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)));
  5070.     }
  5071.     /**
  5072.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  5073.      *
  5074.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  5075.      */
  5076.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  5077.     {
  5078.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5079.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  5080.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  5081.         }
  5082.         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);
  5083.     }
  5084.     /**
  5085.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  5086.      *
  5087.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  5088.      */
  5089.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  5090.     {
  5091.         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()));
  5092.     }
  5093.     /**
  5094.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  5095.      *
  5096.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  5097.      */
  5098.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  5099.     {
  5100.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5101.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  5102.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  5103.         }
  5104.         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);
  5105.     }
  5106.     /**
  5107.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  5108.      *
  5109.      * @return \Gedmo\Blameable\BlameableListener
  5110.      */
  5111.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  5112.     {
  5113.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  5114.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  5115.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5116.         return $instance;
  5117.     }
  5118.     /**
  5119.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  5120.      *
  5121.      * @return \Gedmo\Loggable\LoggableListener
  5122.      */
  5123.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  5124.     {
  5125.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  5126.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  5127.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5128.         return $instance;
  5129.     }
  5130.     /**
  5131.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  5132.      *
  5133.      * @return \Gedmo\Translatable\TranslatableListener
  5134.      */
  5135.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  5136.     {
  5137.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  5138.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  5139.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5140.         $instance->setDefaultLocale('ru');
  5141.         $instance->setTranslatableLocale('ru');
  5142.         $instance->setTranslationFallback(true);
  5143.         $instance->setPersistDefaultLocaleTranslation(false);
  5144.         $instance->setSkipOnLoad(false);
  5145.         return $instance;
  5146.     }
  5147.     /**
  5148.      * Gets the private 'translator.data_collector' shared service.
  5149.      *
  5150.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5151.      */
  5152.     protected function getTranslator_DataCollectorService()
  5153.     {
  5154.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5155.     }
  5156.     /**
  5157.      * Gets the private 'translator.default' shared service.
  5158.      *
  5159.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5160.      */
  5161.     protected function getTranslator_DefaultService()
  5162.     {
  5163.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5164.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5165.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5166.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5167.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5168.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5169.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5170.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5171.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5172.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5173.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5174.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5175.         ], [
  5176.             'translation.loader.csv' => '?',
  5177.             'translation.loader.dat' => '?',
  5178.             'translation.loader.ini' => '?',
  5179.             'translation.loader.json' => '?',
  5180.             'translation.loader.mo' => '?',
  5181.             'translation.loader.php' => '?',
  5182.             'translation.loader.po' => '?',
  5183.             'translation.loader.qt' => '?',
  5184.             'translation.loader.res' => '?',
  5185.             'translation.loader.xliff' => '?',
  5186.             'translation.loader.yml' => '?',
  5187.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ru', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 10 => (\dirname(__DIR__4).'/translations/account_left_menu.en.yaml'), 11 => (\dirname(__DIR__4).'/translations/breadcrumbs.en.yaml'), 12 => (\dirname(__DIR__4).'/translations/left_menu.en.yaml'), 13 => (\dirname(__DIR__4).'/translations/messages.en.yaml'), 14 => (\dirname(__DIR__4).'/translations/service_groups.en.yaml')], 'es' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.es.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.es.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.es.xliff')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.eu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.eu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.eu.xliff')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fa.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fa.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fa.xliff')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fi.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fi.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fi.xliff')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.fr.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.fr.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.fr.xliff')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.gl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hr.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hr.xliff')], 'hu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.hu.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.hu.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.hu.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.hu.xliff')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.id.xliff')], 'it' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.it.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.it.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.it.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.it.xliff')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ja.xliff')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.lt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.lt.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.lt.xliff')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], 'mn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mn.xlf')], 'my' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.my.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.my.xlf')], 'nb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nb.xlf')], 'nl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.nl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.nl.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.nl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.nl.xliff')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.no.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.no.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.no.xliff')], 'pl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pl.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pl.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pl.xliff')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt.xlf')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.pt_BR.xliff')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ro.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ro.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ro.xliff')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ru.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.ru.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ru.xliff'), => (\dirname(__DIR__4).'/translations/account_left_menu.ru.yaml'), 10 => (\dirname(__DIR__4).'/translations/body_types.ru.yaml'), 11 => (\dirname(__DIR__4).'/translations/breadcrumbs.ru.yaml'), 12 => (\dirname(__DIR__4).'/translations/breast_types.ru.yaml'), 13 => (\dirname(__DIR__4).'/translations/city_main_pages_linkage.ru.yaml'), 14 => (\dirname(__DIR__4).'/translations/city_main_pages_linkage_by_countries.ru.yaml'), 15 => (\dirname(__DIR__4).'/translations/client_types.ru.yaml'), 16 => (\dirname(__DIR__4).'/translations/districts_linkage.ru.yaml'), 17 => (\dirname(__DIR__4).'/translations/easy_admin.ru.yaml'), 18 => (\dirname(__DIR__4).'/translations/genders.ru.yaml'), 19 => (\dirname(__DIR__4).'/translations/hair_colors.ru.yaml'), 20 => (\dirname(__DIR__4).'/translations/inner_linkage_circle.ru.yaml'), 21 => (\dirname(__DIR__4).'/translations/left_menu.ru.yaml'), 22 => (\dirname(__DIR__4).'/translations/messages.ru.yaml'), 23 => (\dirname(__DIR__4).'/translations/nationalities.ru.yaml'), 24 => (\dirname(__DIR__4).'/translations/phone_call_restrictions.ru.yaml'), 25 => (\dirname(__DIR__4).'/translations/private_haircuts.ru.yaml'), 26 => (\dirname(__DIR__4).'/translations/service_conditions.ru.yaml'), 27 => (\dirname(__DIR__4).'/translations/service_groups.ru.yaml'), 28 => (\dirname(__DIR__4).'/translations/station_pages_linkage.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'bs_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.dk.xlf')], 'en_AU' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_SG.xlf')], 'en_US' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es_419.xlf')], 'se' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.se.xlf')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony/translations'), 21 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/packages/translatable-bundle/translations'), 34 => (\dirname(__DIR__4).'/packages/porpaginas-bundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src/translations'), 38 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 39 => (\dirname(__DIR__4).'/vendor/drenso/symfony-oidc-bundle/src/translations'), 40 => (\dirname(__DIR__4).'/vendor/bigidea/identity-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'39 => 'vendor/drenso/symfony-oidc-bundle/src/translations'40 => 'vendor/bigidea/identity-bundle/translations']]], []);
  5188.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5189.         $instance->setFallbackLocales([=> 'ru']);
  5190.         return $instance;
  5191.     }
  5192.     /**
  5193.      * Gets the private 'twig.loader.native_filesystem' shared service.
  5194.      *
  5195.      * @return \Twig\Loader\FilesystemLoader
  5196.      */
  5197.     protected function getTwig_Loader_NativeFilesystemService()
  5198.     {
  5199.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  5200.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  5201.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle/'), 'EasyAdmin');
  5202.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views/'), 'EasyAdmin');
  5203.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  5204.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  5205.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5206.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5207.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  5208.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  5209.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5210.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5211.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  5212.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  5213.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  5214.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  5215.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
  5216.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
  5217.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  5218.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  5219.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  5220.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
  5221.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
  5222.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  5223.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  5224.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  5225.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  5226.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  5227.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  5228.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  5229.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  5230.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  5231.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  5232.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  5233.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  5234.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  5235.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  5236.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  5237.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  5238.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/IdentityBundle'), 'Identity');
  5239.         $instance->addPath((\dirname(__DIR__4).'/vendor/bigidea/identity-bundle/Resources/views'), 'Identity');
  5240.         $instance->addPath((\dirname(__DIR__4).'/vendor/bigidea/identity-bundle/Resources/views'), '!Identity');
  5241.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  5242.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5243.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5244.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5245.         return $instance;
  5246.     }
  5247.     /**
  5248.      * Gets the private 'user_predict.cache.traceable' shared service.
  5249.      *
  5250.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5251.      */
  5252.     protected function getUserPredict_Cache_TraceableService()
  5253.     {
  5254.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  5255.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  5256.         $a->setLogger($b);
  5257.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('8JhpbhTcuI'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5258.         $c->setLogger($b);
  5259.         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)));
  5260.     }
  5261.     /**
  5262.      * Gets the private 'validator.builder' shared service.
  5263.      *
  5264.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5265.      */
  5266.     protected function getValidator_BuilderService()
  5267.     {
  5268.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5269.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5270.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5271.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => ['privates''App\\Validator\\Constraints\\EmailNotBlackValidator''getEmailNotBlackValidatorService'true],
  5272.             'App\\Validator\\Constraints\\NoStopWordsValidator' => ['privates''App\\Validator\\Constraints\\NoStopWordsValidator''getNoStopWordsValidatorService'true],
  5273.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => ['privates''App\\Validator\\Constraints\\PhoneNotBlackValidator''getPhoneNotBlackValidatorService'true],
  5274.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => ['privates''App\\Validator\\Constraints\\PhoneReviewNotAddedValidator''getPhoneReviewNotAddedValidatorService'true],
  5275.             'App\\Validator\\Constraints\\TelegramUsernameNotValidValidator' => ['privates''App\\Validator\\Constraints\\TelegramUsernameNotValidValidator''getTelegramUsernameNotValidValidatorService'true],
  5276.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => ['privates''App\\Validator\\Constraints\\TextIsNotASpamValidator''getTextIsNotASpamValidatorService'true],
  5277.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => ['privates''App\\Validator\\Constraints\\ValidPhoneForCountryValidator''getValidPhoneForCountryValidatorService'true],
  5278.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5279.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5280.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  5281.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5282.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5283.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5284.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5285.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5286.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5287.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5288.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5289.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5290.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5291.         ], [
  5292.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => '?',
  5293.             'App\\Validator\\Constraints\\NoStopWordsValidator' => '?',
  5294.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => '?',
  5295.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => '?',
  5296.             'App\\Validator\\Constraints\\TelegramUsernameNotValidValidator' => '?',
  5297.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => '?',
  5298.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => '?',
  5299.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  5300.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  5301.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  5302.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5303.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5304.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5305.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5306.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5307.             'doctrine.orm.validator.unique' => '?',
  5308.             'ewz_recaptcha.true' => '?',
  5309.             'ewz_recaptcha.v3.true' => '?',
  5310.             'security.validator.user_password' => '?',
  5311.             'validator.expression' => '?',
  5312.         ])));
  5313.         if ($this->has('translator')) {
  5314.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5315.         }
  5316.         $instance->setTranslationDomain('validators');
  5317.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5318.         $instance->enableAnnotationMapping(true);
  5319.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5320.         $instance->addMethodMapping('loadValidatorMetadata');
  5321.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5322.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5323.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5324.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.multi_website_entity_manager'] ?? $this->getDoctrine_Orm_MultiWebsiteEntityManagerService()), NULL));
  5325.         return $instance;
  5326.     }
  5327.     /**
  5328.      * Gets the private 'var_dumper.html_dumper' shared service.
  5329.      *
  5330.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5331.      */
  5332.     protected function getVarDumper_HtmlDumperService()
  5333.     {
  5334.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5335.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5336.         return $instance;
  5337.     }
  5338.     /**
  5339.      * Gets the private 'web_profiler.csp.handler' shared service.
  5340.      *
  5341.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5342.      */
  5343.     protected function getWebProfiler_Csp_HandlerService()
  5344.     {
  5345.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5346.     }
  5347.     /**
  5348.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5349.      *
  5350.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5351.      */
  5352.     protected function getWebProfiler_DebugToolbarService()
  5353.     {
  5354.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5355.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5356.             return $this->privates['web_profiler.debug_toolbar'];
  5357.         }
  5358.         $b = ($this->services['router'] ?? $this->getRouterService());
  5359.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5360.             return $this->privates['web_profiler.debug_toolbar'];
  5361.         }
  5362.         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()));
  5363.     }
  5364.     /**
  5365.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5366.      *
  5367.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5368.      */
  5369.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5370.     {
  5371.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5372.             'basicConfig' => ['privates''webpack_encore.entrypoint_lookup[basicConfig]''getWebpackEncore_EntrypointLookupbasicConfigService'true],
  5373.             'nodomainConfig' => ['privates''webpack_encore.entrypoint_lookup[nodomainConfig]''getWebpackEncore_EntrypointLookupnodomainConfigService'true],
  5374.             'nohashConfig' => ['privates''webpack_encore.entrypoint_lookup[nohashConfig]''getWebpackEncore_EntrypointLookupnohashConfigService'true],
  5375.         ], [
  5376.             'basicConfig' => '?',
  5377.             'nodomainConfig' => '?',
  5378.             'nohashConfig' => '?',
  5379.         ]));
  5380.     }
  5381.     /**
  5382.      * Gets the public 'cache_clearer' alias.
  5383.      *
  5384.      * @return object The ".container.private.cache_clearer" service.
  5385.      */
  5386.     protected function getCacheClearerService()
  5387.     {
  5388.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5389.         return $this->get('.container.private.cache_clearer');
  5390.     }
  5391.     /**
  5392.      * Gets the public 'filesystem' alias.
  5393.      *
  5394.      * @return object The ".container.private.filesystem" service.
  5395.      */
  5396.     protected function getFilesystemService()
  5397.     {
  5398.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5399.         return $this->get('.container.private.filesystem');
  5400.     }
  5401.     /**
  5402.      * Gets the public 'serializer' alias.
  5403.      *
  5404.      * @return object The ".container.private.serializer" service.
  5405.      */
  5406.     protected function getSerializerService()
  5407.     {
  5408.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5409.         return $this->get('.container.private.serializer');
  5410.     }
  5411.     /**
  5412.      * Gets the public 'security.csrf.token_manager' alias.
  5413.      *
  5414.      * @return object The ".container.private.security.csrf.token_manager" service.
  5415.      */
  5416.     protected function getSecurity_Csrf_TokenManagerService()
  5417.     {
  5418.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5419.         return $this->get('.container.private.security.csrf.token_manager');
  5420.     }
  5421.     /**
  5422.      * Gets the public 'form.factory' alias.
  5423.      *
  5424.      * @return object The ".container.private.form.factory" service.
  5425.      */
  5426.     protected function getForm_FactoryService()
  5427.     {
  5428.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5429.         return $this->get('.container.private.form.factory');
  5430.     }
  5431.     /**
  5432.      * Gets the public 'form.type.file' alias.
  5433.      *
  5434.      * @return object The ".container.private.form.type.file" service.
  5435.      */
  5436.     protected function getForm_Type_FileService()
  5437.     {
  5438.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5439.         return $this->get('.container.private.form.type.file');
  5440.     }
  5441.     /**
  5442.      * Gets the public 'profiler' alias.
  5443.      *
  5444.      * @return object The ".container.private.profiler" service.
  5445.      */
  5446.     protected function getProfilerService()
  5447.     {
  5448.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5449.         return $this->get('.container.private.profiler');
  5450.     }
  5451.     /**
  5452.      * Gets the public 'security.authorization_checker' alias.
  5453.      *
  5454.      * @return object The ".container.private.security.authorization_checker" service.
  5455.      */
  5456.     protected function getSecurity_AuthorizationCheckerService()
  5457.     {
  5458.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5459.         return $this->get('.container.private.security.authorization_checker');
  5460.     }
  5461.     /**
  5462.      * Gets the public 'security.token_storage' alias.
  5463.      *
  5464.      * @return object The ".container.private.security.token_storage" service.
  5465.      */
  5466.     protected function getSecurity_TokenStorageService()
  5467.     {
  5468.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5469.         return $this->get('.container.private.security.token_storage');
  5470.     }
  5471.     /**
  5472.      * Gets the public 'twig' alias.
  5473.      *
  5474.      * @return object The ".container.private.twig" service.
  5475.      */
  5476.     protected function getTwigService()
  5477.     {
  5478.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5479.         return $this->get('.container.private.twig');
  5480.     }
  5481.     /**
  5482.      * Gets the public 'security.password_encoder' alias.
  5483.      *
  5484.      * @return object The ".container.private.security.password_encoder" service.
  5485.      */
  5486.     protected function getSecurity_PasswordEncoderService()
  5487.     {
  5488.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5489.         return $this->get('.container.private.security.password_encoder');
  5490.     }
  5491.     /**
  5492.      * Gets the public 'session' alias.
  5493.      *
  5494.      * @return object The ".container.private.session" service.
  5495.      */
  5496.     protected function getSessionService()
  5497.     {
  5498.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5499.         return $this->get('.container.private.session');
  5500.     }
  5501.     /**
  5502.      * Gets the public 'validator' alias.
  5503.      *
  5504.      * @return object The ".container.private.validator" service.
  5505.      */
  5506.     protected function getValidatorService()
  5507.     {
  5508.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5509.         return $this->get('.container.private.validator');
  5510.     }
  5511.     /**
  5512.      * @return array|bool|float|int|string|\UnitEnum|null
  5513.      */
  5514.     public function getParameter(string $name)
  5515.     {
  5516.         if (isset($this->buildParameters[$name])) {
  5517.             return $this->buildParameters[$name];
  5518.         }
  5519.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5520.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5521.         }
  5522.         if (isset($this->loadedDynamicParameters[$name])) {
  5523.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5524.         }
  5525.         return $this->parameters[$name];
  5526.     }
  5527.     public function hasParameter(string $name): bool
  5528.     {
  5529.         if (isset($this->buildParameters[$name])) {
  5530.             return true;
  5531.         }
  5532.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5533.     }
  5534.     public function setParameter(string $name$value): void
  5535.     {
  5536.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5537.     }
  5538.     public function getParameterBag(): ParameterBagInterface
  5539.     {
  5540.         if (null === $this->parameterBag) {
  5541.             $parameters $this->parameters;
  5542.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5543.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5544.             }
  5545.             foreach ($this->buildParameters as $name => $value) {
  5546.                 $parameters[$name] = $value;
  5547.             }
  5548.             $this->parameterBag = new FrozenParameterBag($parameters);
  5549.         }
  5550.         return $this->parameterBag;
  5551.     }
  5552.     private $loadedDynamicParameters = [
  5553.         'kernel.runtime_environment' => false,
  5554.         'kernel.build_dir' => false,
  5555.         'kernel.cache_dir' => false,
  5556.         'raw_trusted_proxies' => false,
  5557.         'env(APP_VERSION)' => false,
  5558.         'app.use_legacy_domain_redirector' => false,
  5559.         'app.redirect_paths' => false,
  5560.         'default_city' => false,
  5561.         'default_currency' => false,
  5562.         'default_timezone' => false,
  5563.         'default_timezone.city_name' => false,
  5564.         'management_timezone' => false,
  5565.         'app.main_domain' => false,
  5566.         'app.mirror_domain' => false,
  5567.         'app.approval_media_upload_domain' => false,
  5568.         'app.responsive_media_base_url' => false,
  5569.         'app.email' => false,
  5570.         'app.login.five.day' => false,
  5571.         'app.sitemap.https' => false,
  5572.         'app.sitemap.gzip' => false,
  5573.         'app.sitemap.directory' => false,
  5574.         'app.cache_prefix' => false,
  5575.         'app.cache_prefix.redis' => false,
  5576.         'app.redis_url' => false,
  5577.         'app.mautic.api_url' => false,
  5578.         'app.mautic.client_id' => false,
  5579.         'app.mautic.client_secret' => false,
  5580.         'app.mautic.callback_url' => false,
  5581.         'app.mautic.access_token' => false,
  5582.         'app.mautic.refresh_token' => false,
  5583.         'app.mautic.access_token_expires' => false,
  5584.         'app.mautic.timeout' => false,
  5585.         'app.mautic.transactional_email_cache_ttl' => false,
  5586.         'app.profile.avatar.min_width' => false,
  5587.         'app.profile.avatar.min_height' => false,
  5588.         'app.profile.image.max_side_size' => false,
  5589.         'app.support_message.attachment.thumbnail_size' => false,
  5590.         'app.profile.page.deleted_profile_http_200_starting_from' => false,
  5591.         'app.profile.page.deleted_saloon_http_200_starting_from' => false,
  5592.         'app.profile.station_page.added_profiles.spread' => false,
  5593.         'app.profile.bulk_action.max_entities_to_process_immediately' => false,
  5594.         'app.profile_approval_bonus_amount' => false,
  5595.         'app.path.video.tmp' => false,
  5596.         'app.path.video_watermark' => false,
  5597.         'app.api.vouchers.whitelist' => false,
  5598.         'oplata_info.merchant_id' => false,
  5599.         'oplata_info.merchant_password' => false,
  5600.         'stations_update.domain' => false,
  5601.         'profile_list.per_page' => false,
  5602.         'saloon_list.per_page' => false,
  5603.         'homepage.city.masseurs_block.count' => false,
  5604.         'homepage.city.saloons_block.count' => false,
  5605.         'customer.preferred_profiles.per_page' => false,
  5606.         'customer.favourite_profiles.per_page' => false,
  5607.         'customer.profile_comments.per_page' => false,
  5608.         'customer.saloon_comments.per_page' => false,
  5609.         'advertiser.profiles.per_page' => false,
  5610.         'advertiser.saloons.per_page' => false,
  5611.         'advertiser.commented_profiles.per_page' => false,
  5612.         'advertiser.commented_saloons.per_page' => false,
  5613.         'advertiser.profile_comments.per_page' => false,
  5614.         'advertiser.saloon_comments.per_page' => false,
  5615.         'advertiser.support_messages.per_page' => false,
  5616.         'advertiser.phone_reviews.per_page' => false,
  5617.         'account.setting.advertiser_profile_list_per_page.variants' => false,
  5618.         'account.setting.advertiser_saloon_list_per_page.variants' => false,
  5619.         'search.form_cookie_time' => false,
  5620.         'recommendations_viewed_profiles_data_stored_count' => false,
  5621.         'bot_helper_viewed_profiles_data_stored_count' => false,
  5622.         'bot_helper_minimum_viewed_profiles_needed' => false,
  5623.         'search_profiles_by_keywords.per_page' => false,
  5624.         'linkage_circle.district_pages.random_mode' => false,
  5625.         'linkage_circle.station_pages.random_mode' => false,
  5626.         'comments.anonymous_comments_from_ip_address_per_day' => false,
  5627.         'test_data.dummy_profiles.cities_and_count' => false,
  5628.         'profile_list.bdsm_page.min_profile_services' => false,
  5629.         'ewz_recaptcha_secret' => false,
  5630.         'kernel.secret' => false,
  5631.         'kernel.trusted_proxies' => false,
  5632.         'debug.container.dump' => false,
  5633.         'serializer.mapping.cache.file' => false,
  5634.         'validator.mapping.cache.file' => false,
  5635.         'profiler.storage.dsn' => false,
  5636.         'doctrine.orm.proxy_dir' => false,
  5637.         'nelmio_cors.defaults' => false,
  5638.         'easyadmin.config' => false,
  5639.         'oneup_uploader.chunks' => false,
  5640.         'oneup_uploader.orphanage' => false,
  5641.         'oneup_uploader.config' => false,
  5642.         'ewz_recaptcha.public_key' => false,
  5643.         'ewz_recaptcha.private_key' => false,
  5644.     ];
  5645.     private $dynamicParameters = [];
  5646.     private function getDynamicParameter(string $name)
  5647.     {
  5648.         switch ($name) {
  5649.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5650.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5651.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5652.             case 'raw_trusted_proxies'$value $this->getEnv('resolve:TRUSTED_PROXIES'); break;
  5653.             case 'env(APP_VERSION)'$value $this->getEnv('trim:default::file:resolve:APP_VERSION_FILE'); break;
  5654.             case 'app.use_legacy_domain_redirector'$value $this->getEnv('USE_LEGACY_DOMAIN_REDIRECTOR'); break;
  5655.             case 'app.redirect_paths'$value $this->getEnv('resolve:REDIRECT_PATHS'); break;
  5656.             case 'default_city'$value $this->getEnv('DEFAULT_CITY'); break;
  5657.             case 'default_currency'$value $this->getEnv('DEFAULT_CURRENCY'); break;
  5658.             case 'default_timezone'$value $this->getEnv('DEFAULT_TIMEZONE'); break;
  5659.             case 'default_timezone.city_name'$value $this->getEnv('DEFAULT_TIMEZONE_CITY_NAME'); break;
  5660.             case 'management_timezone'$value $this->getEnv('MANAGEMENT_TIMEZONE'); break;
  5661.             case 'app.main_domain'$value $this->getEnv('MAIN_DOMAIN'); break;
  5662.             case 'app.mirror_domain'$value $this->getEnv('MIRROR_DOMAIN'); break;
  5663.             case 'app.approval_media_upload_domain'$value $this->getEnv('APPROVAL_MEDIA_UPLOAD_DOMAIN'); break;
  5664.             case 'app.responsive_media_base_url'$value $this->getEnv('RESPONSIVE_MEDIA_BASE_URL'); break;
  5665.             case 'app.email'$value $this->getEnv('EMAIL_FROM'); break;
  5666.             case 'app.login.five.day'$value $this->getEnv('bool:FAKE_AUTHENTICATION'); break;
  5667.             case 'app.sitemap.https'$value $this->getEnv('bool:SITEMAP_HTTPS'); break;
  5668.             case 'app.sitemap.gzip'$value $this->getEnv('bool:SITEMAP_GZIP'); break;
  5669.             case 'app.sitemap.directory'$value $this->getEnv('SITEMAP_DIRECTORY'); break;
  5670.             case 'app.cache_prefix'$value $this->getEnv('CACHE_PREFIX'); break;
  5671.             case 'app.cache_prefix.redis'$value $this->getEnv('string:CACHE_PREFIX').'|'; break;
  5672.             case 'app.redis_url'$value $this->getEnv('REDIS_URL'); break;
  5673.             case 'app.mautic.api_url'$value $this->getEnv('MAUTIC_API_URL'); break;
  5674.             case 'app.mautic.client_id'$value $this->getEnv('MAUTIC_CLIENT_ID'); break;
  5675.             case 'app.mautic.client_secret'$value $this->getEnv('MAUTIC_CLIENT_SECRET'); break;
  5676.             case 'app.mautic.callback_url'$value $this->getEnv('MAUTIC_CALLBACK_URL'); break;
  5677.             case 'app.mautic.access_token'$value $this->getEnv('MAUTIC_ACCESS_TOKEN'); break;
  5678.             case 'app.mautic.refresh_token'$value $this->getEnv('MAUTIC_REFRESH_TOKEN'); break;
  5679.             case 'app.mautic.access_token_expires'$value $this->getEnv('int:MAUTIC_ACCESS_TOKEN_EXPIRES'); break;
  5680.             case 'app.mautic.timeout'$value $this->getEnv('int:MAUTIC_TIMEOUT'); break;
  5681.             case 'app.mautic.transactional_email_cache_ttl'$value $this->getEnv('int:MAUTIC_TRANSACTIONAL_EMAIL_CACHE_TTL'); break;
  5682.             case 'app.profile.avatar.min_width'$value $this->getEnv('PROFILE_AVATAR_MIN_WIDTH'); break;
  5683.             case 'app.profile.avatar.min_height'$value $this->getEnv('PROFILE_AVATAR_MIN_HEIGHT'); break;
  5684.             case 'app.profile.image.max_side_size'$value $this->getEnv('PROFILE_IMAGE_MAX_SIDE_SIZE'); break;
  5685.             case 'app.support_message.attachment.thumbnail_size'$value $this->getEnv('int:SUPPORT_MESSAGE_ATTACHMENT_THUMBNAIL_SIZE'); break;
  5686.             case 'app.profile.page.deleted_profile_http_200_starting_from'$value $this->getEnv('DELETED_PROFILE_HTTP_200_STARTING_FROM'); break;
  5687.             case 'app.profile.page.deleted_saloon_http_200_starting_from'$value $this->getEnv('DELETED_SALOON_HTTP_200_STARTING_FROM'); break;
  5688.             case 'app.profile.station_page.added_profiles.spread'$value $this->getEnv('STATION_PAGE_ADDED_PROFILES_SPREAD'); break;
  5689.             case 'app.profile.bulk_action.max_entities_to_process_immediately'$value $this->getEnv('BULK_MAX_ENTITIES_TO_PROCESS_IMMEDIATELY'); break;
  5690.             case 'app.profile_approval_bonus_amount'$value $this->getEnv('PROFILE_APPROVAL_BONUS_AMOUNT'); break;
  5691.             case 'app.path.video.tmp'$value $this->getEnv('UPLOAD_TMP_DIRECTORY'); break;
  5692.             case 'app.path.video_watermark'$value $this->getEnv('VIDEO_WATERMARK_PATH'); break;
  5693.             case 'app.api.vouchers.whitelist'$value $this->getEnv('API_VOUCHERS_IP_WHITELIST'); break;
  5694.             case 'oplata_info.merchant_id'$value $this->getEnv('OPLATA_MERCHANT_ID'); break;
  5695.             case 'oplata_info.merchant_password'$value $this->getEnv('OPLATA_MERCHANT_PASSWORD'); break;
  5696.             case 'stations_update.domain'$value $this->getEnv('STATIONS_DATA_DOMAIN'); break;
  5697.             case 'profile_list.per_page'$value $this->getEnv('PROFILE_LIST_PER_PAGE'); break;
  5698.             case 'saloon_list.per_page'$value $this->getEnv('SALOON_LIST_PER_PAGE'); break;
  5699.             case 'homepage.city.masseurs_block.count'$value $this->getEnv('int:HOMEPAGE_CITY_MASSEURS_BLOCK_COUNT'); break;
  5700.             case 'homepage.city.saloons_block.count'$value $this->getEnv('int:HOMEPAGE_CITY_SALOONS_BLOCK_COUNT'); break;
  5701.             case 'customer.preferred_profiles.per_page'$value $this->getEnv('CUSTOMER_PREFERRED_PROFILES_PER_PAGE'); break;
  5702.             case 'customer.favourite_profiles.per_page'$value $this->getEnv('CUSTOMER_FAVOURITE_PROFILES_PER_PAGE'); break;
  5703.             case 'customer.profile_comments.per_page'$value $this->getEnv('CUSTOMER_PROFILE_COMMENTS_PER_PAGE'); break;
  5704.             case 'customer.saloon_comments.per_page'$value $this->getEnv('CUSTOMER_SALOON_COMMENTS_PER_PAGE'); break;
  5705.             case 'advertiser.profiles.per_page'$value $this->getEnv('ADVERTISER_PROFILES_PER_PAGE'); break;
  5706.             case 'advertiser.saloons.per_page'$value $this->getEnv('ADVERTISER_SALOONS_PER_PAGE'); break;
  5707.             case 'advertiser.commented_profiles.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_PROFILES_PER_PAGE'); break;
  5708.             case 'advertiser.commented_saloons.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_SALOONS_PER_PAGE'); break;
  5709.             case 'advertiser.profile_comments.per_page'$value $this->getEnv('ADVERTISER_PROFILE_COMMENTS_PER_PAGE'); break;
  5710.             case 'advertiser.saloon_comments.per_page'$value $this->getEnv('ADVERTISER_SALOON_COMMENTS_PER_PAGE'); break;
  5711.             case 'advertiser.support_messages.per_page'$value $this->getEnv('ADVERTISER_SUPPORT_MESSAGES_PER_PAGE'); break;
  5712.             case 'advertiser.phone_reviews.per_page'$value $this->getEnv('ADVERTISER_PHONE_REVIEWS_PER_PAGE'); break;
  5713.             case 'account.setting.advertiser_profile_list_per_page.variants'$value $this->getEnv('ADVERTISER_PROFILE_LIST_PER_PAGE_VARIANTS'); break;
  5714.             case 'account.setting.advertiser_saloon_list_per_page.variants'$value $this->getEnv('ADVERTISER_SALOON_LIST_PER_PAGE_VARIANTS'); break;
  5715.             case 'search.form_cookie_time'$value $this->getEnv('SEARCH_FORM_COOKIE_TIME'); break;
  5716.             case 'recommendations_viewed_profiles_data_stored_count'$value $this->getEnv('RECOMMENDATIONS_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5717.             case 'bot_helper_viewed_profiles_data_stored_count'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5718.             case 'bot_helper_minimum_viewed_profiles_needed'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_MINIMUM_NEEDED'); break;
  5719.             case 'search_profiles_by_keywords.per_page'$value $this->getEnv('SEARCH_BY_KEYWORDS_PER_PAGE'); break;
  5720.             case 'linkage_circle.district_pages.random_mode'$value $this->getEnv('DISTRICT_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5721.             case 'linkage_circle.station_pages.random_mode'$value $this->getEnv('STATION_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5722.             case 'comments.anonymous_comments_from_ip_address_per_day'$value $this->getEnv('ANONYMOUS_COMMENTS_FROM_IP_ADDRESS_PER_DAY'); break;
  5723.             case 'test_data.dummy_profiles.cities_and_count'$value $this->getEnv('DUMMY_PROFILES_CITIES_AND_COUNT'); break;
  5724.             case 'profile_list.bdsm_page.min_profile_services'$value $this->getEnv('MIN_PROFILE_BDSM_SERVICES_FOR_BDSM_PAGE'); break;
  5725.             case 'ewz_recaptcha_secret'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  5726.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5727.             case 'kernel.trusted_proxies'$value $this->getEnv('string:default:raw_trusted_proxies:file:resolve:TRUSTED_PROXIES_CONFIG'); break;
  5728.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelReviewDebugContainer.xml'); break;
  5729.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5730.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5731.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5732.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5733.             case 'nelmio_cors.defaults'$value = [
  5734.                 'allow_origin' => [
  5735.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  5736.                 ],
  5737.                 'allow_credentials' => false,
  5738.                 'allow_headers' => [
  5739.                     => 'content-type',
  5740.                     => 'authorization',
  5741.                 ],
  5742.                 'expose_headers' => [
  5743.                     => 'Link',
  5744.                 ],
  5745.                 'allow_methods' => [
  5746.                     => 'GET',
  5747.                     => 'OPTIONS',
  5748.                     => 'POST',
  5749.                     => 'PUT',
  5750.                     => 'PATCH',
  5751.                     => 'DELETE',
  5752.                 ],
  5753.                 'max_age' => 3600,
  5754.                 'hosts' => [
  5755.                 ],
  5756.                 'origin_regex' => true,
  5757.                 'forced_allow_origin_value' => NULL,
  5758.                 'skip_same_as_origin' => true,
  5759.             ]; break;
  5760.             case 'easyadmin.config'$value = [
  5761.                 'site_name' => $this->getEnv('MAIN_DOMAIN'),
  5762.                 'user' => [
  5763.                     'name_property_path' => 'username',
  5764.                     'display_name' => true,
  5765.                     'display_avatar' => true,
  5766.                     'avatar_property_path' => NULL,
  5767.                 ],
  5768.                 'design' => [
  5769.                     'form_theme' => [
  5770.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  5771.                         => 'EasyAdmin/form/account_form_theme.html.twig',
  5772.                         => 'EasyAdmin/city_prices/city_name.html.twig',
  5773.                         => 'EasyAdmin/city/batch_form_theme.html.twig',
  5774.                     ],
  5775.                     'assets' => [
  5776.                         'css' => [
  5777.                             => 'bundles/easyadmin/bootstrap-all.css',
  5778.                         ],
  5779.                         'js' => [
  5780.                             => 'bundles/easyadmin/bootstrap-all.js',
  5781.                         ],
  5782.                         'favicon' => [
  5783.                             'path' => 'favicon.ico',
  5784.                             'mime_type' => 'image/x-icon',
  5785.                         ],
  5786.                     ],
  5787.                     'menu' => [
  5788.                         => [
  5789.                             'entity' => 'Default',
  5790.                             'default' => true,
  5791.                         ],
  5792.                         => [
  5793.                             'label' => 'Account',
  5794.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5795.                         ],
  5796.                         => [
  5797.                             'entity' => 'Account',
  5798.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5799.                         ],
  5800.                         => [
  5801.                             'entity' => 'SupportMessage',
  5802.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5803.                             'css_class' => 'SupportMessages',
  5804.                             'default' => true,
  5805.                         ],
  5806.                         => [
  5807.                             'entity' => 'PhoneReview',
  5808.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5809.                             'css_class' => 'PhoneReview',
  5810.                         ],
  5811.                         => [
  5812.                             'entity' => 'CityPrice',
  5813.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5814.                         ],
  5815.                         => [
  5816.                             'label' => 'Profile',
  5817.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5818.                         ],
  5819.                         => [
  5820.                             'entity' => 'Profile',
  5821.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5822.                         ],
  5823.                         => [
  5824.                             'entity' => 'ApprovalRequest',
  5825.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5826.                             'css_class' => 'ApprovalRequests',
  5827.                         ],
  5828.                         => [
  5829.                             'entity' => 'ProfileModeration',
  5830.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5831.                             'css_class' => 'ModerationRequests',
  5832.                         ],
  5833.                         10 => [
  5834.                             'entity' => 'Saloon',
  5835.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5836.                         ],
  5837.                         11 => [
  5838.                             'label' => 'Geo-Location',
  5839.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5840.                         ],
  5841.                         12 => [
  5842.                             'entity' => 'City',
  5843.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5844.                         ],
  5845.                         13 => [
  5846.                             'entity' => 'County',
  5847.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5848.                         ],
  5849.                         14 => [
  5850.                             'entity' => 'District',
  5851.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5852.                         ],
  5853.                         15 => [
  5854.                             'entity' => 'Station',
  5855.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5856.                         ],
  5857.                         16 => [
  5858.                             'entity' => 'Service',
  5859.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5860.                         ],
  5861.                         17 => [
  5862.                             'entity' => 'SourceMapStationsLog',
  5863.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5864.                         ],
  5865.                         18 => [
  5866.                             'entity' => 'ProfileAdBoardLog',
  5867.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5868.                         ],
  5869.                         19 => [
  5870.                             'label' => 'SEO',
  5871.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5872.                         ],
  5873.                         20 => [
  5874.                             'entity' => 'PageMetadata',
  5875.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5876.                         ],
  5877.                         21 => [
  5878.                             'label' => 'Sales',
  5879.                             'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  5880.                         ],
  5881.                         22 => [
  5882.                             'entity' => 'Analytics',
  5883.                             'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  5884.                         ],
  5885.                         23 => [
  5886.                             'label' => 'Deleted',
  5887.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5888.                         ],
  5889.                         24 => [
  5890.                             'entity' => 'DeletedProfile',
  5891.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5892.                         ],
  5893.                         25 => [
  5894.                             'entity' => 'DeletedSaloon',
  5895.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5896.                         ],
  5897.                         26 => [
  5898.                             'label' => 'Other',
  5899.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5900.                         ],
  5901.                         27 => [
  5902.                             'entity' => 'OfferBar',
  5903.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5904.                         ],
  5905.                         28 => [
  5906.                             'label' => 'Walkers',
  5907.                             'role' => 'ROLE_ACCESS_WALKER',
  5908.                         ],
  5909.                         29 => [
  5910.                             'entity' => 'Customer',
  5911.                             'role' => 'ROLE_ACCESS_WALKER',
  5912.                         ],
  5913.                         30 => [
  5914.                             'entity' => 'ProfileComment',
  5915.                             'role' => 'ROLE_ACCESS_WALKER',
  5916.                         ],
  5917.                         31 => [
  5918.                             'entity' => 'SaloonComment',
  5919.                             'role' => 'ROLE_ACCESS_WALKER',
  5920.                         ],
  5921.                         32 => [
  5922.                             'label' => 'Blocked IPs',
  5923.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5924.                         ],
  5925.                         33 => [
  5926.                             'entity' => 'IpAddress',
  5927.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5928.                         ],
  5929.                         34 => [
  5930.                             'entity' => 'IpAddressDailyCommentBan',
  5931.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5932.                         ],
  5933.                         35 => [
  5934.                             'entity' => 'IpAddressPermanentCommentBan',
  5935.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5936.                         ],
  5937.                         36 => [
  5938.                             'entity' => 'IpAddressCommentBan',
  5939.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5940.                         ],
  5941.                         37 => [
  5942.                             'label' => 'Useful links',
  5943.                         ],
  5944.                         38 => [
  5945.                             'label' => 'Open '.$this->getEnv('string:MIRROR_DOMAIN'),
  5946.                             'url' => 'https://'.$this->getEnv('string:MIRROR_DOMAIN'),
  5947.                             'target' => '_blank',
  5948.                         ],
  5949.                     ],
  5950.                     'brand_color' => 'hsl(230, 55%, 60%)',
  5951.                 ],
  5952.                 'entities' => [
  5953.                     'Default' => [
  5954.                         'disabled_actions' => [
  5955.                             => 'new',
  5956.                             => 'edit',
  5957.                             => 'delete',
  5958.                         ],
  5959.                         'class' => 'App\\Entity\\Location\\City',
  5960.                         'templates' => [
  5961.                             'list' => 'EasyAdmin/default/list.html.twig',
  5962.                         ],
  5963.                         'name' => 'Default',
  5964.                     ],
  5965.                     'City' => [
  5966.                         'class' => 'App\\Entity\\Location\\City',
  5967.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5968.                         'label' => 'Cities',
  5969.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5970.                         'disabled_actions' => [
  5971.                             => 'delete',
  5972.                         ],
  5973.                         'list' => [
  5974.                             'title' => 'Cities List',
  5975.                             'batch_actions' => [
  5976.                                 => [
  5977.                                     'name' => 'setRegion',
  5978.                                     'label' => 'Установить регион',
  5979.                                     'ask_confirm' => true,
  5980.                                 ],
  5981.                             ],
  5982.                             'form_filters' => [
  5983.                                 => [
  5984.                                     'property' => 'countryCode',
  5985.                                     'type' => 'country',
  5986.                                     'label' => 'Country',
  5987.                                 ],
  5988.                                 => [
  5989.                                     'property' => 'cityGroup',
  5990.                                     'label' => 'Group',
  5991.                                     'type' => 'choice',
  5992.                                     'type_options' => [
  5993.                                         'choices' => [
  5994.                                             'Мегаполис' => 1,
  5995.                                             'Московская область' => 2,
  5996.                                         ],
  5997.                                     ],
  5998.                                 ],
  5999.                                 => [
  6000.                                     'property' => 'cityPriceCategory',
  6001.                                     'label' => 'City price category',
  6002.                                     'type' => 'App\\Form\\Type\\CityPriceCategoryType',
  6003.                                 ],
  6004.                             ],
  6005.                             'fields' => [
  6006.                                 => 'id',
  6007.                                 => [
  6008.                                     'property' => 'name',
  6009.                                     'label' => 'Name',
  6010.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6011.                                 ],
  6012.                                 => [
  6013.                                     'property' => 'uriIdentity',
  6014.                                     'label' => 'URI',
  6015.                                 ],
  6016.                                 => [
  6017.                                     'property' => 'countryCode',
  6018.                                     'label' => 'Country',
  6019.                                 ],
  6020.                                 => [
  6021.                                     'property' => 'cityGroup',
  6022.                                     'label' => 'Group',
  6023.                                     'template' => 'EasyAdmin/field_city_group.html.twig',
  6024.                                 ],
  6025.                                 => [
  6026.                                     'property' => 'cityPriceCategory',
  6027.                                     'label' => 'City price category',
  6028.                                 ],
  6029.                                 => [
  6030.                                     'property' => 'mapCoordinate.latitude',
  6031.                                     'label' => 'Latitude',
  6032.                                 ],
  6033.                                 => [
  6034.                                     'property' => 'mapCoordinate.longitude',
  6035.                                     'label' => 'Longitude',
  6036.                                 ],
  6037.                                 => [
  6038.                                     'property' => 'timezone',
  6039.                                     'label' => 't.zone',
  6040.                                 ],
  6041.                                 => [
  6042.                                     'property' => 'region',
  6043.                                     'label' => 'Region',
  6044.                                 ],
  6045.                                 10 => 'counties',
  6046.                                 11 => 'districts',
  6047.                                 12 => 'stations',
  6048.                             ],
  6049.                         ],
  6050.                         'form' => [
  6051.                             'form_options' => [
  6052.                                 'empty_data' => NULL,
  6053.                             ],
  6054.                             'fields' => [
  6055.                                 => [
  6056.                                     'property' => 'name',
  6057.                                     'label' => 'Name',
  6058.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6059.                                     'type_options' => [
  6060.                                         'locales' => [
  6061.                                             => 'ru',
  6062.                                             => 'en',
  6063.                                         ],
  6064.                                     ],
  6065.                                 ],
  6066.                                 => [
  6067.                                     'property' => 'uriIdentity',
  6068.                                     'label' => 'URI',
  6069.                                 ],
  6070.                                 => [
  6071.                                     'property' => 'countryCode',
  6072.                                     'label' => 'Country',
  6073.                                     'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CountryType',
  6074.                                 ],
  6075.                                 => [
  6076.                                     'property' => 'cityGroup',
  6077.                                     'label' => 'Group',
  6078.                                     'type' => 'App\\Form\\Type\\CityGroupType',
  6079.                                 ],
  6080.                                 => [
  6081.                                     'property' => 'cityPriceCategory',
  6082.                                     'label' => 'City price category',
  6083.                                     'type' => 'App\\Form\\Type\\CityPriceCategoryType',
  6084.                                 ],
  6085.                                 => [
  6086.                                     'property' => 'mapCoordinate',
  6087.                                     'label' => 'Map coordinate',
  6088.                                     'type' => 'App\\Form\\Type\\MapCoordinateType',
  6089.                                 ],
  6090.                                 => [
  6091.                                     'property' => 'timezone',
  6092.                                     'label' => 'Timezone',
  6093.                                     'type' => 'App\\Form\\Type\\TimezoneType',
  6094.                                 ],
  6095.                                 => [
  6096.                                     'property' => 'region',
  6097.                                     'label' => 'Region',
  6098.                                     'type' => 'App\\Form\\Type\\CityRegionType',
  6099.                                 ],
  6100.                                 => [
  6101.                                     'type' => 'group',
  6102.                                     'label' => 'City Counties',
  6103.                                 ],
  6104.                                 => [
  6105.                                     'property' => 'counties',
  6106.                                     'type' => 'embedded_list',
  6107.                                 ],
  6108.                                 10 => [
  6109.                                     'type' => 'group',
  6110.                                     'label' => 'City Districts',
  6111.                                 ],
  6112.                                 11 => [
  6113.                                     'property' => 'districts',
  6114.                                     'type' => 'embedded_list',
  6115.                                 ],
  6116.                                 12 => [
  6117.                                     'type' => 'group',
  6118.                                     'label' => 'City Stations',
  6119.                                 ],
  6120.                                 13 => [
  6121.                                     'property' => 'stations',
  6122.                                     'type' => 'embedded_list',
  6123.                                 ],
  6124.                             ],
  6125.                         ],
  6126.                         'new' => [
  6127.                             'fields' => [
  6128.                                 => '-counties',
  6129.                                 => '-districts',
  6130.                                 => '-stations',
  6131.                             ],
  6132.                         ],
  6133.                         'name' => 'City',
  6134.                     ],
  6135.                     'County' => [
  6136.                         'class' => 'App\\Entity\\Location\\County',
  6137.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6138.                         'label' => 'City Counties',
  6139.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6140.                         'disabled_actions' => [
  6141.                             => 'delete',
  6142.                         ],
  6143.                         'list' => [
  6144.                             'title' => 'City Counties List',
  6145.                             'form_filters' => [
  6146.                                 => [
  6147.                                     'property' => 'city',
  6148.                                     'label' => 'City',
  6149.                                 ],
  6150.                             ],
  6151.                             'fields' => [
  6152.                                 => 'id',
  6153.                                 => [
  6154.                                     'property' => 'name',
  6155.                                     'label' => 'Name',
  6156.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6157.                                 ],
  6158.                                 => [
  6159.                                     'property' => 'uriIdentity',
  6160.                                     'label' => 'URI',
  6161.                                 ],
  6162.                                 => 'city',
  6163.                                 => 'districts',
  6164.                                 => 'stations',
  6165.                             ],
  6166.                         ],
  6167.                         'form' => [
  6168.                             'form_options' => [
  6169.                                 'empty_data' => NULL,
  6170.                             ],
  6171.                             'fields' => [
  6172.                                 => [
  6173.                                     'property' => 'name',
  6174.                                     'label' => 'Name',
  6175.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6176.                                     'type_options' => [
  6177.                                         'locales' => [
  6178.                                             => 'ru',
  6179.                                             => 'en',
  6180.                                         ],
  6181.                                     ],
  6182.                                 ],
  6183.                                 => [
  6184.                                     'property' => 'uriIdentity',
  6185.                                     'label' => 'URI',
  6186.                                 ],
  6187.                                 => [
  6188.                                     'property' => 'city',
  6189.                                     'label' => 'City',
  6190.                                     'type_options' => [
  6191.                                         'required' => true,
  6192.                                         'group_by' => 'countryCode',
  6193.                                     ],
  6194.                                 ],
  6195.                                 => [
  6196.                                     'type' => 'group',
  6197.                                     'label' => 'City Districts',
  6198.                                 ],
  6199.                                 => [
  6200.                                     'property' => 'districts',
  6201.                                     'type' => 'embedded_list',
  6202.                                 ],
  6203.                                 => [
  6204.                                     'type' => 'group',
  6205.                                     'label' => 'City Stations',
  6206.                                 ],
  6207.                                 => [
  6208.                                     'property' => 'stations',
  6209.                                     'type' => 'embedded_list',
  6210.                                 ],
  6211.                             ],
  6212.                         ],
  6213.                         'new' => [
  6214.                             'fields' => [
  6215.                                 => '-districts',
  6216.                                 => '-stations',
  6217.                             ],
  6218.                         ],
  6219.                         'name' => 'County',
  6220.                     ],
  6221.                     'District' => [
  6222.                         'class' => 'App\\Entity\\Location\\District',
  6223.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6224.                         'label' => 'City Districts',
  6225.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6226.                         'disabled_actions' => [
  6227.                             => 'delete',
  6228.                         ],
  6229.                         'list' => [
  6230.                             'title' => 'City Districts List',
  6231.                             'form_filters' => [
  6232.                                 => [
  6233.                                     'property' => 'city',
  6234.                                     'label' => 'City',
  6235.                                 ],
  6236.                                 => [
  6237.                                     'property' => 'county',
  6238.                                     'label' => 'County',
  6239.                                 ],
  6240.                             ],
  6241.                             'fields' => [
  6242.                                 => 'id',
  6243.                                 => [
  6244.                                     'property' => 'name',
  6245.                                     'label' => 'Name',
  6246.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6247.                                 ],
  6248.                                 => [
  6249.                                     'property' => 'uriIdentity',
  6250.                                     'label' => 'URI',
  6251.                                 ],
  6252.                                 => 'city',
  6253.                                 => 'county',
  6254.                                 => 'stations',
  6255.                             ],
  6256.                         ],
  6257.                         'form' => [
  6258.                             'form_options' => [
  6259.                                 'empty_data' => NULL,
  6260.                             ],
  6261.                             'fields' => [
  6262.                                 => [
  6263.                                     'property' => 'name',
  6264.                                     'label' => 'Name',
  6265.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6266.                                     'type_options' => [
  6267.                                         'locales' => [
  6268.                                             => 'ru',
  6269.                                             => 'en',
  6270.                                         ],
  6271.                                     ],
  6272.                                 ],
  6273.                                 => [
  6274.                                     'property' => 'uriIdentity',
  6275.                                     'label' => 'URI',
  6276.                                 ],
  6277.                                 => [
  6278.                                     'property' => 'city',
  6279.                                     'label' => 'City',
  6280.                                     'type_options' => [
  6281.                                         'required' => true,
  6282.                                         'group_by' => 'countryCode',
  6283.                                     ],
  6284.                                 ],
  6285.                                 => [
  6286.                                     'property' => 'county',
  6287.                                     'label' => 'County',
  6288.                                     'type_options' => [
  6289.                                         'required' => false,
  6290.                                         'group_by' => 'city.name',
  6291.                                     ],
  6292.                                 ],
  6293.                                 => [
  6294.                                     'type' => 'group',
  6295.                                     'label' => 'City Stations',
  6296.                                 ],
  6297.                                 => [
  6298.                                     'property' => 'stations',
  6299.                                     'type' => 'embedded_list',
  6300.                                 ],
  6301.                             ],
  6302.                         ],
  6303.                         'new' => [
  6304.                             'fields' => [
  6305.                                 => '-stations',
  6306.                             ],
  6307.                         ],
  6308.                         'name' => 'District',
  6309.                     ],
  6310.                     'Station' => [
  6311.                         'class' => 'App\\Entity\\Location\\Station',
  6312.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6313.                         'label' => 'City Stations',
  6314.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6315.                         'disabled_actions' => [
  6316.                             => 'delete',
  6317.                         ],
  6318.                         'list' => [
  6319.                             'title' => 'City Stations List',
  6320.                             'form_filters' => [
  6321.                                 => [
  6322.                                     'property' => 'city',
  6323.                                     'label' => 'City',
  6324.                                 ],
  6325.                                 => [
  6326.                                     'property' => 'county',
  6327.                                     'label' => 'County',
  6328.                                 ],
  6329.                                 => [
  6330.                                     'property' => 'district',
  6331.                                     'label' => 'District',
  6332.                                 ],
  6333.                             ],
  6334.                             'fields' => [
  6335.                                 => 'id',
  6336.                                 => [
  6337.                                     'property' => 'name',
  6338.                                     'label' => 'Name',
  6339.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6340.                                 ],
  6341.                                 => [
  6342.                                     'property' => 'uriIdentity',
  6343.                                     'label' => 'URI',
  6344.                                 ],
  6345.                                 => 'city',
  6346.                                 => 'county',
  6347.                                 => 'district',
  6348.                             ],
  6349.                         ],
  6350.                         'form' => [
  6351.                             'form_options' => [
  6352.                                 'empty_data' => NULL,
  6353.                             ],
  6354.                             'fields' => [
  6355.                                 => [
  6356.                                     'property' => 'name',
  6357.                                     'label' => 'Name',
  6358.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6359.                                     'type_options' => [
  6360.                                         'locales' => [
  6361.                                             => 'ru',
  6362.                                             => 'en',
  6363.                                         ],
  6364.                                     ],
  6365.                                 ],
  6366.                                 => [
  6367.                                     'property' => 'uriIdentity',
  6368.                                     'label' => 'URI',
  6369.                                 ],
  6370.                                 => [
  6371.                                     'property' => 'city',
  6372.                                     'label' => 'City',
  6373.                                     'type_options' => [
  6374.                                         'required' => true,
  6375.                                         'group_by' => 'countryCode',
  6376.                                     ],
  6377.                                 ],
  6378.                                 => [
  6379.                                     'property' => 'county',
  6380.                                     'label' => 'County',
  6381.                                     'type_options' => [
  6382.                                         'required' => false,
  6383.                                         'group_by' => 'city.name',
  6384.                                     ],
  6385.                                 ],
  6386.                                 => [
  6387.                                     'property' => 'district',
  6388.                                     'label' => 'District',
  6389.                                     'type_options' => [
  6390.                                         'required' => false,
  6391.                                         'group_by' => 'city.name',
  6392.                                     ],
  6393.                                 ],
  6394.                             ],
  6395.                         ],
  6396.                         'name' => 'Station',
  6397.                     ],
  6398.                     'Service' => [
  6399.                         'class' => 'App\\Entity\\Service',
  6400.                         'controller' => 'App\\Controller\\Management\\ServiceController',
  6401.                         'label' => 'Услуги',
  6402.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6403.                         'disabled_actions' => [
  6404.                             => 'show',
  6405.                         ],
  6406.                         'list' => [
  6407.                             'title' => 'Услуги',
  6408.                             'max_results' => 500,
  6409.                             'form_filters' => [
  6410.                                 => [
  6411.                                     'property' => 'group',
  6412.                                     'label' => 'Группа',
  6413.                                     'type' => 'App\\Form\\Type\\ServiceGroupType',
  6414.                                 ],
  6415.                             ],
  6416.                             'fields' => [
  6417.                                 => 'id',
  6418.                                 => [
  6419.                                     'property' => 'group',
  6420.                                     'label' => 'Группа',
  6421.                                     'template' => 'EasyAdmin/field_service_group.html.twig',
  6422.                                     'sortable' => false,
  6423.                                 ],
  6424.                                 => [
  6425.                                     'property' => 'name',
  6426.                                     'label' => 'Название',
  6427.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6428.                                     'sortable' => false,
  6429.                                 ],
  6430.                                 => [
  6431.                                     'property' => 'uriIdentity',
  6432.                                     'label' => 'URI',
  6433.                                     'sortable' => false,
  6434.                                 ],
  6435.                                 => [
  6436.                                     'property' => 'sort',
  6437.                                     'label' => 'Сортировка',
  6438.                                     'sortable' => false,
  6439.                                 ],
  6440.                             ],
  6441.                             'templates' => [
  6442.                                 'list' => 'EasyAdmin/services/list.html.twig',
  6443.                             ],
  6444.                         ],
  6445.                         'form' => [
  6446.                             'form_options' => [
  6447.                                 'empty_data' => NULL,
  6448.                             ],
  6449.                             'fields' => [
  6450.                                 => [
  6451.                                     'property' => 'group',
  6452.                                     'label' => 'Группа',
  6453.                                     'type' => 'App\\Form\\Type\\ServiceGroupType',
  6454.                                 ],
  6455.                                 => [
  6456.                                     'property' => 'name',
  6457.                                     'label' => 'Название',
  6458.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6459.                                     'type_options' => [
  6460.                                         'locales' => [
  6461.                                             => 'ru',
  6462.                                             => 'en',
  6463.                                         ],
  6464.                                     ],
  6465.                                 ],
  6466.                                 => [
  6467.                                     'property' => 'uriIdentity',
  6468.                                     'label' => 'URI',
  6469.                                 ],
  6470.                             ],
  6471.                         ],
  6472.                         'name' => 'Service',
  6473.                     ],
  6474.                     'SourceMapStationsLog' => [
  6475.                         'class' => 'App\\Entity\\SourceMap\\Log\\SourceMapStationsUpdateLog',
  6476.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6477.                         'label' => 'Stations update log',
  6478.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6479.                         'disabled_actions' => [
  6480.                             => 'new',
  6481.                             => 'edit',
  6482.                             => 'delete',
  6483.                         ],
  6484.                         'list' => [
  6485.                             'title' => 'Stations update log',
  6486.                             'fields' => [
  6487.                                 => 'id',
  6488.                                 => [
  6489.                                     'property' => 'log',
  6490.                                     'label' => 'log',
  6491.                                     'template' => 'EasyAdmin/field_string_array.html.twig',
  6492.                                 ],
  6493.                                 => [
  6494.                                     'property' => 'changes',
  6495.                                     'label' => 'changes',
  6496.                                     'template' => 'EasyAdmin/source_map_stations_log/field_changes.html.twig',
  6497.                                 ],
  6498.                                 => 'date',
  6499.                             ],
  6500.                         ],
  6501.                         'name' => 'SourceMapStationsLog',
  6502.                     ],
  6503.                     'ProfileAdBoardLog' => [
  6504.                         'class' => 'App\\Entity\\Sales\\Profile\\AdBoardPlacement',
  6505.                         'controller' => 'App\\Controller\\Management\\LogController',
  6506.                         'label' => 'Profile adboard log',
  6507.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6508.                         'disabled_actions' => [
  6509.                             => 'new',
  6510.                             => 'edit',
  6511.                             => 'delete',
  6512.                         ],
  6513.                         'list' => [
  6514.                             'title' => 'Profile adboard log',
  6515.                         ],
  6516.                         'templates' => [
  6517.                             'list' => 'EasyAdmin/log/list.html.twig',
  6518.                         ],
  6519.                         'name' => 'ProfileAdBoardLog',
  6520.                     ],
  6521.                     'Account' => [
  6522.                         'class' => 'App\\Entity\\Account\\Advertiser',
  6523.                         'controller' => 'App\\Controller\\Management\\AccountController',
  6524.                         'label' => 'Accounts',
  6525.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6526.                         'disabled_actions' => [
  6527.                             => 'delete',
  6528.                         ],
  6529.                         'embeddedList' => [
  6530.                             'open_new_tab' => true,
  6531.                         ],
  6532.                         'list' => [
  6533.                             'title' => 'Accounts List',
  6534.                             'fields' => [
  6535.                                 => [
  6536.                                     'property' => 'id',
  6537.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6538.                                 ],
  6539.                                 => 'email',
  6540.                                 => 'nickName',
  6541.                                 => 'country',
  6542.                                 => [
  6543.                                     'property' => 'city.name',
  6544.                                     'label' => 'City',
  6545.                                 ],
  6546.                                 => [
  6547.                                     'property' => 'currentBalance',
  6548.                                     'label' => 'Balance',
  6549.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6550.                                 ],
  6551.                                 => [
  6552.                                     'property' => 'enabled',
  6553.                                     'type' => 'boolean',
  6554.                                 ],
  6555.                                 => [
  6556.                                     'property' => 'trusted',
  6557.                                     'type' => 'boolean',
  6558.                                 ],
  6559.                             ],
  6560.                         ],
  6561.                         'show' => [
  6562.                             'fields' => [
  6563.                                 => 'email',
  6564.                                 => 'nickName',
  6565.                                 => [
  6566.                                     'property' => 'enabled',
  6567.                                     'type' => 'boolean',
  6568.                                 ],
  6569.                                 => [
  6570.                                     'property' => 'city.name',
  6571.                                     'label' => 'City',
  6572.                                 ],
  6573.                                 => [
  6574.                                     'property' => 'country',
  6575.                                     'label' => 'Country',
  6576.                                     'type' => 'country',
  6577.                                 ],
  6578.                                 => [
  6579.                                     'property' => 'currentBalance',
  6580.                                     'label' => 'Balance',
  6581.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6582.                                 ],
  6583.                             ],
  6584.                         ],
  6585.                         'form' => [
  6586.                             'form_options' => [
  6587.                                 'validation_groups' => [
  6588.                                     => 'Edit',
  6589.                                 ],
  6590.                             ],
  6591.                             'fields' => [
  6592.                                 => [
  6593.                                     'type' => 'tab',
  6594.                                     'label' => 'Account information',
  6595.                                 ],
  6596.                                 => [
  6597.                                     'type' => 'group',
  6598.                                     'label' => 'General information',
  6599.                                     'columns' => 4,
  6600.                                 ],
  6601.                                 => 'email',
  6602.                                 => 'nickName',
  6603.                                 => 'notes',
  6604.                                 => [
  6605.                                     'property' => 'enabled',
  6606.                                     'type_options' => [
  6607.                                         'required' => false,
  6608.                                     ],
  6609.                                 ],
  6610.                                 => [
  6611.                                     'property' => 'trusted',
  6612.                                     'type_options' => [
  6613.                                         'required' => false,
  6614.                                     ],
  6615.                                 ],
  6616.                                 => [
  6617.                                     'property' => 'currentBalance',
  6618.                                     'type' => 'text',
  6619.                                     'type_options' => [
  6620.                                         'block_name' => 'current_balance',
  6621.                                         'mapped' => false,
  6622.                                     ],
  6623.                                 ],
  6624.                                 => [
  6625.                                     'type' => 'group',
  6626.                                     'label' => 'Ban',
  6627.                                     'columns' => 4,
  6628.                                 ],
  6629.                                 => [
  6630.                                     'property' => 'ban',
  6631.                                     'label' => ' ',
  6632.                                     'type' => 'App\\Form\\Type\\AdvertiserBanType',
  6633.                                     'type_options' => [
  6634.                                         'required' => false,
  6635.                                         'mapped' => false,
  6636.                                     ],
  6637.                                 ],
  6638.                                 10 => [
  6639.                                     'type' => 'group',
  6640.                                     'label' => 'Geo Location',
  6641.                                     'columns' => 4,
  6642.                                 ],
  6643.                                 11 => [
  6644.                                     'property' => 'city',
  6645.                                     'type_options' => [
  6646.                                         'group_by' => 'countryCode',
  6647.                                     ],
  6648.                                 ],
  6649.                                 12 => [
  6650.                                     'property' => 'country',
  6651.                                     'label' => 'Country',
  6652.                                     'type_options' => [
  6653.                                         'disabled' => true,
  6654.                                     ],
  6655.                                     'help' => 'Will be set according to the selected city.',
  6656.                                 ],
  6657.                                 13 => [
  6658.                                     'type' => 'group',
  6659.                                     'label' => 'Pin-codes',
  6660.                                     'columns' => 6,
  6661.                                 ],
  6662.                                 14 => [
  6663.                                     'property' => 'Manually_Redeem_Pin-code',
  6664.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm',
  6665.                                 ],
  6666.                                 15 => [
  6667.                                     'type' => 'group',
  6668.                                     'label' => 'Enrollments',
  6669.                                     'columns' => 6,
  6670.                                 ],
  6671.                                 16 => [
  6672.                                     'property' => 'Enroll_Money',
  6673.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm',
  6674.                                 ],
  6675.                                 17 => [
  6676.                                     'type' => 'tab',
  6677.                                     'label' => 'Ads',
  6678.                                 ],
  6679.                                 18 => [
  6680.                                     'type' => 'tab',
  6681.                                     'label' => 'Finance Transactions',
  6682.                                 ],
  6683.                             ],
  6684.                         ],
  6685.                         'templates' => [
  6686.                             'edit' => 'EasyAdmin/account/edit.html.twig',
  6687.                         ],
  6688.                         'name' => 'Account',
  6689.                     ],
  6690.                     'Customer' => [
  6691.                         'class' => 'App\\Entity\\Account\\Customer',
  6692.                         'controller' => 'App\\Controller\\Management\\CustomerController',
  6693.                         'label' => 'Users',
  6694.                         'role' => 'ROLE_ACCESS_WALKER',
  6695.                         'disabled_actions' => [
  6696.                             => 'delete',
  6697.                         ],
  6698.                         'list' => [
  6699.                             'title' => 'Walkers List',
  6700.                             'fields' => [
  6701.                                 => [
  6702.                                     'property' => 'id',
  6703.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6704.                                 ],
  6705.                                 => 'email',
  6706.                                 => 'nickName',
  6707.                                 => 'country',
  6708.                                 => [
  6709.                                     'property' => 'city.name',
  6710.                                     'label' => 'City',
  6711.                                 ],
  6712.                                 => [
  6713.                                     'property' => 'enabled',
  6714.                                     'type' => 'toggle',
  6715.                                 ],
  6716.                             ],
  6717.                         ],
  6718.                         'show' => [
  6719.                             'fields' => [
  6720.                                 => 'email',
  6721.                                 => 'nickName',
  6722.                                 => [
  6723.                                     'property' => 'enabled',
  6724.                                     'type' => 'boolean',
  6725.                                 ],
  6726.                                 => [
  6727.                                     'property' => 'city.name',
  6728.                                     'label' => 'City',
  6729.                                 ],
  6730.                                 => [
  6731.                                     'property' => 'country',
  6732.                                     'label' => 'Country',
  6733.                                     'type' => 'country',
  6734.                                 ],
  6735.                             ],
  6736.                         ],
  6737.                         'form' => [
  6738.                             'form_options' => [
  6739.                                 'validation_groups' => [
  6740.                                     => 'Edit',
  6741.                                 ],
  6742.                             ],
  6743.                             'fields' => [
  6744.                                 => [
  6745.                                     'type' => 'tab',
  6746.                                     'label' => 'Walker information',
  6747.                                 ],
  6748.                                 => [
  6749.                                     'type' => 'group',
  6750.                                     'label' => 'General information',
  6751.                                     'columns' => 6,
  6752.                                 ],
  6753.                                 => 'email',
  6754.                                 => 'nickName',
  6755.                                 => 'notes',
  6756.                                 => [
  6757.                                     'property' => 'enabled',
  6758.                                     'type_options' => [
  6759.                                         'required' => false,
  6760.                                     ],
  6761.                                 ],
  6762.                                 => [
  6763.                                     'type' => 'group',
  6764.                                     'label' => 'Ban',
  6765.                                 ],
  6766.                                 => [
  6767.                                     'property' => 'ban',
  6768.                                     'label' => ' ',
  6769.                                     'type' => 'App\\Form\\Type\\CustomerBanType',
  6770.                                     'type_options' => [
  6771.                                         'required' => false,
  6772.                                         'mapped' => false,
  6773.                                     ],
  6774.                                 ],
  6775.                                 => [
  6776.                                     'type' => 'group',
  6777.                                     'label' => 'Geo Location',
  6778.                                     'columns' => 6,
  6779.                                 ],
  6780.                                 => [
  6781.                                     'property' => 'city',
  6782.                                     'type_options' => [
  6783.                                         'group_by' => 'countryCode',
  6784.                                     ],
  6785.                                 ],
  6786.                                 10 => [
  6787.                                     'property' => 'country',
  6788.                                     'label' => 'Country',
  6789.                                     'type_options' => [
  6790.                                         'disabled' => true,
  6791.                                     ],
  6792.                                     'help' => 'Will be set according to the selected city.',
  6793.                                 ],
  6794.                                 11 => [
  6795.                                     'type' => 'group',
  6796.                                     'label' => 'Walker reviews',
  6797.                                 ],
  6798.                                 12 => [
  6799.                                     'property' => 'profile_comments',
  6800.                                     'type' => 'embedded_list',
  6801.                                     'type_options' => [
  6802.                                         'mapped' => false,
  6803.                                         'entity' => 'ProfileComment',
  6804.                                         'ext_filters' => [
  6805.                                             'entity.user' => 'form:parent.data.id',
  6806.                                         ],
  6807.                                     ],
  6808.                                 ],
  6809.                                 13 => [
  6810.                                     'property' => 'saloon_comments',
  6811.                                     'type' => 'embedded_list',
  6812.                                     'type_options' => [
  6813.                                         'mapped' => false,
  6814.                                         'entity' => 'SaloonComment',
  6815.                                         'ext_filters' => [
  6816.                                             'entity.user' => 'form:parent.data.id',
  6817.                                         ],
  6818.                                     ],
  6819.                                 ],
  6820.                             ],
  6821.                         ],
  6822.                         'templates' => [
  6823.                             'edit' => 'EasyAdmin/customer/edit.html.twig',
  6824.                         ],
  6825.                         'name' => 'Customer',
  6826.                     ],
  6827.                     'ProfileComment' => [
  6828.                         'class' => 'App\\Entity\\Profile\\Comment\\CommentByCustomer',
  6829.                         'controller' => 'App\\Controller\\Management\\ProfileCommentController',
  6830.                         'label' => 'Girls reviews',
  6831.                         'role' => 'ROLE_ACCESS_WALKER',
  6832.                         'disabled_actions' => [
  6833.                             => 'new',
  6834.                             => 'delete',
  6835.                         ],
  6836.                         'search' => [
  6837.                             'fields' => [
  6838.                                 => 'profile.owner.nickName',
  6839.                                 => 'profile.name',
  6840.                                 => 'user.nickName',
  6841.                                 => 'text',
  6842.                                 => 'ipAddress.ip',
  6843.                             ],
  6844.                         ],
  6845.                         'list' => [
  6846.                             'batch_actions' => [
  6847.                                 => [
  6848.                                     'name' => 'restore',
  6849.                                     'label' => 'Восстановить',
  6850.                                     'ask_confirm' => true,
  6851.                                 ],
  6852.                                 => [
  6853.                                     'name' => 'softDelete',
  6854.                                     'label' => 'Удалить',
  6855.                                     'ask_confirm' => true,
  6856.                                 ],
  6857.                             ],
  6858.                             'max_results' => 50,
  6859.                             'title' => 'Girls Reviews',
  6860.                             'fields' => [
  6861.                                 => [
  6862.                                     'property' => 'id',
  6863.                                     'label' => 'id',
  6864.                                 ],
  6865.                                 => [
  6866.                                     'property' => 'profile.owner.nickname',
  6867.                                     'label' => 'Profile owner',
  6868.                                     'template' => 'EasyAdmin/comment/field_owner_name.html.twig',
  6869.                                 ],
  6870.                                 => [
  6871.                                     'property' => 'profile.name',
  6872.                                     'label' => 'Profile name',
  6873.                                     'template' => 'EasyAdmin/comment/field_profile_name.html.twig',
  6874.                                 ],
  6875.                                 => [
  6876.                                     'property' => 'user.nickName',
  6877.                                     'label' => 'Walker',
  6878.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6879.                                 ],
  6880.                                 => [
  6881.                                     'property' => 'text',
  6882.                                     'label' => 'Review',
  6883.                                 ],
  6884.                                 => [
  6885.                                     'property' => 'profile.city.name',
  6886.                                     'label' => 'City',
  6887.                                 ],
  6888.                                 => [
  6889.                                     'property' => 'createdAt',
  6890.                                     'label' => 'Created',
  6891.                                 ],
  6892.                                 => [
  6893.                                     'property' => 'ipAddress.ip',
  6894.                                     'label' => 'IP',
  6895.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6896.                                 ],
  6897.                                 => [
  6898.                                     'property' => 'deleted',
  6899.                                     'label' => 'Deleted',
  6900.                                     'type' => 'boolean',
  6901.                                 ],
  6902.                                 => [
  6903.                                     'property' => 'mark',
  6904.                                     'label' => 'Mark',
  6905.                                 ],
  6906.                                 10 => [
  6907.                                     'property' => 'isCommentedBySupport',
  6908.                                     'label' => 'Replied',
  6909.                                     'type' => 'boolean',
  6910.                                 ],
  6911.                             ],
  6912.                             'actions' => [
  6913.                                 => [
  6914.                                     'name' => 'edit',
  6915.                                     'label' => 'Редактировать',
  6916.                                 ],
  6917.                                 => [
  6918.                                     'name' => 'restore',
  6919.                                     'label' => 'Восстановить',
  6920.                                 ],
  6921.                                 => [
  6922.                                     'name' => 'softDelete',
  6923.                                     'label' => 'Удалить',
  6924.                                 ],
  6925.                             ],
  6926.                         ],
  6927.                         'edit' => [
  6928.                             'fields' => [
  6929.                                 => [
  6930.                                     'property' => 'id',
  6931.                                     'label' => 'id',
  6932.                                     'type_options' => [
  6933.                                         'disabled' => true,
  6934.                                     ],
  6935.                                 ],
  6936.                                 => [
  6937.                                     'property' => 'createdAt',
  6938.                                     'label' => 'Date',
  6939.                                     'type_options' => [
  6940.                                         'disabled' => true,
  6941.                                     ],
  6942.                                 ],
  6943.                                 => [
  6944.                                     'property' => 'text',
  6945.                                     'label' => 'Review',
  6946.                                 ],
  6947.                                 => [
  6948.                                     'property' => 'mark',
  6949.                                     'label' => 'Mark',
  6950.                                     'type' => 'App\\Form\\Type\\ProfileCommentMarkChoiceType',
  6951.                                 ],
  6952.                                 => [
  6953.                                     'property' => 'ipAddress',
  6954.                                     'label' => 'IP',
  6955.                                     'type_options' => [
  6956.                                         'disabled' => true,
  6957.                                     ],
  6958.                                     'css_class' => 'comment-ip-address',
  6959.                                 ],
  6960.                             ],
  6961.                         ],
  6962.                         'templates' => [
  6963.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6964.                         ],
  6965.                         'name' => 'ProfileComment',
  6966.                     ],
  6967.                     'SaloonComment' => [
  6968.                         'class' => 'App\\Entity\\Saloon\\Comment\\CommentByCustomer',
  6969.                         'controller' => 'App\\Controller\\Management\\SaloonCommentController',
  6970.                         'label' => 'Saloons reviews',
  6971.                         'role' => 'ROLE_ACCESS_WALKER',
  6972.                         'disabled_actions' => [
  6973.                             => 'new',
  6974.                             => 'delete',
  6975.                         ],
  6976.                         'search' => [
  6977.                             'fields' => [
  6978.                                 => 'saloon.owner.nickName',
  6979.                                 => 'saloon.name',
  6980.                                 => 'user.nickName',
  6981.                                 => 'text',
  6982.                                 => 'ipAddress.ip',
  6983.                             ],
  6984.                         ],
  6985.                         'list' => [
  6986.                             'batch_actions' => [
  6987.                                 => [
  6988.                                     'name' => 'restore',
  6989.                                     'label' => 'Восстановить',
  6990.                                     'ask_confirm' => true,
  6991.                                 ],
  6992.                                 => [
  6993.                                     'name' => 'softDelete',
  6994.                                     'label' => 'Удалить',
  6995.                                     'ask_confirm' => true,
  6996.                                 ],
  6997.                             ],
  6998.                             'max_results' => 50,
  6999.                             'title' => 'Saloons Reviews',
  7000.                             'fields' => [
  7001.                                 => [
  7002.                                     'property' => 'id',
  7003.                                     'label' => 'id',
  7004.                                 ],
  7005.                                 => [
  7006.                                     'property' => 'saloon.name',
  7007.                                     'label' => 'Name',
  7008.                                     'template' => 'EasyAdmin/comment/field_saloon_name.html.twig',
  7009.                                 ],
  7010.                                 => [
  7011.                                     'property' => 'user.nickName',
  7012.                                     'label' => 'Walker',
  7013.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  7014.                                 ],
  7015.                                 => [
  7016.                                     'property' => 'text',
  7017.                                     'label' => 'Review',
  7018.                                 ],
  7019.                                 => [
  7020.                                     'property' => 'saloon.city.name',
  7021.                                     'label' => 'City',
  7022.                                 ],
  7023.                                 => [
  7024.                                     'property' => 'createdAt',
  7025.                                     'label' => 'Created',
  7026.                                 ],
  7027.                                 => [
  7028.                                     'property' => 'ipAddress.ip',
  7029.                                     'label' => 'IP',
  7030.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7031.                                 ],
  7032.                                 => [
  7033.                                     'property' => 'deleted',
  7034.                                     'label' => 'Deleted',
  7035.                                     'type' => 'boolean',
  7036.                                 ],
  7037.                                 => [
  7038.                                     'property' => 'mark',
  7039.                                     'label' => 'Mark',
  7040.                                 ],
  7041.                                 => [
  7042.                                     'property' => 'isCommentedBySupport',
  7043.                                     'label' => 'Replied',
  7044.                                     'type' => 'boolean',
  7045.                                 ],
  7046.                             ],
  7047.                             'actions' => [
  7048.                                 => [
  7049.                                     'name' => 'edit',
  7050.                                     'label' => 'Редактировать',
  7051.                                 ],
  7052.                                 => [
  7053.                                     'name' => 'restore',
  7054.                                     'label' => 'Восстановить',
  7055.                                 ],
  7056.                                 => [
  7057.                                     'name' => 'softDelete',
  7058.                                     'label' => 'Удалить',
  7059.                                 ],
  7060.                             ],
  7061.                         ],
  7062.                         'edit' => [
  7063.                             'fields' => [
  7064.                                 => [
  7065.                                     'property' => 'id',
  7066.                                     'label' => 'id',
  7067.                                     'type_options' => [
  7068.                                         'disabled' => true,
  7069.                                     ],
  7070.                                 ],
  7071.                                 => [
  7072.                                     'property' => 'createdAt',
  7073.                                     'label' => 'Date',
  7074.                                     'type_options' => [
  7075.                                         'disabled' => true,
  7076.                                     ],
  7077.                                 ],
  7078.                                 => [
  7079.                                     'property' => 'text',
  7080.                                     'label' => 'Review',
  7081.                                 ],
  7082.                                 => [
  7083.                                     'property' => 'mark',
  7084.                                     'label' => 'Mark',
  7085.                                     'type' => 'App\\Form\\Type\\SaloonCommentMarkChoiceType',
  7086.                                 ],
  7087.                                 => [
  7088.                                     'property' => 'ipAddress',
  7089.                                     'label' => 'IP',
  7090.                                     'type_options' => [
  7091.                                         'disabled' => true,
  7092.                                     ],
  7093.                                     'css_class' => 'comment-ip-address',
  7094.                                 ],
  7095.                             ],
  7096.                         ],
  7097.                         'templates' => [
  7098.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  7099.                         ],
  7100.                         'name' => 'SaloonComment',
  7101.                     ],
  7102.                     'Transactions' => [
  7103.                         'class' => 'App\\Entity\\Sales\\AccountTransaction',
  7104.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7105.                         'disabled_actions' => [
  7106.                             => 'new',
  7107.                             => 'edit',
  7108.                             => 'delete',
  7109.                         ],
  7110.                         'list' => [
  7111.                             'fields' => [
  7112.                                 => 'id',
  7113.                                 => [
  7114.                                     'property' => 'account',
  7115.                                     'label' => 'Account',
  7116.                                 ],
  7117.                                 => [
  7118.                                     'property' => 'date',
  7119.                                     'label' => 'Date',
  7120.                                 ],
  7121.                                 => [
  7122.                                     'property' => 'money',
  7123.                                     'label' => 'Money amount',
  7124.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7125.                                 ],
  7126.                             ],
  7127.                         ],
  7128.                         'name' => 'Transactions',
  7129.                     ],
  7130.                     'Payments' => [
  7131.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  7132.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7133.                         'disabled_actions' => [
  7134.                             => 'new',
  7135.                             => 'edit',
  7136.                             => 'delete',
  7137.                         ],
  7138.                         'list' => [
  7139.                             'fields' => [
  7140.                                 => 'id',
  7141.                                 => [
  7142.                                     'property' => 'account',
  7143.                                     'label' => 'Account',
  7144.                                 ],
  7145.                                 => [
  7146.                                     'property' => 'date',
  7147.                                     'label' => 'Date',
  7148.                                 ],
  7149.                                 => [
  7150.                                     'property' => 'paidMoney',
  7151.                                     'label' => 'Paid',
  7152.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7153.                                 ],
  7154.                                 => [
  7155.                                     'property' => 'enrolledMoney',
  7156.                                     'label' => 'Enrolled',
  7157.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7158.                                 ],
  7159.                                 => [
  7160.                                     'property' => 'redeemedToken',
  7161.                                     'label' => 'Pin-code',
  7162.                                 ],
  7163.                                 => [
  7164.                                     'property' => 'enrolledByDescription',
  7165.                                     'label' => 'Enrolled By',
  7166.                                 ],
  7167.                             ],
  7168.                         ],
  7169.                         'name' => 'Payments',
  7170.                     ],
  7171.                     'Charges' => [
  7172.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  7173.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7174.                         'disabled_actions' => [
  7175.                             => 'new',
  7176.                             => 'edit',
  7177.                             => 'delete',
  7178.                         ],
  7179.                         'list' => [
  7180.                             'fields' => [
  7181.                                 => 'id',
  7182.                                 => [
  7183.                                     'property' => 'account',
  7184.                                     'label' => 'Account',
  7185.                                 ],
  7186.                                 => [
  7187.                                     'property' => 'date',
  7188.                                     'label' => 'Date',
  7189.                                 ],
  7190.                                 => [
  7191.                                     'property' => 'chargedMoney',
  7192.                                     'label' => 'Charged',
  7193.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7194.                                 ],
  7195.                                 => [
  7196.                                     'property' => 'link',
  7197.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  7198.                                 ],
  7199.                                 => [
  7200.                                     'property' => 'price',
  7201.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  7202.                                 ],
  7203.                                 => [
  7204.                                     'property' => 'placementStart',
  7205.                                 ],
  7206.                                 => [
  7207.                                     'property' => 'placementEnd',
  7208.                                 ],
  7209.                             ],
  7210.                         ],
  7211.                         'name' => 'Charges',
  7212.                     ],
  7213.                     'Profile' => [
  7214.                         'class' => 'App\\Entity\\Profile\\Profile',
  7215.                         'controller' => 'App\\Controller\\Management\\ProfileController',
  7216.                         'label' => 'Profiles',
  7217.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7218.                         'disabled_actions' => [
  7219.                             => 'new',
  7220.                         ],
  7221.                         'list' => [
  7222.                             'title' => 'Profiles List',
  7223.                             'fields' => [
  7224.                                 => [
  7225.                                     'property' => 'id',
  7226.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7227.                                 ],
  7228.                                 => [
  7229.                                     'property' => 'name',
  7230.                                     'label' => 'Name',
  7231.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  7232.                                     'css_class' => 'profile_name_link',
  7233.                                 ],
  7234.                                 => [
  7235.                                     'property' => 'phoneNumber',
  7236.                                     'label' => 'Phone',
  7237.                                 ],
  7238.                                 => [
  7239.                                     'property' => 'city.name',
  7240.                                     'label' => 'City',
  7241.                                 ],
  7242.                                 => [
  7243.                                     'property' => 'owner.nickname',
  7244.                                     'label' => 'Owner',
  7245.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7246.                                 ],
  7247.                                 => 'createdAt',
  7248.                                 => [
  7249.                                     'property' => 'approved',
  7250.                                     'type' => 'boolean',
  7251.                                 ],
  7252.                                 => [
  7253.                                     'property' => 'isDeleted',
  7254.                                     'type' => 'boolean',
  7255.                                     'label' => 'Deleted',
  7256.                                 ],
  7257.                                 => [
  7258.                                     'property' => 'moderationStatus',
  7259.                                     'type' => 'boolean',
  7260.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7261.                                 ],
  7262.                                 => [
  7263.                                     'property' => 'isMediaProcessed',
  7264.                                     'type' => 'boolean',
  7265.                                     'label' => 'All video processed',
  7266.                                 ],
  7267.                             ],
  7268.                         ],
  7269.                         'form' => [
  7270.                             'form_options' => [
  7271.                                 'validation_groups' => [
  7272.                                     => 'Edit',
  7273.                                 ],
  7274.                             ],
  7275.                         ],
  7276.                         'templates' => [
  7277.                             'list' => 'EasyAdmin/profiles/list.html.twig',
  7278.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  7279.                         ],
  7280.                         'name' => 'Profile',
  7281.                     ],
  7282.                     'Saloon' => [
  7283.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7284.                         'controller' => 'App\\Controller\\Management\\SaloonController',
  7285.                         'label' => 'Saloons',
  7286.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7287.                         'disabled_actions' => [
  7288.                             => 'new',
  7289.                         ],
  7290.                         'list' => [
  7291.                             'title' => 'Saloons List',
  7292.                             'fields' => [
  7293.                                 => [
  7294.                                     'property' => 'id',
  7295.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7296.                                 ],
  7297.                                 => [
  7298.                                     'property' => 'name',
  7299.                                     'label' => 'Name',
  7300.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  7301.                                     'css_class' => 'profile_name_link',
  7302.                                 ],
  7303.                                 => [
  7304.                                     'property' => 'phoneNumber',
  7305.                                     'label' => 'Phone',
  7306.                                 ],
  7307.                                 => [
  7308.                                     'property' => 'city.name',
  7309.                                     'label' => 'City',
  7310.                                 ],
  7311.                                 => [
  7312.                                     'property' => 'owner.nickname',
  7313.                                     'label' => 'Owner',
  7314.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  7315.                                 ],
  7316.                                 => 'createdAt',
  7317.                                 => [
  7318.                                     'property' => 'isDeleted',
  7319.                                     'type' => 'boolean',
  7320.                                     'label' => 'Deleted',
  7321.                                 ],
  7322.                                 => [
  7323.                                     'property' => 'isMediaProcessed',
  7324.                                     'type' => 'boolean',
  7325.                                     'label' => 'All video processed',
  7326.                                 ],
  7327.                             ],
  7328.                         ],
  7329.                         'form' => [
  7330.                             'form_options' => [
  7331.                                 'validation_groups' => [
  7332.                                     => 'Edit',
  7333.                                 ],
  7334.                             ],
  7335.                         ],
  7336.                         'templates' => [
  7337.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  7338.                         ],
  7339.                         'name' => 'Saloon',
  7340.                     ],
  7341.                     'PageMetadata' => [
  7342.                         'class' => 'App\\Entity\\SEO\\PageMetadata',
  7343.                         'controller' => 'App\\Controller\\Management\\PageMetadataController',
  7344.                         'label' => 'Pages SEO',
  7345.                         'role' => 'ROLE_ADMIN_ACCESS_SEO',
  7346.                         'list' => [
  7347.                             'title' => 'Pages SEO',
  7348.                             'form_filters' => [
  7349.                                 => [
  7350.                                     'property' => 'city',
  7351.                                     'label' => 'City',
  7352.                                 ],
  7353.                             ],
  7354.                             'fields' => [
  7355.                                 => [
  7356.                                     'property' => 'city.name',
  7357.                                     'label' => 'City',
  7358.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7359.                                 ],
  7360.                                 => [
  7361.                                     'property' => 'uri',
  7362.                                     'label' => 'Page URI',
  7363.                                 ],
  7364.                                 => [
  7365.                                     'property' => 'hasPageHeading',
  7366.                                     'type' => 'boolean',
  7367.                                     'label' => '&lt;h1&gt;',
  7368.                                 ],
  7369.                                 => [
  7370.                                     'property' => 'hasMetaTitle',
  7371.                                     'type' => 'boolean',
  7372.                                     'label' => '&lt;title&gt;',
  7373.                                 ],
  7374.                                 => [
  7375.                                     'property' => 'hasMetaDescription',
  7376.                                     'type' => 'boolean',
  7377.                                     'label' => '&lt;meta description&gt;',
  7378.                                 ],
  7379.                                 => [
  7380.                                     'property' => 'hasMetaKeywords',
  7381.                                     'type' => 'boolean',
  7382.                                     'label' => '&lt;meta keywords&gt;',
  7383.                                 ],
  7384.                                 => [
  7385.                                     'property' => 'hasTopHtml',
  7386.                                     'type' => 'boolean',
  7387.                                     'label' => 'Top block',
  7388.                                 ],
  7389.                                 => [
  7390.                                     'property' => 'hasBottomHtml',
  7391.                                     'type' => 'boolean',
  7392.                                     'label' => 'Bottom block',
  7393.                                 ],
  7394.                             ],
  7395.                         ],
  7396.                         'form' => [
  7397.                             'title' => 'Page SEO (#%entity_id%)',
  7398.                             'fields' => [
  7399.                                 => [
  7400.                                     'property' => 'city',
  7401.                                     'label' => 'City',
  7402.                                     'type_options' => [
  7403.                                         'required' => true,
  7404.                                     ],
  7405.                                 ],
  7406.                                 => [
  7407.                                     'property' => 'uri',
  7408.                                     'label' => 'Page URI',
  7409.                                 ],
  7410.                                 => [
  7411.                                     'type' => 'section',
  7412.                                     'label' => 'On page texts',
  7413.                                 ],
  7414.                                 => [
  7415.                                     'property' => 'pageHeading',
  7416.                                     'label' => 'Page heading',
  7417.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7418.                                     'type_options' => [
  7419.                                         'locales' => [
  7420.                                             => 'ru',
  7421.                                             => 'en',
  7422.                                         ],
  7423.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7424.                                     ],
  7425.                                     'help' => 'Usual placement is &lt;h1&gt; tag. Supports <strong>only plain text</strong>.',
  7426.                                 ],
  7427.                                 => [
  7428.                                     'type' => 'section',
  7429.                                     'label' => 'Meta texts',
  7430.                                 ],
  7431.                                 => [
  7432.                                     'property' => 'metaTitle',
  7433.                                     'label' => 'Page title',
  7434.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7435.                                     'type_options' => [
  7436.                                         'locales' => [
  7437.                                             => 'ru',
  7438.                                             => 'en',
  7439.                                         ],
  7440.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7441.                                     ],
  7442.                                     'help' => 'Placed within &lt;title&gt; tag. Supports <strong>only plain text</strong>.',
  7443.                                 ],
  7444.                                 => [
  7445.                                     'property' => 'metaDescription',
  7446.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7447.                                     'type_options' => [
  7448.                                         'locales' => [
  7449.                                             => 'ru',
  7450.                                             => 'en',
  7451.                                         ],
  7452.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7453.                                     ],
  7454.                                     'help' => 'Supports <strong>only plain text</strong>.',
  7455.                                 ],
  7456.                                 => [
  7457.                                     'property' => 'metaKeywords',
  7458.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7459.                                     'type_options' => [
  7460.                                         'locales' => [
  7461.                                             => 'ru',
  7462.                                             => 'en',
  7463.                                         ],
  7464.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7465.                                     ],
  7466.                                     'help' => 'Supports <strong>only plain text</strong>.',
  7467.                                 ],
  7468.                                 => [
  7469.                                     'type' => 'section',
  7470.                                     'label' => 'HTML blocks',
  7471.                                 ],
  7472.                                 => [
  7473.                                     'property' => 'topHtml',
  7474.                                     'label' => 'Top block',
  7475.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7476.                                     'type_options' => [
  7477.                                         'locales' => [
  7478.                                             => 'ru',
  7479.                                             => 'en',
  7480.                                         ],
  7481.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7482.                                     ],
  7483.                                     'help' => 'Placed at the top of the page. Supports HTML markup.',
  7484.                                 ],
  7485.                                 10 => [
  7486.                                     'property' => 'bottomHtml',
  7487.                                     'label' => 'Bottom block',
  7488.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7489.                                     'type_options' => [
  7490.                                         'locales' => [
  7491.                                             => 'ru',
  7492.                                             => 'en',
  7493.                                         ],
  7494.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7495.                                     ],
  7496.                                     'help' => 'Placed at the bottom of the page. Supports HTML markup.',
  7497.                                 ],
  7498.                             ],
  7499.                         ],
  7500.                         'edit' => [
  7501.                             'fields' => [
  7502.                                 => [
  7503.                                     'property' => 'city',
  7504.                                     'type_options' => [
  7505.                                         'disabled' => true,
  7506.                                     ],
  7507.                                 ],
  7508.                                 => [
  7509.                                     'property' => 'uri',
  7510.                                     'type_options' => [
  7511.                                         'disabled' => true,
  7512.                                     ],
  7513.                                 ],
  7514.                             ],
  7515.                         ],
  7516.                         'name' => 'PageMetadata',
  7517.                     ],
  7518.                     'ApprovalRequest' => [
  7519.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ApprovalRequest',
  7520.                         'controller' => 'App\\Controller\\Management\\ProfileApprovalController',
  7521.                         'label' => 'Approval',
  7522.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7523.                         'disabled_actions' => [
  7524.                             => 'new',
  7525.                             => 'delete',
  7526.                         ],
  7527.                         'list' => [
  7528.                             'title' => 'Approval List',
  7529.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7530.                             'fields' => [
  7531.                                 => [
  7532.                                     'property' => 'id',
  7533.                                     'label' => 'Request ID',
  7534.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7535.                                 ],
  7536.                                 => [
  7537.                                     'property' => 'profile.id',
  7538.                                     'type_options' => [
  7539.                                         'disabled' => true,
  7540.                                     ],
  7541.                                     'label' => 'Profile ID',
  7542.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7543.                                 ],
  7544.                                 => [
  7545.                                     'property' => 'profile.name',
  7546.                                     'type_options' => [
  7547.                                         'disabled' => true,
  7548.                                     ],
  7549.                                     'label' => 'Profile name',
  7550.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7551.                                 ],
  7552.                                 => [
  7553.                                     'property' => 'profile.owner.nickname',
  7554.                                     'type_options' => [
  7555.                                         'disabled' => true,
  7556.                                     ],
  7557.                                     'label' => 'Owner',
  7558.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7559.                                 ],
  7560.                                 => [
  7561.                                     'property' => 'updatedAt',
  7562.                                     'label' => 'Date',
  7563.                                 ],
  7564.                                 => [
  7565.                                     'property' => 'profile.moderationStatus',
  7566.                                     'type' => 'boolean',
  7567.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7568.                                 ],
  7569.                                 => [
  7570.                                     'property' => 'isMediaProcessed',
  7571.                                     'type' => 'boolean',
  7572.                                     'label' => 'Approval video processed',
  7573.                                 ],
  7574.                             ],
  7575.                         ],
  7576.                         'search' => [
  7577.                             'fields' => [
  7578.                                 => 'profile.id',
  7579.                                 => 'profile.owner.nickName',
  7580.                             ],
  7581.                         ],
  7582.                         'edit' => [
  7583.                             'fields' => [
  7584.                                 => [
  7585.                                     'property' => 'id',
  7586.                                     'type_options' => [
  7587.                                         'disabled' => true,
  7588.                                     ],
  7589.                                 ],
  7590.                             ],
  7591.                         ],
  7592.                         'templates' => [
  7593.                             'edit' => 'EasyAdmin/profile_approval/edit.html.twig',
  7594.                         ],
  7595.                         'name' => 'ApprovalRequest',
  7596.                     ],
  7597.                     'ProfileModeration' => [
  7598.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ModerationRequest',
  7599.                         'controller' => 'App\\Controller\\Management\\ProfileModerationController',
  7600.                         'label' => 'Moderation',
  7601.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7602.                         'disabled_actions' => [
  7603.                             => 'new',
  7604.                         ],
  7605.                         'list' => [
  7606.                             'batch_actions' => [
  7607.                                 => [
  7608.                                     'name' => 'pass',
  7609.                                     'label' => 'Одобрить',
  7610.                                     'ask_confirm' => true,
  7611.                                 ],
  7612.                                 => [
  7613.                                     'name' => 'reject',
  7614.                                     'label' => 'Отклонить',
  7615.                                     'ask_confirm' => true,
  7616.                                 ],
  7617.                             ],
  7618.                             'title' => 'Profiles List',
  7619.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7620.                             'fields' => [
  7621.                                 => [
  7622.                                     'property' => 'id',
  7623.                                     'label' => 'Request ID',
  7624.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7625.                                 ],
  7626.                                 => [
  7627.                                     'property' => 'profile.id',
  7628.                                     'label' => 'Profile ID',
  7629.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7630.                                 ],
  7631.                                 => [
  7632.                                     'property' => 'profile.name',
  7633.                                     'label' => 'Profile name',
  7634.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7635.                                     'css_class' => 'profile_name_link',
  7636.                                 ],
  7637.                                 => [
  7638.                                     'property' => 'profile.phoneNumber',
  7639.                                     'label' => 'Phone',
  7640.                                 ],
  7641.                                 => [
  7642.                                     'property' => 'profile.owner.nickName',
  7643.                                     'label' => 'Owner',
  7644.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7645.                                 ],
  7646.                                 => [
  7647.                                     'property' => 'updatedAt',
  7648.                                     'label' => 'Date',
  7649.                                 ],
  7650.                                 => [
  7651.                                     'property' => 'isProfileMediaProcessed',
  7652.                                     'type' => 'boolean',
  7653.                                     'label' => 'Profile video processed',
  7654.                                 ],
  7655.                             ],
  7656.                         ],
  7657.                         'search' => [
  7658.                             'fields' => [
  7659.                                 => 'profile.id',
  7660.                                 => 'profile.phoneNumber',
  7661.                                 => 'profile.owner.nickName',
  7662.                             ],
  7663.                         ],
  7664.                         'form' => [
  7665.                             'form_options' => [
  7666.                                 'validation_groups' => [
  7667.                                     => 'Edit',
  7668.                                 ],
  7669.                             ],
  7670.                         ],
  7671.                         'templates' => [
  7672.                             'list' => 'EasyAdmin/profile_moderation/list.html.twig',
  7673.                             'edit' => 'EasyAdmin/profile_moderation/edit.html.twig',
  7674.                         ],
  7675.                         'name' => 'ProfileModeration',
  7676.                     ],
  7677.                     'SupportMessage' => [
  7678.                         'class' => 'App\\Entity\\Account\\SupportMessage',
  7679.                         'controller' => 'App\\Controller\\Management\\SupportMessagesController',
  7680.                         'label' => 'Messages',
  7681.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7682.                         'disabled_actions' => [
  7683.                             => 'new',
  7684.                             => 'delete',
  7685.                         ],
  7686.                         'search' => [
  7687.                             'fields' => [
  7688.                                 => 'owner.nickName',
  7689.                                 => 'topic',
  7690.                                 => 'message',
  7691.                             ],
  7692.                         ],
  7693.                         'list' => [
  7694.                             'actions' => [
  7695.                                 => [
  7696.                                     'name' => 'edit',
  7697.                                     'label' => 'Просмотреть',
  7698.                                 ],
  7699.                             ],
  7700.                             'max_results' => 10,
  7701.                             'title' => 'Messages',
  7702.                             'fields' => [
  7703.                                 => 'id',
  7704.                                 => [
  7705.                                     'property' => 'owner.nickname',
  7706.                                     'label' => 'Author',
  7707.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7708.                                 ],
  7709.                                 => [
  7710.                                     'property' => 'topic',
  7711.                                     'label' => 'Topic',
  7712.                                 ],
  7713.                                 => [
  7714.                                     'property' => 'message',
  7715.                                     'label' => 'Message',
  7716.                                 ],
  7717.                                 => [
  7718.                                     'property' => 'lastMessageAt',
  7719.                                     'label' => 'Last user message',
  7720.                                 ],
  7721.                             ],
  7722.                         ],
  7723.                         'edit' => [
  7724.                             'fields' => [
  7725.                                 => [
  7726.                                     'property' => 'id',
  7727.                                     'label' => 'ID',
  7728.                                     'type_options' => [
  7729.                                         'disabled' => true,
  7730.                                     ],
  7731.                                 ],
  7732.                             ],
  7733.                         ],
  7734.                         'templates' => [
  7735.                             'list' => 'EasyAdmin/support_messages/list.html.twig',
  7736.                             'edit' => 'EasyAdmin/support_messages/edit.html.twig',
  7737.                         ],
  7738.                         'name' => 'SupportMessage',
  7739.                     ],
  7740.                     'PhoneReview' => [
  7741.                         'class' => 'App\\MultiWebsite\\Entity\\PhoneReview',
  7742.                         'label' => 'Phone Reviews',
  7743.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7744.                         'disabled_actions' => [
  7745.                             => 'new',
  7746.                         ],
  7747.                         'list' => [
  7748.                             'max_results' => 50,
  7749.                             'title' => 'Phone Reviews',
  7750.                             'fields' => [
  7751.                                 => 'phone',
  7752.                                 => 'review',
  7753.                                 => 'mark',
  7754.                                 => 'createdAt',
  7755.                             ],
  7756.                         ],
  7757.                         'name' => 'PhoneReview',
  7758.                     ],
  7759.                     'Analytics' => [
  7760.                         'class' => 'App\\Entity\\Sales\\Profile\\PlacementCharge',
  7761.                         'controller' => 'App\\Controller\\Management\\AnalyticsController',
  7762.                         'label' => 'Analytics',
  7763.                         'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  7764.                         'disabled_actions' => [
  7765.                             => 'new',
  7766.                             => 'delete',
  7767.                         ],
  7768.                         'list' => [
  7769.                             'title' => 'Live',
  7770.                         ],
  7771.                         'templates' => [
  7772.                             'list' => 'EasyAdmin/analytics/list.html.twig',
  7773.                         ],
  7774.                         'name' => 'Analytics',
  7775.                     ],
  7776.                     'DeletedProfile' => [
  7777.                         'class' => 'App\\Entity\\Profile\\Profile',
  7778.                         'controller' => 'App\\Controller\\Management\\DeletedProfilesController',
  7779.                         'label' => 'Deleted Profiles',
  7780.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7781.                         'disabled_actions' => [
  7782.                             => 'new',
  7783.                             => 'edit',
  7784.                             => 'delete',
  7785.                         ],
  7786.                         'templates' => [
  7787.                             'list' => 'EasyAdmin/deleted_profiles/list.html.twig',
  7788.                         ],
  7789.                         'list' => [
  7790.                             'actions' => [
  7791.                                 => [
  7792.                                     'name' => 'restore',
  7793.                                     'label' => 'Восстановить',
  7794.                                 ],
  7795.                             ],
  7796.                             'title' => 'Profiles List',
  7797.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7798.                             'fields' => [
  7799.                                 => [
  7800.                                     'property' => 'name',
  7801.                                     'label' => 'Name',
  7802.                                     'css_class' => 'profile_name_link',
  7803.                                 ],
  7804.                                 => [
  7805.                                     'property' => 'deletedAt',
  7806.                                     'label' => 'deletedAt',
  7807.                                 ],
  7808.                             ],
  7809.                             'sort' => [
  7810.                                 => 'deletedAt',
  7811.                                 => 'DESC',
  7812.                             ],
  7813.                         ],
  7814.                         'name' => 'DeletedProfile',
  7815.                     ],
  7816.                     'DeletedSaloon' => [
  7817.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7818.                         'controller' => 'App\\Controller\\Management\\DeletedSaloonController',
  7819.                         'label' => 'Deleted Saloons',
  7820.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7821.                         'disabled_actions' => [
  7822.                             => 'new',
  7823.                             => 'edit',
  7824.                             => 'delete',
  7825.                         ],
  7826.                         'templates' => [
  7827.                             'list' => 'EasyAdmin/deleted_saloons/list.html.twig',
  7828.                         ],
  7829.                         'list' => [
  7830.                             'actions' => [
  7831.                                 => [
  7832.                                     'name' => 'restore',
  7833.                                     'label' => 'Восстановить',
  7834.                                 ],
  7835.                             ],
  7836.                             'title' => 'Profiles List',
  7837.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7838.                             'fields' => [
  7839.                                 => [
  7840.                                     'property' => 'name',
  7841.                                     'label' => 'Name',
  7842.                                     'css_class' => 'profile_name_link',
  7843.                                 ],
  7844.                                 => [
  7845.                                     'property' => 'deletedAt',
  7846.                                     'label' => 'deletedAt',
  7847.                                 ],
  7848.                             ],
  7849.                             'sort' => [
  7850.                                 => 'deletedAt',
  7851.                                 => 'DESC',
  7852.                             ],
  7853.                         ],
  7854.                         'name' => 'DeletedSaloon',
  7855.                     ],
  7856.                     'CityPrice' => [
  7857.                         'class' => 'App\\Entity\\Location\\City',
  7858.                         'controller' => 'App\\Controller\\Management\\CityPricesController',
  7859.                         'label' => 'City prices',
  7860.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7861.                         'disabled_actions' => [
  7862.                             => 'new',
  7863.                             => 'delete',
  7864.                         ],
  7865.                         'templates' => [
  7866.                             'list' => 'EasyAdmin/city_prices/list.html.twig',
  7867.                         ],
  7868.                         'list' => [
  7869.                             'title' => 'City prices',
  7870.                             'actions' => [
  7871.                                 => [
  7872.                                     'name' => 'dynamicPricesData',
  7873.                                     'label' => 'Dynamic prices data',
  7874.                                 ],
  7875.                                 => [
  7876.                                     'name' => 'dynamicPricesSave',
  7877.                                     'label' => 'Dynamic prices save',
  7878.                                 ],
  7879.                                 => [
  7880.                                     'name' => 'dynamicPricesReplace',
  7881.                                     'label' => 'Dynamic prices replace',
  7882.                                 ],
  7883.                                 => [
  7884.                                     'name' => 'dynamicPricesFillDefaults',
  7885.                                     'label' => 'Dynamic prices fill defaults',
  7886.                                 ],
  7887.                             ],
  7888.                             'fields' => [
  7889.                                 => 'id',
  7890.                                 => [
  7891.                                     'property' => 'name',
  7892.                                     'label' => 'Name',
  7893.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7894.                                 ],
  7895.                             ],
  7896.                         ],
  7897.                         'form' => [
  7898.                             'form_options' => [
  7899.                                 'empty_data' => NULL,
  7900.                             ],
  7901.                             'fields' => [
  7902.                                 => [
  7903.                                     'property' => 'name',
  7904.                                     'label' => ' ',
  7905.                                     'type_options' => [
  7906.                                         'disabled' => true,
  7907.                                         'block_name' => 'city_name',
  7908.                                         'required' => false,
  7909.                                     ],
  7910.                                 ],
  7911.                             ],
  7912.                         ],
  7913.                         'name' => 'CityPrice',
  7914.                     ],
  7915.                     'OfferBar' => [
  7916.                         'class' => 'App\\Entity\\System\\Variable',
  7917.                         'controller' => 'App\\Controller\\Management\\OfferBarController',
  7918.                         'label' => 'Offer Bar',
  7919.                         'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  7920.                         'disabled_actions' => [
  7921.                             => 'new',
  7922.                             => 'delete',
  7923.                             => 'form',
  7924.                         ],
  7925.                         'list' => [
  7926.                             'title' => 'Offer Bar',
  7927.                             'actions' => [
  7928.                                 => [
  7929.                                     'name' => 'save',
  7930.                                     'label' => 'Восстановить',
  7931.                                 ],
  7932.                             ],
  7933.                             'fields' => [
  7934.                                 => 'id',
  7935.                             ],
  7936.                         ],
  7937.                         'name' => 'OfferBar',
  7938.                     ],
  7939.                     'IpAddress' => [
  7940.                         'class' => 'App\\Entity\\System\\IpAddress',
  7941.                         'controller' => 'App\\Controller\\Management\\IpAddressController',
  7942.                         'label' => 'IPs',
  7943.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7944.                         'disabled_actions' => [
  7945.                             => 'delete',
  7946.                             => 'form',
  7947.                         ],
  7948.                         'list' => [
  7949.                             'title' => 'IPs',
  7950.                             'actions' => [
  7951.                                 => [
  7952.                                     'name' => 'permanentBan',
  7953.                                     'label' => 'Забанить',
  7954.                                     'icon' => 'ban',
  7955.                                     'css_class' => 'text-danger',
  7956.                                 ],
  7957.                             ],
  7958.                             'fields' => [
  7959.                                 => 'id',
  7960.                                 => [
  7961.                                     'property' => 'ip',
  7962.                                     'label' => 'IP',
  7963.                                 ],
  7964.                                 => [
  7965.                                     'property' => 'activeDailyCommentBan.date',
  7966.                                     'label' => 'Active daily ban',
  7967.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7968.                                 ],
  7969.                                 => [
  7970.                                     'property' => 'activePermanentCommentBan.date',
  7971.                                     'label' => 'Active permanent ban',
  7972.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7973.                                 ],
  7974.                                 => [
  7975.                                     'property' => 'dailyCommentBansCount',
  7976.                                     'label' => 'Temporary bans',
  7977.                                 ],
  7978.                                 => [
  7979.                                     'property' => 'permanentCommentBansCount',
  7980.                                     'label' => 'Permanent bans',
  7981.                                 ],
  7982.                             ],
  7983.                         ],
  7984.                         'edit' => [
  7985.                             'title' => 'IP or Network',
  7986.                             'form_options' => [
  7987.                                 'empty_data' => NULL,
  7988.                             ],
  7989.                             'fields' => [
  7990.                                 => [
  7991.                                     'property' => 'ip',
  7992.                                     'label' => 'IP',
  7993.                                     'type_options' => [
  7994.                                         'disabled' => true,
  7995.                                     ],
  7996.                                 ],
  7997.                                 => [
  7998.                                     'type' => 'group',
  7999.                                     'label' => 'IP profile comments',
  8000.                                 ],
  8001.                                 => [
  8002.                                     'property' => 'profileComments',
  8003.                                     'type' => 'embedded_list',
  8004.                                     'type_options' => [
  8005.                                         'mapped' => false,
  8006.                                         'entity' => 'ProfileComment',
  8007.                                         'ext_filters' => [
  8008.                                             'entity.ipAddress' => 'form:parent.data.id',
  8009.                                         ],
  8010.                                     ],
  8011.                                 ],
  8012.                                 => [
  8013.                                     'type' => 'group',
  8014.                                     'label' => 'IP saloon comments',
  8015.                                 ],
  8016.                                 => [
  8017.                                     'property' => 'saloonComments',
  8018.                                     'type' => 'embedded_list',
  8019.                                     'type_options' => [
  8020.                                         'mapped' => false,
  8021.                                         'entity' => 'SaloonComment',
  8022.                                         'ext_filters' => [
  8023.                                             'entity.ipAddress' => 'form:parent.data.id',
  8024.                                         ],
  8025.                                     ],
  8026.                                 ],
  8027.                                 => [
  8028.                                     'type' => 'group',
  8029.                                     'label' => 'Ban history',
  8030.                                 ],
  8031.                                 => [
  8032.                                     'property' => 'commentBans',
  8033.                                     'type' => 'embedded_list',
  8034.                                     'type_options' => [
  8035.                                         'mapped' => false,
  8036.                                         'entity' => 'IpAddressCommentBan',
  8037.                                         'ext_filters' => [
  8038.                                             'entity.ipAddress' => 'form:parent.data.id',
  8039.                                         ],
  8040.                                     ],
  8041.                                 ],
  8042.                             ],
  8043.                         ],
  8044.                         'new' => [
  8045.                             'title' => 'New IP or Network',
  8046.                             'fields' => [
  8047.                                 => [
  8048.                                     'property' => 'ip',
  8049.                                     'label' => 'IP',
  8050.                                 ],
  8051.                             ],
  8052.                         ],
  8053.                         'name' => 'IpAddress',
  8054.                     ],
  8055.                     'IpAddressDailyCommentBan' => [
  8056.                         'class' => 'App\\Entity\\System\\IpAddressDailyCommentBan',
  8057.                         'controller' => 'App\\Controller\\Management\\IpAddressDailyCommentBanController',
  8058.                         'label' => 'Temporary comment ban (today)',
  8059.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8060.                         'disabled_actions' => [
  8061.                             => 'new',
  8062.                             => 'delete',
  8063.                         ],
  8064.                         'list' => [
  8065.                             'dql_filter' => 'entity.date >= curdate() AND entity.isReset = 0',
  8066.                             'title' => 'Temporary comment ban (today)',
  8067.                             'actions' => [
  8068.                                 => [
  8069.                                     'name' => 'reset',
  8070.                                     'label' => 'Reset',
  8071.                                 ],
  8072.                                 => [
  8073.                                     'name' => 'deleteComments',
  8074.                                     'label' => 'Delete comments',
  8075.                                 ],
  8076.                             ],
  8077.                             'fields' => [
  8078.                                 => 'id',
  8079.                                 => [
  8080.                                     'property' => 'ipAddress.ip',
  8081.                                     'label' => 'IP',
  8082.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  8083.                                 ],
  8084.                                 => [
  8085.                                     'property' => 'date',
  8086.                                     'label' => 'Date',
  8087.                                 ],
  8088.                                 => [
  8089.                                     'property' => 'ipAddress.dailyCommentBansCount',
  8090.                                     'label' => 'Temporary bans',
  8091.                                 ],
  8092.                                 => [
  8093.                                     'property' => 'ipAddress.permanentCommentBansCount',
  8094.                                     'label' => 'Permanent bans',
  8095.                                 ],
  8096.                                 => [
  8097.                                     'property' => 'isReset',
  8098.                                     'type' => 'boolean',
  8099.                                 ],
  8100.                             ],
  8101.                         ],
  8102.                         'edit' => [
  8103.                             'fields' => [
  8104.                                 => [
  8105.                                     'property' => 'id',
  8106.                                     'label' => 'id',
  8107.                                     'type_options' => [
  8108.                                         'disabled' => true,
  8109.                                     ],
  8110.                                 ],
  8111.                                 => [
  8112.                                     'property' => 'ipAddress',
  8113.                                     'label' => 'IP',
  8114.                                     'type_options' => [
  8115.                                         'disabled' => true,
  8116.                                     ],
  8117.                                 ],
  8118.                                 => [
  8119.                                     'property' => 'date',
  8120.                                     'label' => 'Date',
  8121.                                     'type_options' => [
  8122.                                         'disabled' => true,
  8123.                                     ],
  8124.                                 ],
  8125.                                 => [
  8126.                                     'property' => 'isReset',
  8127.                                     'type_options' => [
  8128.                                         'disabled' => true,
  8129.                                     ],
  8130.                                 ],
  8131.                             ],
  8132.                         ],
  8133.                         'templates' => [
  8134.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  8135.                         ],
  8136.                         'name' => 'IpAddressDailyCommentBan',
  8137.                     ],
  8138.                     'IpAddressPermanentCommentBan' => [
  8139.                         'class' => 'App\\Entity\\System\\IpAddressPermanentCommentBan',
  8140.                         'controller' => 'App\\Controller\\Management\\IpAddressPermanentCommentBanController',
  8141.                         'label' => 'Permanent comment ban',
  8142.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8143.                         'disabled_actions' => [
  8144.                             => 'new',
  8145.                             => 'delete',
  8146.                         ],
  8147.                         'list' => [
  8148.                             'dql_filter' => 'entity.isReset = 0',
  8149.                             'title' => 'Permanent comment ban',
  8150.                             'actions' => [
  8151.                                 => [
  8152.                                     'name' => 'reset',
  8153.                                     'label' => 'Reset',
  8154.                                 ],
  8155.                                 => [
  8156.                                     'name' => 'deleteComments',
  8157.                                     'label' => 'Delete comments',
  8158.                                 ],
  8159.                             ],
  8160.                             'fields' => [
  8161.                                 => 'id',
  8162.                                 => [
  8163.                                     'property' => 'ipAddress.ip',
  8164.                                     'label' => 'IP',
  8165.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  8166.                                 ],
  8167.                                 => [
  8168.                                     'property' => 'date',
  8169.                                     'label' => 'Date',
  8170.                                 ],
  8171.                                 => [
  8172.                                     'property' => 'ipAddress.dailyCommentBansCount',
  8173.                                     'label' => 'Temporary bans',
  8174.                                 ],
  8175.                                 => [
  8176.                                     'property' => 'ipAddress.permanentCommentBansCount',
  8177.                                     'label' => 'Permanent bans',
  8178.                                 ],
  8179.                                 => [
  8180.                                     'property' => 'isReset',
  8181.                                     'type' => 'boolean',
  8182.                                 ],
  8183.                             ],
  8184.                         ],
  8185.                         'edit' => [
  8186.                             'fields' => [
  8187.                                 => [
  8188.                                     'property' => 'id',
  8189.                                     'label' => 'id',
  8190.                                     'type_options' => [
  8191.                                         'disabled' => true,
  8192.                                     ],
  8193.                                 ],
  8194.                                 => [
  8195.                                     'property' => 'ipAddress',
  8196.                                     'label' => 'IP',
  8197.                                     'type_options' => [
  8198.                                         'disabled' => true,
  8199.                                     ],
  8200.                                 ],
  8201.                                 => [
  8202.                                     'property' => 'date',
  8203.                                     'label' => 'Date',
  8204.                                     'type_options' => [
  8205.                                         'disabled' => true,
  8206.                                     ],
  8207.                                 ],
  8208.                                 => [
  8209.                                     'property' => 'isReset',
  8210.                                     'type_options' => [
  8211.                                         'disabled' => true,
  8212.                                     ],
  8213.                                 ],
  8214.                             ],
  8215.                         ],
  8216.                         'templates' => [
  8217.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  8218.                         ],
  8219.                         'name' => 'IpAddressPermanentCommentBan',
  8220.                     ],
  8221.                     'IpAddressCommentBan' => [
  8222.                         'class' => 'App\\Entity\\System\\IpAddressCommentBan',
  8223.                         'controller' => 'App\\Controller\\Management\\IpAddressCommentBanController',
  8224.                         'label' => 'Comment ban history',
  8225.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8226.                         'disabled_actions' => [
  8227.                             => 'new',
  8228.                             => 'delete',
  8229.                         ],
  8230.                         'list' => [
  8231.                             'title' => 'Comment ban history',
  8232.                             'actions' => [
  8233.                                 => [
  8234.                                     'name' => 'deleteComments',
  8235.                                     'label' => 'Delete comments',
  8236.                                 ],
  8237.                             ],
  8238.                             'fields' => [
  8239.                                 => 'id',
  8240.                                 => [
  8241.                                     'property' => 'ipAddress.ip',
  8242.                                     'label' => 'IP',
  8243.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  8244.                                 ],
  8245.                                 => [
  8246.                                     'property' => 'date',
  8247.                                     'label' => 'Date',
  8248.                                 ],
  8249.                                 => [
  8250.                                     'property' => 'ipAddress.dailyCommentBansCount',
  8251.                                     'label' => 'Temporary bans',
  8252.                                 ],
  8253.                                 => [
  8254.                                     'property' => 'ipAddress.permanentCommentBansCount',
  8255.                                     'label' => 'Permanent bans',
  8256.                                 ],
  8257.                                 => [
  8258.                                     'property' => 'isReset',
  8259.                                     'type' => 'boolean',
  8260.                                 ],
  8261.                                 => [
  8262.                                     'property' => 'type',
  8263.                                 ],
  8264.                             ],
  8265.                         ],
  8266.                         'edit' => [
  8267.                             'fields' => [
  8268.                                 => [
  8269.                                     'property' => 'id',
  8270.                                     'label' => 'id',
  8271.                                     'type_options' => [
  8272.                                         'disabled' => true,
  8273.                                     ],
  8274.                                 ],
  8275.                                 => [
  8276.                                     'property' => 'ipAddress',
  8277.                                     'label' => 'IP',
  8278.                                     'type_options' => [
  8279.                                         'disabled' => true,
  8280.                                     ],
  8281.                                 ],
  8282.                                 => [
  8283.                                     'property' => 'date',
  8284.                                     'label' => 'Date',
  8285.                                     'type_options' => [
  8286.                                         'disabled' => true,
  8287.                                     ],
  8288.                                 ],
  8289.                                 => [
  8290.                                     'property' => 'isReset',
  8291.                                     'type_options' => [
  8292.                                         'disabled' => true,
  8293.                                     ],
  8294.                                 ],
  8295.                             ],
  8296.                         ],
  8297.                         'templates' => [
  8298.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  8299.                         ],
  8300.                         'name' => 'IpAddressCommentBan',
  8301.                     ],
  8302.                     'AccountProfile' => [
  8303.                         'class' => 'App\\Entity\\Profile\\Profile',
  8304.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  8305.                         'disabled_actions' => [
  8306.                             => 'new',
  8307.                         ],
  8308.                         'list' => [
  8309.                             'title' => 'Owned profiles',
  8310.                             'fields' => [
  8311.                                 => [
  8312.                                     'property' => 'id',
  8313.                                     'template' => 'EasyAdmin/field_id.html.twig',
  8314.                                 ],
  8315.                                 => [
  8316.                                     'property' => 'name',
  8317.                                     'label' => 'Name',
  8318.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  8319.                                     'css_class' => 'profile_name_link',
  8320.                                 ],
  8321.                                 => [
  8322.                                     'property' => 'phoneNumber',
  8323.                                     'label' => 'Phone',
  8324.                                 ],
  8325.                                 => [
  8326.                                     'property' => 'city.name',
  8327.                                     'label' => 'City',
  8328.                                 ],
  8329.                                 => [
  8330.                                     'property' => 'owner.nickname',
  8331.                                     'label' => 'Owner',
  8332.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  8333.                                 ],
  8334.                                 => 'createdAt',
  8335.                                 => [
  8336.                                     'property' => 'approved',
  8337.                                     'type' => 'boolean',
  8338.                                 ],
  8339.                                 => [
  8340.                                     'property' => 'isDeleted',
  8341.                                     'type' => 'boolean',
  8342.                                     'label' => 'Deleted',
  8343.                                 ],
  8344.                                 => [
  8345.                                     'property' => 'moderationStatus',
  8346.                                     'type' => 'boolean',
  8347.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  8348.                                 ],
  8349.                                 => [
  8350.                                     'property' => 'isMediaProcessed',
  8351.                                     'type' => 'boolean',
  8352.                                     'label' => 'All video processed',
  8353.                                 ],
  8354.                             ],
  8355.                         ],
  8356.                         'form' => [
  8357.                             'form_options' => [
  8358.                                 'validation_groups' => [
  8359.                                     => 'Edit',
  8360.                                 ],
  8361.                             ],
  8362.                         ],
  8363.                         'templates' => [
  8364.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8365.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  8366.                         ],
  8367.                         'name' => 'AccountProfile',
  8368.                     ],
  8369.                     'AccountSaloon' => [
  8370.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  8371.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  8372.                         'disabled_actions' => [
  8373.                             => 'new',
  8374.                         ],
  8375.                         'list' => [
  8376.                             'title' => 'Owned saloons',
  8377.                             'fields' => [
  8378.                                 => [
  8379.                                     'property' => 'id',
  8380.                                     'template' => 'EasyAdmin/field_id.html.twig',
  8381.                                 ],
  8382.                                 => [
  8383.                                     'property' => 'name',
  8384.                                     'label' => 'Name',
  8385.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  8386.                                     'css_class' => 'profile_name_link',
  8387.                                 ],
  8388.                                 => [
  8389.                                     'property' => 'phoneNumber',
  8390.                                     'label' => 'Phone',
  8391.                                 ],
  8392.                                 => [
  8393.                                     'property' => 'city.name',
  8394.                                     'label' => 'City',
  8395.                                 ],
  8396.                                 => [
  8397.                                     'property' => 'owner.nickname',
  8398.                                     'label' => 'Owner',
  8399.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  8400.                                 ],
  8401.                                 => 'createdAt',
  8402.                                 => [
  8403.                                     'property' => 'isDeleted',
  8404.                                     'type' => 'boolean',
  8405.                                     'label' => 'Deleted',
  8406.                                 ],
  8407.                                 => [
  8408.                                     'property' => 'isMediaProcessed',
  8409.                                     'type' => 'boolean',
  8410.                                     'label' => 'All video processed',
  8411.                                 ],
  8412.                             ],
  8413.                         ],
  8414.                         'form' => [
  8415.                             'form_options' => [
  8416.                                 'validation_groups' => [
  8417.                                     => 'Edit',
  8418.                                 ],
  8419.                             ],
  8420.                         ],
  8421.                         'templates' => [
  8422.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8423.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  8424.                         ],
  8425.                         'name' => 'AccountSaloon',
  8426.                     ],
  8427.                     'AccountEnrollments' => [
  8428.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  8429.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8430.                         'disabled_actions' => [
  8431.                             => 'new',
  8432.                             => 'edit',
  8433.                             => 'delete',
  8434.                         ],
  8435.                         'list' => [
  8436.                             'title' => 'Enrollments',
  8437.                             'fields' => [
  8438.                                 => 'id',
  8439.                                 => [
  8440.                                     'property' => 'account',
  8441.                                     'label' => 'Account',
  8442.                                 ],
  8443.                                 => [
  8444.                                     'property' => 'date',
  8445.                                     'label' => 'Date',
  8446.                                 ],
  8447.                                 => [
  8448.                                     'property' => 'paidMoney',
  8449.                                     'label' => 'Paid',
  8450.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8451.                                 ],
  8452.                                 => [
  8453.                                     'property' => 'enrolledMoney',
  8454.                                     'label' => 'Enrolled',
  8455.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8456.                                 ],
  8457.                                 => [
  8458.                                     'property' => 'redeemedToken',
  8459.                                     'label' => 'Pin-code',
  8460.                                 ],
  8461.                                 => [
  8462.                                     'property' => 'enrolledByDescription',
  8463.                                     'label' => 'Enrolled By',
  8464.                                 ],
  8465.                             ],
  8466.                         ],
  8467.                         'templates' => [
  8468.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8469.                         ],
  8470.                         'name' => 'AccountEnrollments',
  8471.                     ],
  8472.                     'AccountCharges' => [
  8473.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  8474.                         'controller' => 'App\\Controller\\Management\\AccountChargesController',
  8475.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8476.                         'disabled_actions' => [
  8477.                             => 'new',
  8478.                             => 'edit',
  8479.                             => 'delete',
  8480.                         ],
  8481.                         'list' => [
  8482.                             'title' => 'Charges',
  8483.                             'fields' => [
  8484.                                 => 'id',
  8485.                                 => [
  8486.                                     'property' => 'account',
  8487.                                     'label' => 'Account',
  8488.                                 ],
  8489.                                 => [
  8490.                                     'property' => 'date',
  8491.                                     'label' => 'Date',
  8492.                                 ],
  8493.                                 => [
  8494.                                     'property' => 'chargedMoney',
  8495.                                     'label' => 'Charged',
  8496.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8497.                                 ],
  8498.                                 => [
  8499.                                     'property' => 'link',
  8500.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  8501.                                 ],
  8502.                                 => [
  8503.                                     'property' => 'price',
  8504.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  8505.                                 ],
  8506.                                 => [
  8507.                                     'property' => 'placementStart',
  8508.                                 ],
  8509.                                 => [
  8510.                                     'property' => 'placementEnd',
  8511.                                 ],
  8512.                             ],
  8513.                         ],
  8514.                         'templates' => [
  8515.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8516.                         ],
  8517.                         'name' => 'AccountCharges',
  8518.                     ],
  8519.                 ],
  8520.                 'formats' => [
  8521.                     'date' => 'Y-m-d',
  8522.                     'time' => 'H:i:s',
  8523.                     'datetime' => 'F j, Y H:i',
  8524.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  8525.                 ],
  8526.                 'disabled_actions' => [
  8527.                 ],
  8528.                 'translation_domain' => 'messages',
  8529.                 'list' => [
  8530.                     'actions' => [
  8531.                     ],
  8532.                     'collapse_actions' => false,
  8533.                     'batch_actions' => [
  8534.                     ],
  8535.                     'max_results' => 15,
  8536.                     'item_permission' => NULL,
  8537.                 ],
  8538.                 'search' => [
  8539.                 ],
  8540.                 'edit' => [
  8541.                     'actions' => [
  8542.                     ],
  8543.                     'item_permission' => NULL,
  8544.                 ],
  8545.                 'new' => [
  8546.                     'actions' => [
  8547.                     ],
  8548.                     'item_permission' => NULL,
  8549.                 ],
  8550.                 'show' => [
  8551.                     'actions' => [
  8552.                     ],
  8553.                     'max_results' => 10,
  8554.                     'item_permission' => NULL,
  8555.                 ],
  8556.             ]; break;
  8557.             case 'oneup_uploader.chunks'$value = [
  8558.                 'maxage' => 604800,
  8559.                 'storage' => [
  8560.                     'type' => 'filesystem',
  8561.                     'filesystem' => NULL,
  8562.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8563.                     'stream_wrapper' => NULL,
  8564.                     'sync_buffer_size' => '100K',
  8565.                     'prefix' => 'chunks',
  8566.                 ],
  8567.                 'load_distribution' => true,
  8568.             ]; break;
  8569.             case 'oneup_uploader.orphanage'$value = [
  8570.                 'maxage' => 604800,
  8571.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8572.             ]; break;
  8573.             case 'oneup_uploader.config'$value = [
  8574.                 'mappings' => [
  8575.                     'process_queue' => [
  8576.                         'frontend' => 'dropzone',
  8577.                         'namer' => 'oneup_uploader.namer.uniqid',
  8578.                         'storage' => [
  8579.                             'type' => 'flysystem',
  8580.                             'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  8581.                             'service' => NULL,
  8582.                             'directory' => NULL,
  8583.                             'stream_wrapper' => NULL,
  8584.                             'sync_buffer_size' => '100K',
  8585.                         ],
  8586.                         'custom_frontend' => [
  8587.                             'name' => NULL,
  8588.                             'class' => NULL,
  8589.                         ],
  8590.                         'route_prefix' => '',
  8591.                         'endpoints' => [
  8592.                             'upload' => NULL,
  8593.                             'progress' => NULL,
  8594.                             'cancel' => NULL,
  8595.                         ],
  8596.                         'allowed_mimetypes' => [
  8597.                         ],
  8598.                         'disallowed_mimetypes' => [
  8599.                         ],
  8600.                         'error_handler' => NULL,
  8601.                         'max_size' => 9223372036854775807,
  8602.                         'use_orphanage' => false,
  8603.                         'enable_progress' => false,
  8604.                         'enable_cancelation' => false,
  8605.                         'root_folder' => false,
  8606.                     ],
  8607.                     'tmp_media' => [
  8608.                         'frontend' => 'dropzone',
  8609.                         'namer' => 'file_namer.tmp_media',
  8610.                         'storage' => [
  8611.                             'type' => 'flysystem',
  8612.                             'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  8613.                             'service' => NULL,
  8614.                             'directory' => NULL,
  8615.                             'stream_wrapper' => NULL,
  8616.                             'sync_buffer_size' => '100K',
  8617.                         ],
  8618.                         'custom_frontend' => [
  8619.                             'name' => NULL,
  8620.                             'class' => NULL,
  8621.                         ],
  8622.                         'route_prefix' => '',
  8623.                         'endpoints' => [
  8624.                             'upload' => NULL,
  8625.                             'progress' => NULL,
  8626.                             'cancel' => NULL,
  8627.                         ],
  8628.                         'allowed_mimetypes' => [
  8629.                         ],
  8630.                         'disallowed_mimetypes' => [
  8631.                         ],
  8632.                         'error_handler' => NULL,
  8633.                         'max_size' => 9223372036854775807,
  8634.                         'use_orphanage' => false,
  8635.                         'enable_progress' => false,
  8636.                         'enable_cancelation' => false,
  8637.                         'root_folder' => false,
  8638.                     ],
  8639.                     'user_media' => [
  8640.                         'frontend' => 'dropzone',
  8641.                         'namer' => 'file_namer.user_media',
  8642.                         'storage' => [
  8643.                             'type' => 'flysystem',
  8644.                             'filesystem' => 'oneup_flysystem.user_media_filesystem',
  8645.                             'service' => NULL,
  8646.                             'directory' => NULL,
  8647.                             'stream_wrapper' => NULL,
  8648.                             'sync_buffer_size' => '100K',
  8649.                         ],
  8650.                         'custom_frontend' => [
  8651.                             'name' => NULL,
  8652.                             'class' => NULL,
  8653.                         ],
  8654.                         'route_prefix' => '',
  8655.                         'endpoints' => [
  8656.                             'upload' => NULL,
  8657.                             'progress' => NULL,
  8658.                             'cancel' => NULL,
  8659.                         ],
  8660.                         'allowed_mimetypes' => [
  8661.                         ],
  8662.                         'disallowed_mimetypes' => [
  8663.                         ],
  8664.                         'error_handler' => NULL,
  8665.                         'max_size' => 9223372036854775807,
  8666.                         'use_orphanage' => false,
  8667.                         'enable_progress' => false,
  8668.                         'enable_cancelation' => false,
  8669.                         'root_folder' => false,
  8670.                     ],
  8671.                     'profile_photo' => [
  8672.                         'frontend' => 'dropzone',
  8673.                         'namer' => 'file_namer.profile_media',
  8674.                         'storage' => [
  8675.                             'type' => 'flysystem',
  8676.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8677.                             'service' => NULL,
  8678.                             'directory' => NULL,
  8679.                             'stream_wrapper' => NULL,
  8680.                             'sync_buffer_size' => '100K',
  8681.                         ],
  8682.                         'custom_frontend' => [
  8683.                             'name' => NULL,
  8684.                             'class' => NULL,
  8685.                         ],
  8686.                         'route_prefix' => '',
  8687.                         'endpoints' => [
  8688.                             'upload' => NULL,
  8689.                             'progress' => NULL,
  8690.                             'cancel' => NULL,
  8691.                         ],
  8692.                         'allowed_mimetypes' => [
  8693.                         ],
  8694.                         'disallowed_mimetypes' => [
  8695.                         ],
  8696.                         'error_handler' => NULL,
  8697.                         'max_size' => 9223372036854775807,
  8698.                         'use_orphanage' => false,
  8699.                         'enable_progress' => false,
  8700.                         'enable_cancelation' => false,
  8701.                         'root_folder' => false,
  8702.                     ],
  8703.                     'profile_media_avatar' => [
  8704.                         'frontend' => 'dropzone',
  8705.                         'namer' => 'file_namer.profile_media',
  8706.                         'storage' => [
  8707.                             'type' => 'flysystem',
  8708.                             'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  8709.                             'service' => NULL,
  8710.                             'directory' => NULL,
  8711.                             'stream_wrapper' => NULL,
  8712.                             'sync_buffer_size' => '100K',
  8713.                         ],
  8714.                         'custom_frontend' => [
  8715.                             'name' => NULL,
  8716.                             'class' => NULL,
  8717.                         ],
  8718.                         'route_prefix' => '',
  8719.                         'endpoints' => [
  8720.                             'upload' => NULL,
  8721.                             'progress' => NULL,
  8722.                             'cancel' => NULL,
  8723.                         ],
  8724.                         'allowed_mimetypes' => [
  8725.                         ],
  8726.                         'disallowed_mimetypes' => [
  8727.                         ],
  8728.                         'error_handler' => NULL,
  8729.                         'max_size' => 9223372036854775807,
  8730.                         'use_orphanage' => false,
  8731.                         'enable_progress' => false,
  8732.                         'enable_cancelation' => false,
  8733.                         'root_folder' => false,
  8734.                     ],
  8735.                     'profile_media_approval' => [
  8736.                         'frontend' => 'dropzone',
  8737.                         'namer' => 'file_namer.profile_media_approval',
  8738.                         'storage' => [
  8739.                             'type' => 'flysystem',
  8740.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8741.                             'service' => NULL,
  8742.                             'directory' => NULL,
  8743.                             'stream_wrapper' => NULL,
  8744.                             'sync_buffer_size' => '100K',
  8745.                         ],
  8746.                         'custom_frontend' => [
  8747.                             'name' => NULL,
  8748.                             'class' => NULL,
  8749.                         ],
  8750.                         'route_prefix' => '',
  8751.                         'endpoints' => [
  8752.                             'upload' => NULL,
  8753.                             'progress' => NULL,
  8754.                             'cancel' => NULL,
  8755.                         ],
  8756.                         'allowed_mimetypes' => [
  8757.                         ],
  8758.                         'disallowed_mimetypes' => [
  8759.                         ],
  8760.                         'error_handler' => NULL,
  8761.                         'max_size' => 9223372036854775807,
  8762.                         'use_orphanage' => false,
  8763.                         'enable_progress' => false,
  8764.                         'enable_cancelation' => false,
  8765.                         'root_folder' => false,
  8766.                     ],
  8767.                     'profile_face_photo' => [
  8768.                         'frontend' => 'dropzone',
  8769.                         'namer' => 'file_namer.profile_media_approval',
  8770.                         'storage' => [
  8771.                             'type' => 'flysystem',
  8772.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8773.                             'service' => NULL,
  8774.                             'directory' => NULL,
  8775.                             'stream_wrapper' => NULL,
  8776.                             'sync_buffer_size' => '100K',
  8777.                         ],
  8778.                         'custom_frontend' => [
  8779.                             'name' => NULL,
  8780.                             'class' => NULL,
  8781.                         ],
  8782.                         'route_prefix' => '',
  8783.                         'endpoints' => [
  8784.                             'upload' => NULL,
  8785.                             'progress' => NULL,
  8786.                             'cancel' => NULL,
  8787.                         ],
  8788.                         'allowed_mimetypes' => [
  8789.                         ],
  8790.                         'disallowed_mimetypes' => [
  8791.                         ],
  8792.                         'error_handler' => NULL,
  8793.                         'max_size' => 9223372036854775807,
  8794.                         'use_orphanage' => false,
  8795.                         'enable_progress' => false,
  8796.                         'enable_cancelation' => false,
  8797.                         'root_folder' => false,
  8798.                     ],
  8799.                     'profile_selfie' => [
  8800.                         'frontend' => 'dropzone',
  8801.                         'namer' => 'file_namer.profile_media',
  8802.                         'storage' => [
  8803.                             'type' => 'flysystem',
  8804.                             'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  8805.                             'service' => NULL,
  8806.                             'directory' => NULL,
  8807.                             'stream_wrapper' => NULL,
  8808.                             'sync_buffer_size' => '100K',
  8809.                         ],
  8810.                         'custom_frontend' => [
  8811.                             'name' => NULL,
  8812.                             'class' => NULL,
  8813.                         ],
  8814.                         'route_prefix' => '',
  8815.                         'endpoints' => [
  8816.                             'upload' => NULL,
  8817.                             'progress' => NULL,
  8818.                             'cancel' => NULL,
  8819.                         ],
  8820.                         'allowed_mimetypes' => [
  8821.                         ],
  8822.                         'disallowed_mimetypes' => [
  8823.                         ],
  8824.                         'error_handler' => NULL,
  8825.                         'max_size' => 9223372036854775807,
  8826.                         'use_orphanage' => false,
  8827.                         'enable_progress' => false,
  8828.                         'enable_cancelation' => false,
  8829.                         'root_folder' => false,
  8830.                     ],
  8831.                     'profile_video' => [
  8832.                         'frontend' => 'dropzone',
  8833.                         'namer' => 'file_namer.profile_media',
  8834.                         'storage' => [
  8835.                             'type' => 'flysystem',
  8836.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8837.                             'service' => NULL,
  8838.                             'directory' => NULL,
  8839.                             'stream_wrapper' => NULL,
  8840.                             'sync_buffer_size' => '100K',
  8841.                         ],
  8842.                         'custom_frontend' => [
  8843.                             'name' => NULL,
  8844.                             'class' => NULL,
  8845.                         ],
  8846.                         'route_prefix' => '',
  8847.                         'endpoints' => [
  8848.                             'upload' => NULL,
  8849.                             'progress' => NULL,
  8850.                             'cancel' => NULL,
  8851.                         ],
  8852.                         'allowed_mimetypes' => [
  8853.                         ],
  8854.                         'disallowed_mimetypes' => [
  8855.                         ],
  8856.                         'error_handler' => NULL,
  8857.                         'max_size' => 9223372036854775807,
  8858.                         'use_orphanage' => false,
  8859.                         'enable_progress' => false,
  8860.                         'enable_cancelation' => false,
  8861.                         'root_folder' => false,
  8862.                     ],
  8863.                     'saloon_media' => [
  8864.                         'frontend' => 'dropzone',
  8865.                         'namer' => 'file_namer.saloon_media',
  8866.                         'storage' => [
  8867.                             'type' => 'flysystem',
  8868.                             'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  8869.                             'service' => NULL,
  8870.                             'directory' => NULL,
  8871.                             'stream_wrapper' => NULL,
  8872.                             'sync_buffer_size' => '100K',
  8873.                         ],
  8874.                         'custom_frontend' => [
  8875.                             'name' => NULL,
  8876.                             'class' => NULL,
  8877.                         ],
  8878.                         'route_prefix' => '',
  8879.                         'endpoints' => [
  8880.                             'upload' => NULL,
  8881.                             'progress' => NULL,
  8882.                             'cancel' => NULL,
  8883.                         ],
  8884.                         'allowed_mimetypes' => [
  8885.                         ],
  8886.                         'disallowed_mimetypes' => [
  8887.                         ],
  8888.                         'error_handler' => NULL,
  8889.                         'max_size' => 9223372036854775807,
  8890.                         'use_orphanage' => false,
  8891.                         'enable_progress' => false,
  8892.                         'enable_cancelation' => false,
  8893.                         'root_folder' => false,
  8894.                     ],
  8895.                     'saloon_media_thumb' => [
  8896.                         'frontend' => 'dropzone',
  8897.                         'namer' => 'file_namer.saloon_media_thumb',
  8898.                         'storage' => [
  8899.                             'type' => 'flysystem',
  8900.                             'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  8901.                             'service' => NULL,
  8902.                             'directory' => NULL,
  8903.                             'stream_wrapper' => NULL,
  8904.                             'sync_buffer_size' => '100K',
  8905.                         ],
  8906.                         'custom_frontend' => [
  8907.                             'name' => NULL,
  8908.                             'class' => NULL,
  8909.                         ],
  8910.                         'route_prefix' => '',
  8911.                         'endpoints' => [
  8912.                             'upload' => NULL,
  8913.                             'progress' => NULL,
  8914.                             'cancel' => NULL,
  8915.                         ],
  8916.                         'allowed_mimetypes' => [
  8917.                         ],
  8918.                         'disallowed_mimetypes' => [
  8919.                         ],
  8920.                         'error_handler' => NULL,
  8921.                         'max_size' => 9223372036854775807,
  8922.                         'use_orphanage' => false,
  8923.                         'enable_progress' => false,
  8924.                         'enable_cancelation' => false,
  8925.                         'root_folder' => false,
  8926.                     ],
  8927.                     'saloon_media_video' => [
  8928.                         'frontend' => 'dropzone',
  8929.                         'namer' => 'file_namer.saloon_media_video',
  8930.                         'storage' => [
  8931.                             'type' => 'flysystem',
  8932.                             'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  8933.                             'service' => NULL,
  8934.                             'directory' => NULL,
  8935.                             'stream_wrapper' => NULL,
  8936.                             'sync_buffer_size' => '100K',
  8937.                         ],
  8938.                         'custom_frontend' => [
  8939.                             'name' => NULL,
  8940.                             'class' => NULL,
  8941.                         ],
  8942.                         'route_prefix' => '',
  8943.                         'endpoints' => [
  8944.                             'upload' => NULL,
  8945.                             'progress' => NULL,
  8946.                             'cancel' => NULL,
  8947.                         ],
  8948.                         'allowed_mimetypes' => [
  8949.                         ],
  8950.                         'disallowed_mimetypes' => [
  8951.                         ],
  8952.                         'error_handler' => NULL,
  8953.                         'max_size' => 9223372036854775807,
  8954.                         'use_orphanage' => false,
  8955.                         'enable_progress' => false,
  8956.                         'enable_cancelation' => false,
  8957.                         'root_folder' => false,
  8958.                     ],
  8959.                 ],
  8960.                 'chunks' => [
  8961.                     'maxage' => 604800,
  8962.                     'storage' => [
  8963.                         'type' => 'filesystem',
  8964.                         'filesystem' => NULL,
  8965.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8966.                         'stream_wrapper' => NULL,
  8967.                         'sync_buffer_size' => '100K',
  8968.                         'prefix' => 'chunks',
  8969.                     ],
  8970.                     'load_distribution' => true,
  8971.                 ],
  8972.                 'orphanage' => [
  8973.                     'maxage' => 604800,
  8974.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8975.                 ],
  8976.                 'twig' => true,
  8977.             ]; break;
  8978.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  8979.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  8980.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8981.         }
  8982.         $this->loadedDynamicParameters[$name] = true;
  8983.         return $this->dynamicParameters[$name] = $value;
  8984.     }
  8985.     protected function getDefaultParameters(): array
  8986.     {
  8987.         return [
  8988.             'kernel.project_dir' => \dirname(__DIR__4),
  8989.             'kernel.environment' => 'review',
  8990.             'kernel.debug' => true,
  8991.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8992.             'kernel.bundles' => [
  8993.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8994.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8995.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8996.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8997.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8998.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8999.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  9000.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  9001.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  9002.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  9003.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  9004.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  9005.                 'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
  9006.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  9007.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  9008.                 'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
  9009.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  9010.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  9011.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  9012.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  9013.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  9014.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  9015.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  9016.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  9017.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  9018.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9019.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  9020.                 'AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\AngelGamezTranslatableBundle',
  9021.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  9022.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  9023.                 'AngelGamezPorpaginasBundle' => 'AngelGamez\\PorpaginasBundle\\AngelGamezPorpaginasBundle',
  9024.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9025.                 'GeographicalNamesInflectionBundle' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle\\GeographicalNamesInflectionBundle',
  9026.                 'MorphosTwigBundle' => 'BigIdea\\Bundle\\MorphosTwigBundle\\MorphosTwigBundle',
  9027.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  9028.                 'DrensoOidcBundle' => 'Drenso\\OidcBundle\\DrensoOidcBundle',
  9029.                 'IdentityBundle' => 'BigIdea\\IdentityBundle\\IdentityBundle',
  9030.             ],
  9031.             'kernel.bundles_metadata' => [
  9032.                 'FrameworkBundle' => [
  9033.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9034.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9035.                 ],
  9036.                 'SensioFrameworkExtraBundle' => [
  9037.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9038.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9039.                 ],
  9040.                 'DoctrineBundle' => [
  9041.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9042.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9043.                 ],
  9044.                 'SecurityBundle' => [
  9045.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9046.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9047.                 ],
  9048.                 'TwigBundle' => [
  9049.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9050.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9051.                 ],
  9052.                 'WebProfilerBundle' => [
  9053.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9054.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9055.                 ],
  9056.                 'MonologBundle' => [
  9057.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9058.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9059.                 ],
  9060.                 'DebugBundle' => [
  9061.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9062.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9063.                 ],
  9064.                 'KnpMenuBundle' => [
  9065.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  9066.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  9067.                 ],
  9068.                 'StofDoctrineExtensionsBundle' => [
  9069.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  9070.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  9071.                 ],
  9072.                 'CocurSlugifyBundle' => [
  9073.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  9074.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  9075.                 ],
  9076.                 'NelmioCorsBundle' => [
  9077.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  9078.                     'namespace' => 'Nelmio\\CorsBundle',
  9079.                 ],
  9080.                 'FlagceptionBundle' => [
  9081.                     'path' => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src'),
  9082.                     'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
  9083.                 ],
  9084.                 'PrestaSitemapBundle' => [
  9085.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  9086.                     'namespace' => 'Presta\\SitemapBundle',
  9087.                 ],
  9088.                 'EasyAdminBundle' => [
  9089.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  9090.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  9091.                 ],
  9092.                 'EasyAdminExtensionBundle' => [
  9093.                     'path' => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src'),
  9094.                     'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
  9095.                 ],
  9096.                 'OneupFlysystemBundle' => [
  9097.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  9098.                     'namespace' => 'Oneup\\FlysystemBundle',
  9099.                 ],
  9100.                 'OneupUploaderBundle' => [
  9101.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  9102.                     'namespace' => 'Oneup\\UploaderBundle',
  9103.                 ],
  9104.                 'DoctrineFixturesBundle' => [
  9105.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  9106.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  9107.                 ],
  9108.                 'SncRedisBundle' => [
  9109.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src'),
  9110.                     'namespace' => 'Snc\\RedisBundle',
  9111.                 ],
  9112.                 'FOSJsRoutingBundle' => [
  9113.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  9114.                     'namespace' => 'FOS\\JsRoutingBundle',
  9115.                 ],
  9116.                 'EightPointsGuzzleBundle' => [
  9117.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  9118.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  9119.                 ],
  9120.                 'SentryBundle' => [
  9121.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  9122.                     'namespace' => 'Sentry\\SentryBundle',
  9123.                 ],
  9124.                 'FOSElasticaBundle' => [
  9125.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  9126.                     'namespace' => 'FOS\\ElasticaBundle',
  9127.                 ],
  9128.                 'EWZRecaptchaBundle' => [
  9129.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  9130.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  9131.                 ],
  9132.                 'DoctrineMigrationsBundle' => [
  9133.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9134.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9135.                 ],
  9136.                 'WebpackEncoreBundle' => [
  9137.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  9138.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  9139.                 ],
  9140.                 'AngelGamezTranslatableBundle' => [
  9141.                     'path' => (\dirname(__DIR__4).'/packages/translatable-bundle'),
  9142.                     'namespace' => 'AngelGamez\\TranslatableBundle',
  9143.                 ],
  9144.                 'MisdPhoneNumberBundle' => [
  9145.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  9146.                     'namespace' => 'Misd\\PhoneNumberBundle',
  9147.                 ],
  9148.                 'KnpPaginatorBundle' => [
  9149.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  9150.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  9151.                 ],
  9152.                 'AngelGamezPorpaginasBundle' => [
  9153.                     'path' => (\dirname(__DIR__4).'/packages/porpaginas-bundle'),
  9154.                     'namespace' => 'AngelGamez\\PorpaginasBundle',
  9155.                 ],
  9156.                 'TwigExtraBundle' => [
  9157.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9158.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9159.                 ],
  9160.                 'GeographicalNamesInflectionBundle' => [
  9161.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src'),
  9162.                     'namespace' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle',
  9163.                 ],
  9164.                 'MorphosTwigBundle' => [
  9165.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src'),
  9166.                     'namespace' => 'BigIdea\\Bundle\\MorphosTwigBundle',
  9167.                 ],
  9168.                 'NelmioApiDocBundle' => [
  9169.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  9170.                     'namespace' => 'Nelmio\\ApiDocBundle',
  9171.                 ],
  9172.                 'DrensoOidcBundle' => [
  9173.                     'path' => (\dirname(__DIR__4).'/vendor/drenso/symfony-oidc-bundle/src'),
  9174.                     'namespace' => 'Drenso\\OidcBundle',
  9175.                 ],
  9176.                 'IdentityBundle' => [
  9177.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/identity-bundle'),
  9178.                     'namespace' => 'BigIdea\\IdentityBundle',
  9179.                 ],
  9180.             ],
  9181.             'kernel.charset' => 'UTF-8',
  9182.             'kernel.container_class' => 'App_KernelReviewDebugContainer',
  9183.             'container.dumper.inline_class_loader' => true,
  9184.             'env(DATABASE_URL)' => '',
  9185.             'env(TRUSTED_PROXIES)' => '127.0.0.1,192.168.0.1/16',
  9186.             'env(TRUSTED_PROXIES_CONFIG)' => '',
  9187.             'env(ROTATION_UPDATE_STREAM)' => 'rotation_update_stream',
  9188.             'common_filesystem_permissions' => [
  9189.                 'permissions' => [
  9190.                     'file' => [
  9191.                         'public' => 420,
  9192.                         'private' => 420,
  9193.                     ],
  9194.                     'dir' => [
  9195.                         'public' => 493,
  9196.                         'private' => 493,
  9197.                     ],
  9198.                 ],
  9199.             ],
  9200.             'env(SENTRY_DSN)' => '',
  9201.             'env(APP_VERSION_FILE)' => (\dirname(__DIR__4).'/.app.version'),
  9202.             'env(REDIS_URL)' => NULL,
  9203.             'env(REVIEW_PROFILER_TOOLBAR)' => true,
  9204.             'env(USE_LEGACY_DOMAIN_REDIRECTOR)' => 'false',
  9205.             'env(REDIRECT_PATHS)' => '',
  9206.             'app.stop_words.masks' => [
  9207.                 => 'лесби*',
  9208.                 => 'ЖЖ',
  9209.                 => 'ЖМЖ',
  9210.                 => 'МЖМ',
  9211.                 => 'подружки',
  9212.                 => 'страпон',
  9213.                 => 'би',
  9214.                 => 'ММ',
  9215.                 => 'женщинам',
  9216.                 => 'жиголо',
  9217.                 10 => 'гей',
  9218.                 11 => 'МЖМЖ',
  9219.                 12 => 'групп*',
  9220.                 13 => 'тройничок',
  9221.                 14 => 'пар*',
  9222.                 15 => 'cuckold',
  9223.                 16 => 'куколд',
  9224.                 17 => 'ЛГБТ',
  9225.                 18 => 'транс',
  9226.                 19 => 'shemale',
  9227.                 20 => 'ladyboy',
  9228.                 21 => 'trans*',
  9229.                 22 => 'трап',
  9230.                 23 => 'шмел*',
  9231.                 24 => 'pegging',
  9232.                 25 => 'подру*',
  9233.                 26 => 'гея*',
  9234.                 27 => 'гее*',
  9235.             ],
  9236.             'locale' => 'ru',
  9237.             'app.path.user_avatars' => 'uploads/images/user',
  9238.             'app.smsc.link' => 'https://smsc.ru/sys/send.php?login',
  9239.             'app.smsc.login' => 'mandelshtam',
  9240.             'app.smsc.password' => 'mIh3gwEKy090B90wUal9',
  9241.             'app.profile.status.dir' => (\dirname(__DIR__4).'/artifacts/prices/'),
  9242.             'app.log.dir' => (\dirname(__DIR__3).'/log/'),
  9243.             'app.config.dir' => (\dirname(__DIR__4).'/config/'),
  9244.             'app.allowed_locales' => [
  9245.                 => 'en',
  9246.                 => 'ru',
  9247.             ],
  9248.             'app.redis_ctr_db_index' => '7',
  9249.             'app.path.web' => (\dirname(__DIR__4).'/public/'),
  9250.             'app.path.media.profile' => (\dirname(__DIR__4).'/public//media/profiles/'),
  9251.             'account.setting.advertiser_profile_list_per_page.name' => 'advertiser_profile_list_per_page',
  9252.             'account.setting.advertiser_saloon_list_per_page.name' => 'advertiser_saloon_list_per_page',
  9253.             'account.setting.advertiser_profile_list_ctr_period.name' => 'advertiser_profile_list_ctr_period',
  9254.             'account.setting.advertiser_profile_list_placement_type_filter.name' => 'advertiser_profile_list_placement_type_filter',
  9255.             'account.setting.advertiser_Saloon_list_placement_type_filter.name' => 'advertiser_saloon_list_placement_type_filter',
  9256.             'account.setting.advertiser_profile_list_sort.name' => 'advertiser_profile_list_sort',
  9257.             'account.setting.advertiser_saloon_list_sort.name' => 'advertiser_saloon_list_sort',
  9258.             'account.setting.advertiser_profile_list_sort_direction.name' => 'advertiser_profile_list_sort_direction',
  9259.             'account.setting.advertiser_saloon_list_sort_direction.name' => 'advertiser_saloon_list_sort_direction',
  9260.             'env(GA_TRACKER_ID)' => '',
  9261.             'env(YM_TRACKER_ID)' => '',
  9262.             'env(PAGE_METADATA_VARIANT)' => 'default',
  9263.             'env(DEBUG_ROTATION_API_DATA)' => false,
  9264.             'event_dispatcher.event_aliases' => [
  9265.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9266.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9267.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9268.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9269.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9270.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9271.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9272.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9273.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9274.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9275.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9276.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9277.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9278.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9279.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9280.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9281.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9282.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9283.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9284.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9285.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9286.                 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  9287.                 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  9288.             ],
  9289.             'fragment.renderer.hinclude.global_template' => NULL,
  9290.             'fragment.path' => '/_fragment',
  9291.             'kernel.http_method_override' => true,
  9292.             'kernel.trusted_hosts' => [
  9293.             ],
  9294.             'kernel.default_locale' => 'ru',
  9295.             'kernel.enabled_locales' => [
  9296.             ],
  9297.             'kernel.error_controller' => 'error_controller',
  9298.             'kernel.trusted_headers' => 62,
  9299.             'debug.file_link_format' => NULL,
  9300.             'asset.request_context.base_path' => NULL,
  9301.             'asset.request_context.secure' => NULL,
  9302.             'translator.logging' => false,
  9303.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9304.             'debug.error_handler.throw_at' => -1,
  9305.             'router.request_context.host' => 'localhost',
  9306.             'router.request_context.scheme' => 'http',
  9307.             'router.request_context.base_url' => '',
  9308.             'router.resource' => 'kernel::loadRoutes',
  9309.             'request_listener.http_port' => 80,
  9310.             'request_listener.https_port' => 443,
  9311.             'session.metadata.storage_key' => '_sf2_meta',
  9312.             'session.storage.options' => [
  9313.                 'cache_limiter' => '0',
  9314.                 'cookie_secure' => 'auto',
  9315.                 'cookie_httponly' => true,
  9316.                 'cookie_samesite' => 'lax',
  9317.                 'gc_probability' => 1,
  9318.             ],
  9319.             'session.save_path' => NULL,
  9320.             'session.metadata.update_threshold' => 0,
  9321.             'form.type_extension.csrf.enabled' => true,
  9322.             'form.type_extension.csrf.field_name' => '_token',
  9323.             'validator.translation_domain' => 'validators',
  9324.             'profiler_listener.only_exceptions' => false,
  9325.             'profiler_listener.only_main_requests' => false,
  9326.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9327.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9328.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9329.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9330.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9331.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9332.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9333.             'doctrine.entity_managers' => [
  9334.                 'default' => 'doctrine.orm.default_entity_manager',
  9335.                 'multi_website' => 'doctrine.orm.multi_website_entity_manager',
  9336.             ],
  9337.             'doctrine.default_entity_manager' => 'default',
  9338.             'doctrine.dbal.connection_factory.types' => [
  9339.                 'translatable' => [
  9340.                     'class' => 'AngelGamez\\TranslatableBundle\\Doctrine\\DBAL\\Types\\TranslatableType',
  9341.                 ],
  9342.             ],
  9343.             'doctrine.connections' => [
  9344.                 'default' => 'doctrine.dbal.default_connection',
  9345.                 'multi_website' => 'doctrine.dbal.multi_website_connection',
  9346.             ],
  9347.             'doctrine.default_connection' => 'default',
  9348.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9349.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9350.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9351.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9352.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9353.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9354.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9355.             'doctrine.orm.cache.memcache_port' => 11211,
  9356.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9357.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9358.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9359.             'doctrine.orm.cache.memcached_port' => 11211,
  9360.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9361.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9362.             'doctrine.orm.cache.redis_host' => 'localhost',
  9363.             'doctrine.orm.cache.redis_port' => 6379,
  9364.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9365.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9366.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9367.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9368.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9369.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9370.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9371.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9372.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9373.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9374.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9375.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9376.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9377.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9378.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9379.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9380.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9381.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9382.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9383.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9384.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9385.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9386.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9387.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9388.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9389.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9390.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9391.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9392.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9393.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9394.             'doctrine.orm.auto_generate_proxy_classes' => false,
  9395.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  9396.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9397.             'security.role_hierarchy.roles' => [
  9398.                 'ROLE_ADMIN_ACCESS_SALES' => [
  9399.                     => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  9400.                 ],
  9401.                 'ROLE_ADMIN_ACCESS_ALL' => [
  9402.                     => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  9403.                     => 'ROLE_ADMIN_ACCESS_PROFILES',
  9404.                     => 'ROLE_ADMIN_ACCESS_SALES',
  9405.                     => 'ROLE_ADMIN_ACCESS_SEO',
  9406.                     => 'ROLE_ADMIN_ACCESS_LOCATION',
  9407.                     => 'ROLE_ADMIN_ACCESS_DELETED',
  9408.                     => 'ROLE_ADMIN_ACCESS_OTHER',
  9409.                     => 'ROLE_ACCESS_WALKER',
  9410.                 ],
  9411.             ],
  9412.             'security.access.denied_url' => NULL,
  9413.             'security.authentication.manager.erase_credentials' => true,
  9414.             'security.authentication.session_strategy.strategy' => 'migrate',
  9415.             'security.access.always_authenticate_before_granting' => false,
  9416.             'security.authentication.hide_user_not_found' => true,
  9417.             'security.firewalls' => [
  9418.                 => 'dev',
  9419.                 => 'management',
  9420.                 => 'main',
  9421.             ],
  9422.             'twig.form.resources' => [
  9423.                 => 'form_div_layout.html.twig',
  9424.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  9425.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  9426.             ],
  9427.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9428.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9429.             'web_profiler.debug_toolbar.mode' => 2,
  9430.             'monolog.use_microseconds' => true,
  9431.             'monolog.swift_mailer.handlers' => [
  9432.             ],
  9433.             'monolog.handlers_to_channels' => [
  9434.                 'monolog.handler.chromephp' => NULL,
  9435.                 'monolog.handler.firephp' => NULL,
  9436.             ],
  9437.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9438.             'knp_menu.renderer.list.options' => [
  9439.             ],
  9440.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  9441.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  9442.             'knp_menu.renderer.twig.options' => [
  9443.             ],
  9444.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  9445.             'knp_menu.default_renderer' => 'twig',
  9446.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  9447.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  9448.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  9449.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  9450.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  9451.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  9452.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  9453.             'stof_doctrine_extensions.default_locale' => 'ru',
  9454.             'stof_doctrine_extensions.translation_fallback' => true,
  9455.             'stof_doctrine_extensions.persist_default_translation' => false,
  9456.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  9457.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  9458.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  9459.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  9460.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  9461.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  9462.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  9463.             'nelmio_cors.map' => [
  9464.                 '^/' => [
  9465.                     'skip_same_as_origin' => true,
  9466.                 ],
  9467.             ],
  9468.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  9469.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  9470.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  9471.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  9472.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  9473.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  9474.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  9475.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  9476.             'presta_sitemap.timetolive' => 3600,
  9477.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  9478.             'presta_sitemap.items_by_set' => 25000,
  9479.             'presta_sitemap.defaults' => [
  9480.                 'priority' => NULL,
  9481.                 'changefreq' => NULL,
  9482.                 'lastmod' => 'now',
  9483.             ],
  9484.             'presta_sitemap.default_section' => 'default',
  9485.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  9486.             'easy_admin_extension.custom_form_types' => [
  9487.             ],
  9488.             'easy_admin_extension.minimum_role' => 'ROLE_ADMIN',
  9489.             'easy_admin_extension.embedded_list.open_new_tab' => true,
  9490.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  9491.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  9492.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  9493.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  9494.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  9495.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  9496.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  9497.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  9498.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  9499.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  9500.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  9501.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  9502.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  9503.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  9504.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  9505.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  9506.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  9507.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  9508.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  9509.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  9510.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  9511.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  9512.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  9513.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  9514.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  9515.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  9516.             'oneup_uploader.config.process_queue' => [
  9517.                 'frontend' => 'dropzone',
  9518.                 'namer' => 'oneup_uploader.namer.uniqid',
  9519.                 'storage' => [
  9520.                     'type' => 'flysystem',
  9521.                     'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  9522.                     'service' => NULL,
  9523.                     'directory' => NULL,
  9524.                     'stream_wrapper' => NULL,
  9525.                     'sync_buffer_size' => '100K',
  9526.                 ],
  9527.                 'custom_frontend' => [
  9528.                     'name' => NULL,
  9529.                     'class' => NULL,
  9530.                 ],
  9531.                 'route_prefix' => '',
  9532.                 'endpoints' => [
  9533.                     'upload' => NULL,
  9534.                     'progress' => NULL,
  9535.                     'cancel' => NULL,
  9536.                 ],
  9537.                 'allowed_mimetypes' => [
  9538.                 ],
  9539.                 'disallowed_mimetypes' => [
  9540.                 ],
  9541.                 'error_handler' => NULL,
  9542.                 'max_size' => 9223372036854775807,
  9543.                 'use_orphanage' => false,
  9544.                 'enable_progress' => false,
  9545.                 'enable_cancelation' => false,
  9546.                 'root_folder' => false,
  9547.             ],
  9548.             'oneup_uploader.config.tmp_media' => [
  9549.                 'frontend' => 'dropzone',
  9550.                 'namer' => 'file_namer.tmp_media',
  9551.                 'storage' => [
  9552.                     'type' => 'flysystem',
  9553.                     'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  9554.                     'service' => NULL,
  9555.                     'directory' => NULL,
  9556.                     'stream_wrapper' => NULL,
  9557.                     'sync_buffer_size' => '100K',
  9558.                 ],
  9559.                 'custom_frontend' => [
  9560.                     'name' => NULL,
  9561.                     'class' => NULL,
  9562.                 ],
  9563.                 'route_prefix' => '',
  9564.                 'endpoints' => [
  9565.                     'upload' => NULL,
  9566.                     'progress' => NULL,
  9567.                     'cancel' => NULL,
  9568.                 ],
  9569.                 'allowed_mimetypes' => [
  9570.                 ],
  9571.                 'disallowed_mimetypes' => [
  9572.                 ],
  9573.                 'error_handler' => NULL,
  9574.                 'max_size' => 9223372036854775807,
  9575.                 'use_orphanage' => false,
  9576.                 'enable_progress' => false,
  9577.                 'enable_cancelation' => false,
  9578.                 'root_folder' => false,
  9579.             ],
  9580.             'oneup_uploader.config.user_media' => [
  9581.                 'frontend' => 'dropzone',
  9582.                 'namer' => 'file_namer.user_media',
  9583.                 'storage' => [
  9584.                     'type' => 'flysystem',
  9585.                     'filesystem' => 'oneup_flysystem.user_media_filesystem',
  9586.                     'service' => NULL,
  9587.                     'directory' => NULL,
  9588.                     'stream_wrapper' => NULL,
  9589.                     'sync_buffer_size' => '100K',
  9590.                 ],
  9591.                 'custom_frontend' => [
  9592.                     'name' => NULL,
  9593.                     'class' => NULL,
  9594.                 ],
  9595.                 'route_prefix' => '',
  9596.                 'endpoints' => [
  9597.                     'upload' => NULL,
  9598.                     'progress' => NULL,
  9599.                     'cancel' => NULL,
  9600.                 ],
  9601.                 'allowed_mimetypes' => [
  9602.                 ],
  9603.                 'disallowed_mimetypes' => [
  9604.                 ],
  9605.                 'error_handler' => NULL,
  9606.                 'max_size' => 9223372036854775807,
  9607.                 'use_orphanage' => false,
  9608.                 'enable_progress' => false,
  9609.                 'enable_cancelation' => false,
  9610.                 'root_folder' => false,
  9611.             ],
  9612.             'oneup_uploader.config.profile_photo' => [
  9613.                 'frontend' => 'dropzone',
  9614.                 'namer' => 'file_namer.profile_media',
  9615.                 'storage' => [
  9616.                     'type' => 'flysystem',
  9617.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9618.                     'service' => NULL,
  9619.                     'directory' => NULL,
  9620.                     'stream_wrapper' => NULL,
  9621.                     'sync_buffer_size' => '100K',
  9622.                 ],
  9623.                 'custom_frontend' => [
  9624.                     'name' => NULL,
  9625.                     'class' => NULL,
  9626.                 ],
  9627.                 'route_prefix' => '',
  9628.                 'endpoints' => [
  9629.                     'upload' => NULL,
  9630.                     'progress' => NULL,
  9631.                     'cancel' => NULL,
  9632.                 ],
  9633.                 'allowed_mimetypes' => [
  9634.                 ],
  9635.                 'disallowed_mimetypes' => [
  9636.                 ],
  9637.                 'error_handler' => NULL,
  9638.                 'max_size' => 9223372036854775807,
  9639.                 'use_orphanage' => false,
  9640.                 'enable_progress' => false,
  9641.                 'enable_cancelation' => false,
  9642.                 'root_folder' => false,
  9643.             ],
  9644.             'oneup_uploader.config.profile_media_avatar' => [
  9645.                 'frontend' => 'dropzone',
  9646.                 'namer' => 'file_namer.profile_media',
  9647.                 'storage' => [
  9648.                     'type' => 'flysystem',
  9649.                     'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  9650.                     'service' => NULL,
  9651.                     'directory' => NULL,
  9652.                     'stream_wrapper' => NULL,
  9653.                     'sync_buffer_size' => '100K',
  9654.                 ],
  9655.                 'custom_frontend' => [
  9656.                     'name' => NULL,
  9657.                     'class' => NULL,
  9658.                 ],
  9659.                 'route_prefix' => '',
  9660.                 'endpoints' => [
  9661.                     'upload' => NULL,
  9662.                     'progress' => NULL,
  9663.                     'cancel' => NULL,
  9664.                 ],
  9665.                 'allowed_mimetypes' => [
  9666.                 ],
  9667.                 'disallowed_mimetypes' => [
  9668.                 ],
  9669.                 'error_handler' => NULL,
  9670.                 'max_size' => 9223372036854775807,
  9671.                 'use_orphanage' => false,
  9672.                 'enable_progress' => false,
  9673.                 'enable_cancelation' => false,
  9674.                 'root_folder' => false,
  9675.             ],
  9676.             'oneup_uploader.config.profile_media_approval' => [
  9677.                 'frontend' => 'dropzone',
  9678.                 'namer' => 'file_namer.profile_media_approval',
  9679.                 'storage' => [
  9680.                     'type' => 'flysystem',
  9681.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9682.                     'service' => NULL,
  9683.                     'directory' => NULL,
  9684.                     'stream_wrapper' => NULL,
  9685.                     'sync_buffer_size' => '100K',
  9686.                 ],
  9687.                 'custom_frontend' => [
  9688.                     'name' => NULL,
  9689.                     'class' => NULL,
  9690.                 ],
  9691.                 'route_prefix' => '',
  9692.                 'endpoints' => [
  9693.                     'upload' => NULL,
  9694.                     'progress' => NULL,
  9695.                     'cancel' => NULL,
  9696.                 ],
  9697.                 'allowed_mimetypes' => [
  9698.                 ],
  9699.                 'disallowed_mimetypes' => [
  9700.                 ],
  9701.                 'error_handler' => NULL,
  9702.                 'max_size' => 9223372036854775807,
  9703.                 'use_orphanage' => false,
  9704.                 'enable_progress' => false,
  9705.                 'enable_cancelation' => false,
  9706.                 'root_folder' => false,
  9707.             ],
  9708.             'oneup_uploader.config.profile_face_photo' => [
  9709.                 'frontend' => 'dropzone',
  9710.                 'namer' => 'file_namer.profile_media_approval',
  9711.                 'storage' => [
  9712.                     'type' => 'flysystem',
  9713.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9714.                     'service' => NULL,
  9715.                     'directory' => NULL,
  9716.                     'stream_wrapper' => NULL,
  9717.                     'sync_buffer_size' => '100K',
  9718.                 ],
  9719.                 'custom_frontend' => [
  9720.                     'name' => NULL,
  9721.                     'class' => NULL,
  9722.                 ],
  9723.                 'route_prefix' => '',
  9724.                 'endpoints' => [
  9725.                     'upload' => NULL,
  9726.                     'progress' => NULL,
  9727.                     'cancel' => NULL,
  9728.                 ],
  9729.                 'allowed_mimetypes' => [
  9730.                 ],
  9731.                 'disallowed_mimetypes' => [
  9732.                 ],
  9733.                 'error_handler' => NULL,
  9734.                 'max_size' => 9223372036854775807,
  9735.                 'use_orphanage' => false,
  9736.                 'enable_progress' => false,
  9737.                 'enable_cancelation' => false,
  9738.                 'root_folder' => false,
  9739.             ],
  9740.             'oneup_uploader.config.profile_selfie' => [
  9741.                 'frontend' => 'dropzone',
  9742.                 'namer' => 'file_namer.profile_media',
  9743.                 'storage' => [
  9744.                     'type' => 'flysystem',
  9745.                     'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  9746.                     'service' => NULL,
  9747.                     'directory' => NULL,
  9748.                     'stream_wrapper' => NULL,
  9749.                     'sync_buffer_size' => '100K',
  9750.                 ],
  9751.                 'custom_frontend' => [
  9752.                     'name' => NULL,
  9753.                     'class' => NULL,
  9754.                 ],
  9755.                 'route_prefix' => '',
  9756.                 'endpoints' => [
  9757.                     'upload' => NULL,
  9758.                     'progress' => NULL,
  9759.                     'cancel' => NULL,
  9760.                 ],
  9761.                 'allowed_mimetypes' => [
  9762.                 ],
  9763.                 'disallowed_mimetypes' => [
  9764.                 ],
  9765.                 'error_handler' => NULL,
  9766.                 'max_size' => 9223372036854775807,
  9767.                 'use_orphanage' => false,
  9768.                 'enable_progress' => false,
  9769.                 'enable_cancelation' => false,
  9770.                 'root_folder' => false,
  9771.             ],
  9772.             'oneup_uploader.config.profile_video' => [
  9773.                 'frontend' => 'dropzone',
  9774.                 'namer' => 'file_namer.profile_media',
  9775.                 'storage' => [
  9776.                     'type' => 'flysystem',
  9777.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9778.                     'service' => NULL,
  9779.                     'directory' => NULL,
  9780.                     'stream_wrapper' => NULL,
  9781.                     'sync_buffer_size' => '100K',
  9782.                 ],
  9783.                 'custom_frontend' => [
  9784.                     'name' => NULL,
  9785.                     'class' => NULL,
  9786.                 ],
  9787.                 'route_prefix' => '',
  9788.                 'endpoints' => [
  9789.                     'upload' => NULL,
  9790.                     'progress' => NULL,
  9791.                     'cancel' => NULL,
  9792.                 ],
  9793.                 'allowed_mimetypes' => [
  9794.                 ],
  9795.                 'disallowed_mimetypes' => [
  9796.                 ],
  9797.                 'error_handler' => NULL,
  9798.                 'max_size' => 9223372036854775807,
  9799.                 'use_orphanage' => false,
  9800.                 'enable_progress' => false,
  9801.                 'enable_cancelation' => false,
  9802.                 'root_folder' => false,
  9803.             ],
  9804.             'oneup_uploader.config.saloon_media' => [
  9805.                 'frontend' => 'dropzone',
  9806.                 'namer' => 'file_namer.saloon_media',
  9807.                 'storage' => [
  9808.                     'type' => 'flysystem',
  9809.                     'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  9810.                     'service' => NULL,
  9811.                     'directory' => NULL,
  9812.                     'stream_wrapper' => NULL,
  9813.                     'sync_buffer_size' => '100K',
  9814.                 ],
  9815.                 'custom_frontend' => [
  9816.                     'name' => NULL,
  9817.                     'class' => NULL,
  9818.                 ],
  9819.                 'route_prefix' => '',
  9820.                 'endpoints' => [
  9821.                     'upload' => NULL,
  9822.                     'progress' => NULL,
  9823.                     'cancel' => NULL,
  9824.                 ],
  9825.                 'allowed_mimetypes' => [
  9826.                 ],
  9827.                 'disallowed_mimetypes' => [
  9828.                 ],
  9829.                 'error_handler' => NULL,
  9830.                 'max_size' => 9223372036854775807,
  9831.                 'use_orphanage' => false,
  9832.                 'enable_progress' => false,
  9833.                 'enable_cancelation' => false,
  9834.                 'root_folder' => false,
  9835.             ],
  9836.             'oneup_uploader.config.saloon_media_thumb' => [
  9837.                 'frontend' => 'dropzone',
  9838.                 'namer' => 'file_namer.saloon_media_thumb',
  9839.                 'storage' => [
  9840.                     'type' => 'flysystem',
  9841.                     'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  9842.                     'service' => NULL,
  9843.                     'directory' => NULL,
  9844.                     'stream_wrapper' => NULL,
  9845.                     'sync_buffer_size' => '100K',
  9846.                 ],
  9847.                 'custom_frontend' => [
  9848.                     'name' => NULL,
  9849.                     'class' => NULL,
  9850.                 ],
  9851.                 'route_prefix' => '',
  9852.                 'endpoints' => [
  9853.                     'upload' => NULL,
  9854.                     'progress' => NULL,
  9855.                     'cancel' => NULL,
  9856.                 ],
  9857.                 'allowed_mimetypes' => [
  9858.                 ],
  9859.                 'disallowed_mimetypes' => [
  9860.                 ],
  9861.                 'error_handler' => NULL,
  9862.                 'max_size' => 9223372036854775807,
  9863.                 'use_orphanage' => false,
  9864.                 'enable_progress' => false,
  9865.                 'enable_cancelation' => false,
  9866.                 'root_folder' => false,
  9867.             ],
  9868.             'oneup_uploader.config.saloon_media_video' => [
  9869.                 'frontend' => 'dropzone',
  9870.                 'namer' => 'file_namer.saloon_media_video',
  9871.                 'storage' => [
  9872.                     'type' => 'flysystem',
  9873.                     'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  9874.                     'service' => NULL,
  9875.                     'directory' => NULL,
  9876.                     'stream_wrapper' => NULL,
  9877.                     'sync_buffer_size' => '100K',
  9878.                 ],
  9879.                 'custom_frontend' => [
  9880.                     'name' => NULL,
  9881.                     'class' => NULL,
  9882.                 ],
  9883.                 'route_prefix' => '',
  9884.                 'endpoints' => [
  9885.                     'upload' => NULL,
  9886.                     'progress' => NULL,
  9887.                     'cancel' => NULL,
  9888.                 ],
  9889.                 'allowed_mimetypes' => [
  9890.                 ],
  9891.                 'disallowed_mimetypes' => [
  9892.                 ],
  9893.                 'error_handler' => NULL,
  9894.                 'max_size' => 9223372036854775807,
  9895.                 'use_orphanage' => false,
  9896.                 'enable_progress' => false,
  9897.                 'enable_cancelation' => false,
  9898.                 'root_folder' => false,
  9899.             ],
  9900.             'oneup_uploader.controllers' => [
  9901.                 'process_queue' => [
  9902.                     => 'oneup_uploader.controller.process_queue',
  9903.                     => [
  9904.                         'enable_progress' => false,
  9905.                         'enable_cancelation' => false,
  9906.                         'route_prefix' => '',
  9907.                         'endpoints' => [
  9908.                             'upload' => NULL,
  9909.                             'progress' => NULL,
  9910.                             'cancel' => NULL,
  9911.                         ],
  9912.                     ],
  9913.                 ],
  9914.                 'tmp_media' => [
  9915.                     => 'oneup_uploader.controller.tmp_media',
  9916.                     => [
  9917.                         'enable_progress' => false,
  9918.                         'enable_cancelation' => false,
  9919.                         'route_prefix' => '',
  9920.                         'endpoints' => [
  9921.                             'upload' => NULL,
  9922.                             'progress' => NULL,
  9923.                             'cancel' => NULL,
  9924.                         ],
  9925.                     ],
  9926.                 ],
  9927.                 'user_media' => [
  9928.                     => 'oneup_uploader.controller.user_media',
  9929.                     => [
  9930.                         'enable_progress' => false,
  9931.                         'enable_cancelation' => false,
  9932.                         'route_prefix' => '',
  9933.                         'endpoints' => [
  9934.                             'upload' => NULL,
  9935.                             'progress' => NULL,
  9936.                             'cancel' => NULL,
  9937.                         ],
  9938.                     ],
  9939.                 ],
  9940.                 'profile_photo' => [
  9941.                     => 'oneup_uploader.controller.profile_photo',
  9942.                     => [
  9943.                         'enable_progress' => false,
  9944.                         'enable_cancelation' => false,
  9945.                         'route_prefix' => '',
  9946.                         'endpoints' => [
  9947.                             'upload' => NULL,
  9948.                             'progress' => NULL,
  9949.                             'cancel' => NULL,
  9950.                         ],
  9951.                     ],
  9952.                 ],
  9953.                 'profile_media_avatar' => [
  9954.                     => 'oneup_uploader.controller.profile_media_avatar',
  9955.                     => [
  9956.                         'enable_progress' => false,
  9957.                         'enable_cancelation' => false,
  9958.                         'route_prefix' => '',
  9959.                         'endpoints' => [
  9960.                             'upload' => NULL,
  9961.                             'progress' => NULL,
  9962.                             'cancel' => NULL,
  9963.                         ],
  9964.                     ],
  9965.                 ],
  9966.                 'profile_media_approval' => [
  9967.                     => 'oneup_uploader.controller.profile_media_approval',
  9968.                     => [
  9969.                         'enable_progress' => false,
  9970.                         'enable_cancelation' => false,
  9971.                         'route_prefix' => '',
  9972.                         'endpoints' => [
  9973.                             'upload' => NULL,
  9974.                             'progress' => NULL,
  9975.                             'cancel' => NULL,
  9976.                         ],
  9977.                     ],
  9978.                 ],
  9979.                 'profile_face_photo' => [
  9980.                     => 'oneup_uploader.controller.profile_face_photo',
  9981.                     => [
  9982.                         'enable_progress' => false,
  9983.                         'enable_cancelation' => false,
  9984.                         'route_prefix' => '',
  9985.                         'endpoints' => [
  9986.                             'upload' => NULL,
  9987.                             'progress' => NULL,
  9988.                             'cancel' => NULL,
  9989.                         ],
  9990.                     ],
  9991.                 ],
  9992.                 'profile_selfie' => [
  9993.                     => 'oneup_uploader.controller.profile_selfie',
  9994.                     => [
  9995.                         'enable_progress' => false,
  9996.                         'enable_cancelation' => false,
  9997.                         'route_prefix' => '',
  9998.                         'endpoints' => [
  9999.                             'upload' => NULL,
  10000.                             'progress' => NULL,
  10001.                             'cancel' => NULL,
  10002.                         ],
  10003.                     ],
  10004.                 ],
  10005.                 'profile_video' => [
  10006.                     => 'oneup_uploader.controller.profile_video',
  10007.                     => [
  10008.                         'enable_progress' => false,
  10009.                         'enable_cancelation' => false,
  10010.                         'route_prefix' => '',
  10011.                         'endpoints' => [
  10012.                             'upload' => NULL,
  10013.                             'progress' => NULL,
  10014.                             'cancel' => NULL,
  10015.                         ],
  10016.                     ],
  10017.                 ],
  10018.                 'saloon_media' => [
  10019.                     => 'oneup_uploader.controller.saloon_media',
  10020.                     => [
  10021.                         'enable_progress' => false,
  10022.                         'enable_cancelation' => false,
  10023.                         'route_prefix' => '',
  10024.                         'endpoints' => [
  10025.                             'upload' => NULL,
  10026.                             'progress' => NULL,
  10027.                             'cancel' => NULL,
  10028.                         ],
  10029.                     ],
  10030.                 ],
  10031.                 'saloon_media_thumb' => [
  10032.                     => 'oneup_uploader.controller.saloon_media_thumb',
  10033.                     => [
  10034.                         'enable_progress' => false,
  10035.                         'enable_cancelation' => false,
  10036.                         'route_prefix' => '',
  10037.                         'endpoints' => [
  10038.                             'upload' => NULL,
  10039.                             'progress' => NULL,
  10040.                             'cancel' => NULL,
  10041.                         ],
  10042.                     ],
  10043.                 ],
  10044.                 'saloon_media_video' => [
  10045.                     => 'oneup_uploader.controller.saloon_media_video',
  10046.                     => [
  10047.                         'enable_progress' => false,
  10048.                         'enable_cancelation' => false,
  10049.                         'route_prefix' => '',
  10050.                         'endpoints' => [
  10051.                             'upload' => NULL,
  10052.                             'progress' => NULL,
  10053.                             'cancel' => NULL,
  10054.                         ],
  10055.                     ],
  10056.                 ],
  10057.             ],
  10058.             'oneup_uploader.maxsize' => [
  10059.                 'process_queue' => 34359738368,
  10060.                 'tmp_media' => 34359738368,
  10061.                 'user_media' => 34359738368,
  10062.                 'profile_photo' => 34359738368,
  10063.                 'profile_media_avatar' => 34359738368,
  10064.                 'profile_media_approval' => 34359738368,
  10065.                 'profile_face_photo' => 34359738368,
  10066.                 'profile_selfie' => 34359738368,
  10067.                 'profile_video' => 34359738368,
  10068.                 'saloon_media' => 34359738368,
  10069.                 'saloon_media_thumb' => 34359738368,
  10070.                 'saloon_media_video' => 34359738368,
  10071.             ],
  10072.             'snc_redis.client.class' => 'Predis\\Client',
  10073.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  10074.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  10075.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  10076.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  10077.             'snc_redis.phpredis_client.class' => 'Redis',
  10078.             'snc_redis.relay_client.class' => 'Relay\\Relay',
  10079.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  10080.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  10081.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  10082.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  10083.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  10084.             'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  10085.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  10086.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  10087.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  10088.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  10089.             'fos_js_routing.request_context_base_url' => NULL,
  10090.             'fos_js_routing.cache_control' => [
  10091.                 'enabled' => false,
  10092.             ],
  10093.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  10094.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  10095.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  10096.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  10097.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  10098.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  10099.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  10100.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  10101.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  10102.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  10103.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  10104.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  10105.             'eight_points_guzzle.plugin.header.headers' => [
  10106.             ],
  10107.             'env(SENTRY_RELEASE)' => 'dev-master@4584639',
  10108.             'sentry.tracing.enabled' => true,
  10109.             'sentry.tracing.dbal.enabled' => true,
  10110.             'sentry.tracing.dbal.connections' => [
  10111.             ],
  10112.             'sentry.tracing.cache.enabled' => true,
  10113.             'sentry.tracing.http_client.enabled' => true,
  10114.             'fos_elastica.property_accessor.magicCall' => false,
  10115.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  10116.             'fos_elastica.default_index' => 'recommendations',
  10117.             'ewz_recaptcha.ajax' => true,
  10118.             'ewz_recaptcha.enabled' => true,
  10119.             'ewz_recaptcha.verify_host' => false,
  10120.             'ewz_recaptcha.locale_key' => 'ru',
  10121.             'ewz_recaptcha.api_host' => 'www.google.com',
  10122.             'ewz_recaptcha.locale_from_request' => false,
  10123.             'ewz_recaptcha.version' => 2,
  10124.             'ewz_recaptcha.hide_badge' => false,
  10125.             'ewz_recaptcha.score_threshold' => 0.5,
  10126.             'ewz_recaptcha.timeout' => NULL,
  10127.             'ewz_recaptcha.trusted_roles' => [
  10128.             ],
  10129.             'ewz_recaptcha.http_proxy' => [
  10130.                 'host' => NULL,
  10131.                 'port' => NULL,
  10132.                 'auth' => NULL,
  10133.             ],
  10134.             'ewz_recaptcha.service_definition' => [
  10135.             ],
  10136.             'doctrine.migrations.preferred_em' => NULL,
  10137.             'doctrine.migrations.preferred_connection' => NULL,
  10138.             'misd_phone_number.serializer.default_region' => 'ZZ',
  10139.             'misd_phone_number.serializer.format' => 0,
  10140.             'misd_phone_number.validator.default_region' => 'ZZ',
  10141.             'misd_phone_number.validator.format' => 1,
  10142.             'knp_paginator.template.pagination' => '_pagination.html.twig',
  10143.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  10144.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  10145.             'knp_paginator.page_range' => 9,
  10146.             'knp_paginator.page_limit' => NULL,
  10147.             'porpaginas.twig.extension.class' => 'Porpaginas\\Twig\\PorpaginasExtension',
  10148.             'porpaginas.twig.rendering_adapter.knp.class' => 'AngelGamez\\PorpaginasBundle\\Twig\\KnpPagerRenderingAdapter',
  10149.             'porpaginas.twig.subscriber.class' => 'Porpaginas\\KnpPager\\PorpaginasSubscriber',
  10150.             'nelmio_api_doc.areas' => [
  10151.                 => 'chatops',
  10152.                 => 'sales',
  10153.                 => 'default',
  10154.             ],
  10155.             'nelmio_api_doc.use_validation_groups' => false,
  10156.             'data_collector.templates' => [
  10157.                 'data_collector.request' => [
  10158.                     => 'request',
  10159.                     => '@WebProfiler/Collector/request.html.twig',
  10160.                 ],
  10161.                 'data_collector.time' => [
  10162.                     => 'time',
  10163.                     => '@WebProfiler/Collector/time.html.twig',
  10164.                 ],
  10165.                 'data_collector.memory' => [
  10166.                     => 'memory',
  10167.                     => '@WebProfiler/Collector/memory.html.twig',
  10168.                 ],
  10169.                 'data_collector.validator' => [
  10170.                     => 'validator',
  10171.                     => '@WebProfiler/Collector/validator.html.twig',
  10172.                 ],
  10173.                 'data_collector.ajax' => [
  10174.                     => 'ajax',
  10175.                     => '@WebProfiler/Collector/ajax.html.twig',
  10176.                 ],
  10177.                 'data_collector.form' => [
  10178.                     => 'form',
  10179.                     => '@WebProfiler/Collector/form.html.twig',
  10180.                 ],
  10181.                 'data_collector.exception' => [
  10182.                     => 'exception',
  10183.                     => '@WebProfiler/Collector/exception.html.twig',
  10184.                 ],
  10185.                 'data_collector.logger' => [
  10186.                     => 'logger',
  10187.                     => '@WebProfiler/Collector/logger.html.twig',
  10188.                 ],
  10189.                 'data_collector.events' => [
  10190.                     => 'events',
  10191.                     => '@WebProfiler/Collector/events.html.twig',
  10192.                 ],
  10193.                 'data_collector.router' => [
  10194.                     => 'router',
  10195.                     => '@WebProfiler/Collector/router.html.twig',
  10196.                 ],
  10197.                 'data_collector.cache' => [
  10198.                     => 'cache',
  10199.                     => '@WebProfiler/Collector/cache.html.twig',
  10200.                 ],
  10201.                 'data_collector.translation' => [
  10202.                     => 'translation',
  10203.                     => '@WebProfiler/Collector/translation.html.twig',
  10204.                 ],
  10205.                 'data_collector.security' => [
  10206.                     => 'security',
  10207.                     => '@Security/Collector/security.html.twig',
  10208.                 ],
  10209.                 'data_collector.twig' => [
  10210.                     => 'twig',
  10211.                     => '@WebProfiler/Collector/twig.html.twig',
  10212.                 ],
  10213.                 'data_collector.http_client' => [
  10214.                     => 'http_client',
  10215.                     => '@WebProfiler/Collector/http_client.html.twig',
  10216.                 ],
  10217.                 'data_collector.doctrine' => [
  10218.                     => 'db',
  10219.                     => '@Doctrine/Collector/db.html.twig',
  10220.                 ],
  10221.                 'data_collector.dump' => [
  10222.                     => 'dump',
  10223.                     => '@Debug/Profiler/dump.html.twig',
  10224.                 ],
  10225.                 'data_collector.messenger' => [
  10226.                     => 'messenger',
  10227.                     => '@WebProfiler/Collector/messenger.html.twig',
  10228.                 ],
  10229.                 'mailer.data_collector' => [
  10230.                     => 'mailer',
  10231.                     => '@WebProfiler/Collector/mailer.html.twig',
  10232.                 ],
  10233.                 'notifier.data_collector' => [
  10234.                     => 'notifier',
  10235.                     => '@WebProfiler/Collector/notifier.html.twig',
  10236.                 ],
  10237.                 'flagception.profiler.feature_data_collector' => [
  10238.                     => 'flagception',
  10239.                     => '@Flagception/profiler/layout.html.twig',
  10240.                 ],
  10241.                 'easyadmin.data_collector' => [
  10242.                     => 'easyadmin',
  10243.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  10244.                 ],
  10245.                 'snc_redis.data_collector' => [
  10246.                     => 'redis',
  10247.                     => '@SncRedis/Collector/redis.html.twig',
  10248.                 ],
  10249.                 'eight_points_guzzle.data_collector' => [
  10250.                     => 'eight_points_guzzle',
  10251.                     => '@EightPointsGuzzle/debug.html.twig',
  10252.                 ],
  10253.                 'fos_elastica.data_collector' => [
  10254.                     => 'elastica',
  10255.                     => '@FOSElastica/Collector/elastica.html.twig',
  10256.                 ],
  10257.                 'App\\DataCollector\\DebugCollector' => [
  10258.                     => 'app.debug_collector',
  10259.                     => '_data_collector/debug_collector.html.twig',
  10260.                 ],
  10261.                 'data_collector.config' => [
  10262.                     => 'config',
  10263.                     => '@WebProfiler/Collector/config.html.twig',
  10264.                 ],
  10265.             ],
  10266.             'console.command.ids' => [
  10267.                 => 'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog',
  10268.                 => 'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue',
  10269.                 => 'console.command.public_alias.App\\Console\\Debug\\PlanPlacementSyncDebugCommand',
  10270.                 => 'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand',
  10271.                 => 'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand',
  10272.                 => 'console.command.public_alias.App\\Console\\Export\\ExportProfiles',
  10273.                 => 'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand',
  10274.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand',
  10275.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription',
  10276.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand',
  10277.                 10 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus',
  10278.                 11 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations',
  10279.                 12 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords',
  10280.                 13 => 'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733',
  10281.                 14 => 'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand',
  10282.                 15 => 'console.command.public_alias.App\\Console\\Feature\\CleanStopWordsTextsCommand',
  10283.                 16 => 'console.command.public_alias.App\\Console\\Feature\\PrepareDynamicPricesPlacementsCommand',
  10284.                 17 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand',
  10285.                 18 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand',
  10286.                 19 => 'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand',
  10287.                 20 => 'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand',
  10288.                 21 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi',
  10289.                 22 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal',
  10290.                 23 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand',
  10291.                 24 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand',
  10292.                 25 => 'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand',
  10293.                 26 => 'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand',
  10294.                 27 => 'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand',
  10295.                 28 => 'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand',
  10296.                 29 => 'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand',
  10297.                 30 => 'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand',
  10298.                 31 => 'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand',
  10299.                 32 => 'console.command.public_alias.App\\Console\\Management\\CleanupSupportMessageAttachmentsCommand',
  10300.                 33 => 'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache',
  10301.                 34 => 'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList',
  10302.                 35 => 'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand',
  10303.                 36 => 'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles',
  10304.                 37 => 'console.command.public_alias.App\\Console\\Management\\FillDynamicPlacementPricesForTestCommand',
  10305.                 38 => 'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements',
  10306.                 39 => 'console.command.public_alias.App\\Console\\Management\\ImportCityPriceCategoriesCommand',
  10307.                 40 => 'console.command.public_alias.App\\Console\\Management\\ImportDynamicPlacementPricesCommand',
  10308.                 41 => 'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent',
  10309.                 42 => 'console.command.public_alias.App\\Console\\Management\\RefreshColdStartProfileRecommendationsCommand',
  10310.                 43 => 'console.command.public_alias.App\\Console\\Management\\RefreshGeoCategoryLinkageCommand',
  10311.                 44 => 'console.command.public_alias.App\\Console\\Management\\RefreshTop100ProfilesCommand',
  10312.                 45 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles',
  10313.                 46 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons',
  10314.                 47 => 'console.command.public_alias.App\\Console\\Management\\SyncActualDomainsCommand',
  10315.                 48 => 'console.command.public_alias.App\\Console\\Management\\UpdateStations',
  10316.                 49 => 'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus',
  10317.                 50 => 'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand',
  10318.                 51 => 'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand',
  10319.                 52 => 'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand',
  10320.                 53 => 'console.command.public_alias.App\\Console\\SEO\\DumpSeoTemplateMtimesCommand',
  10321.                 54 => 'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand',
  10322.                 55 => 'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand',
  10323.                 56 => 'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand',
  10324.                 57 => 'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator',
  10325.                 58 => 'console.command.public_alias.App\\Console\\Sales\\AccountChargebackCommand',
  10326.                 59 => 'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand',
  10327.                 60 => 'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand',
  10328.                 61 => 'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand',
  10329.                 62 => 'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand',
  10330.                 63 => 'console.command.public_alias.App\\Console\\Sales\\PlaceUnhiddenAndUnplacedProfilesFreeCommand',
  10331.                 64 => 'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand',
  10332.                 65 => 'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand',
  10333.                 66 => 'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand',
  10334.                 67 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand',
  10335.                 68 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand',
  10336.                 69 => 'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand',
  10337.                 70 => 'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand',
  10338.                 71 => 'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand',
  10339.                 72 => 'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand',
  10340.                 73 => 'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand',
  10341.                 74 => 'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand',
  10342.                 75 => 'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts',
  10343.             ],
  10344.         ];
  10345.     }
  10346.     protected function throw($message)
  10347.     {
  10348.         throw new RuntimeException($message);
  10349.     }
  10350. }