var/cache/review/ContainerPrcCOdP/App_KernelReviewDebugContainer.php line 3699

Open in your IDE?
  1. <?php
  2. namespace ContainerPrcCOdP;
  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\\UpdateStations' => 'getUpdateStationsService',
  235.             'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus' => 'getUpdateUsersTrustedStatusService',
  236.             'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand' => 'getGenerateCityUriDumpCommandService',
  237.             'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand' => 'getGenerateServicesUriDumpCommandService',
  238.             'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand' => 'getCreatePageMetadataTemplatesCommandService',
  239.             'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand' => 'getGenerateSitemapCommandService',
  240.             'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand' => 'getImportPageMetadataCommand2Service',
  241.             'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand' => 'getImportProfileDescriptionCommandService',
  242.             'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator' => 'getListingPagesSitemapGeneratorService',
  243.             'console.command.public_alias.App\\Console\\Sales\\AccountChargebackCommand' => 'getAccountChargebackCommandService',
  244.             'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand' => 'getFixProfileAdBoardPositionsCommandService',
  245.             'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand' => 'getManualAccountChargesCommandService',
  246.             'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand' => 'getMigrateFinancialDataCommandService',
  247.             'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand' => 'getPlaceProfilesFreeAdBoardPlacementsCommandService',
  248.             'console.command.public_alias.App\\Console\\Sales\\PlaceUnhiddenAndUnplacedProfilesFreeCommand' => 'getPlaceUnhiddenAndUnplacedProfilesFreeCommandService',
  249.             'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand' => 'getPlacementHiderHourlyChargeCommandService',
  250.             'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand' => 'getProcessOutdatedNewSidebarPlacementsCommandService',
  251.             'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand' => 'getProfileAdBoardHourlyChargeCommandService',
  252.             'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand' => 'getRotateProfileAdBoardPlacementsCommandService',
  253.             'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand' => 'getRotateProfileFreeAdBoardPlacementsCommandService',
  254.             'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand' => 'getRotateSaloonAdBoardPlacementsCommandService',
  255.             'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand' => 'getRotateSidebarPlacementsCommandService',
  256.             'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand' => 'getSaloonAdBoardHourlyChargeCommandService',
  257.             'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand' => 'getUserLowBalanceNotifyCommandService',
  258.             'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand' => 'getFillIpAddressRangeCommandService',
  259.             'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand' => 'getPrepareOldVideoFilesCommandService',
  260.             'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts' => 'getCreateDummyAccountsService',
  261.             'console.command_loader' => 'getConsole_CommandLoaderService',
  262.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  263.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  264.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  265.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  266.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  267.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  268.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  269.             'eight_points_guzzle.client.api_domain_timeline' => 'getEightPointsGuzzle_Client_ApiDomainTimelineService',
  270.             'eight_points_guzzle.client.api_payday' => 'getEightPointsGuzzle_Client_ApiPaydayService',
  271.             'eight_points_guzzle.client.api_rotation' => 'getEightPointsGuzzle_Client_ApiRotationService',
  272.             'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  273.             'eight_points_guzzle.handler_stack.api_domain_timeline' => 'getEightPointsGuzzle_HandlerStack_ApiDomainTimelineService',
  274.             'eight_points_guzzle.handler_stack.api_oplata_info' => 'getEightPointsGuzzle_HandlerStack_ApiOplataInfoService',
  275.             'eight_points_guzzle.handler_stack.api_payday' => 'getEightPointsGuzzle_HandlerStack_ApiPaydayService',
  276.             'eight_points_guzzle.handler_stack.api_rotation' => 'getEightPointsGuzzle_HandlerStack_ApiRotationService',
  277.             'eight_points_guzzle.middleware.event_dispatch.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiDomainTimelineService',
  278.             'eight_points_guzzle.middleware.event_dispatch.api_oplata_info' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService',
  279.             'eight_points_guzzle.middleware.event_dispatch.api_payday' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiPaydayService',
  280.             'eight_points_guzzle.middleware.event_dispatch.api_rotation' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiRotationService',
  281.             'eight_points_guzzle.middleware.log.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_Log_ApiDomainTimelineService',
  282.             'eight_points_guzzle.middleware.log.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService',
  283.             'eight_points_guzzle.middleware.log.api_payday' => 'getEightPointsGuzzle_Middleware_Log_ApiPaydayService',
  284.             'eight_points_guzzle.middleware.log.api_rotation' => 'getEightPointsGuzzle_Middleware_Log_ApiRotationService',
  285.             'eight_points_guzzle.middleware.profile.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_Profile_ApiDomainTimelineService',
  286.             'eight_points_guzzle.middleware.profile.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService',
  287.             'eight_points_guzzle.middleware.profile.api_payday' => 'getEightPointsGuzzle_Middleware_Profile_ApiPaydayService',
  288.             'eight_points_guzzle.middleware.profile.api_rotation' => 'getEightPointsGuzzle_Middleware_Profile_ApiRotationService',
  289.             'eight_points_guzzle.middleware.request_time.api_domain_timeline' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiDomainTimelineService',
  290.             'eight_points_guzzle.middleware.request_time.api_oplata_info' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService',
  291.             'eight_points_guzzle.middleware.request_time.api_payday' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiPaydayService',
  292.             'eight_points_guzzle.middleware.request_time.api_rotation' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiRotationService',
  293.             'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  294.             'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  295.             'error_controller' => 'getErrorControllerService',
  296.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  297.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  298.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  299.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  300.             'file_namer.profile_media' => 'getFileNamer_ProfileMediaService',
  301.             'file_namer.profile_media_approval' => 'getFileNamer_ProfileMediaApprovalService',
  302.             'file_namer.saloon_media' => 'getFileNamer_SaloonMediaService',
  303.             'file_namer.saloon_media_thumb' => 'getFileNamer_SaloonMediaThumbService',
  304.             'file_namer.saloon_media_video' => 'getFileNamer_SaloonMediaVideoService',
  305.             'file_namer.tmp_media' => 'getFileNamer_TmpMediaService',
  306.             'file_namer.user_media' => 'getFileNamer_UserMediaService',
  307.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  308.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  309.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  310.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  311.             'fos_elastica.finder.description.profile' => 'getFosElastica_Finder_Description_ProfileService',
  312.             'fos_elastica.finder.key_search.profile' => 'getFosElastica_Finder_KeySearch_ProfileService',
  313.             'fos_elastica.finder.recommendations.profile' => 'getFosElastica_Finder_Recommendations_ProfileService',
  314.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  315.             'fos_elastica.index.description' => 'getFosElastica_Index_DescriptionService',
  316.             'fos_elastica.index.description.profile' => 'getFosElastica_Index_Description_ProfileService',
  317.             'fos_elastica.index.key_search' => 'getFosElastica_Index_KeySearchService',
  318.             'fos_elastica.index.key_search.profile' => 'getFosElastica_Index_KeySearch_ProfileService',
  319.             'fos_elastica.index.recommendations' => 'getFosElastica_Index_RecommendationsService',
  320.             'fos_elastica.index.recommendations.profile' => 'getFosElastica_Index_Recommendations_ProfileService',
  321.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  322.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  323.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
  324.             'fos_elastica.object_persister.description.profile' => 'getFosElastica_ObjectPersister_Description_ProfileService',
  325.             'fos_elastica.object_persister.key_search.profile' => 'getFosElastica_ObjectPersister_KeySearch_ProfileService',
  326.             'fos_elastica.object_persister.recommendations.profile' => 'getFosElastica_ObjectPersister_Recommendations_ProfileService',
  327.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  328.             'fos_elastica.pager_provider.description.profile' => 'getFosElastica_PagerProvider_Description_ProfileService',
  329.             'fos_elastica.pager_provider.key_search.profile' => 'getFosElastica_PagerProvider_KeySearch_ProfileService',
  330.             'fos_elastica.pager_provider.recommendations.profile' => 'getFosElastica_PagerProvider_Recommendations_ProfileService',
  331.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  332.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  333.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  334.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  335.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  336.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  337.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  338.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  339.             'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  340.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  341.             'identity.personal_access_token_generator' => 'getIdentity_PersonalAccessTokenGeneratorService',
  342.             'identity.team_mate_provider' => 'getIdentity_TeamMateProviderService',
  343.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  344.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  345.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  346.             'nelmio_api_doc.controller.stoplight' => 'getNelmioApiDoc_Controller_StoplightService',
  347.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  348.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  349.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  350.             'nelmio_api_doc.generator.chatops' => 'getNelmioApiDoc_Generator_ChatopsService',
  351.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  352.             'nelmio_api_doc.generator.sales' => 'getNelmioApiDoc_Generator_SalesService',
  353.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  354.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  355.             'oneup_flysystem.process_queue_filesystem' => 'getOneupFlysystem_ProcessQueueFilesystemService',
  356.             'oneup_flysystem.profile_media_approval_filesystem' => 'getOneupFlysystem_ProfileMediaApprovalFilesystemService',
  357.             'oneup_flysystem.profile_media_avatar_filesystem' => 'getOneupFlysystem_ProfileMediaAvatarFilesystemService',
  358.             'oneup_flysystem.profile_media_filesystem' => 'getOneupFlysystem_ProfileMediaFilesystemService',
  359.             'oneup_flysystem.profile_media_selfie_filesystem' => 'getOneupFlysystem_ProfileMediaSelfieFilesystemService',
  360.             'oneup_flysystem.profile_media_untouched_filesystem' => 'getOneupFlysystem_ProfileMediaUntouchedFilesystemService',
  361.             'oneup_flysystem.public_filesystem' => 'getOneupFlysystem_PublicFilesystemService',
  362.             'oneup_flysystem.saloon_media_filesystem' => 'getOneupFlysystem_SaloonMediaFilesystemService',
  363.             'oneup_flysystem.saloon_media_thumb_filesystem' => 'getOneupFlysystem_SaloonMediaThumbFilesystemService',
  364.             'oneup_flysystem.saloon_media_untouched_filesystem' => 'getOneupFlysystem_SaloonMediaUntouchedFilesystemService',
  365.             'oneup_flysystem.saloon_media_video_filesystem' => 'getOneupFlysystem_SaloonMediaVideoFilesystemService',
  366.             'oneup_flysystem.support_message_attachment_filesystem' => 'getOneupFlysystem_SupportMessageAttachmentFilesystemService',
  367.             'oneup_flysystem.tmp_filesystem' => 'getOneupFlysystem_TmpFilesystemService',
  368.             'oneup_flysystem.tmp_media_filesystem' => 'getOneupFlysystem_TmpMediaFilesystemService',
  369.             'oneup_flysystem.user_media_filesystem' => 'getOneupFlysystem_UserMediaFilesystemService',
  370.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  371.             'oneup_uploader.controller.process_queue' => 'getOneupUploader_Controller_ProcessQueueService',
  372.             'oneup_uploader.controller.profile_face_photo' => 'getOneupUploader_Controller_ProfileFacePhotoService',
  373.             'oneup_uploader.controller.profile_media_approval' => 'getOneupUploader_Controller_ProfileMediaApprovalService',
  374.             'oneup_uploader.controller.profile_media_avatar' => 'getOneupUploader_Controller_ProfileMediaAvatarService',
  375.             'oneup_uploader.controller.profile_photo' => 'getOneupUploader_Controller_ProfilePhotoService',
  376.             'oneup_uploader.controller.profile_selfie' => 'getOneupUploader_Controller_ProfileSelfieService',
  377.             'oneup_uploader.controller.profile_video' => 'getOneupUploader_Controller_ProfileVideoService',
  378.             'oneup_uploader.controller.saloon_media' => 'getOneupUploader_Controller_SaloonMediaService',
  379.             'oneup_uploader.controller.saloon_media_thumb' => 'getOneupUploader_Controller_SaloonMediaThumbService',
  380.             'oneup_uploader.controller.saloon_media_video' => 'getOneupUploader_Controller_SaloonMediaVideoService',
  381.             'oneup_uploader.controller.tmp_media' => 'getOneupUploader_Controller_TmpMediaService',
  382.             'oneup_uploader.controller.user_media' => 'getOneupUploader_Controller_UserMediaService',
  383.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  384.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  385.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  386.             'porpaginas.twig.subscriber' => 'getPorpaginas_Twig_SubscriberService',
  387.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  388.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  389.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  390.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  391.             'routing.loader' => 'getRouting_LoaderService',
  392.             'services_resetter' => 'getServicesResetterService',
  393.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  394.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  395.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  396.         ];
  397.         $this->aliases = [
  398.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  399.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  400.             'database_connection' => 'doctrine.dbal.default_connection',
  401.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  402.             'fos_elastica.client' => 'fos_elastica.client.default',
  403.             'fos_elastica.index' => 'fos_elastica.index.recommendations',
  404.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  405.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  406.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  407.         ];
  408.         $this->privates['service_container'] = function () {
  409.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  410.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  411.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  412.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  413.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  414.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  415.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  416.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  417.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  418.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  419.             include_once \dirname(__DIR__4).'/src/DataCollector/DebugCollector.php';
  420.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  421.             include_once \dirname(__DIR__4).'/src/EventSubscriber/AjaxDebugUpdateSubscriber.php';
  422.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ApiAccessSubscriber.php';
  423.             include_once \dirname(__DIR__4).'/src/Service/AccessManager.php';
  424.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BadWordsReplaceSubscriber.php';
  425.             include_once \dirname(__DIR__4).'/src/Helper/EnvironmentHelper.php';
  426.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BanLogoutSubscriber.php';
  427.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CityCaseRedirectSubscriber.php';
  428.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CommentBanSubscriber.php';
  429.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DisabledRouteSubscriber.php';
  430.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DoctrineEntityFilterSubscriber.php';
  431.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DomainParkingSubscriber.php';
  432.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DomainRedirectSubscriber.php';
  433.             include_once \dirname(__DIR__4).'/src/Http/DomainRedirectorInterface.php';
  434.             include_once \dirname(__DIR__4).'/src/Http/DomainRedirector.php';
  435.             include_once \dirname(__DIR__4).'/src/EventSubscriber/EnumSubscriber.php';
  436.             include_once \dirname(__DIR__4).'/src/EventSubscriber/KernelSubscriber.php';
  437.             include_once \dirname(__DIR__4).'/src/EventSubscriber/PageMetadataSubscriber.php';
  438.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ProfileListOrderingSubscriber.php';
  439.             include_once \dirname(__DIR__4).'/src/Service/ProfilePaidPlacementRotator.php';
  440.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  441.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  442.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  443.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  444.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  445.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  446.             include_once \dirname(__DIR__4).'/src/Repository/AccountEnrollmentRepository.php';
  447.             include_once \dirname(__DIR__4).'/src/Repository/ApprovalRequestsRepository.php';
  448.             include_once \dirname(__DIR__4).'/vendor/happyr/doctrine-specification/src/Repository/EntitySpecificationRepositoryTrait.php';
  449.             include_once \dirname(__DIR__4).'/src/Repository/SpecificationTrait.php';
  450.             include_once \dirname(__DIR__4).'/src/Repository/EntityIteratorTrait.php';
  451.             include_once \dirname(__DIR__4).'/src/Repository/BannedEmailRepository.php';
  452.             include_once \dirname(__DIR__4).'/src/Repository/CityRepository.php';
  453.             include_once \dirname(__DIR__4).'/src/Repository/DistrictRepository.php';
  454.             include_once \dirname(__DIR__4).'/src/Repository/ModerationRequestsRepository.php';
  455.             include_once \dirname(__DIR__4).'/src/Repository/PageMetadataRepository.php';
  456.             include_once \dirname(__DIR__4).'/src/Repository/PaidPlacementPriceRepository.php';
  457.             include_once \dirname(__DIR__4).'/src/Repository/ProfileCommentRepository.php';
  458.             include_once \dirname(__DIR__4).'/src/Repository/ProfileCtrRepository.php';
  459.             include_once \dirname(__DIR__4).'/src/Repository/ProfileKVRepository.php';
  460.             include_once \dirname(__DIR__4).'/src/Repository/ProfilePlanPlacementRepository.php';
  461.             include_once \dirname(__DIR__4).'/src/Repository/ProfileRecommendationRepository.php';
  462.             include_once \dirname(__DIR__4).'/src/Repository/ProfileRepository.php';
  463.             include_once \dirname(__DIR__4).'/src/Repository/SidebarPlacementRepository.php';
  464.             include_once \dirname(__DIR__4).'/src/Repository/ProfileSidebarPlacementRepository.php';
  465.             include_once \dirname(__DIR__4).'/src/Repository/ProfileTopPlacementRepository.php';
  466.             include_once \dirname(__DIR__4).'/src/Repository/SaloonRepository.php';
  467.             include_once \dirname(__DIR__4).'/src/Repository/SaloonSidebarPlacementRepository.php';
  468.             include_once \dirname(__DIR__4).'/src/Repository/ServiceRepository.php';
  469.             include_once \dirname(__DIR__4).'/src/Repository/StationRepository.php';
  470.             include_once \dirname(__DIR__4).'/src/Repository/SupportMessagesRepository.php';
  471.             include_once \dirname(__DIR__4).'/src/Repository/SystemVariablesRepository.php';
  472.             include_once \dirname(__DIR__4).'/src/Service/AccountChargesDurationEstimator.php';
  473.             include_once \dirname(__DIR__4).'/src/Service/AccountChargesDurationPresenter.php';
  474.             include_once \dirname(__DIR__4).'/src/Service/AccountFinances.php';
  475.             include_once \dirname(__DIR__4).'/src/Service/ApprovalService.php';
  476.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageService.php';
  477.             include_once \dirname(__DIR__4).'/src/Service/ColdStartProfileRecommendationsCache.php';
  478.             include_once \dirname(__DIR__4).'/src/Service/CountryCurrencyResolver.php';
  479.             include_once \dirname(__DIR__4).'/src/Service/CurrentCityResolver.php';
  480.             include_once \dirname(__DIR__4).'/src/Service/CustomerBanService.php';
  481.             include_once \dirname(__DIR__4).'/src/Service/DefaultCityProvider.php';
  482.             include_once \dirname(__DIR__4).'/src/Service/DynamicPlacementPriceResolver.php';
  483.             include_once \dirname(__DIR__4).'/src/Service/EnumUriLoader.php';
  484.             include_once \dirname(__DIR__4).'/src/Service/Features.php';
  485.             include_once \dirname(__DIR__4).'/src/Service/GeoCategoryLinkageService.php';
  486.             include_once \dirname(__DIR__4).'/src/Service/InnerLinkageCircleService.php';
  487.             include_once \dirname(__DIR__4).'/src/Service/ListingService.php';
  488.             include_once \dirname(__DIR__4).'/src/Service/ModerationService.php';
  489.             include_once \dirname(__DIR__4).'/src/Service/MoneyFormatterService.php';
  490.             include_once \dirname(__DIR__4).'/src/Service/PhoneNumberService.php';
  491.             include_once \dirname(__DIR__4).'/src/Service/ProfileAdBoard.php';
  492.             include_once \dirname(__DIR__4).'/src/Service/ProfileAvatar.php';
  493.             include_once \dirname(__DIR__4).'/src/Service/ProfileRecommendationService.php';
  494.             include_once \dirname(__DIR__4).'/src/Service/ProfileBotHelper.php';
  495.             include_once \dirname(__DIR__4).'/src/Service/ProfileChargesCalculator.php';
  496.             include_once \dirname(__DIR__4).'/src/Service/ProfileCtrService.php';
  497.             include_once \dirname(__DIR__4).'/src/Service/ProfileList.php';
  498.             include_once \dirname(__DIR__4).'/src/Service/ProfileListSpecificationService.php';
  499.             include_once \dirname(__DIR__4).'/src/Service/ProfileTopBoard.php';
  500.             include_once \dirname(__DIR__4).'/src/Service/ResponsiveAssetsService.php';
  501.             include_once \dirname(__DIR__4).'/src/Service/SaloonChargesCalculator.php';
  502.             include_once \dirname(__DIR__4).'/src/Service/SearchByKeywordsService.php';
  503.             include_once \dirname(__DIR__4).'/src/Repository/SearchByKeywordsESRepository.php';
  504.             include_once \dirname(__DIR__4).'/src/Service/Sidebar.php';
  505.             include_once \dirname(__DIR__4).'/src/Service/TimeZoneService.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  517.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  519.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  520.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  536.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  537.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  538.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  539.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  566.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  568.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  583.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  584.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  585.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  586.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  590.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  591.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  592.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  593.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  594.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  595.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  597.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  600.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  601.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  602.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  604.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  605.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  606.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  607.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  608.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  609.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  610.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  611.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  613.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  614.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  615.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  616.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  618.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  619.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  620.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  621.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  622.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  623.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  624.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  625.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  626.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  627.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  628.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  630.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  631.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  632.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  633.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  634.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  635.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  636.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  637.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  638.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  639.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  640.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  641.             include_once \dirname(__DIR__4).'/src/ParamConverter/CityParamConverter.php';
  642.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  643.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  644.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  645.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  647.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  648.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  649.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  650.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  651.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  652.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  653.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  654.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  655.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  656.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  657.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  659.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  660.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  661.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  662.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  663.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  664.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  665.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  666.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php';
  667.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  668.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  669.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  670.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  671.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  672.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  673.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  674.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  675.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  677.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  678.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  679.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  680.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  681.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  682.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  683.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  684.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  685.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  686.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  687.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  688.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  689.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  690.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  691.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  692.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  693.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  694.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  695.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheConfiguration.php';
  696.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLogger.php';
  697.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLoggerChain.php';
  698.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/StatisticsCacheLogger.php';
  699.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheFactory.php';
  700.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/DefaultCacheFactory.php';
  701.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/RegionsConfiguration.php';
  702.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  705.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  706.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  707.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  708.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  709.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  710.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  711.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  712.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  713.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  714.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  715.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  716.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  717.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  721.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  722.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  723.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  724.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  725.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  726.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  727.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  728.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  729.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  730.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  731.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  732.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  733.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  734.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  735.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  736.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  737.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  738.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  739.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  740.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  742.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  745.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  746.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  747.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  751.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  753.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  755.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  756.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  757.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  758.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  759.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  760.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  761.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php';
  762.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php';
  763.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php';
  764.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php';
  765.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ChromePhpHandler.php';
  766.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  767.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  768.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  769.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  770.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  771.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  772.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  773.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  774.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  775.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  776.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  777.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  778.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  779.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  780.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  781.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  782.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  783.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  784.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  785.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  786.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  788.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  789.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  790.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  791.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  793.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  794.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManagerInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManager.php';
  796.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/FeatureActivatorInterface.php';
  797.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ChainActivator.php';
  798.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php';
  799.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ArrayActivator.php';
  800.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/EnvironmentActivator.php';
  801.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ConstraintActivator.php';
  802.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolverInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolver.php';
  804.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Factory/ExpressionLanguageFactory.php';
  805.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/DateProvider.php';
  806.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/MatchProvider.php';
  807.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ContextDecoratorInterface.php';
  808.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ChainDecorator.php';
  809.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/AnnotationSubscriber.php';
  810.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/RoutingMetadataSubscriber.php';
  811.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  812.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ExcludeFieldsConfigPass.php';
  814.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  815.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  816.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  817.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  818.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  819.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShortFormTypeConfigPass.php';
  820.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  821.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  822.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/EmbeddedListViewConfigPass.php';
  823.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  824.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShowViewConfigPass.php';
  825.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  826.             include_once \dirname(__DIR__4).'/src/Bridge/AlterPHP/EasyAdminExtensionBundle/Configuration/ListFormFiltersConfigPass.php';
  827.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  828.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  829.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  830.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  831.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/EmbeddedListHelper.php';
  832.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/ListFormFiltersHelper.php';
  833.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Security/AdminAuthorizationChecker.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  836.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  837.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  839.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  840.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  841.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  842.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  843.             include_once \dirname(__DIR__4).'/src/Bridge/GuzzleHttp/Handler/OplataInfoTestHandler.php';
  844.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  845.             include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  846.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  847.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  848.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  849.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  850.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  851.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  853.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  855.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  856.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  857.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  858.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  859.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  861.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  863.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  865.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  867.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  869.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  871.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  872.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  873.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  874.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  875.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  877.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  878.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  879.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  880.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  881.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  882.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  883.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  884.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  886.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  887.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  891.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  892.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  893.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  894.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  895.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/PorpaginasExtension.php';
  896.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/RenderingAdapter.php';
  897.             include_once \dirname(__DIR__4).'/packages/porpaginas-bundle/Twig/KnpPagerRenderingAdapter.php';
  898.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Morphos/GeographicalNamesInflection.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  901.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  902.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  905.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  906.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ChainAdapter.php';
  913.             include_once \dirname(__DIR__4).'/src/Http/CityCaseRedirector.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  919.             include_once \dirname(__DIR__4).'/src/Routing/DynamicRouter.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  922.             include_once \dirname(__DIR__4).'/packages/translatable-bundle/Translation/Translator.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  948.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  952.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Profiler/FeatureDataCollector.php';
  953.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  954.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  955.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  956.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  960.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  961.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  962.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  963.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  964.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  965.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  966.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  967.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  968.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  969.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  974.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  990.             include_once \dirname(__DIR__4).'/src/Twig/AccountExtension.php';
  991.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageByCountriesExtension.php';
  992.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageByCountriesService.php';
  993.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageExtension.php';
  994.             include_once \dirname(__DIR__4).'/src/Twig/ClientTypeExtension.php';
  995.             include_once \dirname(__DIR__4).'/src/Twig/ConfirmationRequestsExtension.php';
  996.             include_once \dirname(__DIR__4).'/src/Twig/DateExtension.php';
  997.             include_once \dirname(__DIR__4).'/src/Twig/DefaultCityExtension.php';
  998.             include_once \dirname(__DIR__4).'/src/Twig/DistrictsLinkageExtension.php';
  999.             include_once \dirname(__DIR__4).'/src/Service/DistrictsLinkageService.php';
  1000.             include_once \dirname(__DIR__4).'/src/Twig/GeoCategoryLinkageExtension.php';
  1001.             include_once \dirname(__DIR__4).'/src/Twig/InnerLinkageCircleExtension.php';
  1002.             include_once \dirname(__DIR__4).'/src/Twig/ListingExtension.php';
  1003.             include_once \dirname(__DIR__4).'/src/Twig/MoneyFormatterExtension.php';
  1004.             include_once \dirname(__DIR__4).'/src/Twig/OfferBarExtension.php';
  1005.             include_once \dirname(__DIR__4).'/src/Twig/OplataInfoExtension.php';
  1006.             include_once \dirname(__DIR__4).'/src/PaymentProcessing/Gateway/OplataInfo.php';
  1007.             include_once \dirname(__DIR__4).'/src/Twig/PaidPlacementsExtension.php';
  1008.             include_once \dirname(__DIR__4).'/src/Twig/PersonParametersExtension.php';
  1009.             include_once \dirname(__DIR__4).'/src/Twig/PhoneCallExtension.php';
  1010.             include_once \dirname(__DIR__4).'/src/Twig/ProfileAvatarExtension.php';
  1011.             include_once \dirname(__DIR__4).'/src/Twig/ProfileChargesExtension.php';
  1012.             include_once \dirname(__DIR__4).'/src/Twig/ProfileCommentExtension.php';
  1013.             include_once \dirname(__DIR__4).'/src/Twig/ProfileKVExtension.php';
  1014.             include_once \dirname(__DIR__4).'/src/Twig/ProfileModerationExtension.php';
  1015.             include_once \dirname(__DIR__4).'/src/Twig/ProfileRecommendationsDebugExtension.php';
  1016.             include_once \dirname(__DIR__4).'/src/Twig/RecentProfilesExtension.php';
  1017.             include_once \dirname(__DIR__4).'/src/Twig/ResponsiveAssetExtension.php';
  1018.             include_once \dirname(__DIR__4).'/src/Twig/RoutingExtension.php';
  1019.             include_once \dirname(__DIR__4).'/src/Twig/SaloonChargesExtension.php';
  1020.             include_once \dirname(__DIR__4).'/src/Twig/SaloonCommentExtension.php';
  1021.             include_once \dirname(__DIR__4).'/src/Twig/SearchByKeywordsExtension.php';
  1022.             include_once \dirname(__DIR__4).'/src/Twig/SeoExtension.php';
  1023.             include_once \dirname(__DIR__4).'/src/Service/PageMetadataGenerator.php';
  1024.             include_once \dirname(__DIR__4).'/src/Service/CanonicalUrlGenerator.php';
  1025.             include_once \dirname(__DIR__4).'/src/Twig/ServicesExtension.php';
  1026.             include_once \dirname(__DIR__4).'/src/Twig/StationCommentsExtension.php';
  1027.             include_once \dirname(__DIR__4).'/src/Twig/StationPagesLinkageExtension.php';
  1028.             include_once \dirname(__DIR__4).'/src/Service/StationPagesLinkageService.php';
  1029.             include_once \dirname(__DIR__4).'/src/Twig/StationsExtension.php';
  1030.             include_once \dirname(__DIR__4).'/src/Twig/SupportMessagesExtension.php';
  1031.             include_once \dirname(__DIR__4).'/src/Twig/TakeOutLocationsExtension.php';
  1032.             include_once \dirname(__DIR__4).'/src/Twig/TimeFormatterExtension.php';
  1033.             include_once \dirname(__DIR__4).'/src/Twig/ToolsExtension.php';
  1034.             include_once \dirname(__DIR__4).'/src/Twig/UserExtension.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Twig/ToggleExtension.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/ListFormFiltersExtension.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/CheckboxTreeExtension.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/EmbeddedListExtension.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/AdminAuthorizationExtension.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Twig/GeographicalNamesInflectionTwigExtension.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src/Twig/MorphosExtension.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1071.         };
  1072.     }
  1073.     public function compile(): void
  1074.     {
  1075.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1076.     }
  1077.     public function isCompiled(): bool
  1078.     {
  1079.         return true;
  1080.     }
  1081.     public function getRemovedIds(): array
  1082.     {
  1083.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1084.     }
  1085.     protected function load($file$lazyLoad true)
  1086.     {
  1087.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1088.             return $class::do($this$lazyLoad);
  1089.         }
  1090.         if ('.' === $file[-4]) {
  1091.             $class substr($class0, -4);
  1092.         } else {
  1093.             $file .= '.php';
  1094.         }
  1095.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1096.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1097.     }
  1098.     /**
  1099.      * Gets the public '.container.private.form.factory' shared service.
  1100.      *
  1101.      * @return \Symfony\Component\Form\FormFactory
  1102.      */
  1103.     protected function get_Container_Private_Form_FactoryService()
  1104.     {
  1105.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1106.         if (isset($this->services['.container.private.form.factory'])) {
  1107.             return $this->services['.container.private.form.factory'];
  1108.         }
  1109.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1110.     }
  1111.     /**
  1112.      * Gets the public '.container.private.profiler' shared service.
  1113.      *
  1114.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1115.      */
  1116.     protected function get_Container_Private_ProfilerService()
  1117.     {
  1118.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1119.         $b = ($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService());
  1120.         $c = ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1121.         $d = ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1122.         $a->pushProcessor($b);
  1123.         $a->pushHandler($c);
  1124.         $a->pushHandler($d);
  1125.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1126.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1127.         $e = ($this->services['kernel'] ?? $this->get('kernel'));
  1128.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1129.         $g = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1130.         $g->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1131.         $g->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1132.         $g->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  1133.         $g->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  1134.         $g->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1135.         $g->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  1136.         $g->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  1137.         $g->addInstance('cache.rate_limiter.traceable', ($this->privates['cache.rate_limiter.traceable'] ?? $this->getCache_RateLimiter_TraceableService()));
  1138.         $g->addInstance('cache.doctrine.traceable', ($this->privates['cache.doctrine.traceable'] ?? $this->getCache_Doctrine_TraceableService()));
  1139.         $g->addInstance('project_data.cache.traceable', ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  1140.         $g->addInstance('user_predict.cache.traceable', ($this->privates['user_predict.cache.traceable'] ?? $this->getUserPredict_Cache_TraceableService()));
  1141.         $g->addInstance('sidebar_new_check_cool_down.cache.traceable', ($this->privates['sidebar_new_check_cool_down.cache.traceable'] ?? $this->getSidebarNewCheckCoolDown_Cache_TraceableService()));
  1142.         $g->addInstance('ctr_stat.cache.traceable', ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService()));
  1143.         $g->addInstance('profiles_filter.cache.traceable', ($this->privates['profiles_filter.cache.traceable'] ?? $this->getProfilesFilter_Cache_TraceableService()));
  1144.         $g->addInstance('stations_lines.cache.traceable', ($this->privates['stations_lines.cache.traceable'] ?? $this->getStationsLines_Cache_TraceableService()));
  1145.         $g->addInstance('profile_widget.cache.traceable', ($this->privates['profile_widget.cache.traceable'] ?? $this->getProfileWidget_Cache_TraceableService()));
  1146.         $g->addInstance('station_added_profiles.cache.traceable', ($this->privates['station_added_profiles.cache.traceable'] ?? $this->getStationAddedProfiles_Cache_TraceableService()));
  1147.         $g->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1148.         $g->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1149.         $g->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1150.         $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()));
  1151.         $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()));
  1152.         $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()));
  1153.         $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()));
  1154.         $g->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  1155.         $g->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
  1156.         $g->addInstance('cache.easyadmin.traceable', ($this->privates['cache.easyadmin.traceable'] ?? $this->getCache_Easyadmin_TraceableService()));
  1157.         $g->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  1158.         $h = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1159.         $h->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1160.         $i = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1161.         $i->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1162.         $j = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  1163.         $j->pushProcessor($b);
  1164.         $j->pushHandler($c);
  1165.         $j->pushHandler($d);
  1166.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($j);
  1167.         $k = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1168.         if ($this->has('kernel')) {
  1169.             $k->setKernel($e);
  1170.         }
  1171.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1172.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($e, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1173.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1174.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1175.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1176.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1177.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1178.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelReviewDebugContainer'), $f));
  1179.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $f));
  1180.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1181.         $instance->add($g);
  1182.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  1183.         $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));
  1184.         $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())));
  1185.         $instance->add($h);
  1186.         $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([])))));
  1187.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1188.         $instance->add($i);
  1189.         $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()))));
  1190.         $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()))));
  1191.         $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()))));
  1192.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  1193.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(new \Snc\RedisBundle\Logger\RedisLogger($j)));
  1194.         $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1195.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1196.         $instance->add(($this->privates['App\\DataCollector\\DebugCollector'] ?? ($this->privates['App\\DataCollector\\DebugCollector'] = new \App\DataCollector\DebugCollector())));
  1197.         $instance->add($k);
  1198.         return $instance;
  1199.     }
  1200.     /**
  1201.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1202.      *
  1203.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1204.      */
  1205.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1206.     {
  1207.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1208.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1209.             return $this->services['.container.private.security.authorization_checker'];
  1210.         }
  1211.         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);
  1212.     }
  1213.     /**
  1214.      * Gets the public '.container.private.security.token_storage' shared service.
  1215.      *
  1216.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1217.      */
  1218.     protected function get_Container_Private_Security_TokenStorageService()
  1219.     {
  1220.         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, [
  1221.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1222.         ], [
  1223.             'request_stack' => '?',
  1224.         ]));
  1225.     }
  1226.     /**
  1227.      * Gets the public '.container.private.twig' shared service.
  1228.      *
  1229.      * @return \Twig\Environment
  1230.      */
  1231.     protected function get_Container_Private_TwigService()
  1232.     {
  1233.         $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']);
  1234.         $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1235.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1236.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1237.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1238.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1239.         $f = new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  1240.         $g = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1241.         $h = ($this->services['router'] ?? $this->getRouterService());
  1242.         $i = ($this->privates['App\\Service\\ProfileChargesCalculator'] ?? $this->getProfileChargesCalculatorService());
  1243.         $j = ($this->privates['App\\Service\\SaloonChargesCalculator'] ?? $this->getSaloonChargesCalculatorService());
  1244.         $k = ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService());
  1245.         $l = ($this->services['geographical_names_inflection.inflector'] ?? $this->getGeographicalNamesInflection_InflectorService());
  1246.         $m = ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService());
  1247.         $n = ($this->privates['App\\Repository\\ModerationRequestsRepository'] ?? $this->getModerationRequestsRepositoryService());
  1248.         $o = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1249.         $p = ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService());
  1250.         $q = ($this->privates['App\\Repository\\StationRepository'] ?? $this->getStationRepositoryService());
  1251.         $r = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1252.         $r->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $g]);
  1253.         $s = new \Knp\Menu\Util\MenuManipulator();
  1254.         $t = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1255.         $u = new \Symfony\Bridge\Twig\AppVariable();
  1256.         $u->setEnvironment('review');
  1257.         $u->setDebug(true);
  1258.         if ($this->has('.container.private.security.token_storage')) {
  1259.             $u->setTokenStorage($c);
  1260.         }
  1261.         if ($this->has('request_stack')) {
  1262.             $u->setRequestStack($b);
  1263.         }
  1264.         $v = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1265.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1266.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
  1267.         $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)));
  1268.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1269.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1270.         $instance->addExtension($f);
  1271.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($g\dirname(__DIR__4), 'UTF-8'));
  1272.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($h));
  1273.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1274.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1275.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1276.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1277.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$h)));
  1278.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  1279.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1280.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1281.         $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())));
  1282.         $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())));
  1283.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageByCountriesExtension(new \App\Service\CityMainPagesLinkageByCountriesService($b$k$h$e, ($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), $l$m)));
  1284.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageExtension(($this->privates['App\\Service\\CityMainPagesLinkageService'] ?? $this->getCityMainPagesLinkageServiceService())));
  1285.         $instance->addExtension(new \App\Twig\ClientTypeExtension());
  1286.         $instance->addExtension(new \App\Twig\ConfirmationRequestsExtension(($this->privates['App\\Repository\\ApprovalRequestsRepository'] ?? $this->getApprovalRequestsRepositoryService()), $n));
  1287.         $instance->addExtension(new \App\Twig\DateExtension($o));
  1288.         $instance->addExtension(new \App\Twig\DefaultCityExtension($m));
  1289.         $instance->addExtension(new \App\Twig\DistrictsLinkageExtension(new \App\Service\DistrictsLinkageService($b$k$h$e, ($this->privates['App\\Repository\\DistrictRepository'] ?? $this->getDistrictRepositoryService()), $l$m$o)));
  1290.         $instance->addExtension(new \App\Twig\GeoCategoryLinkageExtension(($this->privates['App\\Service\\GeoCategoryLinkageService'] ?? $this->getGeoCategoryLinkageServiceService())));
  1291.         $instance->addExtension(new \App\Twig\InnerLinkageCircleExtension(($this->privates['App\\Service\\InnerLinkageCircleService'] ?? $this->getInnerLinkageCircleServiceService())));
  1292.         $instance->addExtension(new \App\Twig\ListingExtension(($this->privates['App\\Service\\ListingService'] ?? ($this->privates['App\\Service\\ListingService'] = new \App\Service\ListingService()))));
  1293.         $instance->addExtension(new \App\Twig\MoneyFormatterExtension($b, ($this->privates['App\\Service\\MoneyFormatterService'] ?? $this->getMoneyFormatterServiceService())));
  1294.         $instance->addExtension(new \App\Twig\OfferBarExtension(($this->privates['App\\Repository\\SystemVariablesRepository'] ?? $this->getSystemVariablesRepositoryService())));
  1295.         $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));
  1296.         $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())));
  1297.         $instance->addExtension(new \App\Twig\PersonParametersExtension());
  1298.         $instance->addExtension(new \App\Twig\PhoneCallExtension());
  1299.         $instance->addExtension(new \App\Twig\ProfileAvatarExtension(($this->privates['App\\Service\\ProfileAvatar'] ?? $this->getProfileAvatarService())));
  1300.         $instance->addExtension(new \App\Twig\ProfileChargesExtension($i$c));
  1301.         $instance->addExtension(new \App\Twig\ProfileCommentExtension());
  1302.         $instance->addExtension(new \App\Twig\ProfileKVExtension(($this->privates['App\\Repository\\ProfileKVRepository'] ?? $this->getProfileKVRepositoryService())));
  1303.         $instance->addExtension(new \App\Twig\ProfileModerationExtension(($this->privates['App\\Service\\ModerationService'] ?? $this->getModerationServiceService()), $n));
  1304.         $instance->addExtension(new \App\Twig\ProfileRecommendationsDebugExtension(($this->privates['App\\Service\\ProfileRecommendationService'] ?? $this->getProfileRecommendationServiceService()), ($this->privates['App\\Service\\ProfileBotHelper'] ?? $this->getProfileBotHelperService()), $c));
  1305.         $instance->addExtension(new \App\Twig\RecentProfilesExtension($b$m, ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService())));
  1306.         $instance->addExtension(new \App\Twig\ResponsiveAssetExtension(($this->privates['App\\Service\\ResponsiveAssetsService'] ?? $this->getResponsiveAssetsServiceService())));
  1307.         $instance->addExtension(new \App\Twig\RoutingExtension($h$b));
  1308.         $instance->addExtension(new \App\Twig\SaloonChargesExtension($j$c));
  1309.         $instance->addExtension(new \App\Twig\SaloonCommentExtension());
  1310.         $instance->addExtension(new \App\Twig\SearchByKeywordsExtension(($this->privates['App\\Service\\SearchByKeywordsService'] ?? $this->getSearchByKeywordsServiceService())));
  1311.         $instance->addExtension(new \App\Twig\SeoExtension(new \App\Service\PageMetadataGenerator($instance$b), $b, new \App\Service\CanonicalUrlGenerator($h$b$p$o), $e));
  1312.         $instance->addExtension(new \App\Twig\ServicesExtension(($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService())));
  1313.         $instance->addExtension(new \App\Twig\StationCommentsExtension(($this->privates['App\\Repository\\ProfileCommentRepository'] ?? $this->getProfileCommentRepositoryService()), ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService())));
  1314.         $instance->addExtension(new \App\Twig\StationPagesLinkageExtension(new \App\Service\StationPagesLinkageService($p$h$e$q$b$o)));
  1315.         $instance->addExtension(new \App\Twig\StationsExtension($q));
  1316.         $instance->addExtension(new \App\Twig\SupportMessagesExtension(($this->privates['App\\Repository\\SupportMessagesRepository'] ?? $this->getSupportMessagesRepositoryService())));
  1317.         $instance->addExtension(new \App\Twig\TakeOutLocationsExtension());
  1318.         $instance->addExtension(new \App\Twig\TimeFormatterExtension());
  1319.         $instance->addExtension(new \App\Twig\ToolsExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1320.         $instance->addExtension(new \App\Twig\UserExtension($c));
  1321.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1322.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($r));
  1323.         $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, [
  1324.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1325.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1326.         ], [
  1327.             'list' => '?',
  1328.             'twig' => '?',
  1329.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1330.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1331.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1332.         }, 2)), $s$t), $t$s));
  1333.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['cocur_slugify'] ?? ($this->privates['cocur_slugify'] = new \Cocur\Slugify\Slugify(['lowercase' => true'separator' => '-'])))));
  1334.         $instance->addExtension(new \Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService())));
  1335.         $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())));
  1336.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] ?? $this->getListFormFiltersHelperService())));
  1337.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension());
  1338.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1339.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension(($this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] ?? $this->getAdminAuthorizationCheckerService())));
  1340.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1341.         $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1342.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1343.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1344.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1345.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1346.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1347.         ], [
  1348.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1349.             'webpack_encore.tag_renderer' => '?',
  1350.         ])));
  1351.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  1352.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($h$e)));
  1353.         $instance->addExtension(($this->services['porpaginas.twig.extension'] ?? $this->getPorpaginas_Twig_ExtensionService()));
  1354.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1355.         $instance->addExtension(new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Twig\GeographicalNamesInflectionTwigExtension($l));
  1356.         $instance->addExtension(new \BigIdea\Bundle\MorphosTwigBundle\Twig\MorphosExtension());
  1357.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($f));
  1358.         $instance->addGlobal('app'$u);
  1359.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1360.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1361.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1362.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1363.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1364.         ], [
  1365.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1366.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1367.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1368.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1369.         ])));
  1370.         $instance->addGlobal('actual_main_domain'$this->getEnv('MAIN_DOMAIN'));
  1371.         $instance->addGlobal('actual_mirror_domain'$this->getEnv('MIRROR_DOMAIN'));
  1372.         $instance->addGlobal('responsive_media_base_url'$this->getEnv('RESPONSIVE_MEDIA_BASE_URL'));
  1373.         $instance->addGlobal('ga_tracker_id'$this->getEnv('resolve:GA_TRACKER_ID'));
  1374.         $instance->addGlobal('ym_tracker_id'$this->getEnv('resolve:YM_TRACKER_ID'));
  1375.         $instance->addGlobal('ewz_recaptcha_site_key'$this->getEnv('EWZ_RECAPTCHA_SITE_KEY'));
  1376.         $instance->addGlobal('page_metadata_variant'$this->getEnv('resolve:PAGE_METADATA_VARIANT'));
  1377.         $instance->addGlobal('profile_list_per_page'$this->getEnv('PROFILE_LIST_PER_PAGE'));
  1378.         $instance->registerUndefinedFilterCallback([=> $v=> 'suggestFilter']);
  1379.         $instance->registerUndefinedFunctionCallback([=> $v=> 'suggestFunction']);
  1380.         $instance->registerUndefinedTokenParserCallback([=> $v=> 'suggestTag']);
  1381.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1382.         return $instance;
  1383.     }
  1384.     /**
  1385.      * Gets the public '.container.private.validator' shared service.
  1386.      *
  1387.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1388.      */
  1389.     protected function get_Container_Private_ValidatorService()
  1390.     {
  1391.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1392.         if (isset($this->services['.container.private.validator'])) {
  1393.             return $this->services['.container.private.validator'];
  1394.         }
  1395.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1396.     }
  1397.     /**
  1398.      * Gets the public 'AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker' shared service.
  1399.      *
  1400.      * @return \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker
  1401.      */
  1402.     protected function getAdminAuthorizationCheckerService()
  1403.     {
  1404.         return $this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] = new \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker(($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()), 'ROLE_ADMIN');
  1405.     }
  1406.     /**
  1407.      * Gets the public 'App\Http\CityCaseRedirector' shared autowired service.
  1408.      *
  1409.      * @return \App\Http\CityCaseRedirector
  1410.      */
  1411.     protected function getCityCaseRedirectorService()
  1412.     {
  1413.         $a = ($this->services['router'] ?? $this->getRouterService());
  1414.         if (isset($this->services['App\\Http\\CityCaseRedirector'])) {
  1415.             return $this->services['App\\Http\\CityCaseRedirector'];
  1416.         }
  1417.         return $this->services['App\\Http\\CityCaseRedirector'] = new \App\Http\CityCaseRedirector(($this->services['app.features'] ?? $this->getApp_FeaturesService()), $this->getEnv('MAIN_DOMAIN'), $a);
  1418.     }
  1419.     /**
  1420.      * Gets the public 'app.features' shared autowired service.
  1421.      *
  1422.      * @return \App\Service\Features
  1423.      */
  1424.     protected function getApp_FeaturesService()
  1425.     {
  1426.         return $this->services['app.features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  1427.     }
  1428.     /**
  1429.      * Gets the public 'cache.app' shared service.
  1430.      *
  1431.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1432.      */
  1433.     protected function getCache_AppService()
  1434.     {
  1435.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('jrWje25Tr5'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1436.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1437.         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));
  1438.     }
  1439.     /**
  1440.      * Gets the public 'cache.system' shared service.
  1441.      *
  1442.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1443.      */
  1444.     protected function getCache_SystemService()
  1445.     {
  1446.         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('asvhfurQM0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1447.     }
  1448.     /**
  1449.      * Gets the public 'cache.validator_expression_language' shared service.
  1450.      *
  1451.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1452.      */
  1453.     protected function getCache_ValidatorExpressionLanguageService()
  1454.     {
  1455.         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('+oQ6ZUuL4N'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1456.     }
  1457.     /**
  1458.      * Gets the public 'data_collector.dump' shared service.
  1459.      *
  1460.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1461.      */
  1462.     protected function getDataCollector_DumpService()
  1463.     {
  1464.         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);
  1465.     }
  1466.     /**
  1467.      * Gets the public 'doctrine' shared service.
  1468.      *
  1469.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1470.      */
  1471.     protected function getDoctrineService()
  1472.     {
  1473.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1474.     }
  1475.     /**
  1476.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1477.      *
  1478.      * @return \Doctrine\DBAL\Connections\PrimaryReadReplicaConnection
  1479.      */
  1480.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1481.     {
  1482.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1483.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1484.             return $this->services['doctrine.dbal.default_connection'];
  1485.         }
  1486.         $b = new \Doctrine\DBAL\Configuration();
  1487.         $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))));
  1488.         $c->setConnectionName('default');
  1489.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1490.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1491.         $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()))]);
  1492.         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']);
  1493.     }
  1494.     /**
  1495.      * Gets the public 'doctrine.dbal.multi_website_connection' shared service.
  1496.      *
  1497.      * @return \Doctrine\DBAL\Connection
  1498.      */
  1499.     protected function getDoctrine_Dbal_MultiWebsiteConnectionService()
  1500.     {
  1501.         $a = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1502.         if (isset($this->services['doctrine.dbal.multi_website_connection'])) {
  1503.             return $this->services['doctrine.dbal.multi_website_connection'];
  1504.         }
  1505.         $b = new \Doctrine\DBAL\Configuration();
  1506.         $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))));
  1507.         $c->setConnectionName('multi_website');
  1508.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1509.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1510.         $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()))]);
  1511.         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']);
  1512.     }
  1513.     /**
  1514.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1515.      *
  1516.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1517.      */
  1518.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1519.     {
  1520.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1521.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''getCityNewSubscriberService'true],
  1522.         ], [
  1523.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => '?',
  1524.         ]));
  1525.         $instance->registerService('App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber');
  1526.         return $instance;
  1527.     }
  1528.     /**
  1529.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1530.      *
  1531.      * @return \Doctrine\ORM\EntityManager
  1532.      */
  1533.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1534.     {
  1535.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1536.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1537.             return $this->services['doctrine.orm.default_entity_manager'];
  1538.         }
  1539.         $b = ($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService());
  1540.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1541.             return $this->services['doctrine.orm.default_entity_manager'];
  1542.         }
  1543.         $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1544.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1545.             return $this->services['doctrine.orm.default_entity_manager'];
  1546.         }
  1547.         $d = new \Doctrine\ORM\Configuration();
  1548.         $e = new \Doctrine\ORM\Cache\CacheConfiguration();
  1549.         $f = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1550.         $f->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1551.         $g = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1552.         $e->setCacheLogger($f);
  1553.         $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())));
  1554.         $e->setRegionsConfiguration($g);
  1555.         $h = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1556.         $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);
  1557.         $h->addDriver($i'App\\Entity');
  1558.         $h->addDriver($i'BigIdea\\IdentityBundle\\Entity');
  1559.         $h->addDriver($i'AngelGamez\\TranslatableBundle\\Entity');
  1560.         $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');
  1561.         $d->setEntityNamespaces(['App' => 'App\\Entity''Identity' => 'BigIdea\\IdentityBundle\\Entity''AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\Entity']);
  1562.         $d->setSecondLevelCacheEnabled(false);
  1563.         $d->setSecondLevelCacheConfiguration($e);
  1564.         $d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1565.         $d->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1566.         $d->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1567.         $d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($h, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1568.         $d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1569.         $d->setProxyNamespace('Proxies');
  1570.         $d->setAutoGenerateProxyClasses(false);
  1571.         $d->setSchemaIgnoreClasses([]);
  1572.         $d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1573.         $d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1574.         $d->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1575.         $d->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1576.         $d->setEntityListenerResolver($b);
  1577.         $d->setLazyGhostObjectEnabled(false);
  1578.         $d->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1579.         $d->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1580.         $d->addCustomStringFunction('aes_decrypt''DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  1581.         $d->addCustomStringFunction('aes_encrypt''DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  1582.         $d->addCustomStringFunction('any_value''DoctrineExtensions\\Query\\Mysql\\AnyValue');
  1583.         $d->addCustomStringFunction('ascii''DoctrineExtensions\\Query\\Mysql\\Ascii');
  1584.         $d->addCustomStringFunction('binary''DoctrineExtensions\\Query\\Mysql\\Binary');
  1585.         $d->addCustomStringFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  1586.         $d->addCustomStringFunction('char_length''DoctrineExtensions\\Query\\Mysql\\CharLength');
  1587.         $d->addCustomStringFunction('collate''DoctrineExtensions\\Query\\Mysql\\Collate');
  1588.         $d->addCustomStringFunction('concat_ws''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  1589.         $d->addCustomStringFunction('countif''DoctrineExtensions\\Query\\Mysql\\CountIf');
  1590.         $d->addCustomStringFunction('crc32''DoctrineExtensions\\Query\\Mysql\\Crc32');
  1591.         $d->addCustomStringFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1592.         $d->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  1593.         $d->addCustomStringFunction('find_in_set''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1594.         $d->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Mysql\\Greatest');
  1595.         $d->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1596.         $d->addCustomStringFunction('hex''DoctrineExtensions\\Query\\Mysql\\Hex');
  1597.         $d->addCustomStringFunction('ifelse''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1598.         $d->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  1599.         $d->addCustomStringFunction('inet_aton''DoctrineExtensions\\Query\\Mysql\\InetAton');
  1600.         $d->addCustomStringFunction('inet_ntoa''DoctrineExtensions\\Query\\Mysql\\InetNtoa');
  1601.         $d->addCustomStringFunction('inet6_aton''DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
  1602.         $d->addCustomStringFunction('inet6_ntoa''DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
  1603.         $d->addCustomStringFunction('instr''DoctrineExtensions\\Query\\Mysql\\Instr');
  1604.         $d->addCustomStringFunction('is_ipv4''DoctrineExtensions\\Query\\Mysql\\IsIpv4');
  1605.         $d->addCustomStringFunction('is_ipv4_compat''DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
  1606.         $d->addCustomStringFunction('is_ipv4_mapped''DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
  1607.         $d->addCustomStringFunction('is_ipv6''DoctrineExtensions\\Query\\Mysql\\IsIpv6');
  1608.         $d->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  1609.         $d->addCustomStringFunction('lpad''DoctrineExtensions\\Query\\Mysql\\Lpad');
  1610.         $d->addCustomStringFunction('match''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1611.         $d->addCustomStringFunction('md5''DoctrineExtensions\\Query\\Mysql\\Md5');
  1612.         $d->addCustomStringFunction('nullif''DoctrineExtensions\\Query\\Mysql\\NullIf');
  1613.         $d->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1614.         $d->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1615.         $d->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  1616.         $d->addCustomStringFunction('rpad''DoctrineExtensions\\Query\\Mysql\\Rpad');
  1617.         $d->addCustomStringFunction('sha1''DoctrineExtensions\\Query\\Mysql\\Sha1');
  1618.         $d->addCustomStringFunction('sha2''DoctrineExtensions\\Query\\Mysql\\Sha2');
  1619.         $d->addCustomStringFunction('soundex''DoctrineExtensions\\Query\\Mysql\\Soundex');
  1620.         $d->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1621.         $d->addCustomStringFunction('substring_index''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1622.         $d->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  1623.         $d->addCustomStringFunction('uuid_short''DoctrineExtensions\\Query\\Mysql\\UuidShort');
  1624.         $d->addCustomStringFunction('json_extract''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  1625.         $d->addCustomStringFunction('json_unquote''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  1626.         $d->addCustomStringFunction('json_search''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  1627.         $d->addCustomStringFunction('regexp_replace''DoctrineExtensions\\Query\\Postgresql\\RegexpReplace');
  1628.         $d->addCustomStringFunction('curdate''Doctrine\\ORM\\Query\\AST\\Functions\\CurrentDateFunction');
  1629.         $d->addCustomStringFunction('json_replace''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonReplace');
  1630.         $d->addCustomStringFunction('if''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1631.         $d->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  1632.         $d->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  1633.         $d->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  1634.         $d->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  1635.         $d->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  1636.         $d->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  1637.         $d->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  1638.         $d->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  1639.         $d->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  1640.         $d->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1641.         $d->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  1642.         $d->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  1643.         $d->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  1644.         $d->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  1645.         $d->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  1646.         $d->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  1647.         $d->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  1648.         $d->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  1649.         $d->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1650.         $d->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  1651.         $d->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  1652.         $d->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  1653.         $d->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  1654.         $d->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  1655.         $d->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  1656.         $d->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  1657.         $d->addCustomDatetimeFunction('addtime''DoctrineExtensions\\Query\\Mysql\\AddTime');
  1658.         $d->addCustomDatetimeFunction('convert_tz''DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1659.         $d->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  1660.         $d->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1661.         $d->addCustomDatetimeFunction('dateadd''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1662.         $d->addCustomDatetimeFunction('datesub''DoctrineExtensions\\Query\\Mysql\\DateSub');
  1663.         $d->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1664.         $d->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Mysql\\Day');
  1665.         $d->addCustomDatetimeFunction('dayname''DoctrineExtensions\\Query\\Mysql\\DayName');
  1666.         $d->addCustomDatetimeFunction('dayofweek''DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  1667.         $d->addCustomDatetimeFunction('dayofyear''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1668.         $d->addCustomDatetimeFunction('div''DoctrineExtensions\\Query\\Mysql\\Div');
  1669.         $d->addCustomDatetimeFunction('from_unixtime''DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  1670.         $d->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  1671.         $d->addCustomDatetimeFunction('last_day''DoctrineExtensions\\Query\\Mysql\\LastDay');
  1672.         $d->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Mysql\\Minute');
  1673.         $d->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  1674.         $d->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  1675.         $d->addCustomDatetimeFunction('monthname''DoctrineExtensions\\Query\\Mysql\\MonthName');
  1676.         $d->addCustomDatetimeFunction('period_diff''DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
  1677.         $d->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Mysql\\Second');
  1678.         $d->addCustomDatetimeFunction('sectotime''DoctrineExtensions\\Query\\Mysql\\SecToTime');
  1679.         $d->addCustomDatetimeFunction('strtodate''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1680.         $d->addCustomDatetimeFunction('time''DoctrineExtensions\\Query\\Mysql\\Time');
  1681.         $d->addCustomDatetimeFunction('timediff''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  1682.         $d->addCustomDatetimeFunction('timestampadd''DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  1683.         $d->addCustomDatetimeFunction('timestampdiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1684.         $d->addCustomDatetimeFunction('timetosec''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  1685.         $d->addCustomDatetimeFunction('week''DoctrineExtensions\\Query\\Mysql\\Week');
  1686.         $d->addCustomDatetimeFunction('weekday''DoctrineExtensions\\Query\\Mysql\\WeekDay');
  1687.         $d->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  1688.         $d->addCustomDatetimeFunction('yearmonth''DoctrineExtensions\\Query\\Mysql\\YearMonth');
  1689.         $d->addCustomDatetimeFunction('yearweek''DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1690.         $d->addCustomDatetimeFunction('unix_timestamp''DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1691.         $d->addCustomDatetimeFunction('utc_timestamp''DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  1692.         $d->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Mysql\\Extract');
  1693.         $d->addFilter('not_deleted_profile_filter''App\\EntityFilter\\NotDeletedProfileFilter');
  1694.         $d->addFilter('not_deleted_saloon_filter''App\\EntityFilter\\NotDeletedSaloonFilter');
  1695.         $d->addFilter('not_deleted_profile_comment_filter''App\\EntityFilter\\NotDeletedProfileCommentFilter');
  1696.         $d->addFilter('not_deleted_saloon_comment_filter''App\\EntityFilter\\NotDeletedSaloonCommentFilter');
  1697.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$d$c);
  1698.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1699.         return $instance;
  1700.     }
  1701.     /**
  1702.      * Gets the public 'doctrine.orm.multi_website_entity_manager' shared service.
  1703.      *
  1704.      * @return \Doctrine\ORM\EntityManager
  1705.      */
  1706.     protected function getDoctrine_Orm_MultiWebsiteEntityManagerService($lazyLoad true)
  1707.     {
  1708.         $a = ($this->services['doctrine.dbal.multi_website_connection'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnectionService());
  1709.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1710.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1711.         }
  1712.         $b = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1713.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1714.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1715.         }
  1716.         $c = new \Doctrine\ORM\Configuration();
  1717.         $d = new \Doctrine\ORM\Cache\CacheConfiguration();
  1718.         $e = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1719.         $e->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1720.         $f = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1721.         $d->setCacheLogger($e);
  1722.         $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())));
  1723.         $d->setRegionsConfiguration($f);
  1724.         $g = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1725.         $g->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/MultiWebsite/Entity')], false), 'App\\MultiWebsite\\Entity');
  1726.         $c->setEntityNamespaces(['MultiWebsite' => 'App\\MultiWebsite\\Entity']);
  1727.         $c->setSecondLevelCacheEnabled(true);
  1728.         $c->setSecondLevelCacheConfiguration($d);
  1729.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1730.         $c->setQueryCache(($this->privates['cache.doctrine.orm.multi_website.query.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()));
  1731.         $c->setResultCache(($this->privates['cache.doctrine.orm.multi_website.result.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()));
  1732.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($g, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1733.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1734.         $c->setProxyNamespace('Proxies');
  1735.         $c->setAutoGenerateProxyClasses(false);
  1736.         $c->setSchemaIgnoreClasses([]);
  1737.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1738.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1739.         $c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1740.         $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1741.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1742.         $c->setLazyGhostObjectEnabled(false);
  1743.         $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1744.         $c->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1745.         $this->services['doctrine.orm.multi_website_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  1746.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1747.         return $instance;
  1748.     }
  1749.     /**
  1750.      * Gets the public 'easyadmin.config.manager' shared service.
  1751.      *
  1752.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1753.      */
  1754.     protected function getEasyadmin_Config_ManagerService()
  1755.     {
  1756.         $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()));
  1757.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1758.         $b = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1759.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass());
  1760.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1761.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('ru'));
  1762.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1763.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1764.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass($b));
  1765.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass([]));
  1766.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1767.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1768.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass(true));
  1769.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1770.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1771.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1772.         $instance->addConfigPass(new \App\Bridge\AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass($b));
  1773.         return $instance;
  1774.     }
  1775.     /**
  1776.      * Gets the public 'easyadmin.filter.registry' shared service.
  1777.      *
  1778.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1779.      */
  1780.     protected function getEasyadmin_Filter_RegistryService()
  1781.     {
  1782.         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 () {
  1783.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService'));
  1784.         }, 1));
  1785.     }
  1786.     /**
  1787.      * Gets the public 'easyadmin.listener.controller' shared service.
  1788.      *
  1789.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1790.      */
  1791.     protected function getEasyadmin_Listener_ControllerService()
  1792.     {
  1793.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1794.         if (isset($this->services['easyadmin.listener.controller'])) {
  1795.             return $this->services['easyadmin.listener.controller'];
  1796.         }
  1797.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1798.     }
  1799.     /**
  1800.      * Gets the public 'easyadmin.property_accessor' shared service.
  1801.      *
  1802.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1803.      */
  1804.     protected function getEasyadmin_PropertyAccessorService()
  1805.     {
  1806.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1807.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1808.     }
  1809.     /**
  1810.      * Gets the public 'easyadmin.router' shared service.
  1811.      *
  1812.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1813.      */
  1814.     protected function getEasyadmin_RouterService()
  1815.     {
  1816.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1817.         if (isset($this->services['easyadmin.router'])) {
  1818.             return $this->services['easyadmin.router'];
  1819.         }
  1820.         $b = ($this->services['router'] ?? $this->getRouterService());
  1821.         if (isset($this->services['easyadmin.router'])) {
  1822.             return $this->services['easyadmin.router'];
  1823.         }
  1824.         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())));
  1825.     }
  1826.     /**
  1827.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  1828.      *
  1829.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1830.      */
  1831.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  1832.     {
  1833.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1834.         if (isset($this->services['easyadmin.security.authorization_checker'])) {
  1835.             return $this->services['easyadmin.security.authorization_checker'];
  1836.         }
  1837.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1838.     }
  1839.     /**
  1840.      * Gets the public 'eight_points_guzzle.client.api_oplata_info' shared service.
  1841.      *
  1842.      * @return \GuzzleHttp\Client
  1843.      */
  1844.     protected function getEightPointsGuzzle_Client_ApiOplataInfoService($lazyLoad true)
  1845.     {
  1846.         $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())));
  1847.         $a->push(($this->services['eight_points_guzzle.middleware.profile.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService'))->profile(), 'profile');
  1848.         $a->push(($this->services['eight_points_guzzle.middleware.log.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService'))->log(), 'log');
  1849.         $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService')), 'request_time');
  1850.         $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->load('getEightPointsGuzzle_Middleware_SymfonyLogService')), 'symfony_log');
  1851.         $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService'))->dispatchEvent(), 'events');
  1852.         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]);
  1853.     }
  1854.     /**
  1855.      * Gets the public 'event_dispatcher' shared service.
  1856.      *
  1857.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1858.      */
  1859.     protected function getEventDispatcherService()
  1860.     {
  1861.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1862.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1863.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  1864.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  1865.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1866.         $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())));
  1867.         $instance->addListener('kernel.controller', [=> function () {
  1868.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1869.         }, => 'onKernelController'], 0);
  1870.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  1871.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  1872.         }, => 'checkPassport'], 1024);
  1873.         $instance->addListener('kernel.response', [=> function () {
  1874.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  1875.         }, => 'onKernelResponse'], 0);
  1876.         $instance->addListener('kernel.response', [=> function () {
  1877.             return ($this->privates['security.context_listener.1'] ?? $this->getSecurity_ContextListener_1Service());
  1878.         }, => 'onKernelResponse'], 0);
  1879.         $instance->addListener('kernel.response', [=> function () {
  1880.             return ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1881.         }, => 'onKernelResponse'], 0);
  1882.         $instance->addListener('kernel.response', [=> function () {
  1883.             return ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1884.         }, => 'onKernelResponse'], 0);
  1885.         $instance->addListener('kernel.request', [=> function () {
  1886.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1887.         }, => 'onKernelRequest'], 250);
  1888.         $instance->addListener('kernel.response', [=> function () {
  1889.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1890.         }, => 'onKernelResponse'], 0);
  1891.         $instance->addListener('kernel.response', [=> function () {
  1892.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1893.         }, => 'onResponse'], -10);
  1894.         $instance->addListener('kernel.controller', [=> function () {
  1895.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  1896.         }, => 'onKernelController'], 0);
  1897.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  1898.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService'));
  1899.         }, => 'initializeRequest'], 0);
  1900.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1901.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  1902.         }, => 'onValidate'], 0);
  1903.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1904.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  1905.         }, => 'onValidate'], 0);
  1906.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1907.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  1908.         }, => 'onValidate'], 0);
  1909.         $instance->addListener('console.command', [=> function () {
  1910.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1911.         }, => 'handleConsoleCommandEvent'], 128);
  1912.         $instance->addListener('console.terminate', [=> function () {
  1913.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1914.         }, => 'handleConsoleTerminateEvent'], -64);
  1915.         $instance->addListener('console.error', [=> function () {
  1916.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1917.         }, => 'handleConsoleErrorEvent'], -64);
  1918.         $instance->addListener('kernel.request', [=> function () {
  1919.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1920.         }, => 'handleKernelRequestEvent'], 5);
  1921.         $instance->addListener('kernel.controller', [=> function () {
  1922.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1923.         }, => 'handleKernelControllerEvent'], 10);
  1924.         $instance->addListener('kernel.request', [=> function () {
  1925.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1926.         }, => 'handleKernelRequestEvent'], 3);
  1927.         $instance->addListener('kernel.finish_request', [=> function () {
  1928.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1929.         }, => 'handleKernelFinishRequestEvent'], 5);
  1930.         $instance->addListener('kernel.request', [=> function () {
  1931.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1932.         }, => 'handleKernelRequestEvent'], 4);
  1933.         $instance->addListener('kernel.response', [=> function () {
  1934.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1935.         }, => 'handleKernelResponseEvent'], 15);
  1936.         $instance->addListener('kernel.terminate', [=> function () {
  1937.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1938.         }, => 'handleKernelTerminateEvent'], 5);
  1939.         $instance->addListener('kernel.request', [=> function () {
  1940.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1941.         }, => 'handleKernelRequestEvent'], 2);
  1942.         $instance->addListener('kernel.finish_request', [=> function () {
  1943.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1944.         }, => 'handleKernelFinishRequestEvent'], 10);
  1945.         $instance->addListener('kernel.response', [=> function () {
  1946.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1947.         }, => 'handleKernelResponseEvent'], 15);
  1948.         $instance->addListener('console.command', [=> function () {
  1949.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1950.         }, => 'handleConsoleCommandEvent'], 118);
  1951.         $instance->addListener('console.terminate', [=> function () {
  1952.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1953.         }, => 'handleConsoleTerminateEvent'], -54);
  1954.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1955.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1956.         }, => 'handleWorkerMessageFailedEvent'], 50);
  1957.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1958.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1959.         }, => 'handleWorkerMessageHandledEvent'], 50);
  1960.         $instance->addListener('kernel.request', [=> function () {
  1961.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1962.         }, => 'handleKernelRequestEvent'], 0);
  1963.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1964.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1965.         }, => 'handleLoginSuccessEvent'], 0);
  1966.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  1967.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1968.         }, => 'onPostIndexPopulate'], -9999);
  1969.         $instance->addListener('kernel.exception', [=> function () {
  1970.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1971.         }, => 'onKernelException'], 0);
  1972.         $instance->addListener('kernel.request', [=> function () {
  1973.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1974.         }, => 'onKernelRequest'], 0);
  1975.         $instance->addListener('kernel.response', [=> function () {
  1976.             return ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] ?? ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] = new \App\EventSubscriber\AjaxDebugUpdateSubscriber()));
  1977.         }, => 'onKernelResponse'], 0);
  1978.         $instance->addListener('kernel.request', [=> function () {
  1979.             return ($this->privates['App\\EventSubscriber\\ApiAccessSubscriber'] ?? $this->getApiAccessSubscriberService());
  1980.         }, => 'onRequest'], 0);
  1981.         $instance->addListener('kernel.response', [=> function () {
  1982.             return ($this->privates['App\\EventSubscriber\\BadWordsReplaceSubscriber'] ?? $this->getBadWordsReplaceSubscriberService());
  1983.         }, => 'replaceBadWords'], 0);
  1984.         $instance->addListener('kernel.request', [=> function () {
  1985.             return ($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] ?? $this->getBanLogoutSubscriberService());
  1986.         }, => 'logoutBannedUser'], 0);
  1987.         $instance->addListener('kernel.request', [=> function () {
  1988.             return ($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] ?? $this->getCityCaseRedirectSubscriberService());
  1989.         }, => 'onRequest'], 51);
  1990.         $instance->addListener('kernel.request', [=> function () {
  1991.             return ($this->privates['App\\EventSubscriber\\CommentBanSubscriber'] ?? $this->getCommentBanSubscriberService());
  1992.         }, => 'removeCommentBan'], 0);
  1993.         $instance->addListener('kernel.controller', [=> function () {
  1994.             return ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] = new \App\EventSubscriber\DisabledRouteSubscriber()));
  1995.         }, => 'onKernelController'], 0);
  1996.         $instance->addListener('kernel.request', [=> function () {
  1997.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  1998.         }, => 'enableFilters'], 10);
  1999.         $instance->addListener('kernel.request', [=> function () {
  2000.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  2001.         }, => 'enableCommentFilters'], 0);
  2002.         $instance->addListener('kernel.request', [=> function () {
  2003.             return ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] = new \App\EventSubscriber\DomainParkingSubscriber()));
  2004.         }, => 'onRequest'], 150);
  2005.         $instance->addListener('kernel.request', [=> function () {
  2006.             return ($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'] ?? $this->getDomainRedirectSubscriberService());
  2007.         }, => 'onRequest'], 50);
  2008.         $instance->addListener('fos_elastica.post_transform', [=> function () {
  2009.             return ($this->privates['App\\EventSubscriber\\ESProfilePostTransformSubscriber'] ?? $this->load('getESProfilePostTransformSubscriberService'));
  2010.         }, => 'postTransformEntity'], 0);
  2011.         $instance->addListener('kernel.request', [=> function () {
  2012.             return ($this->privates['App\\EventSubscriber\\EnumSubscriber'] ?? $this->getEnumSubscriberService());
  2013.         }, => 'loadEnumData'], 0);
  2014.         $instance->addListener('oneup_uploader.pre_upload', [=> function () {
  2015.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2016.         }, => 'preUpload'], 0);
  2017.         $instance->addListener('oneup_uploader.post_upload.profile_media_avatar', [=> function () {
  2018.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2019.         }, => 'postUploadProfileAvatar'], 0);
  2020.         $instance->addListener('oneup_uploader.post_upload.profile_photo', [=> function () {
  2021.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2022.         }, => 'returnFilename'], 0);
  2023.         $instance->addListener('oneup_uploader.post_upload.profile_selfie', [=> function () {
  2024.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2025.         }, => 'returnFilename'], 0);
  2026.         $instance->addListener('oneup_uploader.post_upload.profile_video', [=> function () {
  2027.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2028.         }, => 'returnFilename'], 0);
  2029.         $instance->addListener('oneup_uploader.post_upload.profile_media_approval', [=> function () {
  2030.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2031.         }, => 'returnFilename'], 0);
  2032.         $instance->addListener('oneup_uploader.post_upload.profile_face_photo', [=> function () {
  2033.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2034.         }, => 'returnFilename'], 0);
  2035.         $instance->addListener('oneup_uploader.post_upload.saloon_media', [=> function () {
  2036.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2037.         }, => 'returnFilename'], 0);
  2038.         $instance->addListener('oneup_uploader.post_upload.saloon_media_thumb', [=> function () {
  2039.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2040.         }, => 'postUploadSaloonThumb'], 0);
  2041.         $instance->addListener('oneup_uploader.post_upload.saloon_media_video', [=> function () {
  2042.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2043.         }, => 'returnFilename'], 0);
  2044.         $instance->addListener('oneup_uploader.post_upload.user_media', [=> function () {
  2045.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2046.         }, => 'postUploadUserAvatar'], 0);
  2047.         $instance->addListener('oneup_uploader.post_upload.tmp_media', [=> function () {
  2048.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2049.         }, => 'returnFilename'], 0);
  2050.         $instance->addListener('oneup_uploader.post_upload.process_queue', [=> function () {
  2051.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2052.         }, => 'returnFilename'], 0);
  2053.         $instance->addListener('oneup_uploader.validation.profile_media_avatar', [=> function () {
  2054.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2055.         }, => 'validateAvatar'], 0);
  2056.         $instance->addListener('oneup_uploader.validation.profile_photo', [=> function () {
  2057.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2058.         }, => 'validatePhotoFile'], 0);
  2059.         $instance->addListener('oneup_uploader.validation.profile_selfie', [=> function () {
  2060.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2061.         }, => 'validatePhotoFile'], 0);
  2062.         $instance->addListener('oneup_uploader.validation.profile_video', [=> function () {
  2063.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2064.         }, => 'validateVideoFile'], 0);
  2065.         $instance->addListener('oneup_uploader.validation.profile_media_approval', [=> function () {
  2066.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2067.         }, => 'validateApprovalMediaFile'], 0);
  2068.         $instance->addListener('oneup_uploader.validation.profile_face_photo', [=> function () {
  2069.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2070.         }, => 'validateFacePhotoFile'], 0);
  2071.         $instance->addListener('oneup_uploader.validation.saloon_media', [=> function () {
  2072.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2073.         }, => 'validatePhotoFile'], 0);
  2074.         $instance->addListener('oneup_uploader.validation.saloon_media_thumb', [=> function () {
  2075.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2076.         }, => 'validateAvatar'], 0);
  2077.         $instance->addListener('oneup_uploader.validation.saloon_media_video', [=> function () {
  2078.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2079.         }, => 'validateVideoFile'], 0);
  2080.         $instance->addListener('oneup_uploader.validation.user_media', [=> function () {
  2081.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2082.         }, => 'validateAvatar'], 0);
  2083.         $instance->addListener('oneup_uploader.validation.tmp_media', [=> function () {
  2084.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2085.         }, => 'validateVideoFile'], 0);
  2086.         $instance->addListener('oneup_uploader.validation.process_queue', [=> function () {
  2087.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2088.         }, => 'validateVideoFile'], 0);
  2089.         $instance->addListener('kernel.request', [=> function () {
  2090.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2091.         }, => 'clearCtrShowsSession'], 0);
  2092.         $instance->addListener('kernel.terminate', [=> function () {
  2093.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2094.         }, => 'updateProfilesShowsAndPreviews'], 0);
  2095.         $instance->addListener('easy_admin.pre_search', [=> function () {
  2096.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2097.         }, => 'lowercaseSearchRequest'], 0);
  2098.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2099.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2100.         }, => 'addRegexPhoneSearch'], 0);
  2101.         $instance->addListener('kernel.controller', [=> function () {
  2102.             return ($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'] ?? $this->getPageMetadataSubscriberService());
  2103.         }, => 'loadPage'], 0);
  2104.         $instance->addListener('paginator_page_taken_event', [=> function () {
  2105.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2106.         }, => 'onPaginatorPageTaken'], 0);
  2107.         $instance->addListener('knp_pager.after', [=> function () {
  2108.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2109.         }, => 'changeRoute'], 0);
  2110.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2111.             return ($this->privates['App\\EventSubscriber\\ProfileListOrderingSubscriber'] ?? $this->getProfileListOrderingSubscriberService());
  2112.         }, => 'generateListingOrder'], 0);
  2113.         $instance->addListener('profile.created', [=> function () {
  2114.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2115.         }, => 'onProfileWasCreated'], 0);
  2116.         $instance->addListener('profile.data_changed', [=> function () {
  2117.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2118.         }, => 'onProfileDataChanged'], 0);
  2119.         $instance->addListener('profile.deleted', [=> function () {
  2120.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2121.         }, => 'onPProfileWasDeleted'], 0);
  2122.         $instance->addListener('profile.restored', [=> function () {
  2123.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2124.         }, => 'onProfileWasRestored'], 0);
  2125.         $instance->addListener('profile.moderated_data_changed', [=> function () {
  2126.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2127.         }, => 'requestModeration'], 0);
  2128.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2129.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2130.         }, => 'onProfilePlacedOnAdBoard'], 0);
  2131.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2132.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2133.         }, => 'addSidebarPlacement'], 10);
  2134.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2135.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2136.         }, => 'removePlacementHiding'], 20);
  2137.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2138.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2139.         }, => 'deleteSidebarPlacement'], 0);
  2140.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2141.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2142.         }, => 'onProfileRemovedFromAdBoard'], 10);
  2143.         $instance->addListener('profile.prolonged_on_adboard', [=> function () {
  2144.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2145.         }, => 'prolongSidebarPlacement'], 0);
  2146.         $instance->addListener('profile.placed_on_top', [=> function () {
  2147.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2148.         }, => 'onProfilePlacedOnTop'], 0);
  2149.         $instance->addListener('profile.hidden', [=> function () {
  2150.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2151.         }, => 'onProfileWasHidden'], 0);
  2152.         $instance->addListener('profile.removed_from_hidden', [=> function () {
  2153.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2154.         }, => 'onProfileWasRemovedFromHidden'], 0);
  2155.         $instance->addListener('profile.moderation.passed', [=> function () {
  2156.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2157.         }, => 'onProfileModerationPassed'], 0);
  2158.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2159.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2160.         }, => 'onProfileModerationRejected'], 0);
  2161.         $instance->addListener('profile.approval.approved', [=> function () {
  2162.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2163.         }, => 'onProfileApprovalApproved'], 0);
  2164.         $instance->addListener('profile.approval.approved', [=> function () {
  2165.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2166.         }, => 'enrollApprovalBonus'], 10);
  2167.         $instance->addListener('profile.approval.rejected', [=> function () {
  2168.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2169.         }, => 'onProfileApprovalRejected'], 0);
  2170.         $instance->addListener('profile.unapproved', [=> function () {
  2171.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2172.         }, => 'onProfileWasUnApproved'], 0);
  2173.         $instance->addListener('profile.comment.added', [=> function () {
  2174.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2175.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2176.         $instance->addListener('profiles_shown_event', [=> function () {
  2177.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2178.         }, => 'onProfilesShown'], 0);
  2179.         $instance->addListener('profile_view_event', [=> function () {
  2180.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2181.         }, => 'onProfileView'], 0);
  2182.         $instance->addListener('App\\Event\\Profile\\FileProcessingTaskWasCompleted', [=> function () {
  2183.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2184.         }, => 'onProfileFileProcessed'], 0);
  2185.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2186.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2187.         }, => 'onDelete'], -110);
  2188.         $instance->addListener('profile.hidden', [=> function () {
  2189.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2190.         }, => 'onDelete'], -110);
  2191.         $instance->addListener('profile.deleted', [=> function () {
  2192.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2193.         }, => 'onDelete'], -110);
  2194.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2195.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2196.         }, => 'onDelete'], -110);
  2197.         $instance->addListener('profile.data_changed', [=> function () {
  2198.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2199.         }, => 'onChange'], -100);
  2200.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2201.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2202.         }, => 'onChange'], -100);
  2203.         $instance->addListener('router.pre_generate', [=> function () {
  2204.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? $this->load('getCityPrefixSubscriberService'));
  2205.         }, => 'setDefaultCityRouteName'], 0);
  2206.         $instance->addListener('router.post_generate', [=> function () {
  2207.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? $this->load('getCityPrefixSubscriberService'));
  2208.         }, => 'ignoreCityParameter'], 0);
  2209.         $instance->addListener('router.pre_generate', [=> function () {
  2210.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2211.         }, => 'skipPageParameter'], 10);
  2212.         $instance->addListener('router.pre_generate', [=> function () {
  2213.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2214.         }, => 'firstPageOfMainCityToMain'], 0);
  2215.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2216.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2217.         }, => 'addSidebarPlacement'], 0);
  2218.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2219.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2220.         }, => 'removePlacementHiding'], 10);
  2221.         $instance->addListener('saloon.removed_from_adboard', [=> function () {
  2222.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2223.         }, => 'deleteSidebarPlacement'], 0);
  2224.         $instance->addListener('saloon.prolonged_on_adboard', [=> function () {
  2225.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2226.         }, => 'prolongSidebarPlacement'], 0);
  2227.         $instance->addListener('saloon.comment.added', [=> function () {
  2228.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2229.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2230.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2231.             return ($this->privates['App\\EventSubscriber\\SitemapSubscriber'] ?? $this->load('getSitemapSubscriberService'));
  2232.         }, => 'populate'], 0);
  2233.         $instance->addListener('security.interactive_login', [=> function () {
  2234.             return ($this->privates['App\\EventSubscriber\\StaffLoginSubscriber'] ?? $this->load('getStaffLoginSubscriberService'));
  2235.         }, => 'onLogin'], 0);
  2236.         $instance->addListener('uploaded_file_modified', [=> function () {
  2237.             return ($this->privates['App\\EventSubscriber\\UploadedFileSubscriber'] ?? $this->load('getUploadedFileSubscriberService'));
  2238.         }, => 'uploadedFileModified'], 0);
  2239.         $instance->addListener('security.interactive_login', [=> function () {
  2240.             return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  2241.         }, => 'onLogin'], 0);
  2242.         $instance->addListener('user.register', [=> function () {
  2243.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2244.         }, => 'onUserRegister'], 0);
  2245.         $instance->addListener('user.register.success', [=> function () {
  2246.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2247.         }, => 'onUserRegisterSuccess'], 0);
  2248.         $instance->addListener('user.not.full.register', [=> function () {
  2249.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2250.         }, => 'onUserNotFullRegister'], 0);
  2251.         $instance->addListener('receive.password.event', [=> function () {
  2252.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2253.         }, => 'onUserReceivePassword'], 0);
  2254.         $instance->addListener('password.changed.event', [=> function () {
  2255.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2256.         }, => 'onUserPasswordChanged'], 0);
  2257.         $instance->addListener('account.enrollment', [=> function () {
  2258.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2259.         }, => 'onAccountEnrollment'], 0);
  2260.         $instance->addListener('kernel.response', [=> function () {
  2261.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2262.         }, => 'onKernelResponse'], 0);
  2263.         $instance->addListener('kernel.response', [=> function () {
  2264.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2265.         }, => 'onKernelResponse'], -1024);
  2266.         $instance->addListener('kernel.request', [=> function () {
  2267.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2268.         }, => 'setDefaultLocale'], 100);
  2269.         $instance->addListener('kernel.request', [=> function () {
  2270.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2271.         }, => 'onKernelRequest'], 16);
  2272.         $instance->addListener('kernel.finish_request', [=> function () {
  2273.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2274.         }, => 'onKernelFinishRequest'], 0);
  2275.         $instance->addListener('kernel.request', [=> function () {
  2276.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2277.         }, => 'onKernelRequest'], 256);
  2278.         $instance->addListener('kernel.response', [=> function () {
  2279.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2280.         }, => 'onResponse'], -255);
  2281.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2282.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2283.         }, => 'onControllerArguments'], 0);
  2284.         $instance->addListener('kernel.exception', [=> function () {
  2285.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2286.         }, => 'logKernelException'], 0);
  2287.         $instance->addListener('kernel.exception', [=> function () {
  2288.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2289.         }, => 'onKernelException'], -128);
  2290.         $instance->addListener('kernel.response', [=> function () {
  2291.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2292.         }, => 'removeCspHeader'], -128);
  2293.         $instance->addListener('kernel.request', [=> function () {
  2294.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2295.         }, => 'onKernelRequest'], 15);
  2296.         $instance->addListener('kernel.finish_request', [=> function () {
  2297.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2298.         }, => 'onKernelFinishRequest'], -15);
  2299.         $instance->addListener('console.error', [=> function () {
  2300.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2301.         }, => 'onConsoleError'], -128);
  2302.         $instance->addListener('console.terminate', [=> function () {
  2303.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2304.         }, => 'onConsoleTerminate'], -128);
  2305.         $instance->addListener('console.error', [=> function () {
  2306.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2307.         }, => 'onConsoleError'], 0);
  2308.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2309.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2310.         }, => 'onMessage'], -255);
  2311.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2312.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2313.         }, => 'onMessage'], -255);
  2314.         $instance->addListener('kernel.response', [=> function () {
  2315.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2316.         }, => 'onKernelResponse'], 0);
  2317.         $instance->addListener('kernel.request', [=> function () {
  2318.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2319.         }, => 'onKernelRequest'], 48);
  2320.         $instance->addListener('kernel.request', [=> function () {
  2321.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2322.         }, => 'configure'], 2048);
  2323.         $instance->addListener('console.command', [=> function () {
  2324.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2325.         }, => 'configure'], 2048);
  2326.         $instance->addListener('kernel.request', [=> function () {
  2327.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2328.         }, => 'onKernelRequest'], 32);
  2329.         $instance->addListener('kernel.finish_request', [=> function () {
  2330.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2331.         }, => 'onKernelFinishRequest'], 0);
  2332.         $instance->addListener('kernel.exception', [=> function () {
  2333.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2334.         }, => 'onKernelException'], -64);
  2335.         $instance->addListener('kernel.response', [=> function () {
  2336.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2337.         }, => 'onKernelResponse'], 0);
  2338.         $instance->addListener('kernel.request', [=> function () {
  2339.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2340.         }, => 'onKernelRequest'], 128);
  2341.         $instance->addListener('kernel.response', [=> function () {
  2342.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2343.         }, => 'onKernelResponse'], -1000);
  2344.         $instance->addListener('kernel.finish_request', [=> function () {
  2345.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2346.         }, => 'onFinishRequest'], 0);
  2347.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2348.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2349.         }, => 'onMessageFailed'], 100);
  2350.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2351.             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()));
  2352.         }, => 'onMessageFailed'], 200);
  2353.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2354.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  2355.         }, => 'onMessageFailed'], -100);
  2356.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2357.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2358.         }, => 'onWorkerStarted'], 0);
  2359.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2360.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2361.         }, => 'onWorkerRunning'], 0);
  2362.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2363.             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()));
  2364.         }, => 'onMessageFailed'], 0);
  2365.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2366.             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()));
  2367.         }, => 'onWorkerRunning'], 0);
  2368.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2369.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2370.         }, => 'onNotification'], -255);
  2371.         $instance->addListener('kernel.response', [=> function () {
  2372.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2373.         }, => 'onKernelResponse'], -100);
  2374.         $instance->addListener('kernel.exception', [=> function () {
  2375.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2376.         }, => 'onKernelException'], 0);
  2377.         $instance->addListener('kernel.terminate', [=> function () {
  2378.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2379.         }, => 'onKernelTerminate'], -1024);
  2380.         $instance->addListener('kernel.controller', [=> function () {
  2381.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2382.         }, => 'onKernelController'], 0);
  2383.         $instance->addListener('kernel.response', [=> function () {
  2384.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2385.         }, => 'onKernelResponse'], 0);
  2386.         $instance->addListener('kernel.controller', [=> function () {
  2387.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2388.         }, => 'onKernelController'], 0);
  2389.         $instance->addListener('kernel.controller', [=> function () {
  2390.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2391.         }, => 'onKernelController'], 0);
  2392.         $instance->addListener('kernel.controller', [=> function () {
  2393.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2394.         }, => 'onKernelController'], -128);
  2395.         $instance->addListener('kernel.view', [=> function () {
  2396.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2397.         }, => 'onKernelView'], 0);
  2398.         $instance->addListener('kernel.controller', [=> function () {
  2399.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2400.         }, => 'onKernelController'], 0);
  2401.         $instance->addListener('kernel.response', [=> function () {
  2402.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2403.         }, => 'onKernelResponse'], 0);
  2404.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2405.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2406.         }, => 'onKernelControllerArguments'], 0);
  2407.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2408.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2409.         }, => 'onKernelControllerArguments'], 0);
  2410.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2411.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2412.         }, => 'onWorkerMessageHandled'], 0);
  2413.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2414.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2415.         }, => 'onWorkerMessageFailed'], 0);
  2416.         $instance->addListener('kernel.response', [=> function () {
  2417.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2418.         }, => 'onKernelResponse'], 0);
  2419.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2420.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  2421.         }, => 'checkPassport'], 0);
  2422.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  2423.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  2424.         }, => 'onLoginSuccess'], 0);
  2425.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2426.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2427.         }, => 'onVoterVote'], 0);
  2428.         $instance->addListener('kernel.request', [=> function () {
  2429.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2430.         }, => 'configureLogoutUrlGenerator'], 8);
  2431.         $instance->addListener('kernel.request', [=> function () {
  2432.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2433.         }, => 'onKernelRequest'], 8);
  2434.         $instance->addListener('kernel.finish_request', [=> function () {
  2435.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2436.         }, => 'onKernelFinishRequest'], 0);
  2437.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2438.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2439.         }, => 'onMessage'], 0);
  2440.         $instance->addListener('kernel.response', [=> function () {
  2441.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2442.         }, => 'onKernelResponse'], -128);
  2443.         $instance->addListener('console.command', [=> function () {
  2444.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2445.         }, => 'configure'], 1024);
  2446.         $instance->addListener('kernel.request', [=> function () {
  2447.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  2448.         }, => 'onKernelRequest'], 0);
  2449.         $instance->addListener('kernel.request', [=> function () {
  2450.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2451.         }, => 'onKernelRequest'], 0);
  2452.         $instance->addListener('kernel.request', [=> function () {
  2453.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2454.         }, => 'onKernelRequest'], 0);
  2455.         $instance->addListener('kernel.controller', [=> function () {
  2456.             return ($this->services['flagception.listener.annotation_subscriber'] ?? $this->getFlagception_Listener_AnnotationSubscriberService());
  2457.         }, => 'onKernelController'], 0);
  2458.         $instance->addListener('kernel.controller', [=> function () {
  2459.             return ($this->services['flagception.listener.routing_metadata_subscriber'] ?? $this->getFlagception_Listener_RoutingMetadataSubscriberService());
  2460.         }, => 'onKernelController'], 0);
  2461.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2462.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  2463.         }, => 'registerRouteAnnotation'], 0);
  2464.         $instance->addListener('easy_admin.post_list_query_builder', [=> function () {
  2465.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2466.         }, => 'onPostListQueryBuilder'], 0);
  2467.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2468.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2469.         }, => 'onPostSearchQueryBuilder'], 0);
  2470.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  2471.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  2472.         }, => 'filterObjects'], 0);
  2473.         $instance->addListener('kernel.finish_request', [=> function () {
  2474.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2475.         }, => 'resetAssets'], 0);
  2476.         $instance->addListener('knp_pager.before', [=> function () {
  2477.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2478.         }, => 'before'], 0);
  2479.         $instance->addListener('knp_pager.pagination', [=> function () {
  2480.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2481.         }, => 'pagination'], 0);
  2482.         $instance->addListener('knp_pager.before', [=> function () {
  2483.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2484.         }, => 'before'], 1);
  2485.         $instance->addListener('knp_pager.before', [=> function () {
  2486.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2487.         }, => 'before'], 1);
  2488.         $instance->addListener('knp_pager.pagination', [=> function () {
  2489.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2490.         }, => 'pagination'], 1);
  2491.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  2492.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  2493.         }, => 'checkPassport'], 512);
  2494.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2495.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2496.         }, => 'onLogout'], 0);
  2497.         $instance->addListener('knp_pager.items', [=> function () {
  2498.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  2499.         }, => 'items'], 1);
  2500.         $instance->addListener('knp_pager.items', [=> function () {
  2501.             return ($this->services['porpaginas.twig.subscriber'] ?? ($this->services['porpaginas.twig.subscriber'] = new \Porpaginas\KnpPager\PorpaginasSubscriber()));
  2502.         }, => 'items'], 0);
  2503.         return $instance;
  2504.     }
  2505.     /**
  2506.      * Gets the public 'flagception.listener.annotation_subscriber' shared service.
  2507.      *
  2508.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\AnnotationSubscriber
  2509.      */
  2510.     protected function getFlagception_Listener_AnnotationSubscriberService()
  2511.     {
  2512.         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()));
  2513.     }
  2514.     /**
  2515.      * Gets the public 'flagception.listener.routing_metadata_subscriber' shared service.
  2516.      *
  2517.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber
  2518.      */
  2519.     protected function getFlagception_Listener_RoutingMetadataSubscriberService()
  2520.     {
  2521.         return $this->services['flagception.listener.routing_metadata_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  2522.     }
  2523.     /**
  2524.      * Gets the public 'flagception.manager.feature_manager' shared service.
  2525.      *
  2526.      * @return \Flagception\Manager\FeatureManager
  2527.      */
  2528.     protected function getFlagception_Manager_FeatureManagerService()
  2529.     {
  2530.         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())));
  2531.     }
  2532.     /**
  2533.      * Gets the public 'geographical_names_inflection.inflector' shared service.
  2534.      *
  2535.      * @return \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection
  2536.      */
  2537.     protected function getGeographicalNamesInflection_InflectorService()
  2538.     {
  2539.         return $this->services['geographical_names_inflection.inflector'] = new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection([=> '*о'=> 'химки'], ['мытищи' => ['genitive' => '[-1]']]);
  2540.     }
  2541.     /**
  2542.      * Gets the public 'http_kernel' shared service.
  2543.      *
  2544.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2545.      */
  2546.     protected function getHttpKernelService()
  2547.     {
  2548.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2549.         if (isset($this->services['http_kernel'])) {
  2550.             return $this->services['http_kernel'];
  2551.         }
  2552.         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 () {
  2553.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2554.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2555.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2556.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2557.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2558.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2559.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2560.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2561.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2562.     }
  2563.     /**
  2564.      * Gets the public 'knp_menu.matcher' shared service.
  2565.      *
  2566.      * @return \Knp\Menu\Matcher\Matcher
  2567.      */
  2568.     protected function getKnpMenu_MatcherService()
  2569.     {
  2570.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2571.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2572.         }, 1));
  2573.     }
  2574.     /**
  2575.      * Gets the public 'knp_paginator' shared service.
  2576.      *
  2577.      * @return \Knp\Component\Pager\Paginator
  2578.      */
  2579.     protected function getKnpPaginatorService($lazyLoad true)
  2580.     {
  2581.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2582.         if (isset($this->services['knp_paginator'])) {
  2583.             return $this->services['knp_paginator'];
  2584.         }
  2585.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2586.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2587.         return $instance;
  2588.     }
  2589.     /**
  2590.      * Gets the public 'messenger.default_bus' shared service.
  2591.      *
  2592.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2593.      */
  2594.     protected function getMessenger_DefaultBusService()
  2595.     {
  2596.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2597.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2598.             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')));
  2599.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2600.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2601.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2602.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2603.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2604.         }, 7)));
  2605.     }
  2606.     /**
  2607.      * Gets the public 'monolog.logger.deprecation' shared service.
  2608.      *
  2609.      * @return \Symfony\Bridge\Monolog\Logger
  2610.      */
  2611.     protected function getMonolog_Logger_DeprecationService()
  2612.     {
  2613.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2614.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2615.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2616.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2617.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2618.         return $instance;
  2619.     }
  2620.     /**
  2621.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  2622.      *
  2623.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  2624.      */
  2625.     protected function getOneupUploader_Templating_UploaderHelperService()
  2626.     {
  2627.         $a = ($this->services['router'] ?? $this->getRouterService());
  2628.         if (isset($this->services['oneup_uploader.templating.uploader_helper'])) {
  2629.             return $this->services['oneup_uploader.templating.uploader_helper'];
  2630.         }
  2631.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper($a$this->parameters['oneup_uploader.maxsize']);
  2632.     }
  2633.     /**
  2634.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  2635.      *
  2636.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  2637.      */
  2638.     protected function getOneupUploader_Twig_Extension_UploaderService()
  2639.     {
  2640.         $a = ($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService());
  2641.         if (isset($this->services['oneup_uploader.twig.extension.uploader'])) {
  2642.             return $this->services['oneup_uploader.twig.extension.uploader'];
  2643.         }
  2644.         return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension($a);
  2645.     }
  2646.     /**
  2647.      * Gets the public 'porpaginas.twig.extension' shared service.
  2648.      *
  2649.      * @return \Porpaginas\Twig\PorpaginasExtension
  2650.      */
  2651.     protected function getPorpaginas_Twig_ExtensionService()
  2652.     {
  2653.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  2654.         if (isset($this->services['porpaginas.twig.extension'])) {
  2655.             return $this->services['porpaginas.twig.extension'];
  2656.         }
  2657.         return $this->services['porpaginas.twig.extension'] = new \Porpaginas\Twig\PorpaginasExtension(new \AngelGamez\PorpaginasBundle\Twig\KnpPagerRenderingAdapter($a));
  2658.     }
  2659.     /**
  2660.      * Gets the public 'request_stack' shared service.
  2661.      *
  2662.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2663.      */
  2664.     protected function getRequestStackService()
  2665.     {
  2666.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2667.     }
  2668.     /**
  2669.      * Gets the public 'router' shared autowired service.
  2670.      *
  2671.      * @return \App\Routing\DynamicRouter
  2672.      */
  2673.     protected function getRouterService()
  2674.     {
  2675.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2676.         if (isset($this->services['router'])) {
  2677.             return $this->services['router'];
  2678.         }
  2679.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  2680.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2681.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2682.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2683.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2684.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2685.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2686.         ], [
  2687.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2688.         ]))->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');
  2689.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2690.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2691.         return $this->services['router'] = new \App\Routing\DynamicRouter($c$a);
  2692.     }
  2693.     /**
  2694.      * Gets the public 'translator' shared service.
  2695.      *
  2696.      * @return \AngelGamez\TranslatableBundle\Translation\Translator
  2697.      */
  2698.     protected function getTranslatorService()
  2699.     {
  2700.         return $this->services['translator'] = new \AngelGamez\TranslatableBundle\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  2701.     }
  2702.     /**
  2703.      * Gets the public 'var_dumper.cloner' shared service.
  2704.      *
  2705.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2706.      */
  2707.     protected function getVarDumper_ClonerService()
  2708.     {
  2709.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2710.         $instance->setMaxItems(2500);
  2711.         $instance->setMinDepth(1);
  2712.         $instance->setMaxString(-1);
  2713.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2714.         return $instance;
  2715.     }
  2716.     /**
  2717.      * Gets the private '.debug.http_client' shared service.
  2718.      *
  2719.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2720.      */
  2721.     protected function get_Debug_HttpClientService()
  2722.     {
  2723.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2724.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2725.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2726.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2727.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2728.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2729.         $a->setLogger($b);
  2730.         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))));
  2731.     }
  2732.     /**
  2733.      * Gets the private '.service_locator.KLVvNIq' shared service.
  2734.      *
  2735.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2736.      */
  2737.     protected function get_ServiceLocator_KLVvNIqService()
  2738.     {
  2739.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2740.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  2741.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  2742.         ], [
  2743.             'doctrine.ulid_generator' => '?',
  2744.             'doctrine.uuid_generator' => '?',
  2745.         ]);
  2746.     }
  2747.     /**
  2748.      * Gets the private '.service_locator.Tip.8_I' shared service.
  2749.      *
  2750.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2751.      */
  2752.     protected function get_ServiceLocator_Tip_8IService()
  2753.     {
  2754.         return $this->privates['.service_locator.Tip.8_I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2755.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2756.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2757.             'security.firewall.map.context.management' => ['privates''security.firewall.map.context.management''getSecurity_Firewall_Map_Context_ManagementService'true],
  2758.         ], [
  2759.             'security.firewall.map.context.dev' => '?',
  2760.             'security.firewall.map.context.main' => '?',
  2761.             'security.firewall.map.context.management' => '?',
  2762.         ]);
  2763.     }
  2764.     /**
  2765.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper' shared service.
  2766.      *
  2767.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper
  2768.      */
  2769.     protected function getEmbeddedListHelperService()
  2770.     {
  2771.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getParameter('easyadmin.config'));
  2772.     }
  2773.     /**
  2774.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper' shared service.
  2775.      *
  2776.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
  2777.      */
  2778.     protected function getListFormFiltersHelperService()
  2779.     {
  2780.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2781.         if (isset($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'])) {
  2782.             return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'];
  2783.         }
  2784.         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);
  2785.     }
  2786.     /**
  2787.      * Gets the private 'App\EventSubscriber\ApiAccessSubscriber' shared autowired service.
  2788.      *
  2789.      * @return \App\EventSubscriber\ApiAccessSubscriber
  2790.      */
  2791.     protected function getApiAccessSubscriberService()
  2792.     {
  2793.         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)))));
  2794.     }
  2795.     /**
  2796.      * Gets the private 'App\EventSubscriber\BadWordsReplaceSubscriber' shared autowired service.
  2797.      *
  2798.      * @return \App\EventSubscriber\BadWordsReplaceSubscriber
  2799.      */
  2800.     protected function getBadWordsReplaceSubscriberService()
  2801.     {
  2802.         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()));
  2803.     }
  2804.     /**
  2805.      * Gets the private 'App\EventSubscriber\BanLogoutSubscriber' shared autowired service.
  2806.      *
  2807.      * @return \App\EventSubscriber\BanLogoutSubscriber
  2808.      */
  2809.     protected function getBanLogoutSubscriberService()
  2810.     {
  2811.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2812.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2813.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2814.         }
  2815.         $b = ($this->services['router'] ?? $this->getRouterService());
  2816.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2817.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2818.         }
  2819.         return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] = new \App\EventSubscriber\BanLogoutSubscriber($a$b);
  2820.     }
  2821.     /**
  2822.      * Gets the private 'App\EventSubscriber\CityCaseRedirectSubscriber' shared autowired service.
  2823.      *
  2824.      * @return \App\EventSubscriber\CityCaseRedirectSubscriber
  2825.      */
  2826.     protected function getCityCaseRedirectSubscriberService()
  2827.     {
  2828.         $a = ($this->services['App\\Http\\CityCaseRedirector'] ?? $this->getCityCaseRedirectorService());
  2829.         if (isset($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'])) {
  2830.             return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'];
  2831.         }
  2832.         return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] = new \App\EventSubscriber\CityCaseRedirectSubscriber($a);
  2833.     }
  2834.     /**
  2835.      * Gets the private 'App\EventSubscriber\CommentBanSubscriber' shared autowired service.
  2836.      *
  2837.      * @return \App\EventSubscriber\CommentBanSubscriber
  2838.      */
  2839.     protected function getCommentBanSubscriberService()
  2840.     {
  2841.         $a = ($this->privates['App\\Service\\CustomerBanService'] ?? $this->getCustomerBanServiceService());
  2842.         if (isset($this->privates['App\\EventSubscriber\\CommentBanSubscriber'])) {
  2843.             return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'];
  2844.         }
  2845.         return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'] = new \App\EventSubscriber\CommentBanSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a);
  2846.     }
  2847.     /**
  2848.      * Gets the private 'App\EventSubscriber\DoctrineEntityFilterSubscriber' shared autowired service.
  2849.      *
  2850.      * @return \App\EventSubscriber\DoctrineEntityFilterSubscriber
  2851.      */
  2852.     protected function getDoctrineEntityFilterSubscriberService()
  2853.     {
  2854.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2855.         if (isset($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'])) {
  2856.             return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'];
  2857.         }
  2858.         return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] = new \App\EventSubscriber\DoctrineEntityFilterSubscriber($a);
  2859.     }
  2860.     /**
  2861.      * Gets the private 'App\EventSubscriber\DomainRedirectSubscriber' shared autowired service.
  2862.      *
  2863.      * @return \App\EventSubscriber\DomainRedirectSubscriber
  2864.      */
  2865.     protected function getDomainRedirectSubscriberService()
  2866.     {
  2867.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2868.         if (isset($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'])) {
  2869.             return $this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'];
  2870.         }
  2871.         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));
  2872.     }
  2873.     /**
  2874.      * Gets the private 'App\EventSubscriber\EnumSubscriber' shared autowired service.
  2875.      *
  2876.      * @return \App\EventSubscriber\EnumSubscriber
  2877.      */
  2878.     protected function getEnumSubscriberService()
  2879.     {
  2880.         return $this->privates['App\\EventSubscriber\\EnumSubscriber'] = new \App\EventSubscriber\EnumSubscriber(($this->privates['App\\Service\\EnumUriLoader'] ?? $this->getEnumUriLoaderService()));
  2881.     }
  2882.     /**
  2883.      * Gets the private 'App\EventSubscriber\KernelSubscriber' shared autowired service.
  2884.      *
  2885.      * @return \App\EventSubscriber\KernelSubscriber
  2886.      */
  2887.     protected function getKernelSubscriberService()
  2888.     {
  2889.         return $this->privates['App\\EventSubscriber\\KernelSubscriber'] = new \App\EventSubscriber\KernelSubscriber(($this->privates['App\\Service\\ProfileCtrService'] ?? $this->getProfileCtrServiceService()));
  2890.     }
  2891.     /**
  2892.      * Gets the private 'App\EventSubscriber\PageMetadataSubscriber' shared autowired service.
  2893.      *
  2894.      * @return \App\EventSubscriber\PageMetadataSubscriber
  2895.      */
  2896.     protected function getPageMetadataSubscriberService()
  2897.     {
  2898.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2899.         if (isset($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'])) {
  2900.             return $this->privates['App\\EventSubscriber\\PageMetadataSubscriber'];
  2901.         }
  2902.         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))));
  2903.     }
  2904.     /**
  2905.      * Gets the private 'App\EventSubscriber\ProfileListOrderingSubscriber' shared autowired service.
  2906.      *
  2907.      * @return \App\EventSubscriber\ProfileListOrderingSubscriber
  2908.      */
  2909.     protected function getProfileListOrderingSubscriberService()
  2910.     {
  2911.         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())));
  2912.     }
  2913.     /**
  2914.      * Gets the private 'App\Repository\AccountEnrollmentRepository' shared autowired service.
  2915.      *
  2916.      * @return \App\Repository\AccountEnrollmentRepository
  2917.      */
  2918.     protected function getAccountEnrollmentRepositoryService()
  2919.     {
  2920.         return $this->privates['App\\Repository\\AccountEnrollmentRepository'] = new \App\Repository\AccountEnrollmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2921.     }
  2922.     /**
  2923.      * Gets the private 'App\Repository\ApprovalRequestsRepository' shared autowired service.
  2924.      *
  2925.      * @return \App\Repository\ApprovalRequestsRepository
  2926.      */
  2927.     protected function getApprovalRequestsRepositoryService()
  2928.     {
  2929.         return $this->privates['App\\Repository\\ApprovalRequestsRepository'] = new \App\Repository\ApprovalRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2930.     }
  2931.     /**
  2932.      * Gets the private 'App\Repository\BannedEmailRepository' shared autowired service.
  2933.      *
  2934.      * @return \App\Repository\BannedEmailRepository
  2935.      */
  2936.     protected function getBannedEmailRepositoryService()
  2937.     {
  2938.         return $this->privates['App\\Repository\\BannedEmailRepository'] = new \App\Repository\BannedEmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2939.     }
  2940.     /**
  2941.      * Gets the private 'App\Repository\CityRepository' shared autowired service.
  2942.      *
  2943.      * @return \App\Repository\CityRepository
  2944.      */
  2945.     protected function getCityRepositoryService()
  2946.     {
  2947.         return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2948.     }
  2949.     /**
  2950.      * Gets the private 'App\Repository\DistrictRepository' shared autowired service.
  2951.      *
  2952.      * @return \App\Repository\DistrictRepository
  2953.      */
  2954.     protected function getDistrictRepositoryService()
  2955.     {
  2956.         return $this->privates['App\\Repository\\DistrictRepository'] = new \App\Repository\DistrictRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2957.     }
  2958.     /**
  2959.      * Gets the private 'App\Repository\ModerationRequestsRepository' shared autowired service.
  2960.      *
  2961.      * @return \App\Repository\ModerationRequestsRepository
  2962.      */
  2963.     protected function getModerationRequestsRepositoryService()
  2964.     {
  2965.         return $this->privates['App\\Repository\\ModerationRequestsRepository'] = new \App\Repository\ModerationRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2966.     }
  2967.     /**
  2968.      * Gets the private 'App\Repository\PageMetadataRepository' shared autowired service.
  2969.      *
  2970.      * @return \App\Repository\PageMetadataRepository
  2971.      */
  2972.     protected function getPageMetadataRepositoryService()
  2973.     {
  2974.         return $this->privates['App\\Repository\\PageMetadataRepository'] = new \App\Repository\PageMetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2975.     }
  2976.     /**
  2977.      * Gets the private 'App\Repository\PaidPlacementPriceRepository' shared autowired service.
  2978.      *
  2979.      * @return \App\Repository\PaidPlacementPriceRepository
  2980.      */
  2981.     protected function getPaidPlacementPriceRepositoryService()
  2982.     {
  2983.         return $this->privates['App\\Repository\\PaidPlacementPriceRepository'] = new \App\Repository\PaidPlacementPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2984.     }
  2985.     /**
  2986.      * Gets the private 'App\Repository\ProfileCommentRepository' shared autowired service.
  2987.      *
  2988.      * @return \App\Repository\ProfileCommentRepository
  2989.      */
  2990.     protected function getProfileCommentRepositoryService()
  2991.     {
  2992.         return $this->privates['App\\Repository\\ProfileCommentRepository'] = new \App\Repository\ProfileCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2993.     }
  2994.     /**
  2995.      * Gets the private 'App\Repository\ProfileCtrRepository' shared autowired service.
  2996.      *
  2997.      * @return \App\Repository\ProfileCtrRepository
  2998.      */
  2999.     protected function getProfileCtrRepositoryService()
  3000.     {
  3001.         return $this->privates['App\\Repository\\ProfileCtrRepository'] = new \App\Repository\ProfileCtrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3002.     }
  3003.     /**
  3004.      * Gets the private 'App\Repository\ProfileKVRepository' shared autowired service.
  3005.      *
  3006.      * @return \App\Repository\ProfileKVRepository
  3007.      */
  3008.     protected function getProfileKVRepositoryService()
  3009.     {
  3010.         return $this->privates['App\\Repository\\ProfileKVRepository'] = new \App\Repository\ProfileKVRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3011.     }
  3012.     /**
  3013.      * Gets the private 'App\Repository\ProfilePlanPlacementRepository' shared autowired service.
  3014.      *
  3015.      * @return \App\Repository\ProfilePlanPlacementRepository
  3016.      */
  3017.     protected function getProfilePlanPlacementRepositoryService()
  3018.     {
  3019.         return $this->privates['App\\Repository\\ProfilePlanPlacementRepository'] = new \App\Repository\ProfilePlanPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3020.     }
  3021.     /**
  3022.      * Gets the private 'App\Repository\ProfileRepository' shared autowired service.
  3023.      *
  3024.      * @return \App\Repository\ProfileRepository
  3025.      */
  3026.     protected function getProfileRepositoryService()
  3027.     {
  3028.         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()));
  3029.     }
  3030.     /**
  3031.      * Gets the private 'App\Repository\ProfileSidebarPlacementRepository' shared autowired service.
  3032.      *
  3033.      * @return \App\Repository\ProfileSidebarPlacementRepository
  3034.      */
  3035.     protected function getProfileSidebarPlacementRepositoryService()
  3036.     {
  3037.         return $this->privates['App\\Repository\\ProfileSidebarPlacementRepository'] = new \App\Repository\ProfileSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3038.     }
  3039.     /**
  3040.      * Gets the private 'App\Repository\ProfileTopPlacementRepository' shared autowired service.
  3041.      *
  3042.      * @return \App\Repository\ProfileTopPlacementRepository
  3043.      */
  3044.     protected function getProfileTopPlacementRepositoryService()
  3045.     {
  3046.         return $this->privates['App\\Repository\\ProfileTopPlacementRepository'] = new \App\Repository\ProfileTopPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3047.     }
  3048.     /**
  3049.      * Gets the private 'App\Repository\SaloonRepository' shared autowired service.
  3050.      *
  3051.      * @return \App\Repository\SaloonRepository
  3052.      */
  3053.     protected function getSaloonRepositoryService()
  3054.     {
  3055.         return $this->privates['App\\Repository\\SaloonRepository'] = new \App\Repository\SaloonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3056.     }
  3057.     /**
  3058.      * Gets the private 'App\Repository\SaloonSidebarPlacementRepository' shared autowired service.
  3059.      *
  3060.      * @return \App\Repository\SaloonSidebarPlacementRepository
  3061.      */
  3062.     protected function getSaloonSidebarPlacementRepositoryService()
  3063.     {
  3064.         return $this->privates['App\\Repository\\SaloonSidebarPlacementRepository'] = new \App\Repository\SaloonSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3065.     }
  3066.     /**
  3067.      * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  3068.      *
  3069.      * @return \App\Repository\ServiceRepository
  3070.      */
  3071.     protected function getServiceRepositoryService()
  3072.     {
  3073.         return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3074.     }
  3075.     /**
  3076.      * Gets the private 'App\Repository\SidebarPlacementRepository' shared autowired service.
  3077.      *
  3078.      * @return \App\Repository\SidebarPlacementRepository
  3079.      */
  3080.     protected function getSidebarPlacementRepositoryService()
  3081.     {
  3082.         return $this->privates['App\\Repository\\SidebarPlacementRepository'] = new \App\Repository\SidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3083.     }
  3084.     /**
  3085.      * Gets the private 'App\Repository\StationRepository' shared autowired service.
  3086.      *
  3087.      * @return \App\Repository\StationRepository
  3088.      */
  3089.     protected function getStationRepositoryService()
  3090.     {
  3091.         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()));
  3092.     }
  3093.     /**
  3094.      * Gets the private 'App\Repository\SupportMessagesRepository' shared autowired service.
  3095.      *
  3096.      * @return \App\Repository\SupportMessagesRepository
  3097.      */
  3098.     protected function getSupportMessagesRepositoryService()
  3099.     {
  3100.         return $this->privates['App\\Repository\\SupportMessagesRepository'] = new \App\Repository\SupportMessagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3101.     }
  3102.     /**
  3103.      * Gets the private 'App\Repository\SystemVariablesRepository' shared autowired service.
  3104.      *
  3105.      * @return \App\Repository\SystemVariablesRepository
  3106.      */
  3107.     protected function getSystemVariablesRepositoryService()
  3108.     {
  3109.         return $this->privates['App\\Repository\\SystemVariablesRepository'] = new \App\Repository\SystemVariablesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3110.     }
  3111.     /**
  3112.      * Gets the private 'App\Service\AccountChargesDurationEstimator' shared autowired service.
  3113.      *
  3114.      * @return \App\Service\AccountChargesDurationEstimator
  3115.      */
  3116.     protected function getAccountChargesDurationEstimatorService()
  3117.     {
  3118.         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()));
  3119.     }
  3120.     /**
  3121.      * Gets the private 'App\Service\AccountChargesDurationPresenter' shared autowired service.
  3122.      *
  3123.      * @return \App\Service\AccountChargesDurationPresenter
  3124.      */
  3125.     protected function getAccountChargesDurationPresenterService()
  3126.     {
  3127.         return $this->privates['App\\Service\\AccountChargesDurationPresenter'] = new \App\Service\AccountChargesDurationPresenter(($this->services['translator'] ?? $this->getTranslatorService()));
  3128.     }
  3129.     /**
  3130.      * Gets the private 'App\Service\AccountFinances' shared autowired service.
  3131.      *
  3132.      * @return \App\Service\AccountFinances
  3133.      */
  3134.     protected function getAccountFinancesService()
  3135.     {
  3136.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3137.         if (isset($this->privates['App\\Service\\AccountFinances'])) {
  3138.             return $this->privates['App\\Service\\AccountFinances'];
  3139.         }
  3140.         return $this->privates['App\\Service\\AccountFinances'] = new \App\Service\AccountFinances(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\AccountEnrollmentRepository'] ?? $this->getAccountEnrollmentRepositoryService()), $a);
  3141.     }
  3142.     /**
  3143.      * Gets the private 'App\Service\ApprovalService' shared autowired service.
  3144.      *
  3145.      * @return \App\Service\ApprovalService
  3146.      */
  3147.     protected function getApprovalServiceService()
  3148.     {
  3149.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3150.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3151.             return $this->privates['App\\Service\\ApprovalService'];
  3152.         }
  3153.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3154.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3155.             return $this->privates['App\\Service\\ApprovalService'];
  3156.         }
  3157.         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()));
  3158.     }
  3159.     /**
  3160.      * Gets the private 'App\Service\CityMainPagesLinkageService' shared autowired service.
  3161.      *
  3162.      * @return \App\Service\CityMainPagesLinkageService
  3163.      */
  3164.     protected function getCityMainPagesLinkageServiceService($lazyLoad true)
  3165.     {
  3166.         $a = ($this->services['router'] ?? $this->getRouterService());
  3167.         if (isset($this->privates['App\\Service\\CityMainPagesLinkageService'])) {
  3168.             return $this->privates['App\\Service\\CityMainPagesLinkageService'];
  3169.         }
  3170.         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()));
  3171.     }
  3172.     /**
  3173.      * Gets the private 'App\Service\ColdStartProfileRecommendationsCache' shared autowired service.
  3174.      *
  3175.      * @return \App\Service\ColdStartProfileRecommendationsCache
  3176.      */
  3177.     protected function getColdStartProfileRecommendationsCacheService()
  3178.     {
  3179.         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()));
  3180.     }
  3181.     /**
  3182.      * Gets the private 'App\Service\CountryCurrencyResolver' shared autowired service.
  3183.      *
  3184.      * @return \App\Service\CountryCurrencyResolver
  3185.      */
  3186.     protected function getCountryCurrencyResolverService()
  3187.     {
  3188.         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))));
  3189.     }
  3190.     /**
  3191.      * Gets the private 'App\Service\CurrentCityResolver' shared autowired service.
  3192.      *
  3193.      * @return \App\Service\CurrentCityResolver
  3194.      */
  3195.     protected function getCurrentCityResolverService()
  3196.     {
  3197.         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()));
  3198.     }
  3199.     /**
  3200.      * Gets the private 'App\Service\CustomerBanService' shared autowired service.
  3201.      *
  3202.      * @return \App\Service\CustomerBanService
  3203.      */
  3204.     protected function getCustomerBanServiceService()
  3205.     {
  3206.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3207.         if (isset($this->privates['App\\Service\\CustomerBanService'])) {
  3208.             return $this->privates['App\\Service\\CustomerBanService'];
  3209.         }
  3210.         return $this->privates['App\\Service\\CustomerBanService'] = new \App\Service\CustomerBanService(($this->privates['App\\Repository\\BannedEmailRepository'] ?? $this->getBannedEmailRepositoryService()), $a);
  3211.     }
  3212.     /**
  3213.      * Gets the private 'App\Service\DefaultCityProvider' shared autowired service.
  3214.      *
  3215.      * @return \App\Service\DefaultCityProvider
  3216.      */
  3217.     protected function getDefaultCityProviderService()
  3218.     {
  3219.         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))));
  3220.     }
  3221.     /**
  3222.      * Gets the private 'App\Service\DynamicPlacementPriceResolver' shared autowired service.
  3223.      *
  3224.      * @return \App\Service\DynamicPlacementPriceResolver
  3225.      */
  3226.     protected function getDynamicPlacementPriceResolverService()
  3227.     {
  3228.         return $this->privates['App\\Service\\DynamicPlacementPriceResolver'] = new \App\Service\DynamicPlacementPriceResolver(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()));
  3229.     }
  3230.     /**
  3231.      * Gets the private 'App\Service\EnumUriLoader' shared autowired service.
  3232.      *
  3233.      * @return \App\Service\EnumUriLoader
  3234.      */
  3235.     protected function getEnumUriLoaderService()
  3236.     {
  3237.         return $this->privates['App\\Service\\EnumUriLoader'] = new \App\Service\EnumUriLoader(($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  3238.     }
  3239.     /**
  3240.      * Gets the private 'App\Service\Features' shared autowired service.
  3241.      *
  3242.      * @return \App\Service\Features
  3243.      */
  3244.     protected function getFeaturesService()
  3245.     {
  3246.         return $this->privates['App\\Service\\Features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  3247.     }
  3248.     /**
  3249.      * Gets the private 'App\Service\GeoCategoryLinkageService' shared autowired service.
  3250.      *
  3251.      * @return \App\Service\GeoCategoryLinkageService
  3252.      */
  3253.     protected function getGeoCategoryLinkageServiceService()
  3254.     {
  3255.         $a = ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService());
  3256.         if (isset($this->privates['App\\Service\\GeoCategoryLinkageService'])) {
  3257.             return $this->privates['App\\Service\\GeoCategoryLinkageService'];
  3258.         }
  3259.         $b = ($this->services['router'] ?? $this->getRouterService());
  3260.         if (isset($this->privates['App\\Service\\GeoCategoryLinkageService'])) {
  3261.             return $this->privates['App\\Service\\GeoCategoryLinkageService'];
  3262.         }
  3263.         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())));
  3264.     }
  3265.     /**
  3266.      * Gets the private 'App\Service\InnerLinkageCircleService' shared autowired service.
  3267.      *
  3268.      * @return \App\Service\InnerLinkageCircleService
  3269.      */
  3270.     protected function getInnerLinkageCircleServiceService($lazyLoad true)
  3271.     {
  3272.         $a = ($this->services['router'] ?? $this->getRouterService());
  3273.         if (isset($this->privates['App\\Service\\InnerLinkageCircleService'])) {
  3274.             return $this->privates['App\\Service\\InnerLinkageCircleService'];
  3275.         }
  3276.         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()));
  3277.     }
  3278.     /**
  3279.      * Gets the private 'App\Service\ModerationService' shared autowired service.
  3280.      *
  3281.      * @return \App\Service\ModerationService
  3282.      */
  3283.     protected function getModerationServiceService()
  3284.     {
  3285.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3286.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3287.             return $this->privates['App\\Service\\ModerationService'];
  3288.         }
  3289.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3290.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3291.             return $this->privates['App\\Service\\ModerationService'];
  3292.         }
  3293.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3294.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3295.             return $this->privates['App\\Service\\ModerationService'];
  3296.         }
  3297.         $d = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3298.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3299.             return $this->privates['App\\Service\\ModerationService'];
  3300.         }
  3301.         $e = ($this->privates['App\\Service\\ApprovalService'] ?? $this->getApprovalServiceService());
  3302.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3303.             return $this->privates['App\\Service\\ModerationService'];
  3304.         }
  3305.         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);
  3306.     }
  3307.     /**
  3308.      * Gets the private 'App\Service\MoneyFormatterService' shared autowired service.
  3309.      *
  3310.      * @return \App\Service\MoneyFormatterService
  3311.      */
  3312.     protected function getMoneyFormatterServiceService()
  3313.     {
  3314.         return $this->privates['App\\Service\\MoneyFormatterService'] = new \App\Service\MoneyFormatterService(($this->privates['App\\Service\\CountryCurrencyResolver'] ?? $this->getCountryCurrencyResolverService()));
  3315.     }
  3316.     /**
  3317.      * Gets the private 'App\Service\PhoneNumberService' shared autowired service.
  3318.      *
  3319.      * @return \App\Service\PhoneNumberService
  3320.      */
  3321.     protected function getPhoneNumberServiceService()
  3322.     {
  3323.         return $this->privates['App\\Service\\PhoneNumberService'] = new \App\Service\PhoneNumberService(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()));
  3324.     }
  3325.     /**
  3326.      * Gets the private 'App\Service\ProfileAdBoard' shared autowired service.
  3327.      *
  3328.      * @return \App\Service\ProfileAdBoard
  3329.      */
  3330.     protected function getProfileAdBoardService()
  3331.     {
  3332.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3333.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3334.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3335.         }
  3336.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3337.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3338.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3339.         }
  3340.         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()));
  3341.     }
  3342.     /**
  3343.      * Gets the private 'App\Service\ProfileAvatar' shared autowired service.
  3344.      *
  3345.      * @return \App\Service\ProfileAvatar
  3346.      */
  3347.     protected function getProfileAvatarService()
  3348.     {
  3349.         return $this->privates['App\\Service\\ProfileAvatar'] = new \App\Service\ProfileAvatar(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3350.     }
  3351.     /**
  3352.      * Gets the private 'App\Service\ProfileBotHelper' shared autowired service.
  3353.      *
  3354.      * @return \App\Service\ProfileBotHelper
  3355.      */
  3356.     protected function getProfileBotHelperService()
  3357.     {
  3358.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3359.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3360.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3361.         }
  3362.         $b = ($this->services['router'] ?? $this->getRouterService());
  3363.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3364.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3365.         }
  3366.         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))));
  3367.     }
  3368.     /**
  3369.      * Gets the private 'App\Service\ProfileChargesCalculator' shared autowired service.
  3370.      *
  3371.      * @return \App\Service\ProfileChargesCalculator
  3372.      */
  3373.     protected function getProfileChargesCalculatorService()
  3374.     {
  3375.         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()));
  3376.     }
  3377.     /**
  3378.      * Gets the private 'App\Service\ProfileCtrService' shared autowired service.
  3379.      *
  3380.      * @return \App\Service\ProfileCtrService
  3381.      */
  3382.     protected function getProfileCtrServiceService()
  3383.     {
  3384.         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()));
  3385.     }
  3386.     /**
  3387.      * Gets the private 'App\Service\ProfileList' shared autowired service.
  3388.      *
  3389.      * @return \App\Service\ProfileList
  3390.      */
  3391.     protected function getProfileListService()
  3392.     {
  3393.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3394.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3395.             return $this->privates['App\\Service\\ProfileList'];
  3396.         }
  3397.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3398.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3399.             return $this->privates['App\\Service\\ProfileList'];
  3400.         }
  3401.         $c = ($this->privates['App\\Service\\ProfileTopBoard'] ?? $this->getProfileTopBoardService());
  3402.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3403.             return $this->privates['App\\Service\\ProfileList'];
  3404.         }
  3405.         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);
  3406.     }
  3407.     /**
  3408.      * Gets the private 'App\Service\ProfileListSpecificationService' shared autowired service.
  3409.      *
  3410.      * @return \App\Service\ProfileListSpecificationService
  3411.      */
  3412.     protected function getProfileListSpecificationServiceService()
  3413.     {
  3414.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3415.         if (isset($this->privates['App\\Service\\ProfileListSpecificationService'])) {
  3416.             return $this->privates['App\\Service\\ProfileListSpecificationService'];
  3417.         }
  3418.         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()));
  3419.     }
  3420.     /**
  3421.      * Gets the private 'App\Service\ProfileRecommendationService' shared autowired service.
  3422.      *
  3423.      * @return \App\Service\ProfileRecommendationService
  3424.      */
  3425.     protected function getProfileRecommendationServiceService()
  3426.     {
  3427.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3428.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3429.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3430.         }
  3431.         $b = ($this->services['router'] ?? $this->getRouterService());
  3432.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3433.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3434.         }
  3435.         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()));
  3436.     }
  3437.     /**
  3438.      * Gets the private 'App\Service\ProfileTopBoard' shared autowired service.
  3439.      *
  3440.      * @return \App\Service\ProfileTopBoard
  3441.      */
  3442.     protected function getProfileTopBoardService()
  3443.     {
  3444.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3445.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3446.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3447.         }
  3448.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3449.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3450.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3451.         }
  3452.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3453.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3454.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3455.         }
  3456.         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);
  3457.     }
  3458.     /**
  3459.      * Gets the private 'App\Service\ResponsiveAssetsService' shared autowired service.
  3460.      *
  3461.      * @return \App\Service\ResponsiveAssetsService
  3462.      */
  3463.     protected function getResponsiveAssetsServiceService()
  3464.     {
  3465.         return $this->privates['App\\Service\\ResponsiveAssetsService'] = new \App\Service\ResponsiveAssetsService(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3466.     }
  3467.     /**
  3468.      * Gets the private 'App\Service\SaloonChargesCalculator' shared autowired service.
  3469.      *
  3470.      * @return \App\Service\SaloonChargesCalculator
  3471.      */
  3472.     protected function getSaloonChargesCalculatorService()
  3473.     {
  3474.         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()));
  3475.     }
  3476.     /**
  3477.      * Gets the private 'App\Service\SearchByKeywordsService' shared autowired service.
  3478.      *
  3479.      * @return \App\Service\SearchByKeywordsService
  3480.      */
  3481.     protected function getSearchByKeywordsServiceService()
  3482.     {
  3483.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3484.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3485.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3486.         }
  3487.         $b = ($this->services['router'] ?? $this->getRouterService());
  3488.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3489.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3490.         }
  3491.         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()));
  3492.     }
  3493.     /**
  3494.      * Gets the private 'App\Service\Sidebar' shared autowired service.
  3495.      *
  3496.      * @return \App\Service\Sidebar
  3497.      */
  3498.     protected function getSidebarService()
  3499.     {
  3500.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3501.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3502.             return $this->privates['App\\Service\\Sidebar'];
  3503.         }
  3504.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3505.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3506.             return $this->privates['App\\Service\\Sidebar'];
  3507.         }
  3508.         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);
  3509.     }
  3510.     /**
  3511.      * Gets the private 'App\Service\TimeZoneService' shared autowired service.
  3512.      *
  3513.      * @return \App\Service\TimeZoneService
  3514.      */
  3515.     protected function getTimeZoneServiceService()
  3516.     {
  3517.         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()));
  3518.     }
  3519.     /**
  3520.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  3521.      *
  3522.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  3523.      */
  3524.     protected function getLoginListenerService()
  3525.     {
  3526.         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()));
  3527.     }
  3528.     /**
  3529.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  3530.      *
  3531.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  3532.      */
  3533.     protected function getRequestListenerService()
  3534.     {
  3535.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3536.     }
  3537.     /**
  3538.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  3539.      *
  3540.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  3541.      */
  3542.     protected function getSubRequestListenerService()
  3543.     {
  3544.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3545.     }
  3546.     /**
  3547.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  3548.      *
  3549.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  3550.      */
  3551.     protected function getTracingRequestListenerService()
  3552.     {
  3553.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3554.     }
  3555.     /**
  3556.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  3557.      *
  3558.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  3559.      */
  3560.     protected function getTracingSubRequestListenerService()
  3561.     {
  3562.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3563.     }
  3564.     /**
  3565.      * Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory' shared service.
  3566.      *
  3567.      * @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory
  3568.      */
  3569.     protected function getTracingDriverConnectionFactoryService()
  3570.     {
  3571.         return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3572.     }
  3573.     /**
  3574.      * Gets the private 'Sentry\State\HubInterface' shared service.
  3575.      *
  3576.      * @return \Sentry\State\HubInterface
  3577.      */
  3578.     protected function getHubInterfaceService()
  3579.     {
  3580.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  3581.         $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')]);
  3582.         $b = new \Sentry\ClientBuilder($a);
  3583.         $c = new \Http\Discovery\Psr17Factory();
  3584.         $b->setSdkIdentifier('sentry.php.symfony');
  3585.         $b->setSdkVersion('4.14.0');
  3586.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL));
  3587.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  3588.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  3589.         if ($this->has('Psr\\Log\\NullLogger')) {
  3590.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  3591.         }
  3592.         $instance->bindClient($b->getClient());
  3593.         return $instance;
  3594.     }
  3595.     /**
  3596.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3597.      *
  3598.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3599.      */
  3600.     protected function getResetAssetsEventListenerService()
  3601.     {
  3602.         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']);
  3603.     }
  3604.     /**
  3605.      * Gets the private 'annotations.cache_adapter' shared service.
  3606.      *
  3607.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3608.      */
  3609.     protected function getAnnotations_CacheAdapterService()
  3610.     {
  3611.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  3612.     }
  3613.     /**
  3614.      * Gets the private 'annotations.cached_reader' shared service.
  3615.      *
  3616.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3617.      */
  3618.     protected function getAnnotations_CachedReaderService()
  3619.     {
  3620.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3621.     }
  3622.     /**
  3623.      * Gets the private 'annotations.reader' shared service.
  3624.      *
  3625.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3626.      */
  3627.     protected function getAnnotations_ReaderService()
  3628.     {
  3629.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3630.         $instance->addGlobalIgnoredName('required'NULL);
  3631.         return $instance;
  3632.     }
  3633.     /**
  3634.      * Gets the private 'assets._version__default' shared service.
  3635.      *
  3636.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  3637.      */
  3638.     protected function getAssets_VersionDefaultService()
  3639.     {
  3640.         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);
  3641.     }
  3642.     /**
  3643.      * Gets the private 'assets.context' shared service.
  3644.      *
  3645.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3646.      */
  3647.     protected function getAssets_ContextService()
  3648.     {
  3649.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3650.         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());
  3651.     }
  3652.     /**
  3653.      * Gets the private 'assets.packages' shared service.
  3654.      *
  3655.      * @return \Symfony\Component\Asset\Packages
  3656.      */
  3657.     protected function getAssets_PackagesService()
  3658.     {
  3659.         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 () {
  3660.             yield 'user_media' => ($this->privates['assets._package_user_media'] ?? $this->load('getAssets_PackageUserMediaService'));
  3661.             yield 'profile_media' => ($this->privates['assets._package_profile_media'] ?? $this->load('getAssets_PackageProfileMediaService'));
  3662.             yield 'profile_media_avatar' => ($this->privates['assets._package_profile_media_avatar'] ?? $this->load('getAssets_PackageProfileMediaAvatarService'));
  3663.             yield 'profile_media_selfie' => ($this->privates['assets._package_profile_media_selfie'] ?? $this->load('getAssets_PackageProfileMediaSelfieService'));
  3664.             yield 'profile_media_approval' => ($this->privates['assets._package_profile_media_approval'] ?? $this->load('getAssets_PackageProfileMediaApprovalService'));
  3665.             yield 'saloon_media' => ($this->privates['assets._package_saloon_media'] ?? $this->load('getAssets_PackageSaloonMediaService'));
  3666.             yield 'saloon_media_thumb' => ($this->privates['assets._package_saloon_media_thumb'] ?? $this->load('getAssets_PackageSaloonMediaThumbService'));
  3667.             yield 'saloon_media_video' => ($this->privates['assets._package_saloon_media_video'] ?? $this->load('getAssets_PackageSaloonMediaVideoService'));
  3668.             yield 'js_script' => ($this->privates['assets._package_js_script'] ?? $this->load('getAssets_PackageJsScriptService'));
  3669.             yield 'basicConfig' => ($this->privates['assets._package_basicConfig'] ?? $this->load('getAssets_PackageBasicConfigService'));
  3670.             yield 'nohashConfig' => ($this->privates['assets._package_nohashConfig'] ?? $this->load('getAssets_PackageNohashConfigService'));
  3671.             yield 'nodomainConfig' => ($this->privates['assets._package_nodomainConfig'] ?? $this->load('getAssets_PackageNodomainConfigService'));
  3672.         }, 12));
  3673.     }
  3674.     /**
  3675.      * Gets the private 'cache.annotations.traceable' shared service.
  3676.      *
  3677.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3678.      */
  3679.     protected function getCache_Annotations_TraceableService()
  3680.     {
  3681.         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('Vk57TtqsdL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3682.     }
  3683.     /**
  3684.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  3685.      *
  3686.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3687.      */
  3688.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  3689.     {
  3690.         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()));
  3691.     }
  3692.     /**
  3693.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  3694.      *
  3695.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3696.      */
  3697.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  3698.     {
  3699.         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()));
  3700.     }
  3701.     /**
  3702.      * Gets the private 'cache.doctrine.orm.default.second_level.region_driver.traceable' shared service.
  3703.      *
  3704.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3705.      */
  3706.     protected function getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService()
  3707.     {
  3708.         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()));
  3709.     }
  3710.     /**
  3711.      * Gets the private 'cache.doctrine.orm.multi_website.query.traceable' shared service.
  3712.      *
  3713.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3714.      */
  3715.     protected function getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()
  3716.     {
  3717.         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()));
  3718.     }
  3719.     /**
  3720.      * Gets the private 'cache.doctrine.orm.multi_website.result.traceable' shared service.
  3721.      *
  3722.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3723.      */
  3724.     protected function getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()
  3725.     {
  3726.         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()));
  3727.     }
  3728.     /**
  3729.      * Gets the private 'cache.doctrine.orm.multi_website.second_level.region_driver.traceable' shared service.
  3730.      *
  3731.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3732.      */
  3733.     protected function getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService()
  3734.     {
  3735.         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()));
  3736.     }
  3737.     /**
  3738.      * Gets the private 'cache.doctrine.traceable' shared service.
  3739.      *
  3740.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3741.      */
  3742.     protected function getCache_Doctrine_TraceableService()
  3743.     {
  3744.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3745.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3746.         $a->setLogger($b);
  3747.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('NsrqNycJTM'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3748.         $c->setLogger($b);
  3749.         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)));
  3750.     }
  3751.     /**
  3752.      * Gets the private 'cache.easyadmin.traceable' shared service.
  3753.      *
  3754.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3755.      */
  3756.     protected function getCache_Easyadmin_TraceableService()
  3757.     {
  3758.         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('eC90B9zKlU'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3759.     }
  3760.     /**
  3761.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  3762.      *
  3763.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3764.      */
  3765.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  3766.     {
  3767.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('QzDf8UMFh5'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3768.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3769.         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));
  3770.     }
  3771.     /**
  3772.      * Gets the private 'cache.property_info.traceable' shared service.
  3773.      *
  3774.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3775.      */
  3776.     protected function getCache_PropertyInfo_TraceableService()
  3777.     {
  3778.         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('CwVxkBM22e'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3779.     }
  3780.     /**
  3781.      * Gets the private 'cache.rate_limiter.traceable' shared service.
  3782.      *
  3783.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3784.      */
  3785.     protected function getCache_RateLimiter_TraceableService()
  3786.     {
  3787.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3788.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3789.         $a->setLogger($b);
  3790.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('DAxvitoOUr'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3791.         $c->setLogger($b);
  3792.         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)));
  3793.     }
  3794.     /**
  3795.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  3796.      *
  3797.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3798.      */
  3799.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  3800.     {
  3801.         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('TTWDmiJdz9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3802.     }
  3803.     /**
  3804.      * Gets the private 'cache.security_token_verifier.traceable' shared service.
  3805.      *
  3806.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3807.      */
  3808.     protected function getCache_SecurityTokenVerifier_TraceableService()
  3809.     {
  3810.         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('XOp7792vaF'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3811.     }
  3812.     /**
  3813.      * Gets the private 'cache.serializer.traceable' shared service.
  3814.      *
  3815.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3816.      */
  3817.     protected function getCache_Serializer_TraceableService()
  3818.     {
  3819.         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('dtk8hWjT4+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3820.     }
  3821.     /**
  3822.      * Gets the private 'cache.validator.traceable' shared service.
  3823.      *
  3824.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3825.      */
  3826.     protected function getCache_Validator_TraceableService()
  3827.     {
  3828.         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('IauXAtmqm1'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3829.     }
  3830.     /**
  3831.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  3832.      *
  3833.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3834.      */
  3835.     protected function getCache_WebpackEncore_TraceableService()
  3836.     {
  3837.         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('OE8qpwDcvd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3838.     }
  3839.     /**
  3840.      * Gets the private 'config_cache_factory' shared service.
  3841.      *
  3842.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3843.      */
  3844.     protected function getConfigCacheFactoryService()
  3845.     {
  3846.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3847.             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)));
  3848.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3849.         }, 2));
  3850.     }
  3851.     /**
  3852.      * Gets the private 'ctr_stat.cache.traceable' shared service.
  3853.      *
  3854.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3855.      */
  3856.     protected function getCtrStat_Cache_TraceableService()
  3857.     {
  3858.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  3859.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3860.         $a->setLogger($b);
  3861.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('qoMTqynp9p'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3862.         $c->setLogger($b);
  3863.         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)));
  3864.     }
  3865.     /**
  3866.      * Gets the private 'data_collector.form' shared service.
  3867.      *
  3868.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3869.      */
  3870.     protected function getDataCollector_FormService()
  3871.     {
  3872.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3873.     }
  3874.     /**
  3875.      * Gets the private 'data_collector.request' shared service.
  3876.      *
  3877.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3878.      */
  3879.     protected function getDataCollector_RequestService()
  3880.     {
  3881.         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())));
  3882.     }
  3883.     /**
  3884.      * Gets the private 'debug.controller_resolver' shared service.
  3885.      *
  3886.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3887.      */
  3888.     protected function getDebug_ControllerResolverService()
  3889.     {
  3890.         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))));
  3891.     }
  3892.     /**
  3893.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3894.      *
  3895.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3896.      */
  3897.     protected function getDebug_DebugHandlersListenerService()
  3898.     {
  3899.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3900.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3901.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  3902.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  3903.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3904.         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()));
  3905.     }
  3906.     /**
  3907.      * Gets the private 'debug.file_link_formatter' shared service.
  3908.      *
  3909.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3910.      */
  3911.     protected function getDebug_FileLinkFormatterService()
  3912.     {
  3913.         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 () {
  3914.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3915.         });
  3916.     }
  3917.     /**
  3918.      * Gets the private 'debug.log_processor' shared service.
  3919.      *
  3920.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3921.      */
  3922.     protected function getDebug_LogProcessorService()
  3923.     {
  3924.         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())));
  3925.     }
  3926.     /**
  3927.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3928.      *
  3929.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3930.      */
  3931.     protected function getDebug_Security_Access_DecisionManagerService()
  3932.     {
  3933.         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 () {
  3934.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3935.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3936.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3937.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3938.     }
  3939.     /**
  3940.      * Gets the private 'debug.security.firewall' shared service.
  3941.      *
  3942.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3943.      */
  3944.     protected function getDebug_Security_FirewallService()
  3945.     {
  3946.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3947.         if (isset($this->privates['debug.security.firewall'])) {
  3948.             return $this->privates['debug.security.firewall'];
  3949.         }
  3950.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3951.         if (isset($this->privates['debug.security.firewall'])) {
  3952.             return $this->privates['debug.security.firewall'];
  3953.         }
  3954.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3955.     }
  3956.     /**
  3957.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  3958.      *
  3959.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  3960.      */
  3961.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  3962.     {
  3963.         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']));
  3964.     }
  3965.     /**
  3966.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3967.      *
  3968.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3969.      */
  3970.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3971.     {
  3972.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3973.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber''getDomainEventsSubscriberService'true],
  3974.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3975.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3976.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3977.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3978.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3979.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3980.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  3981.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  3982.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3983.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  3984.         ], [
  3985.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => '?',
  3986.             'app.doctrine.lifecycle_events.listener' => '?',
  3987.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3988.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3989.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3990.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3991.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3992.             'stof_doctrine_extensions.listener.blameable' => '?',
  3993.             'stof_doctrine_extensions.listener.loggable' => '?',
  3994.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3995.             'stof_doctrine_extensions.listener.translatable' => '?',
  3996.         ]), [=> [=> [=> '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']]);
  3997.     }
  3998.     /**
  3999.      * Gets the private 'doctrine.dbal.multi_website_connection.event_manager' shared service.
  4000.      *
  4001.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  4002.      */
  4003.     protected function getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService()
  4004.     {
  4005.         return $this->privates['doctrine.dbal.multi_website_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4006.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  4007.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  4008.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  4009.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  4010.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  4011.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => ['privates''doctrine.orm.multi_website_listeners.attach_entity_listeners''getDoctrine_Orm_MultiWebsiteListeners_AttachEntityListenersService'true],
  4012.         ], [
  4013.             'app.doctrine.lifecycle_events.listener' => '?',
  4014.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  4015.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  4016.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  4017.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  4018.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => '?',
  4019.         ]), [=> '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']]);
  4020.     }
  4021.     /**
  4022.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  4023.      *
  4024.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  4025.      */
  4026.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  4027.     {
  4028.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4029.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => ['privates''App\\MultiWebsite\\Repository\\PhoneReviewsRepository''getPhoneReviewsRepositoryService'true],
  4030.             'App\\Repository\\AccountChargesRepository' => ['privates''App\\Repository\\AccountChargesRepository''getAccountChargesRepositoryService'true],
  4031.             'App\\Repository\\AccountEnrollmentRepository' => ['privates''App\\Repository\\AccountEnrollmentRepository''getAccountEnrollmentRepositoryService'false],
  4032.             'App\\Repository\\AccountTransactionRepository' => ['privates''App\\Repository\\AccountTransactionRepository''getAccountTransactionRepositoryService'true],
  4033.             'App\\Repository\\AnalyticsRepository' => ['privates''App\\Repository\\AnalyticsRepository''getAnalyticsRepositoryService'true],
  4034.             'App\\Repository\\ApprovalRequestsRepository' => ['privates''App\\Repository\\ApprovalRequestsRepository''getApprovalRequestsRepositoryService'false],
  4035.             'App\\Repository\\BannedEmailRepository' => ['privates''App\\Repository\\BannedEmailRepository''getBannedEmailRepositoryService'false],
  4036.             'App\\Repository\\BannedPhoneRepository' => ['privates''App\\Repository\\BannedPhoneRepository''getBannedPhoneRepositoryService'true],
  4037.             'App\\Repository\\BulkQueueItemRepository' => ['privates''App\\Repository\\BulkQueueItemRepository''getBulkQueueItemRepositoryService'true],
  4038.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'false],
  4039.             'App\\Repository\\CommentBanRepository' => ['privates''App\\Repository\\CommentBanRepository''getCommentBanRepositoryService'true],
  4040.             'App\\Repository\\CountyRepository' => ['privates''App\\Repository\\CountyRepository''getCountyRepositoryService'true],
  4041.             'App\\Repository\\DistrictRepository' => ['privates''App\\Repository\\DistrictRepository''getDistrictRepositoryService'false],
  4042.             'App\\Repository\\FavouriteProfileRepository' => ['privates''App\\Repository\\FavouriteProfileRepository''getFavouriteProfileRepositoryService'true],
  4043.             'App\\Repository\\FileProcessingTaskRepository' => ['privates''App\\Repository\\FileProcessingTaskRepository''getFileProcessingTaskRepositoryService'true],
  4044.             'App\\Repository\\IpAddressCommentBanRepository' => ['privates''App\\Repository\\IpAddressCommentBanRepository''getIpAddressCommentBanRepositoryService'true],
  4045.             'App\\Repository\\IpAddressRepository' => ['privates''App\\Repository\\IpAddressRepository''getIpAddressRepositoryService'true],
  4046.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => ['privates''App\\Repository\\Log\\SourceMapStationsUpdateLogRepository''getSourceMapStationsUpdateLogRepositoryService'true],
  4047.             'App\\Repository\\ModerationRequestsRepository' => ['privates''App\\Repository\\ModerationRequestsRepository''getModerationRequestsRepositoryService'false],
  4048.             'App\\Repository\\PageMetadataRepository' => ['privates''App\\Repository\\PageMetadataRepository''getPageMetadataRepositoryService'false],
  4049.             'App\\Repository\\PaidPlacementPriceRepository' => ['privates''App\\Repository\\PaidPlacementPriceRepository''getPaidPlacementPriceRepositoryService'false],
  4050.             'App\\Repository\\PaidPlacementsOrderRepository' => ['privates''App\\Repository\\PaidPlacementsOrderRepository''getPaidPlacementsOrderRepositoryService'true],
  4051.             'App\\Repository\\PaymentBonusRepository' => ['privates''App\\Repository\\PaymentBonusRepository''getPaymentBonusRepositoryService'true],
  4052.             'App\\Repository\\PaymentProductRepository' => ['privates''App\\Repository\\PaymentProductRepository''getPaymentProductRepositoryService'true],
  4053.             'App\\Repository\\PhoneReviewsAddedRepository' => ['privates''App\\Repository\\PhoneReviewsAddedRepository''getPhoneReviewsAddedRepositoryService'true],
  4054.             'App\\Repository\\PlacementHidingRepository' => ['privates''App\\Repository\\PlacementHidingRepository''getPlacementHidingRepositoryService'true],
  4055.             'App\\Repository\\ProfileAdBoardPlacementRepository' => ['privates''App\\Repository\\ProfileAdBoardPlacementRepository''getProfileAdBoardPlacementRepositoryService'true],
  4056.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => ['privates''App\\Repository\\ProfileApprovalBonusReceivedRepository''getProfileApprovalBonusReceivedRepositoryService'true],
  4057.             'App\\Repository\\ProfileCommentByCustomerRepository' => ['privates''App\\Repository\\ProfileCommentByCustomerRepository''getProfileCommentByCustomerRepositoryService'true],
  4058.             'App\\Repository\\ProfileCommentRepository' => ['privates''App\\Repository\\ProfileCommentRepository''getProfileCommentRepositoryService'false],
  4059.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => ['privates''App\\Repository\\ProfileConfirmationMediaFileRepository''getProfileConfirmationMediaFileRepositoryService'true],
  4060.             'App\\Repository\\ProfileCtrRepository' => ['privates''App\\Repository\\ProfileCtrRepository''getProfileCtrRepositoryService'false],
  4061.             'App\\Repository\\ProfileKVRepository' => ['privates''App\\Repository\\ProfileKVRepository''getProfileKVRepositoryService'false],
  4062.             'App\\Repository\\ProfileMediaFileRepository' => ['privates''App\\Repository\\ProfileMediaFileRepository''getProfileMediaFileRepositoryService'true],
  4063.             'App\\Repository\\ProfilePlanPlacementRepository' => ['privates''App\\Repository\\ProfilePlanPlacementRepository''getProfilePlanPlacementRepositoryService'false],
  4064.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'false],
  4065.             'App\\Repository\\ProfileSidebarPlacementRepository' => ['privates''App\\Repository\\ProfileSidebarPlacementRepository''getProfileSidebarPlacementRepositoryService'false],
  4066.             'App\\Repository\\ProfileTopPlacementRepository' => ['privates''App\\Repository\\ProfileTopPlacementRepository''getProfileTopPlacementRepositoryService'false],
  4067.             'App\\Repository\\SaloonAdBoardPlacementRepository' => ['privates''App\\Repository\\SaloonAdBoardPlacementRepository''getSaloonAdBoardPlacementRepositoryService'true],
  4068.             'App\\Repository\\SaloonCommentByCustomerRepository' => ['privates''App\\Repository\\SaloonCommentByCustomerRepository''getSaloonCommentByCustomerRepositoryService'true],
  4069.             'App\\Repository\\SaloonCommentRepository' => ['privates''App\\Repository\\SaloonCommentRepository''getSaloonCommentRepositoryService'true],
  4070.             'App\\Repository\\SaloonMediaFileRepository' => ['privates''App\\Repository\\SaloonMediaFileRepository''getSaloonMediaFileRepositoryService'true],
  4071.             'App\\Repository\\SaloonPlacementChargeRepository' => ['privates''App\\Repository\\SaloonPlacementChargeRepository''getSaloonPlacementChargeRepositoryService'true],
  4072.             'App\\Repository\\SaloonRepository' => ['privates''App\\Repository\\SaloonRepository''getSaloonRepositoryService'false],
  4073.             'App\\Repository\\SaloonSidebarPlacementRepository' => ['privates''App\\Repository\\SaloonSidebarPlacementRepository''getSaloonSidebarPlacementRepositoryService'false],
  4074.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  4075.             'App\\Repository\\SidebarPlacementRepository' => ['privates''App\\Repository\\SidebarPlacementRepository''getSidebarPlacementRepositoryService'false],
  4076.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository''getSourceMapLineRepositoryService'true],
  4077.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository''getSourceMapStationRepositoryService'true],
  4078.             'App\\Repository\\StationRepository' => ['privates''App\\Repository\\StationRepository''getStationRepositoryService'false],
  4079.             'App\\Repository\\StatusPricesRepository' => ['privates''App\\Repository\\StatusPricesRepository''getStatusPricesRepositoryService'true],
  4080.             'App\\Repository\\StatusRepository' => ['privates''App\\Repository\\StatusRepository''getStatusRepositoryService'true],
  4081.             'App\\Repository\\Subway\\LineRepository' => ['privates''App\\Repository\\Subway\\LineRepository''getLineRepositoryService'true],
  4082.             'App\\Repository\\SupportMessageAttachmentRepository' => ['privates''App\\Repository\\SupportMessageAttachmentRepository''getSupportMessageAttachmentRepositoryService'true],
  4083.             'App\\Repository\\SupportMessagesRepository' => ['privates''App\\Repository\\SupportMessagesRepository''getSupportMessagesRepositoryService'false],
  4084.             'App\\Repository\\SystemVariablesRepository' => ['privates''App\\Repository\\SystemVariablesRepository''getSystemVariablesRepositoryService'false],
  4085.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  4086.         ], [
  4087.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => '?',
  4088.             'App\\Repository\\AccountChargesRepository' => '?',
  4089.             'App\\Repository\\AccountEnrollmentRepository' => '?',
  4090.             'App\\Repository\\AccountTransactionRepository' => '?',
  4091.             'App\\Repository\\AnalyticsRepository' => '?',
  4092.             'App\\Repository\\ApprovalRequestsRepository' => '?',
  4093.             'App\\Repository\\BannedEmailRepository' => '?',
  4094.             'App\\Repository\\BannedPhoneRepository' => '?',
  4095.             'App\\Repository\\BulkQueueItemRepository' => '?',
  4096.             'App\\Repository\\CityRepository' => '?',
  4097.             'App\\Repository\\CommentBanRepository' => '?',
  4098.             'App\\Repository\\CountyRepository' => '?',
  4099.             'App\\Repository\\DistrictRepository' => '?',
  4100.             'App\\Repository\\FavouriteProfileRepository' => '?',
  4101.             'App\\Repository\\FileProcessingTaskRepository' => '?',
  4102.             'App\\Repository\\IpAddressCommentBanRepository' => '?',
  4103.             'App\\Repository\\IpAddressRepository' => '?',
  4104.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => '?',
  4105.             'App\\Repository\\ModerationRequestsRepository' => '?',
  4106.             'App\\Repository\\PageMetadataRepository' => '?',
  4107.             'App\\Repository\\PaidPlacementPriceRepository' => '?',
  4108.             'App\\Repository\\PaidPlacementsOrderRepository' => '?',
  4109.             'App\\Repository\\PaymentBonusRepository' => '?',
  4110.             'App\\Repository\\PaymentProductRepository' => '?',
  4111.             'App\\Repository\\PhoneReviewsAddedRepository' => '?',
  4112.             'App\\Repository\\PlacementHidingRepository' => '?',
  4113.             'App\\Repository\\ProfileAdBoardPlacementRepository' => '?',
  4114.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => '?',
  4115.             'App\\Repository\\ProfileCommentByCustomerRepository' => '?',
  4116.             'App\\Repository\\ProfileCommentRepository' => '?',
  4117.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => '?',
  4118.             'App\\Repository\\ProfileCtrRepository' => '?',
  4119.             'App\\Repository\\ProfileKVRepository' => '?',
  4120.             'App\\Repository\\ProfileMediaFileRepository' => '?',
  4121.             'App\\Repository\\ProfilePlanPlacementRepository' => '?',
  4122.             'App\\Repository\\ProfileRepository' => '?',
  4123.             'App\\Repository\\ProfileSidebarPlacementRepository' => '?',
  4124.             'App\\Repository\\ProfileTopPlacementRepository' => '?',
  4125.             'App\\Repository\\SaloonAdBoardPlacementRepository' => '?',
  4126.             'App\\Repository\\SaloonCommentByCustomerRepository' => '?',
  4127.             'App\\Repository\\SaloonCommentRepository' => '?',
  4128.             'App\\Repository\\SaloonMediaFileRepository' => '?',
  4129.             'App\\Repository\\SaloonPlacementChargeRepository' => '?',
  4130.             'App\\Repository\\SaloonRepository' => '?',
  4131.             'App\\Repository\\SaloonSidebarPlacementRepository' => '?',
  4132.             'App\\Repository\\ServiceRepository' => '?',
  4133.             'App\\Repository\\SidebarPlacementRepository' => '?',
  4134.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => '?',
  4135.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => '?',
  4136.             'App\\Repository\\StationRepository' => '?',
  4137.             'App\\Repository\\StatusPricesRepository' => '?',
  4138.             'App\\Repository\\StatusRepository' => '?',
  4139.             'App\\Repository\\Subway\\LineRepository' => '?',
  4140.             'App\\Repository\\SupportMessageAttachmentRepository' => '?',
  4141.             'App\\Repository\\SupportMessagesRepository' => '?',
  4142.             'App\\Repository\\SystemVariablesRepository' => '?',
  4143.             'App\\Repository\\UserRepository' => '?',
  4144.         ]));
  4145.     }
  4146.     /**
  4147.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  4148.      *
  4149.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  4150.      */
  4151.     protected function getEightPointsGuzzle_DataCollectorService()
  4152.     {
  4153.         return $this->privates['eight_points_guzzle.data_collector'] = new \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector([=> ($this->privates['eight_points_guzzle.api_payday_logger'] ?? ($this->privates['eight_points_guzzle.api_payday_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), => ($this->privates['eight_points_guzzle.api_oplata_info_logger'] ?? ($this->privates['eight_points_guzzle.api_oplata_info_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), => ($this->privates['eight_points_guzzle.api_rotation_logger'] ?? ($this->privates['eight_points_guzzle.api_rotation_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3))), => ($this->privates['eight_points_guzzle.api_domain_timeline_logger'] ?? ($this->privates['eight_points_guzzle.api_domain_timeline_logger'] = new \EightPoints\Bundle\GuzzleBundle\Log\Logger(3)))], 0.0);
  4154.     }
  4155.     /**
  4156.      * Gets the private 'esi_listener' shared service.
  4157.      *
  4158.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  4159.      */
  4160.     protected function getEsiListenerService()
  4161.     {
  4162.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  4163.     }
  4164.     /**
  4165.      * Gets the private 'exception_listener' shared service.
  4166.      *
  4167.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  4168.      */
  4169.     protected function getExceptionListenerService()
  4170.     {
  4171.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  4172.     }
  4173.     /**
  4174.      * Gets the private 'flagception.activator.chain_activator' shared service.
  4175.      *
  4176.      * @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
  4177.      */
  4178.     protected function getFlagception_Activator_ChainActivatorService()
  4179.     {
  4180.         $this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
  4181.         $a = new \Flagception\Factory\ExpressionLanguageFactory();
  4182.         $a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
  4183.         $a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
  4184.         $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]));
  4185.         $instance->add(new \Flagception\Activator\EnvironmentActivator([]));
  4186.         $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']));
  4187.         return $instance;
  4188.     }
  4189.     /**
  4190.      * Gets the private 'form.registry' shared service.
  4191.      *
  4192.      * @return \Symfony\Component\Form\FormRegistry
  4193.      */
  4194.     protected function getForm_RegistryService()
  4195.     {
  4196.         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, [
  4197.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'true],
  4198.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'true],
  4199.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'true],
  4200.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'true],
  4201.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'true],
  4202.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'true],
  4203.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'true],
  4204.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'true],
  4205.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'true],
  4206.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'true],
  4207.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'true],
  4208.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'true],
  4209.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'true],
  4210.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'true],
  4211.         ], [
  4212.             'easyadmin.filter.type.array' => '?',
  4213.             'easyadmin.filter.type.boolean' => '?',
  4214.             'easyadmin.filter.type.choice' => '?',
  4215.             'easyadmin.filter.type.comparison' => '?',
  4216.             'easyadmin.filter.type.date' => '?',
  4217.             'easyadmin.filter.type.dateinterval' => '?',
  4218.             'easyadmin.filter.type.datetime' => '?',
  4219.             'easyadmin.filter.type.decimal' => '?',
  4220.             'easyadmin.filter.type.entity' => '?',
  4221.             'easyadmin.filter.type.float' => '?',
  4222.             'easyadmin.filter.type.integer' => '?',
  4223.             'easyadmin.filter.type.text' => '?',
  4224.             'easyadmin.filter.type.textarea' => '?',
  4225.             'easyadmin.filter.type.time' => '?',
  4226.         ]), [], new RewindableGenerator(function () {
  4227.             return new \EmptyIterator();
  4228.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4229.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType''getEasyAdminEmbeddedListTypeService'true],
  4230.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType''getAdminRolesTypeService'true],
  4231.             'App\\Form\\AccountTopPlacementForm' => ['privates''App\\Form\\AccountTopPlacementForm''getAccountTopPlacementFormService'true],
  4232.             'App\\Form\\BulkActionForm' => ['privates''App\\Form\\BulkActionForm''getBulkActionFormService'true],
  4233.             'App\\Form\\ChangeAccountInformationForm' => ['privates''App\\Form\\ChangeAccountInformationForm''getChangeAccountInformationFormService'true],
  4234.             'App\\Form\\ChangeAccountPasswordForm' => ['privates''App\\Form\\ChangeAccountPasswordForm''getChangeAccountPasswordFormService'true],
  4235.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => ['privates''App\\Form\\ChangeCustomerAdditionalInfoForm''getChangeCustomerAdditionalInfoFormService'true],
  4236.             'App\\Form\\CommentForm' => ['privates''App\\Form\\CommentForm''getCommentFormService'true],
  4237.             'App\\Form\\CreateOrEditProfileForm' => ['privates''App\\Form\\CreateOrEditProfileForm''getCreateOrEditProfileFormService'true],
  4238.             'App\\Form\\CreateOrEditSaloonForm' => ['privates''App\\Form\\CreateOrEditSaloonForm''getCreateOrEditSaloonFormService'true],
  4239.             'App\\Form\\CustomerProfilePreferenceForm' => ['privates''App\\Form\\CustomerProfilePreferenceForm''getCustomerProfilePreferenceFormService'true],
  4240.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => ['privates''App\\Form\\EasyAdmin\\ApprovalRequestForm''getApprovalRequestFormService'true],
  4241.             'App\\Form\\EasyAdmin\\CityBatchFormType' => ['privates''App\\Form\\EasyAdmin\\CityBatchFormType''getCityBatchFormTypeService'true],
  4242.             'App\\Form\\EasyAdmin\\CityPricesForm' => ['privates''App\\Form\\EasyAdmin\\CityPricesForm''getCityPricesFormService'true],
  4243.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm''getManuallyEnrollArbitraryMoneyValueByStaffFormService'true],
  4244.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm''getManuallyRedeemPrepaidTokenByStaffFormService'true],
  4245.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => ['privates''App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm''getProfileAnalyticsFilterFormService'true],
  4246.             'App\\Form\\EasyAdmin\\ProfileForm' => ['privates''App\\Form\\EasyAdmin\\ProfileForm''getProfileFormService'true],
  4247.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => ['privates''App\\Form\\EasyAdmin\\ProfileModerationForm''getProfileModerationFormService'true],
  4248.             'App\\Form\\EasyAdmin\\SaloonForm' => ['privates''App\\Form\\EasyAdmin\\SaloonForm''getSaloonFormService'true],
  4249.             'App\\Form\\EasyAdmin\\SupportMessageForm' => ['privates''App\\Form\\EasyAdmin\\SupportMessageForm''getSupportMessageFormService'true],
  4250.             'App\\Form\\FilterAccountTransactionsForm' => ['privates''App\\Form\\FilterAccountTransactionsForm''getFilterAccountTransactionsFormService'true],
  4251.             'App\\Form\\FilterMapForm' => ['privates''App\\Form\\FilterMapForm''getFilterMapFormService'true],
  4252.             'App\\Form\\ForgottenUserType' => ['privates''App\\Form\\ForgottenUserType''getForgottenUserTypeService'true],
  4253.             'App\\Form\\MoneyPaymentForm' => ['privates''App\\Form\\MoneyPaymentForm''getMoneyPaymentFormService'true],
  4254.             'App\\Form\\PhoneReviewForm' => ['privates''App\\Form\\PhoneReviewForm''getPhoneReviewFormService'true],
  4255.             'App\\Form\\ProfileFilterForm' => ['privates''App\\Form\\ProfileFilterForm''getProfileFilterFormService'true],
  4256.             'App\\Form\\ReceivePasswordForm' => ['privates''App\\Form\\ReceivePasswordForm''getReceivePasswordFormService'true],
  4257.             'App\\Form\\RedeemPrepaidTokenForm' => ['privates''App\\Form\\RedeemPrepaidTokenForm''getRedeemPrepaidTokenFormService'true],
  4258.             'App\\Form\\RegisterAccountForm' => ['privates''App\\Form\\RegisterAccountForm''getRegisterAccountFormService'true],
  4259.             'App\\Form\\ReplySupportMessageForm' => ['privates''App\\Form\\ReplySupportMessageForm''getReplySupportMessageFormService'true],
  4260.             'App\\Form\\SearchByKeywordsForm' => ['privates''App\\Form\\SearchByKeywordsForm''getSearchByKeywordsFormService'true],
  4261.             'App\\Form\\SearchPhoneForm' => ['privates''App\\Form\\SearchPhoneForm''getSearchPhoneFormService'true],
  4262.             'App\\Form\\SearchProfileForm' => ['privates''App\\Form\\SearchProfileForm''getSearchProfileFormService'true],
  4263.             'App\\Form\\Type\\AdvertiserBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserBanChoiceType''getAdvertiserBanChoiceTypeService'true],
  4264.             'App\\Form\\Type\\AdvertiserBanType' => ['privates''App\\Form\\Type\\AdvertiserBanType''getAdvertiserBanTypeService'true],
  4265.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserUnBanChoiceType''getAdvertiserUnBanChoiceTypeService'true],
  4266.             'App\\Form\\Type\\ApartmentsPricingType' => ['privates''App\\Form\\Type\\ApartmentsPricingType''getApartmentsPricingTypeService'true],
  4267.             'App\\Form\\Type\\CarPricingType' => ['privates''App\\Form\\Type\\CarPricingType''getCarPricingTypeService'true],
  4268.             'App\\Form\\Type\\CityGroupType' => ['privates''App\\Form\\Type\\CityGroupType''getCityGroupTypeService'true],
  4269.             'App\\Form\\Type\\CityPriceCategoryType' => ['privates''App\\Form\\Type\\CityPriceCategoryType''getCityPriceCategoryTypeService'true],
  4270.             'App\\Form\\Type\\CityRegionType' => ['privates''App\\Form\\Type\\CityRegionType''getCityRegionTypeService'true],
  4271.             'App\\Form\\Type\\ClientRestrictionsType' => ['privates''App\\Form\\Type\\ClientRestrictionsType''getClientRestrictionsTypeService'true],
  4272.             'App\\Form\\Type\\CustomerBanChoiceType' => ['privates''App\\Form\\Type\\CustomerBanChoiceType''getCustomerBanChoiceTypeService'true],
  4273.             'App\\Form\\Type\\CustomerBanType' => ['privates''App\\Form\\Type\\CustomerBanType''getCustomerBanTypeService'true],
  4274.             'App\\Form\\Type\\CustomerUnBanChoiceType' => ['privates''App\\Form\\Type\\CustomerUnBanChoiceType''getCustomerUnBanChoiceTypeService'true],
  4275.             'App\\Form\\Type\\ExpressPricingType' => ['privates''App\\Form\\Type\\ExpressPricingType''getExpressPricingTypeService'true],
  4276.             'App\\Form\\Type\\MapCoordinateType' => ['privates''App\\Form\\Type\\MapCoordinateType''getMapCoordinateTypeService'true],
  4277.             'App\\Form\\Type\\MessengersType' => ['privates''App\\Form\\Type\\MessengersType''getMessengersTypeService'true],
  4278.             'App\\Form\\Type\\PersonParametersType' => ['privates''App\\Form\\Type\\PersonParametersType''getPersonParametersTypeService'true],
  4279.             'App\\Form\\Type\\PhoneCallRestrictionsType' => ['privates''App\\Form\\Type\\PhoneCallRestrictionsType''getPhoneCallRestrictionsTypeService'true],
  4280.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => ['privates''App\\Form\\Type\\ProfileCommentMarkChoiceType''getProfileCommentMarkChoiceTypeService'true],
  4281.             'App\\Form\\Type\\ProfileFiltersType' => ['privates''App\\Form\\Type\\ProfileFiltersType''getProfileFiltersTypeService'true],
  4282.             'App\\Form\\Type\\ProvideServicesCollectionType' => ['privates''App\\Form\\Type\\ProvideServicesCollectionType''getProvideServicesCollectionTypeService'true],
  4283.             'App\\Form\\Type\\ProvidedServiceType' => ['privates''App\\Form\\Type\\ProvidedServiceType''getProvidedServiceTypeService'true],
  4284.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => ['privates''App\\Form\\Type\\SaloonCommentMarkChoiceType''getSaloonCommentMarkChoiceTypeService'true],
  4285.             'App\\Form\\Type\\SearchRangeType' => ['privates''App\\Form\\Type\\SearchRangeType''getSearchRangeTypeService'true],
  4286.             'App\\Form\\Type\\ServiceGroupType' => ['privates''App\\Form\\Type\\ServiceGroupType''getServiceGroupTypeService'true],
  4287.             'App\\Form\\Type\\ServiceType' => ['privates''App\\Form\\Type\\ServiceType''getServiceTypeService'true],
  4288.             'App\\Form\\Type\\TakeOutPricingType' => ['privates''App\\Form\\Type\\TakeOutPricingType''getTakeOutPricingTypeService'true],
  4289.             'App\\Form\\Type\\TimezoneType' => ['privates''App\\Form\\Type\\TimezoneType''getTimezoneTypeService'true],
  4290.             'App\\Form\\Type\\TranslatableValueType' => ['privates''App\\Form\\Type\\TranslatableValueType''getTranslatableValueTypeService'true],
  4291.             'App\\Form\\Type\\WorkingHoursType' => ['privates''App\\Form\\Type\\WorkingHoursType''getWorkingHoursTypeService'true],
  4292.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => ['privates''App\\Form\\Type\\YesNoNoMatterChoiceType''getYesNoNoMatterChoiceTypeService'true],
  4293.             'App\\Form\\WriteSupportMessageForm' => ['privates''App\\Form\\WriteSupportMessageForm''getWriteSupportMessageFormService'true],
  4294.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  4295.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  4296.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'true],
  4297.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'true],
  4298.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'true],
  4299.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'true],
  4300.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'true],
  4301.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'true],
  4302.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'true],
  4303.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'true],
  4304.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates''Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  4305.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4306.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4307.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4308.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4309.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4310.         ], [
  4311.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => '?',
  4312.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => '?',
  4313.             'App\\Form\\AccountTopPlacementForm' => '?',
  4314.             'App\\Form\\BulkActionForm' => '?',
  4315.             'App\\Form\\ChangeAccountInformationForm' => '?',
  4316.             'App\\Form\\ChangeAccountPasswordForm' => '?',
  4317.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => '?',
  4318.             'App\\Form\\CommentForm' => '?',
  4319.             'App\\Form\\CreateOrEditProfileForm' => '?',
  4320.             'App\\Form\\CreateOrEditSaloonForm' => '?',
  4321.             'App\\Form\\CustomerProfilePreferenceForm' => '?',
  4322.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => '?',
  4323.             'App\\Form\\EasyAdmin\\CityBatchFormType' => '?',
  4324.             'App\\Form\\EasyAdmin\\CityPricesForm' => '?',
  4325.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => '?',
  4326.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => '?',
  4327.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => '?',
  4328.             'App\\Form\\EasyAdmin\\ProfileForm' => '?',
  4329.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => '?',
  4330.             'App\\Form\\EasyAdmin\\SaloonForm' => '?',
  4331.             'App\\Form\\EasyAdmin\\SupportMessageForm' => '?',
  4332.             'App\\Form\\FilterAccountTransactionsForm' => '?',
  4333.             'App\\Form\\FilterMapForm' => '?',
  4334.             'App\\Form\\ForgottenUserType' => '?',
  4335.             'App\\Form\\MoneyPaymentForm' => '?',
  4336.             'App\\Form\\PhoneReviewForm' => '?',
  4337.             'App\\Form\\ProfileFilterForm' => '?',
  4338.             'App\\Form\\ReceivePasswordForm' => '?',
  4339.             'App\\Form\\RedeemPrepaidTokenForm' => '?',
  4340.             'App\\Form\\RegisterAccountForm' => '?',
  4341.             'App\\Form\\ReplySupportMessageForm' => '?',
  4342.             'App\\Form\\SearchByKeywordsForm' => '?',
  4343.             'App\\Form\\SearchPhoneForm' => '?',
  4344.             'App\\Form\\SearchProfileForm' => '?',
  4345.             'App\\Form\\Type\\AdvertiserBanChoiceType' => '?',
  4346.             'App\\Form\\Type\\AdvertiserBanType' => '?',
  4347.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => '?',
  4348.             'App\\Form\\Type\\ApartmentsPricingType' => '?',
  4349.             'App\\Form\\Type\\CarPricingType' => '?',
  4350.             'App\\Form\\Type\\CityGroupType' => '?',
  4351.             'App\\Form\\Type\\CityPriceCategoryType' => '?',
  4352.             'App\\Form\\Type\\CityRegionType' => '?',
  4353.             'App\\Form\\Type\\ClientRestrictionsType' => '?',
  4354.             'App\\Form\\Type\\CustomerBanChoiceType' => '?',
  4355.             'App\\Form\\Type\\CustomerBanType' => '?',
  4356.             'App\\Form\\Type\\CustomerUnBanChoiceType' => '?',
  4357.             'App\\Form\\Type\\ExpressPricingType' => '?',
  4358.             'App\\Form\\Type\\MapCoordinateType' => '?',
  4359.             'App\\Form\\Type\\MessengersType' => '?',
  4360.             'App\\Form\\Type\\PersonParametersType' => '?',
  4361.             'App\\Form\\Type\\PhoneCallRestrictionsType' => '?',
  4362.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => '?',
  4363.             'App\\Form\\Type\\ProfileFiltersType' => '?',
  4364.             'App\\Form\\Type\\ProvideServicesCollectionType' => '?',
  4365.             'App\\Form\\Type\\ProvidedServiceType' => '?',
  4366.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => '?',
  4367.             'App\\Form\\Type\\SearchRangeType' => '?',
  4368.             'App\\Form\\Type\\ServiceGroupType' => '?',
  4369.             'App\\Form\\Type\\ServiceType' => '?',
  4370.             'App\\Form\\Type\\TakeOutPricingType' => '?',
  4371.             'App\\Form\\Type\\TimezoneType' => '?',
  4372.             'App\\Form\\Type\\TranslatableValueType' => '?',
  4373.             'App\\Form\\Type\\WorkingHoursType' => '?',
  4374.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => '?',
  4375.             'App\\Form\\WriteSupportMessageForm' => '?',
  4376.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  4377.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  4378.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  4379.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  4380.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  4381.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  4382.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  4383.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  4384.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  4385.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  4386.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
  4387.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4388.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4389.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4390.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4391.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4392.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4393.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4394.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4395.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4396.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4397.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4398.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4399.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService'));
  4400.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  4401.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4402.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4403.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4404.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4405.         }, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
  4406.             yield => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService'));
  4407.         }, 1)], new RewindableGenerator(function () {
  4408.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4409.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4410.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService'));
  4411.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4412.     }
  4413.     /**
  4414.      * Gets the private 'fos_elastica.logger' shared service.
  4415.      *
  4416.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  4417.      */
  4418.     protected function getFosElastica_LoggerService()
  4419.     {
  4420.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  4421.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4422.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4423.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4424.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4425.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  4426.     }
  4427.     /**
  4428.      * Gets the private 'fragment.listener' shared service.
  4429.      *
  4430.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4431.      */
  4432.     protected function getFragment_ListenerService()
  4433.     {
  4434.         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');
  4435.     }
  4436.     /**
  4437.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4438.      *
  4439.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4440.      */
  4441.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4442.     {
  4443.         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())));
  4444.     }
  4445.     /**
  4446.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4447.      *
  4448.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4449.      */
  4450.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4451.     {
  4452.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4453.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4454.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4455.         }
  4456.         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);
  4457.     }
  4458.     /**
  4459.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4460.      *
  4461.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4462.      */
  4463.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4464.     {
  4465.         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]);
  4466.     }
  4467.     /**
  4468.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  4469.      *
  4470.      * @return \libphonenumber\PhoneNumberUtil
  4471.      */
  4472.     protected function getPhoneNumberUtilService()
  4473.     {
  4474.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  4475.     }
  4476.     /**
  4477.      * Gets the private 'locale_aware_listener' shared service.
  4478.      *
  4479.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4480.      */
  4481.     protected function getLocaleAwareListenerService()
  4482.     {
  4483.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4484.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  4485.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4486.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4487.     }
  4488.     /**
  4489.      * Gets the private 'locale_listener' shared service.
  4490.      *
  4491.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4492.      */
  4493.     protected function getLocaleListenerService()
  4494.     {
  4495.         $a = ($this->services['router'] ?? $this->getRouterService());
  4496.         if (isset($this->privates['locale_listener'])) {
  4497.             return $this->privates['locale_listener'];
  4498.         }
  4499.         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, []);
  4500.     }
  4501.     /**
  4502.      * Gets the private 'monolog.handler.chromephp' shared service.
  4503.      *
  4504.      * @return \Symfony\Bridge\Monolog\Handler\ChromePhpHandler
  4505.      */
  4506.     protected function getMonolog_Handler_ChromephpService()
  4507.     {
  4508.         $this->privates['monolog.handler.chromephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\ChromePhpHandler('debug'true);
  4509.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4510.         return $instance;
  4511.     }
  4512.     /**
  4513.      * Gets the private 'monolog.handler.firephp' shared service.
  4514.      *
  4515.      * @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
  4516.      */
  4517.     protected function getMonolog_Handler_FirephpService()
  4518.     {
  4519.         $this->privates['monolog.handler.firephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler('debug'true);
  4520.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4521.         return $instance;
  4522.     }
  4523.     /**
  4524.      * Gets the private 'monolog.logger' shared service.
  4525.      *
  4526.      * @return \Symfony\Bridge\Monolog\Logger
  4527.      */
  4528.     protected function getMonolog_LoggerService()
  4529.     {
  4530.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4531.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4532.         $instance->useMicrosecondTimestamps(true);
  4533.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4534.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4535.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4536.         return $instance;
  4537.     }
  4538.     /**
  4539.      * Gets the private 'monolog.logger.cache' shared service.
  4540.      *
  4541.      * @return \Symfony\Bridge\Monolog\Logger
  4542.      */
  4543.     protected function getMonolog_Logger_CacheService()
  4544.     {
  4545.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4546.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4547.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4548.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4549.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4550.         return $instance;
  4551.     }
  4552.     /**
  4553.      * Gets the private 'monolog.logger.doctrine' shared service.
  4554.      *
  4555.      * @return \Symfony\Bridge\Monolog\Logger
  4556.      */
  4557.     protected function getMonolog_Logger_DoctrineService()
  4558.     {
  4559.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4560.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4561.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4562.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4563.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4564.         return $instance;
  4565.     }
  4566.     /**
  4567.      * Gets the private 'monolog.logger.request' shared service.
  4568.      *
  4569.      * @return \Symfony\Bridge\Monolog\Logger
  4570.      */
  4571.     protected function getMonolog_Logger_RequestService()
  4572.     {
  4573.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4574.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4575.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4576.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4577.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4578.         return $instance;
  4579.     }
  4580.     /**
  4581.      * Gets the private 'monolog.logger.security' shared service.
  4582.      *
  4583.      * @return \Symfony\Bridge\Monolog\Logger
  4584.      */
  4585.     protected function getMonolog_Logger_SecurityService()
  4586.     {
  4587.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  4588.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4589.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4590.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4591.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4592.         return $instance;
  4593.     }
  4594.     /**
  4595.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4596.      *
  4597.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4598.      */
  4599.     protected function getNelmioCors_CorsListenerService()
  4600.     {
  4601.         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'))]));
  4602.     }
  4603.     /**
  4604.      * Gets the private 'parameter_bag' shared service.
  4605.      *
  4606.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4607.      */
  4608.     protected function getParameterBagService()
  4609.     {
  4610.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4611.     }
  4612.     /**
  4613.      * Gets the private 'profile_widget.cache.traceable' shared service.
  4614.      *
  4615.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4616.      */
  4617.     protected function getProfileWidget_Cache_TraceableService()
  4618.     {
  4619.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4620.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4621.         $a->setLogger($b);
  4622.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('N3rSqBKx4y'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4623.         $c->setLogger($b);
  4624.         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)));
  4625.     }
  4626.     /**
  4627.      * Gets the private 'profiler_listener' shared service.
  4628.      *
  4629.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4630.      */
  4631.     protected function getProfilerListenerService()
  4632.     {
  4633.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4634.         if (isset($this->privates['profiler_listener'])) {
  4635.             return $this->privates['profiler_listener'];
  4636.         }
  4637.         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);
  4638.     }
  4639.     /**
  4640.      * Gets the private 'profiles_filter.cache.traceable' shared service.
  4641.      *
  4642.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4643.      */
  4644.     protected function getProfilesFilter_Cache_TraceableService()
  4645.     {
  4646.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4647.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4648.         $a->setLogger($b);
  4649.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('1GR1tY6Hv8'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4650.         $c->setLogger($b);
  4651.         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)));
  4652.     }
  4653.     /**
  4654.      * Gets the private 'project_data.cache.traceable' shared service.
  4655.      *
  4656.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4657.      */
  4658.     protected function getProjectData_Cache_TraceableService()
  4659.     {
  4660.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4661.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4662.         $a->setLogger($b);
  4663.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('pYu4eA7KKb'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4664.         $c->setLogger($b);
  4665.         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)));
  4666.     }
  4667.     /**
  4668.      * Gets the private 'property_info' shared service.
  4669.      *
  4670.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4671.      */
  4672.     protected function getPropertyInfoService()
  4673.     {
  4674.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4675.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4676.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4677.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4678.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4679.         }, 4), new RewindableGenerator(function () {
  4680.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4681.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4682.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4683.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4684.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4685.         }, 5), new RewindableGenerator(function () {
  4686.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4687.         }, 1), new RewindableGenerator(function () {
  4688.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4689.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4690.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4691.         }, 3), new RewindableGenerator(function () {
  4692.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4693.         }, 1));
  4694.     }
  4695.     /**
  4696.      * Gets the private 'router.expression_language_provider' shared service.
  4697.      *
  4698.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4699.      */
  4700.     protected function getRouter_ExpressionLanguageProviderService()
  4701.     {
  4702.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4703.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4704.         ], [
  4705.             'env' => 'Closure',
  4706.         ]));
  4707.     }
  4708.     /**
  4709.      * Gets the private 'router.request_context' shared service.
  4710.      *
  4711.      * @return \Symfony\Component\Routing\RequestContext
  4712.      */
  4713.     protected function getRouter_RequestContextService()
  4714.     {
  4715.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4716.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4717.         return $instance;
  4718.     }
  4719.     /**
  4720.      * Gets the private 'router_listener' shared service.
  4721.      *
  4722.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4723.      */
  4724.     protected function getRouterListenerService()
  4725.     {
  4726.         $a = ($this->services['router'] ?? $this->getRouterService());
  4727.         if (isset($this->privates['router_listener'])) {
  4728.             return $this->privates['router_listener'];
  4729.         }
  4730.         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);
  4731.     }
  4732.     /**
  4733.      * Gets the private 'security.context_listener.0' shared service.
  4734.      *
  4735.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4736.      */
  4737.     protected function getSecurity_ContextListener_0Service()
  4738.     {
  4739.         $a = ($this->privates['security.event_dispatcher.management'] ?? $this->getSecurity_EventDispatcher_ManagementService());
  4740.         if (isset($this->privates['security.context_listener.0'])) {
  4741.             return $this->privates['security.context_listener.0'];
  4742.         }
  4743.         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 () {
  4744.             yield => ($this->services['identity.team_mate_provider'] ?? $this->load('getIdentity_TeamMateProviderService'));
  4745.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  4746.         }, 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']);
  4747.     }
  4748.     /**
  4749.      * Gets the private 'security.context_listener.1' shared service.
  4750.      *
  4751.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  4752.      */
  4753.     protected function getSecurity_ContextListener_1Service()
  4754.     {
  4755.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  4756.         if (isset($this->privates['security.context_listener.1'])) {
  4757.             return $this->privates['security.context_listener.1'];
  4758.         }
  4759.         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 () {
  4760.             yield => ($this->services['identity.team_mate_provider'] ?? $this->load('getIdentity_TeamMateProviderService'));
  4761.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->load('getSecurity_User_Provider_Concrete_AppUserProviderService'));
  4762.         }, 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']);
  4763.     }
  4764.     /**
  4765.      * Gets the private 'security.event_dispatcher.main' shared service.
  4766.      *
  4767.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4768.      */
  4769.     protected function getSecurity_EventDispatcher_MainService()
  4770.     {
  4771.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4772.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4773.             return ($this->privates['security.listener.main.user_provider'] ?? $this->load('getSecurity_Listener_Main_UserProviderService'));
  4774.         }, => 'checkPassport'], 2048);
  4775.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4776.             return ($this->privates['security.listener.session.main'] ?? $this->load('getSecurity_Listener_Session_MainService'));
  4777.         }, => 'onSuccessfulLogin'], 0);
  4778.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4779.             return ($this->privates['security.logout.listener.default.main'] ?? $this->load('getSecurity_Logout_Listener_Default_MainService'));
  4780.         }, => 'onLogout'], 64);
  4781.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4782.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4783.         }, => 'onLogout'], 0);
  4784.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4785.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  4786.         }, => 'preCheckCredentials'], 256);
  4787.         $instance->addListener('security.authentication.success', [=> function () {
  4788.             return ($this->privates['security.listener.user_checker.main'] ?? $this->load('getSecurity_Listener_UserChecker_MainService'));
  4789.         }, => 'postCheckCredentials'], 256);
  4790.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4791.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4792.         }, => 'checkPassport'], 1024);
  4793.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4794.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  4795.         }, => 'handleLoginSuccessEvent'], 0);
  4796.         $instance->addListener('security.interactive_login', [=> function () {
  4797.             return ($this->privates['App\\EventSubscriber\\StaffLoginSubscriber'] ?? $this->load('getStaffLoginSubscriberService'));
  4798.         }, => 'onLogin'], 0);
  4799.         $instance->addListener('security.interactive_login', [=> function () {
  4800.             return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  4801.         }, => 'onLogin'], 0);
  4802.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4803.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4804.         }, => 'checkPassport'], 0);
  4805.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4806.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4807.         }, => 'onLoginSuccess'], 0);
  4808.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4809.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4810.         }, => 'checkPassport'], 512);
  4811.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4812.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4813.         }, => 'onLogout'], 0);
  4814.         return $instance;
  4815.     }
  4816.     /**
  4817.      * Gets the private 'security.event_dispatcher.management' shared service.
  4818.      *
  4819.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  4820.      */
  4821.     protected function getSecurity_EventDispatcher_ManagementService()
  4822.     {
  4823.         $this->privates['security.event_dispatcher.management'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  4824.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4825.             return ($this->privates['security.listener.management.user_provider'] ?? $this->load('getSecurity_Listener_Management_UserProviderService'));
  4826.         }, => 'checkPassport'], 2048);
  4827.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4828.             return ($this->privates['security.listener.session.management'] ?? $this->load('getSecurity_Listener_Session_ManagementService'));
  4829.         }, => 'onSuccessfulLogin'], 0);
  4830.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4831.             return ($this->privates['security.logout.listener.default.management'] ?? $this->load('getSecurity_Logout_Listener_Default_ManagementService'));
  4832.         }, => 'onLogout'], 64);
  4833.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4834.             return ($this->privates['security.logout.listener.session.management'] ?? ($this->privates['security.logout.listener.session.management'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  4835.         }, => 'onLogout'], 0);
  4836.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4837.             return ($this->privates['security.listener.check_remember_me_conditions.management'] ?? $this->load('getSecurity_Listener_CheckRememberMeConditions_ManagementService'));
  4838.         }, => 'onSuccessfulLogin'], -32);
  4839.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4840.             return ($this->privates['security.listener.remember_me.management'] ?? $this->load('getSecurity_Listener_RememberMe_ManagementService'));
  4841.         }, => 'onSuccessfulLogin'], -64);
  4842.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  4843.             return ($this->privates['security.listener.remember_me.management'] ?? $this->load('getSecurity_Listener_RememberMe_ManagementService'));
  4844.         }, => 'clearCookie'], 0);
  4845.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4846.             return ($this->privates['security.listener.remember_me.management'] ?? $this->load('getSecurity_Listener_RememberMe_ManagementService'));
  4847.         }, => 'clearCookie'], 0);
  4848.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  4849.             return ($this->privates['security.listener.remember_me.management'] ?? $this->load('getSecurity_Listener_RememberMe_ManagementService'));
  4850.         }, => 'clearCookie'], 0);
  4851.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4852.             return ($this->privates['security.listener.user_checker.management'] ?? $this->load('getSecurity_Listener_UserChecker_ManagementService'));
  4853.         }, => 'preCheckCredentials'], 256);
  4854.         $instance->addListener('security.authentication.success', [=> function () {
  4855.             return ($this->privates['security.listener.user_checker.management'] ?? $this->load('getSecurity_Listener_UserChecker_ManagementService'));
  4856.         }, => 'postCheckCredentials'], 256);
  4857.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4858.             return ($this->privates['security.listener.user_provider'] ?? $this->load('getSecurity_Listener_UserProviderService'));
  4859.         }, => 'checkPassport'], 1024);
  4860.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4861.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  4862.         }, => 'handleLoginSuccessEvent'], 0);
  4863.         $instance->addListener('security.interactive_login', [=> function () {
  4864.             return ($this->privates['App\\EventSubscriber\\StaffLoginSubscriber'] ?? $this->load('getStaffLoginSubscriberService'));
  4865.         }, => 'onLogin'], 0);
  4866.         $instance->addListener('security.interactive_login', [=> function () {
  4867.             return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  4868.         }, => 'onLogin'], 0);
  4869.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4870.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->load('getSecurity_Listener_CheckAuthenticatorCredentialsService'));
  4871.         }, => 'checkPassport'], 0);
  4872.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  4873.             return ($this->privates['security.listener.password_migrating'] ?? $this->load('getSecurity_Listener_PasswordMigratingService'));
  4874.         }, => 'onLoginSuccess'], 0);
  4875.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  4876.             return ($this->privates['security.listener.csrf_protection'] ?? $this->load('getSecurity_Listener_CsrfProtectionService'));
  4877.         }, => 'checkPassport'], 512);
  4878.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  4879.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  4880.         }, => 'onLogout'], 0);
  4881.         return $instance;
  4882.     }
  4883.     /**
  4884.      * Gets the private 'security.firewall.map' shared service.
  4885.      *
  4886.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4887.      */
  4888.     protected function getSecurity_Firewall_MapService()
  4889.     {
  4890.         $a = ($this->privates['.service_locator.Tip.8_I'] ?? $this->get_ServiceLocator_Tip_8IService());
  4891.         if (isset($this->privates['security.firewall.map'])) {
  4892.             return $this->privates['security.firewall.map'];
  4893.         }
  4894.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4895.             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)/')));
  4896.             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)')));
  4897.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4898.         }, 3));
  4899.     }
  4900.     /**
  4901.      * Gets the private 'security.helper' shared service.
  4902.      *
  4903.      * @return \Symfony\Component\Security\Core\Security
  4904.      */
  4905.     protected function getSecurity_HelperService()
  4906.     {
  4907.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4908.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4909.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4910.         ], [
  4911.             'security.authorization_checker' => '?',
  4912.             'security.token_storage' => '?',
  4913.         ]));
  4914.     }
  4915.     /**
  4916.      * Gets the private 'security.logout_url_generator' shared service.
  4917.      *
  4918.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4919.      */
  4920.     protected function getSecurity_LogoutUrlGeneratorService()
  4921.     {
  4922.         $a = ($this->services['router'] ?? $this->getRouterService());
  4923.         if (isset($this->privates['security.logout_url_generator'])) {
  4924.             return $this->privates['security.logout_url_generator'];
  4925.         }
  4926.         $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()));
  4927.         $instance->registerListener('management''/management/logout''logout''_csrf_token'NULLNULL);
  4928.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  4929.         return $instance;
  4930.     }
  4931.     /**
  4932.      * Gets the private 'security.role_hierarchy' shared service.
  4933.      *
  4934.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4935.      */
  4936.     protected function getSecurity_RoleHierarchyService()
  4937.     {
  4938.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4939.     }
  4940.     /**
  4941.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4942.      *
  4943.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4944.      */
  4945.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4946.     {
  4947.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4948.     }
  4949.     /**
  4950.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4951.      *
  4952.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4953.      */
  4954.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4955.     {
  4956.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4957.         $b = new \App\ParamConverter\CityParamConverter(($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
  4958.         $a->add($b0'city_converter');
  4959.         $a->add($b0NULL);
  4960.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4961.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4962.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4963.     }
  4964.     /**
  4965.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4966.      *
  4967.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4968.      */
  4969.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4970.     {
  4971.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4972.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4973.             return $this->privates['sensio_framework_extra.security.listener'];
  4974.         }
  4975.         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()));
  4976.     }
  4977.     /**
  4978.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4979.      *
  4980.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4981.      */
  4982.     protected function getSensioFrameworkExtra_View_ListenerService()
  4983.     {
  4984.         $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))));
  4985.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4986.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4987.         ], [
  4988.             'twig' => '?',
  4989.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4990.         return $instance;
  4991.     }
  4992.     /**
  4993.      * Gets the private 'session_listener' shared service.
  4994.      *
  4995.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4996.      */
  4997.     protected function getSessionListenerService()
  4998.     {
  4999.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5000.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  5001.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  5002.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  5003.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  5004.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  5005.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  5006.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  5007.         ], [
  5008.             'initialized_session' => '?',
  5009.             'logger' => '?',
  5010.             'request_stack' => '?',
  5011.             'session' => '?',
  5012.             'session_collector' => '?',
  5013.             'session_factory' => '?',
  5014.             'session_storage' => '?',
  5015.         ]), true$this->parameters['session.storage.options']);
  5016.     }
  5017.     /**
  5018.      * Gets the private 'sidebar_new_check_cool_down.cache.traceable' shared service.
  5019.      *
  5020.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5021.      */
  5022.     protected function getSidebarNewCheckCoolDown_Cache_TraceableService()
  5023.     {
  5024.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  5025.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  5026.         $a->setLogger($b);
  5027.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('UBdMq24ykZ'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5028.         $c->setLogger($b);
  5029.         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)));
  5030.     }
  5031.     /**
  5032.      * Gets the private 'station_added_profiles.cache.traceable' shared service.
  5033.      *
  5034.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5035.      */
  5036.     protected function getStationAddedProfiles_Cache_TraceableService()
  5037.     {
  5038.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  5039.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  5040.         $a->setLogger($b);
  5041.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('cmWWkKCEb3'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5042.         $c->setLogger($b);
  5043.         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)));
  5044.     }
  5045.     /**
  5046.      * Gets the private 'stations_lines.cache.traceable' shared service.
  5047.      *
  5048.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5049.      */
  5050.     protected function getStationsLines_Cache_TraceableService()
  5051.     {
  5052.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  5053.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  5054.         $a->setLogger($b);
  5055.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('4Tl3S4Z-hT'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5056.         $c->setLogger($b);
  5057.         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)));
  5058.     }
  5059.     /**
  5060.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  5061.      *
  5062.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  5063.      */
  5064.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  5065.     {
  5066.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5067.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  5068.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  5069.         }
  5070.         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);
  5071.     }
  5072.     /**
  5073.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  5074.      *
  5075.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  5076.      */
  5077.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  5078.     {
  5079.         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()));
  5080.     }
  5081.     /**
  5082.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  5083.      *
  5084.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  5085.      */
  5086.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  5087.     {
  5088.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  5089.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  5090.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  5091.         }
  5092.         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);
  5093.     }
  5094.     /**
  5095.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  5096.      *
  5097.      * @return \Gedmo\Blameable\BlameableListener
  5098.      */
  5099.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  5100.     {
  5101.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  5102.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  5103.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5104.         return $instance;
  5105.     }
  5106.     /**
  5107.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  5108.      *
  5109.      * @return \Gedmo\Loggable\LoggableListener
  5110.      */
  5111.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  5112.     {
  5113.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  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.translatable' shared service.
  5120.      *
  5121.      * @return \Gedmo\Translatable\TranslatableListener
  5122.      */
  5123.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  5124.     {
  5125.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  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.         $instance->setDefaultLocale('ru');
  5129.         $instance->setTranslatableLocale('ru');
  5130.         $instance->setTranslationFallback(true);
  5131.         $instance->setPersistDefaultLocaleTranslation(false);
  5132.         $instance->setSkipOnLoad(false);
  5133.         return $instance;
  5134.     }
  5135.     /**
  5136.      * Gets the private 'translator.data_collector' shared service.
  5137.      *
  5138.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  5139.      */
  5140.     protected function getTranslator_DataCollectorService()
  5141.     {
  5142.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  5143.     }
  5144.     /**
  5145.      * Gets the private 'translator.default' shared service.
  5146.      *
  5147.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  5148.      */
  5149.     protected function getTranslator_DefaultService()
  5150.     {
  5151.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5152.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  5153.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  5154.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  5155.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  5156.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  5157.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  5158.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  5159.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  5160.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  5161.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  5162.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  5163.         ], [
  5164.             'translation.loader.csv' => '?',
  5165.             'translation.loader.dat' => '?',
  5166.             'translation.loader.ini' => '?',
  5167.             'translation.loader.json' => '?',
  5168.             'translation.loader.mo' => '?',
  5169.             'translation.loader.php' => '?',
  5170.             'translation.loader.po' => '?',
  5171.             'translation.loader.qt' => '?',
  5172.             'translation.loader.res' => '?',
  5173.             'translation.loader.xliff' => '?',
  5174.             'translation.loader.yml' => '?',
  5175.         ]), 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']]], []);
  5176.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  5177.         $instance->setFallbackLocales([=> 'ru']);
  5178.         return $instance;
  5179.     }
  5180.     /**
  5181.      * Gets the private 'twig.loader.native_filesystem' shared service.
  5182.      *
  5183.      * @return \Twig\Loader\FilesystemLoader
  5184.      */
  5185.     protected function getTwig_Loader_NativeFilesystemService()
  5186.     {
  5187.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  5188.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  5189.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle/'), 'EasyAdmin');
  5190.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views/'), 'EasyAdmin');
  5191.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  5192.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  5193.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  5194.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  5195.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  5196.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  5197.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  5198.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  5199.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  5200.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  5201.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  5202.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  5203.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
  5204.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
  5205.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  5206.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  5207.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  5208.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
  5209.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
  5210.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  5211.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  5212.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  5213.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  5214.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  5215.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  5216.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  5217.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  5218.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  5219.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  5220.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  5221.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  5222.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  5223.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  5224.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  5225.         $instance->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  5226.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/IdentityBundle'), 'Identity');
  5227.         $instance->addPath((\dirname(__DIR__4).'/vendor/bigidea/identity-bundle/Resources/views'), 'Identity');
  5228.         $instance->addPath((\dirname(__DIR__4).'/vendor/bigidea/identity-bundle/Resources/views'), '!Identity');
  5229.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  5230.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  5231.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  5232.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  5233.         return $instance;
  5234.     }
  5235.     /**
  5236.      * Gets the private 'user_predict.cache.traceable' shared service.
  5237.      *
  5238.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  5239.      */
  5240.     protected function getUserPredict_Cache_TraceableService()
  5241.     {
  5242.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  5243.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  5244.         $a->setLogger($b);
  5245.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('-CdgQ7w4aG'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  5246.         $c->setLogger($b);
  5247.         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)));
  5248.     }
  5249.     /**
  5250.      * Gets the private 'validator.builder' shared service.
  5251.      *
  5252.      * @return \Symfony\Component\Validator\ValidatorBuilder
  5253.      */
  5254.     protected function getValidator_BuilderService()
  5255.     {
  5256.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  5257.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  5258.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5259.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => ['privates''App\\Validator\\Constraints\\EmailNotBlackValidator''getEmailNotBlackValidatorService'true],
  5260.             'App\\Validator\\Constraints\\NoStopWordsValidator' => ['privates''App\\Validator\\Constraints\\NoStopWordsValidator''getNoStopWordsValidatorService'true],
  5261.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => ['privates''App\\Validator\\Constraints\\PhoneNotBlackValidator''getPhoneNotBlackValidatorService'true],
  5262.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => ['privates''App\\Validator\\Constraints\\PhoneReviewNotAddedValidator''getPhoneReviewNotAddedValidatorService'true],
  5263.             'App\\Validator\\Constraints\\TelegramUsernameNotValidValidator' => ['privates''App\\Validator\\Constraints\\TelegramUsernameNotValidValidator''getTelegramUsernameNotValidValidatorService'true],
  5264.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => ['privates''App\\Validator\\Constraints\\TextIsNotASpamValidator''getTextIsNotASpamValidatorService'true],
  5265.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => ['privates''App\\Validator\\Constraints\\ValidPhoneForCountryValidator''getValidPhoneForCountryValidatorService'true],
  5266.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5267.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5268.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  5269.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5270.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5271.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  5272.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5273.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  5274.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  5275.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  5276.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  5277.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  5278.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  5279.         ], [
  5280.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => '?',
  5281.             'App\\Validator\\Constraints\\NoStopWordsValidator' => '?',
  5282.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => '?',
  5283.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => '?',
  5284.             'App\\Validator\\Constraints\\TelegramUsernameNotValidValidator' => '?',
  5285.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => '?',
  5286.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => '?',
  5287.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  5288.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  5289.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  5290.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  5291.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  5292.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  5293.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  5294.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  5295.             'doctrine.orm.validator.unique' => '?',
  5296.             'ewz_recaptcha.true' => '?',
  5297.             'ewz_recaptcha.v3.true' => '?',
  5298.             'security.validator.user_password' => '?',
  5299.             'validator.expression' => '?',
  5300.         ])));
  5301.         if ($this->has('translator')) {
  5302.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  5303.         }
  5304.         $instance->setTranslationDomain('validators');
  5305.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  5306.         $instance->enableAnnotationMapping(true);
  5307.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  5308.         $instance->addMethodMapping('loadValidatorMetadata');
  5309.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  5310.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  5311.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  5312.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.multi_website_entity_manager'] ?? $this->getDoctrine_Orm_MultiWebsiteEntityManagerService()), NULL));
  5313.         return $instance;
  5314.     }
  5315.     /**
  5316.      * Gets the private 'var_dumper.html_dumper' shared service.
  5317.      *
  5318.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  5319.      */
  5320.     protected function getVarDumper_HtmlDumperService()
  5321.     {
  5322.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  5323.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  5324.         return $instance;
  5325.     }
  5326.     /**
  5327.      * Gets the private 'web_profiler.csp.handler' shared service.
  5328.      *
  5329.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  5330.      */
  5331.     protected function getWebProfiler_Csp_HandlerService()
  5332.     {
  5333.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  5334.     }
  5335.     /**
  5336.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  5337.      *
  5338.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  5339.      */
  5340.     protected function getWebProfiler_DebugToolbarService()
  5341.     {
  5342.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  5343.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5344.             return $this->privates['web_profiler.debug_toolbar'];
  5345.         }
  5346.         $b = ($this->services['router'] ?? $this->getRouterService());
  5347.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  5348.             return $this->privates['web_profiler.debug_toolbar'];
  5349.         }
  5350.         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()));
  5351.     }
  5352.     /**
  5353.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  5354.      *
  5355.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  5356.      */
  5357.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  5358.     {
  5359.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5360.             'basicConfig' => ['privates''webpack_encore.entrypoint_lookup[basicConfig]''getWebpackEncore_EntrypointLookupbasicConfigService'true],
  5361.             'nodomainConfig' => ['privates''webpack_encore.entrypoint_lookup[nodomainConfig]''getWebpackEncore_EntrypointLookupnodomainConfigService'true],
  5362.             'nohashConfig' => ['privates''webpack_encore.entrypoint_lookup[nohashConfig]''getWebpackEncore_EntrypointLookupnohashConfigService'true],
  5363.         ], [
  5364.             'basicConfig' => '?',
  5365.             'nodomainConfig' => '?',
  5366.             'nohashConfig' => '?',
  5367.         ]));
  5368.     }
  5369.     /**
  5370.      * Gets the public 'cache_clearer' alias.
  5371.      *
  5372.      * @return object The ".container.private.cache_clearer" service.
  5373.      */
  5374.     protected function getCacheClearerService()
  5375.     {
  5376.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5377.         return $this->get('.container.private.cache_clearer');
  5378.     }
  5379.     /**
  5380.      * Gets the public 'filesystem' alias.
  5381.      *
  5382.      * @return object The ".container.private.filesystem" service.
  5383.      */
  5384.     protected function getFilesystemService()
  5385.     {
  5386.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5387.         return $this->get('.container.private.filesystem');
  5388.     }
  5389.     /**
  5390.      * Gets the public 'serializer' alias.
  5391.      *
  5392.      * @return object The ".container.private.serializer" service.
  5393.      */
  5394.     protected function getSerializerService()
  5395.     {
  5396.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5397.         return $this->get('.container.private.serializer');
  5398.     }
  5399.     /**
  5400.      * Gets the public 'security.csrf.token_manager' alias.
  5401.      *
  5402.      * @return object The ".container.private.security.csrf.token_manager" service.
  5403.      */
  5404.     protected function getSecurity_Csrf_TokenManagerService()
  5405.     {
  5406.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5407.         return $this->get('.container.private.security.csrf.token_manager');
  5408.     }
  5409.     /**
  5410.      * Gets the public 'form.factory' alias.
  5411.      *
  5412.      * @return object The ".container.private.form.factory" service.
  5413.      */
  5414.     protected function getForm_FactoryService()
  5415.     {
  5416.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5417.         return $this->get('.container.private.form.factory');
  5418.     }
  5419.     /**
  5420.      * Gets the public 'form.type.file' alias.
  5421.      *
  5422.      * @return object The ".container.private.form.type.file" service.
  5423.      */
  5424.     protected function getForm_Type_FileService()
  5425.     {
  5426.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5427.         return $this->get('.container.private.form.type.file');
  5428.     }
  5429.     /**
  5430.      * Gets the public 'profiler' alias.
  5431.      *
  5432.      * @return object The ".container.private.profiler" service.
  5433.      */
  5434.     protected function getProfilerService()
  5435.     {
  5436.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5437.         return $this->get('.container.private.profiler');
  5438.     }
  5439.     /**
  5440.      * Gets the public 'security.authorization_checker' alias.
  5441.      *
  5442.      * @return object The ".container.private.security.authorization_checker" service.
  5443.      */
  5444.     protected function getSecurity_AuthorizationCheckerService()
  5445.     {
  5446.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5447.         return $this->get('.container.private.security.authorization_checker');
  5448.     }
  5449.     /**
  5450.      * Gets the public 'security.token_storage' alias.
  5451.      *
  5452.      * @return object The ".container.private.security.token_storage" service.
  5453.      */
  5454.     protected function getSecurity_TokenStorageService()
  5455.     {
  5456.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5457.         return $this->get('.container.private.security.token_storage');
  5458.     }
  5459.     /**
  5460.      * Gets the public 'twig' alias.
  5461.      *
  5462.      * @return object The ".container.private.twig" service.
  5463.      */
  5464.     protected function getTwigService()
  5465.     {
  5466.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5467.         return $this->get('.container.private.twig');
  5468.     }
  5469.     /**
  5470.      * Gets the public 'security.password_encoder' alias.
  5471.      *
  5472.      * @return object The ".container.private.security.password_encoder" service.
  5473.      */
  5474.     protected function getSecurity_PasswordEncoderService()
  5475.     {
  5476.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5477.         return $this->get('.container.private.security.password_encoder');
  5478.     }
  5479.     /**
  5480.      * Gets the public 'session' alias.
  5481.      *
  5482.      * @return object The ".container.private.session" service.
  5483.      */
  5484.     protected function getSessionService()
  5485.     {
  5486.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5487.         return $this->get('.container.private.session');
  5488.     }
  5489.     /**
  5490.      * Gets the public 'validator' alias.
  5491.      *
  5492.      * @return object The ".container.private.validator" service.
  5493.      */
  5494.     protected function getValidatorService()
  5495.     {
  5496.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5497.         return $this->get('.container.private.validator');
  5498.     }
  5499.     /**
  5500.      * @return array|bool|float|int|string|\UnitEnum|null
  5501.      */
  5502.     public function getParameter(string $name)
  5503.     {
  5504.         if (isset($this->buildParameters[$name])) {
  5505.             return $this->buildParameters[$name];
  5506.         }
  5507.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5508.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5509.         }
  5510.         if (isset($this->loadedDynamicParameters[$name])) {
  5511.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5512.         }
  5513.         return $this->parameters[$name];
  5514.     }
  5515.     public function hasParameter(string $name): bool
  5516.     {
  5517.         if (isset($this->buildParameters[$name])) {
  5518.             return true;
  5519.         }
  5520.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5521.     }
  5522.     public function setParameter(string $name$value): void
  5523.     {
  5524.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5525.     }
  5526.     public function getParameterBag(): ParameterBagInterface
  5527.     {
  5528.         if (null === $this->parameterBag) {
  5529.             $parameters $this->parameters;
  5530.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5531.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5532.             }
  5533.             foreach ($this->buildParameters as $name => $value) {
  5534.                 $parameters[$name] = $value;
  5535.             }
  5536.             $this->parameterBag = new FrozenParameterBag($parameters);
  5537.         }
  5538.         return $this->parameterBag;
  5539.     }
  5540.     private $loadedDynamicParameters = [
  5541.         'kernel.runtime_environment' => false,
  5542.         'kernel.build_dir' => false,
  5543.         'kernel.cache_dir' => false,
  5544.         'raw_trusted_proxies' => false,
  5545.         'env(APP_VERSION)' => false,
  5546.         'app.use_legacy_domain_redirector' => false,
  5547.         'app.redirect_paths' => false,
  5548.         'default_city' => false,
  5549.         'default_currency' => false,
  5550.         'default_timezone' => false,
  5551.         'default_timezone.city_name' => false,
  5552.         'management_timezone' => false,
  5553.         'app.main_domain' => false,
  5554.         'app.mirror_domain' => false,
  5555.         'app.approval_media_upload_domain' => false,
  5556.         'app.responsive_media_base_url' => false,
  5557.         'app.email' => false,
  5558.         'app.login.five.day' => false,
  5559.         'app.sitemap.https' => false,
  5560.         'app.sitemap.gzip' => false,
  5561.         'app.sitemap.directory' => false,
  5562.         'app.cache_prefix' => false,
  5563.         'app.cache_prefix.redis' => false,
  5564.         'app.redis_url' => false,
  5565.         'app.mautic.api_url' => false,
  5566.         'app.mautic.client_id' => false,
  5567.         'app.mautic.client_secret' => false,
  5568.         'app.mautic.callback_url' => false,
  5569.         'app.mautic.access_token' => false,
  5570.         'app.mautic.refresh_token' => false,
  5571.         'app.mautic.access_token_expires' => false,
  5572.         'app.mautic.timeout' => false,
  5573.         'app.mautic.transactional_email_cache_ttl' => false,
  5574.         'app.profile.avatar.min_width' => false,
  5575.         'app.profile.avatar.min_height' => false,
  5576.         'app.profile.image.max_side_size' => false,
  5577.         'app.support_message.attachment.thumbnail_size' => false,
  5578.         'app.profile.page.deleted_profile_http_200_starting_from' => false,
  5579.         'app.profile.page.deleted_saloon_http_200_starting_from' => false,
  5580.         'app.profile.station_page.added_profiles.spread' => false,
  5581.         'app.profile.bulk_action.max_entities_to_process_immediately' => false,
  5582.         'app.profile_approval_bonus_amount' => false,
  5583.         'app.path.video.tmp' => false,
  5584.         'app.path.video_watermark' => false,
  5585.         'app.api.vouchers.whitelist' => false,
  5586.         'oplata_info.merchant_id' => false,
  5587.         'oplata_info.merchant_password' => false,
  5588.         'stations_update.domain' => false,
  5589.         'profile_list.per_page' => false,
  5590.         'saloon_list.per_page' => false,
  5591.         'homepage.city.masseurs_block.count' => false,
  5592.         'homepage.city.saloons_block.count' => false,
  5593.         'customer.preferred_profiles.per_page' => false,
  5594.         'customer.favourite_profiles.per_page' => false,
  5595.         'customer.profile_comments.per_page' => false,
  5596.         'customer.saloon_comments.per_page' => false,
  5597.         'advertiser.profiles.per_page' => false,
  5598.         'advertiser.saloons.per_page' => false,
  5599.         'advertiser.commented_profiles.per_page' => false,
  5600.         'advertiser.commented_saloons.per_page' => false,
  5601.         'advertiser.profile_comments.per_page' => false,
  5602.         'advertiser.saloon_comments.per_page' => false,
  5603.         'advertiser.support_messages.per_page' => false,
  5604.         'advertiser.phone_reviews.per_page' => false,
  5605.         'account.setting.advertiser_profile_list_per_page.variants' => false,
  5606.         'account.setting.advertiser_saloon_list_per_page.variants' => false,
  5607.         'search.form_cookie_time' => false,
  5608.         'recommendations_viewed_profiles_data_stored_count' => false,
  5609.         'bot_helper_viewed_profiles_data_stored_count' => false,
  5610.         'bot_helper_minimum_viewed_profiles_needed' => false,
  5611.         'search_profiles_by_keywords.per_page' => false,
  5612.         'linkage_circle.district_pages.random_mode' => false,
  5613.         'linkage_circle.station_pages.random_mode' => false,
  5614.         'comments.anonymous_comments_from_ip_address_per_day' => false,
  5615.         'test_data.dummy_profiles.cities_and_count' => false,
  5616.         'profile_list.bdsm_page.min_profile_services' => false,
  5617.         'ewz_recaptcha_secret' => false,
  5618.         'kernel.secret' => false,
  5619.         'kernel.trusted_proxies' => false,
  5620.         'debug.container.dump' => false,
  5621.         'serializer.mapping.cache.file' => false,
  5622.         'validator.mapping.cache.file' => false,
  5623.         'profiler.storage.dsn' => false,
  5624.         'doctrine.orm.proxy_dir' => false,
  5625.         'nelmio_cors.defaults' => false,
  5626.         'easyadmin.config' => false,
  5627.         'oneup_uploader.chunks' => false,
  5628.         'oneup_uploader.orphanage' => false,
  5629.         'oneup_uploader.config' => false,
  5630.         'ewz_recaptcha.public_key' => false,
  5631.         'ewz_recaptcha.private_key' => false,
  5632.     ];
  5633.     private $dynamicParameters = [];
  5634.     private function getDynamicParameter(string $name)
  5635.     {
  5636.         switch ($name) {
  5637.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5638.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5639.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5640.             case 'raw_trusted_proxies'$value $this->getEnv('resolve:TRUSTED_PROXIES'); break;
  5641.             case 'env(APP_VERSION)'$value $this->getEnv('trim:default::file:resolve:APP_VERSION_FILE'); break;
  5642.             case 'app.use_legacy_domain_redirector'$value $this->getEnv('USE_LEGACY_DOMAIN_REDIRECTOR'); break;
  5643.             case 'app.redirect_paths'$value $this->getEnv('resolve:REDIRECT_PATHS'); break;
  5644.             case 'default_city'$value $this->getEnv('DEFAULT_CITY'); break;
  5645.             case 'default_currency'$value $this->getEnv('DEFAULT_CURRENCY'); break;
  5646.             case 'default_timezone'$value $this->getEnv('DEFAULT_TIMEZONE'); break;
  5647.             case 'default_timezone.city_name'$value $this->getEnv('DEFAULT_TIMEZONE_CITY_NAME'); break;
  5648.             case 'management_timezone'$value $this->getEnv('MANAGEMENT_TIMEZONE'); break;
  5649.             case 'app.main_domain'$value $this->getEnv('MAIN_DOMAIN'); break;
  5650.             case 'app.mirror_domain'$value $this->getEnv('MIRROR_DOMAIN'); break;
  5651.             case 'app.approval_media_upload_domain'$value $this->getEnv('APPROVAL_MEDIA_UPLOAD_DOMAIN'); break;
  5652.             case 'app.responsive_media_base_url'$value $this->getEnv('RESPONSIVE_MEDIA_BASE_URL'); break;
  5653.             case 'app.email'$value $this->getEnv('EMAIL_FROM'); break;
  5654.             case 'app.login.five.day'$value $this->getEnv('bool:FAKE_AUTHENTICATION'); break;
  5655.             case 'app.sitemap.https'$value $this->getEnv('bool:SITEMAP_HTTPS'); break;
  5656.             case 'app.sitemap.gzip'$value $this->getEnv('bool:SITEMAP_GZIP'); break;
  5657.             case 'app.sitemap.directory'$value $this->getEnv('SITEMAP_DIRECTORY'); break;
  5658.             case 'app.cache_prefix'$value $this->getEnv('CACHE_PREFIX'); break;
  5659.             case 'app.cache_prefix.redis'$value $this->getEnv('string:CACHE_PREFIX').'|'; break;
  5660.             case 'app.redis_url'$value $this->getEnv('REDIS_URL'); break;
  5661.             case 'app.mautic.api_url'$value $this->getEnv('MAUTIC_API_URL'); break;
  5662.             case 'app.mautic.client_id'$value $this->getEnv('MAUTIC_CLIENT_ID'); break;
  5663.             case 'app.mautic.client_secret'$value $this->getEnv('MAUTIC_CLIENT_SECRET'); break;
  5664.             case 'app.mautic.callback_url'$value $this->getEnv('MAUTIC_CALLBACK_URL'); break;
  5665.             case 'app.mautic.access_token'$value $this->getEnv('MAUTIC_ACCESS_TOKEN'); break;
  5666.             case 'app.mautic.refresh_token'$value $this->getEnv('MAUTIC_REFRESH_TOKEN'); break;
  5667.             case 'app.mautic.access_token_expires'$value $this->getEnv('int:MAUTIC_ACCESS_TOKEN_EXPIRES'); break;
  5668.             case 'app.mautic.timeout'$value $this->getEnv('int:MAUTIC_TIMEOUT'); break;
  5669.             case 'app.mautic.transactional_email_cache_ttl'$value $this->getEnv('int:MAUTIC_TRANSACTIONAL_EMAIL_CACHE_TTL'); break;
  5670.             case 'app.profile.avatar.min_width'$value $this->getEnv('PROFILE_AVATAR_MIN_WIDTH'); break;
  5671.             case 'app.profile.avatar.min_height'$value $this->getEnv('PROFILE_AVATAR_MIN_HEIGHT'); break;
  5672.             case 'app.profile.image.max_side_size'$value $this->getEnv('PROFILE_IMAGE_MAX_SIDE_SIZE'); break;
  5673.             case 'app.support_message.attachment.thumbnail_size'$value $this->getEnv('int:SUPPORT_MESSAGE_ATTACHMENT_THUMBNAIL_SIZE'); break;
  5674.             case 'app.profile.page.deleted_profile_http_200_starting_from'$value $this->getEnv('DELETED_PROFILE_HTTP_200_STARTING_FROM'); break;
  5675.             case 'app.profile.page.deleted_saloon_http_200_starting_from'$value $this->getEnv('DELETED_SALOON_HTTP_200_STARTING_FROM'); break;
  5676.             case 'app.profile.station_page.added_profiles.spread'$value $this->getEnv('STATION_PAGE_ADDED_PROFILES_SPREAD'); break;
  5677.             case 'app.profile.bulk_action.max_entities_to_process_immediately'$value $this->getEnv('BULK_MAX_ENTITIES_TO_PROCESS_IMMEDIATELY'); break;
  5678.             case 'app.profile_approval_bonus_amount'$value $this->getEnv('PROFILE_APPROVAL_BONUS_AMOUNT'); break;
  5679.             case 'app.path.video.tmp'$value $this->getEnv('UPLOAD_TMP_DIRECTORY'); break;
  5680.             case 'app.path.video_watermark'$value $this->getEnv('VIDEO_WATERMARK_PATH'); break;
  5681.             case 'app.api.vouchers.whitelist'$value $this->getEnv('API_VOUCHERS_IP_WHITELIST'); break;
  5682.             case 'oplata_info.merchant_id'$value $this->getEnv('OPLATA_MERCHANT_ID'); break;
  5683.             case 'oplata_info.merchant_password'$value $this->getEnv('OPLATA_MERCHANT_PASSWORD'); break;
  5684.             case 'stations_update.domain'$value $this->getEnv('STATIONS_DATA_DOMAIN'); break;
  5685.             case 'profile_list.per_page'$value $this->getEnv('PROFILE_LIST_PER_PAGE'); break;
  5686.             case 'saloon_list.per_page'$value $this->getEnv('SALOON_LIST_PER_PAGE'); break;
  5687.             case 'homepage.city.masseurs_block.count'$value $this->getEnv('int:HOMEPAGE_CITY_MASSEURS_BLOCK_COUNT'); break;
  5688.             case 'homepage.city.saloons_block.count'$value $this->getEnv('int:HOMEPAGE_CITY_SALOONS_BLOCK_COUNT'); break;
  5689.             case 'customer.preferred_profiles.per_page'$value $this->getEnv('CUSTOMER_PREFERRED_PROFILES_PER_PAGE'); break;
  5690.             case 'customer.favourite_profiles.per_page'$value $this->getEnv('CUSTOMER_FAVOURITE_PROFILES_PER_PAGE'); break;
  5691.             case 'customer.profile_comments.per_page'$value $this->getEnv('CUSTOMER_PROFILE_COMMENTS_PER_PAGE'); break;
  5692.             case 'customer.saloon_comments.per_page'$value $this->getEnv('CUSTOMER_SALOON_COMMENTS_PER_PAGE'); break;
  5693.             case 'advertiser.profiles.per_page'$value $this->getEnv('ADVERTISER_PROFILES_PER_PAGE'); break;
  5694.             case 'advertiser.saloons.per_page'$value $this->getEnv('ADVERTISER_SALOONS_PER_PAGE'); break;
  5695.             case 'advertiser.commented_profiles.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_PROFILES_PER_PAGE'); break;
  5696.             case 'advertiser.commented_saloons.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_SALOONS_PER_PAGE'); break;
  5697.             case 'advertiser.profile_comments.per_page'$value $this->getEnv('ADVERTISER_PROFILE_COMMENTS_PER_PAGE'); break;
  5698.             case 'advertiser.saloon_comments.per_page'$value $this->getEnv('ADVERTISER_SALOON_COMMENTS_PER_PAGE'); break;
  5699.             case 'advertiser.support_messages.per_page'$value $this->getEnv('ADVERTISER_SUPPORT_MESSAGES_PER_PAGE'); break;
  5700.             case 'advertiser.phone_reviews.per_page'$value $this->getEnv('ADVERTISER_PHONE_REVIEWS_PER_PAGE'); break;
  5701.             case 'account.setting.advertiser_profile_list_per_page.variants'$value $this->getEnv('ADVERTISER_PROFILE_LIST_PER_PAGE_VARIANTS'); break;
  5702.             case 'account.setting.advertiser_saloon_list_per_page.variants'$value $this->getEnv('ADVERTISER_SALOON_LIST_PER_PAGE_VARIANTS'); break;
  5703.             case 'search.form_cookie_time'$value $this->getEnv('SEARCH_FORM_COOKIE_TIME'); break;
  5704.             case 'recommendations_viewed_profiles_data_stored_count'$value $this->getEnv('RECOMMENDATIONS_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5705.             case 'bot_helper_viewed_profiles_data_stored_count'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5706.             case 'bot_helper_minimum_viewed_profiles_needed'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_MINIMUM_NEEDED'); break;
  5707.             case 'search_profiles_by_keywords.per_page'$value $this->getEnv('SEARCH_BY_KEYWORDS_PER_PAGE'); break;
  5708.             case 'linkage_circle.district_pages.random_mode'$value $this->getEnv('DISTRICT_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5709.             case 'linkage_circle.station_pages.random_mode'$value $this->getEnv('STATION_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5710.             case 'comments.anonymous_comments_from_ip_address_per_day'$value $this->getEnv('ANONYMOUS_COMMENTS_FROM_IP_ADDRESS_PER_DAY'); break;
  5711.             case 'test_data.dummy_profiles.cities_and_count'$value $this->getEnv('DUMMY_PROFILES_CITIES_AND_COUNT'); break;
  5712.             case 'profile_list.bdsm_page.min_profile_services'$value $this->getEnv('MIN_PROFILE_BDSM_SERVICES_FOR_BDSM_PAGE'); break;
  5713.             case 'ewz_recaptcha_secret'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  5714.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5715.             case 'kernel.trusted_proxies'$value $this->getEnv('string:default:raw_trusted_proxies:file:resolve:TRUSTED_PROXIES_CONFIG'); break;
  5716.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelReviewDebugContainer.xml'); break;
  5717.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5718.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5719.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5720.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5721.             case 'nelmio_cors.defaults'$value = [
  5722.                 'allow_origin' => [
  5723.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  5724.                 ],
  5725.                 'allow_credentials' => false,
  5726.                 'allow_headers' => [
  5727.                     => 'content-type',
  5728.                     => 'authorization',
  5729.                 ],
  5730.                 'expose_headers' => [
  5731.                     => 'Link',
  5732.                 ],
  5733.                 'allow_methods' => [
  5734.                     => 'GET',
  5735.                     => 'OPTIONS',
  5736.                     => 'POST',
  5737.                     => 'PUT',
  5738.                     => 'PATCH',
  5739.                     => 'DELETE',
  5740.                 ],
  5741.                 'max_age' => 3600,
  5742.                 'hosts' => [
  5743.                 ],
  5744.                 'origin_regex' => true,
  5745.                 'forced_allow_origin_value' => NULL,
  5746.                 'skip_same_as_origin' => true,
  5747.             ]; break;
  5748.             case 'easyadmin.config'$value = [
  5749.                 'site_name' => $this->getEnv('MAIN_DOMAIN'),
  5750.                 'user' => [
  5751.                     'name_property_path' => 'username',
  5752.                     'display_name' => true,
  5753.                     'display_avatar' => true,
  5754.                     'avatar_property_path' => NULL,
  5755.                 ],
  5756.                 'design' => [
  5757.                     'form_theme' => [
  5758.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  5759.                         => 'EasyAdmin/form/account_form_theme.html.twig',
  5760.                         => 'EasyAdmin/city_prices/city_name.html.twig',
  5761.                         => 'EasyAdmin/city/batch_form_theme.html.twig',
  5762.                     ],
  5763.                     'assets' => [
  5764.                         'css' => [
  5765.                             => 'bundles/easyadmin/bootstrap-all.css',
  5766.                         ],
  5767.                         'js' => [
  5768.                             => 'bundles/easyadmin/bootstrap-all.js',
  5769.                         ],
  5770.                         'favicon' => [
  5771.                             'path' => 'favicon.ico',
  5772.                             'mime_type' => 'image/x-icon',
  5773.                         ],
  5774.                     ],
  5775.                     'menu' => [
  5776.                         => [
  5777.                             'entity' => 'Default',
  5778.                             'default' => true,
  5779.                         ],
  5780.                         => [
  5781.                             'label' => 'Account',
  5782.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5783.                         ],
  5784.                         => [
  5785.                             'entity' => 'Account',
  5786.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5787.                         ],
  5788.                         => [
  5789.                             'entity' => 'SupportMessage',
  5790.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5791.                             'css_class' => 'SupportMessages',
  5792.                             'default' => true,
  5793.                         ],
  5794.                         => [
  5795.                             'entity' => 'PhoneReview',
  5796.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5797.                             'css_class' => 'PhoneReview',
  5798.                         ],
  5799.                         => [
  5800.                             'entity' => 'CityPrice',
  5801.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5802.                         ],
  5803.                         => [
  5804.                             'label' => 'Profile',
  5805.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5806.                         ],
  5807.                         => [
  5808.                             'entity' => 'Profile',
  5809.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5810.                         ],
  5811.                         => [
  5812.                             'entity' => 'ApprovalRequest',
  5813.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5814.                             'css_class' => 'ApprovalRequests',
  5815.                         ],
  5816.                         => [
  5817.                             'entity' => 'ProfileModeration',
  5818.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5819.                             'css_class' => 'ModerationRequests',
  5820.                         ],
  5821.                         10 => [
  5822.                             'entity' => 'Saloon',
  5823.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5824.                         ],
  5825.                         11 => [
  5826.                             'label' => 'Geo-Location',
  5827.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5828.                         ],
  5829.                         12 => [
  5830.                             'entity' => 'City',
  5831.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5832.                         ],
  5833.                         13 => [
  5834.                             'entity' => 'County',
  5835.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5836.                         ],
  5837.                         14 => [
  5838.                             'entity' => 'District',
  5839.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5840.                         ],
  5841.                         15 => [
  5842.                             'entity' => 'Station',
  5843.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5844.                         ],
  5845.                         16 => [
  5846.                             'entity' => 'Service',
  5847.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5848.                         ],
  5849.                         17 => [
  5850.                             'entity' => 'SourceMapStationsLog',
  5851.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5852.                         ],
  5853.                         18 => [
  5854.                             'entity' => 'ProfileAdBoardLog',
  5855.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5856.                         ],
  5857.                         19 => [
  5858.                             'label' => 'SEO',
  5859.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5860.                         ],
  5861.                         20 => [
  5862.                             'entity' => 'PageMetadata',
  5863.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5864.                         ],
  5865.                         21 => [
  5866.                             'label' => 'Sales',
  5867.                             'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  5868.                         ],
  5869.                         22 => [
  5870.                             'entity' => 'Analytics',
  5871.                             'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  5872.                         ],
  5873.                         23 => [
  5874.                             'label' => 'Deleted',
  5875.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5876.                         ],
  5877.                         24 => [
  5878.                             'entity' => 'DeletedProfile',
  5879.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5880.                         ],
  5881.                         25 => [
  5882.                             'entity' => 'DeletedSaloon',
  5883.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5884.                         ],
  5885.                         26 => [
  5886.                             'label' => 'Other',
  5887.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5888.                         ],
  5889.                         27 => [
  5890.                             'entity' => 'OfferBar',
  5891.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5892.                         ],
  5893.                         28 => [
  5894.                             'label' => 'Walkers',
  5895.                             'role' => 'ROLE_ACCESS_WALKER',
  5896.                         ],
  5897.                         29 => [
  5898.                             'entity' => 'Customer',
  5899.                             'role' => 'ROLE_ACCESS_WALKER',
  5900.                         ],
  5901.                         30 => [
  5902.                             'entity' => 'ProfileComment',
  5903.                             'role' => 'ROLE_ACCESS_WALKER',
  5904.                         ],
  5905.                         31 => [
  5906.                             'entity' => 'SaloonComment',
  5907.                             'role' => 'ROLE_ACCESS_WALKER',
  5908.                         ],
  5909.                         32 => [
  5910.                             'label' => 'Blocked IPs',
  5911.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5912.                         ],
  5913.                         33 => [
  5914.                             'entity' => 'IpAddress',
  5915.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5916.                         ],
  5917.                         34 => [
  5918.                             'entity' => 'IpAddressDailyCommentBan',
  5919.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5920.                         ],
  5921.                         35 => [
  5922.                             'entity' => 'IpAddressPermanentCommentBan',
  5923.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5924.                         ],
  5925.                         36 => [
  5926.                             'entity' => 'IpAddressCommentBan',
  5927.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5928.                         ],
  5929.                         37 => [
  5930.                             'label' => 'Useful links',
  5931.                         ],
  5932.                         38 => [
  5933.                             'label' => 'Open '.$this->getEnv('string:MIRROR_DOMAIN'),
  5934.                             'url' => 'https://'.$this->getEnv('string:MIRROR_DOMAIN'),
  5935.                             'target' => '_blank',
  5936.                         ],
  5937.                     ],
  5938.                     'brand_color' => 'hsl(230, 55%, 60%)',
  5939.                 ],
  5940.                 'entities' => [
  5941.                     'Default' => [
  5942.                         'disabled_actions' => [
  5943.                             => 'new',
  5944.                             => 'edit',
  5945.                             => 'delete',
  5946.                         ],
  5947.                         'class' => 'App\\Entity\\Location\\City',
  5948.                         'templates' => [
  5949.                             'list' => 'EasyAdmin/default/list.html.twig',
  5950.                         ],
  5951.                         'name' => 'Default',
  5952.                     ],
  5953.                     'City' => [
  5954.                         'class' => 'App\\Entity\\Location\\City',
  5955.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5956.                         'label' => 'Cities',
  5957.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5958.                         'disabled_actions' => [
  5959.                             => 'delete',
  5960.                         ],
  5961.                         'list' => [
  5962.                             'title' => 'Cities List',
  5963.                             'batch_actions' => [
  5964.                                 => [
  5965.                                     'name' => 'setRegion',
  5966.                                     'label' => 'Установить регион',
  5967.                                     'ask_confirm' => true,
  5968.                                 ],
  5969.                             ],
  5970.                             'form_filters' => [
  5971.                                 => [
  5972.                                     'property' => 'countryCode',
  5973.                                     'type' => 'country',
  5974.                                     'label' => 'Country',
  5975.                                 ],
  5976.                                 => [
  5977.                                     'property' => 'cityGroup',
  5978.                                     'label' => 'Group',
  5979.                                     'type' => 'choice',
  5980.                                     'type_options' => [
  5981.                                         'choices' => [
  5982.                                             'Мегаполис' => 1,
  5983.                                             'Московская область' => 2,
  5984.                                         ],
  5985.                                     ],
  5986.                                 ],
  5987.                                 => [
  5988.                                     'property' => 'cityPriceCategory',
  5989.                                     'label' => 'City price category',
  5990.                                     'type' => 'App\\Form\\Type\\CityPriceCategoryType',
  5991.                                 ],
  5992.                             ],
  5993.                             'fields' => [
  5994.                                 => 'id',
  5995.                                 => [
  5996.                                     'property' => 'name',
  5997.                                     'label' => 'Name',
  5998.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5999.                                 ],
  6000.                                 => [
  6001.                                     'property' => 'uriIdentity',
  6002.                                     'label' => 'URI',
  6003.                                 ],
  6004.                                 => [
  6005.                                     'property' => 'countryCode',
  6006.                                     'label' => 'Country',
  6007.                                 ],
  6008.                                 => [
  6009.                                     'property' => 'cityGroup',
  6010.                                     'label' => 'Group',
  6011.                                     'template' => 'EasyAdmin/field_city_group.html.twig',
  6012.                                 ],
  6013.                                 => [
  6014.                                     'property' => 'cityPriceCategory',
  6015.                                     'label' => 'City price category',
  6016.                                 ],
  6017.                                 => [
  6018.                                     'property' => 'mapCoordinate.latitude',
  6019.                                     'label' => 'Latitude',
  6020.                                 ],
  6021.                                 => [
  6022.                                     'property' => 'mapCoordinate.longitude',
  6023.                                     'label' => 'Longitude',
  6024.                                 ],
  6025.                                 => [
  6026.                                     'property' => 'timezone',
  6027.                                     'label' => 't.zone',
  6028.                                 ],
  6029.                                 => [
  6030.                                     'property' => 'region',
  6031.                                     'label' => 'Region',
  6032.                                 ],
  6033.                                 10 => 'counties',
  6034.                                 11 => 'districts',
  6035.                                 12 => 'stations',
  6036.                             ],
  6037.                         ],
  6038.                         'form' => [
  6039.                             'form_options' => [
  6040.                                 'empty_data' => NULL,
  6041.                             ],
  6042.                             'fields' => [
  6043.                                 => [
  6044.                                     'property' => 'name',
  6045.                                     'label' => 'Name',
  6046.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6047.                                     'type_options' => [
  6048.                                         'locales' => [
  6049.                                             => 'ru',
  6050.                                             => 'en',
  6051.                                         ],
  6052.                                     ],
  6053.                                 ],
  6054.                                 => [
  6055.                                     'property' => 'uriIdentity',
  6056.                                     'label' => 'URI',
  6057.                                 ],
  6058.                                 => [
  6059.                                     'property' => 'countryCode',
  6060.                                     'label' => 'Country',
  6061.                                     'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CountryType',
  6062.                                 ],
  6063.                                 => [
  6064.                                     'property' => 'cityGroup',
  6065.                                     'label' => 'Group',
  6066.                                     'type' => 'App\\Form\\Type\\CityGroupType',
  6067.                                 ],
  6068.                                 => [
  6069.                                     'property' => 'cityPriceCategory',
  6070.                                     'label' => 'City price category',
  6071.                                     'type' => 'App\\Form\\Type\\CityPriceCategoryType',
  6072.                                 ],
  6073.                                 => [
  6074.                                     'property' => 'mapCoordinate',
  6075.                                     'label' => 'Map coordinate',
  6076.                                     'type' => 'App\\Form\\Type\\MapCoordinateType',
  6077.                                 ],
  6078.                                 => [
  6079.                                     'property' => 'timezone',
  6080.                                     'label' => 'Timezone',
  6081.                                     'type' => 'App\\Form\\Type\\TimezoneType',
  6082.                                 ],
  6083.                                 => [
  6084.                                     'property' => 'region',
  6085.                                     'label' => 'Region',
  6086.                                     'type' => 'App\\Form\\Type\\CityRegionType',
  6087.                                 ],
  6088.                                 => [
  6089.                                     'type' => 'group',
  6090.                                     'label' => 'City Counties',
  6091.                                 ],
  6092.                                 => [
  6093.                                     'property' => 'counties',
  6094.                                     'type' => 'embedded_list',
  6095.                                 ],
  6096.                                 10 => [
  6097.                                     'type' => 'group',
  6098.                                     'label' => 'City Districts',
  6099.                                 ],
  6100.                                 11 => [
  6101.                                     'property' => 'districts',
  6102.                                     'type' => 'embedded_list',
  6103.                                 ],
  6104.                                 12 => [
  6105.                                     'type' => 'group',
  6106.                                     'label' => 'City Stations',
  6107.                                 ],
  6108.                                 13 => [
  6109.                                     'property' => 'stations',
  6110.                                     'type' => 'embedded_list',
  6111.                                 ],
  6112.                             ],
  6113.                         ],
  6114.                         'new' => [
  6115.                             'fields' => [
  6116.                                 => '-counties',
  6117.                                 => '-districts',
  6118.                                 => '-stations',
  6119.                             ],
  6120.                         ],
  6121.                         'name' => 'City',
  6122.                     ],
  6123.                     'County' => [
  6124.                         'class' => 'App\\Entity\\Location\\County',
  6125.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6126.                         'label' => 'City Counties',
  6127.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6128.                         'disabled_actions' => [
  6129.                             => 'delete',
  6130.                         ],
  6131.                         'list' => [
  6132.                             'title' => 'City Counties List',
  6133.                             'form_filters' => [
  6134.                                 => [
  6135.                                     'property' => 'city',
  6136.                                     'label' => 'City',
  6137.                                 ],
  6138.                             ],
  6139.                             'fields' => [
  6140.                                 => 'id',
  6141.                                 => [
  6142.                                     'property' => 'name',
  6143.                                     'label' => 'Name',
  6144.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6145.                                 ],
  6146.                                 => [
  6147.                                     'property' => 'uriIdentity',
  6148.                                     'label' => 'URI',
  6149.                                 ],
  6150.                                 => 'city',
  6151.                                 => 'districts',
  6152.                                 => 'stations',
  6153.                             ],
  6154.                         ],
  6155.                         'form' => [
  6156.                             'form_options' => [
  6157.                                 'empty_data' => NULL,
  6158.                             ],
  6159.                             'fields' => [
  6160.                                 => [
  6161.                                     'property' => 'name',
  6162.                                     'label' => 'Name',
  6163.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6164.                                     'type_options' => [
  6165.                                         'locales' => [
  6166.                                             => 'ru',
  6167.                                             => 'en',
  6168.                                         ],
  6169.                                     ],
  6170.                                 ],
  6171.                                 => [
  6172.                                     'property' => 'uriIdentity',
  6173.                                     'label' => 'URI',
  6174.                                 ],
  6175.                                 => [
  6176.                                     'property' => 'city',
  6177.                                     'label' => 'City',
  6178.                                     'type_options' => [
  6179.                                         'required' => true,
  6180.                                         'group_by' => 'countryCode',
  6181.                                     ],
  6182.                                 ],
  6183.                                 => [
  6184.                                     'type' => 'group',
  6185.                                     'label' => 'City Districts',
  6186.                                 ],
  6187.                                 => [
  6188.                                     'property' => 'districts',
  6189.                                     'type' => 'embedded_list',
  6190.                                 ],
  6191.                                 => [
  6192.                                     'type' => 'group',
  6193.                                     'label' => 'City Stations',
  6194.                                 ],
  6195.                                 => [
  6196.                                     'property' => 'stations',
  6197.                                     'type' => 'embedded_list',
  6198.                                 ],
  6199.                             ],
  6200.                         ],
  6201.                         'new' => [
  6202.                             'fields' => [
  6203.                                 => '-districts',
  6204.                                 => '-stations',
  6205.                             ],
  6206.                         ],
  6207.                         'name' => 'County',
  6208.                     ],
  6209.                     'District' => [
  6210.                         'class' => 'App\\Entity\\Location\\District',
  6211.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6212.                         'label' => 'City Districts',
  6213.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6214.                         'disabled_actions' => [
  6215.                             => 'delete',
  6216.                         ],
  6217.                         'list' => [
  6218.                             'title' => 'City Districts List',
  6219.                             'form_filters' => [
  6220.                                 => [
  6221.                                     'property' => 'city',
  6222.                                     'label' => 'City',
  6223.                                 ],
  6224.                                 => [
  6225.                                     'property' => 'county',
  6226.                                     'label' => 'County',
  6227.                                 ],
  6228.                             ],
  6229.                             'fields' => [
  6230.                                 => 'id',
  6231.                                 => [
  6232.                                     'property' => 'name',
  6233.                                     'label' => 'Name',
  6234.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6235.                                 ],
  6236.                                 => [
  6237.                                     'property' => 'uriIdentity',
  6238.                                     'label' => 'URI',
  6239.                                 ],
  6240.                                 => 'city',
  6241.                                 => 'county',
  6242.                                 => 'stations',
  6243.                             ],
  6244.                         ],
  6245.                         'form' => [
  6246.                             'form_options' => [
  6247.                                 'empty_data' => NULL,
  6248.                             ],
  6249.                             'fields' => [
  6250.                                 => [
  6251.                                     'property' => 'name',
  6252.                                     'label' => 'Name',
  6253.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6254.                                     'type_options' => [
  6255.                                         'locales' => [
  6256.                                             => 'ru',
  6257.                                             => 'en',
  6258.                                         ],
  6259.                                     ],
  6260.                                 ],
  6261.                                 => [
  6262.                                     'property' => 'uriIdentity',
  6263.                                     'label' => 'URI',
  6264.                                 ],
  6265.                                 => [
  6266.                                     'property' => 'city',
  6267.                                     'label' => 'City',
  6268.                                     'type_options' => [
  6269.                                         'required' => true,
  6270.                                         'group_by' => 'countryCode',
  6271.                                     ],
  6272.                                 ],
  6273.                                 => [
  6274.                                     'property' => 'county',
  6275.                                     'label' => 'County',
  6276.                                     'type_options' => [
  6277.                                         'required' => false,
  6278.                                         'group_by' => 'city.name',
  6279.                                     ],
  6280.                                 ],
  6281.                                 => [
  6282.                                     'type' => 'group',
  6283.                                     'label' => 'City Stations',
  6284.                                 ],
  6285.                                 => [
  6286.                                     'property' => 'stations',
  6287.                                     'type' => 'embedded_list',
  6288.                                 ],
  6289.                             ],
  6290.                         ],
  6291.                         'new' => [
  6292.                             'fields' => [
  6293.                                 => '-stations',
  6294.                             ],
  6295.                         ],
  6296.                         'name' => 'District',
  6297.                     ],
  6298.                     'Station' => [
  6299.                         'class' => 'App\\Entity\\Location\\Station',
  6300.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6301.                         'label' => 'City Stations',
  6302.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6303.                         'disabled_actions' => [
  6304.                             => 'delete',
  6305.                         ],
  6306.                         'list' => [
  6307.                             'title' => 'City Stations List',
  6308.                             'form_filters' => [
  6309.                                 => [
  6310.                                     'property' => 'city',
  6311.                                     'label' => 'City',
  6312.                                 ],
  6313.                                 => [
  6314.                                     'property' => 'county',
  6315.                                     'label' => 'County',
  6316.                                 ],
  6317.                                 => [
  6318.                                     'property' => 'district',
  6319.                                     'label' => 'District',
  6320.                                 ],
  6321.                             ],
  6322.                             'fields' => [
  6323.                                 => 'id',
  6324.                                 => [
  6325.                                     'property' => 'name',
  6326.                                     'label' => 'Name',
  6327.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6328.                                 ],
  6329.                                 => [
  6330.                                     'property' => 'uriIdentity',
  6331.                                     'label' => 'URI',
  6332.                                 ],
  6333.                                 => 'city',
  6334.                                 => 'county',
  6335.                                 => 'district',
  6336.                             ],
  6337.                         ],
  6338.                         'form' => [
  6339.                             'form_options' => [
  6340.                                 'empty_data' => NULL,
  6341.                             ],
  6342.                             'fields' => [
  6343.                                 => [
  6344.                                     'property' => 'name',
  6345.                                     'label' => 'Name',
  6346.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6347.                                     'type_options' => [
  6348.                                         'locales' => [
  6349.                                             => 'ru',
  6350.                                             => 'en',
  6351.                                         ],
  6352.                                     ],
  6353.                                 ],
  6354.                                 => [
  6355.                                     'property' => 'uriIdentity',
  6356.                                     'label' => 'URI',
  6357.                                 ],
  6358.                                 => [
  6359.                                     'property' => 'city',
  6360.                                     'label' => 'City',
  6361.                                     'type_options' => [
  6362.                                         'required' => true,
  6363.                                         'group_by' => 'countryCode',
  6364.                                     ],
  6365.                                 ],
  6366.                                 => [
  6367.                                     'property' => 'county',
  6368.                                     'label' => 'County',
  6369.                                     'type_options' => [
  6370.                                         'required' => false,
  6371.                                         'group_by' => 'city.name',
  6372.                                     ],
  6373.                                 ],
  6374.                                 => [
  6375.                                     'property' => 'district',
  6376.                                     'label' => 'District',
  6377.                                     'type_options' => [
  6378.                                         'required' => false,
  6379.                                         'group_by' => 'city.name',
  6380.                                     ],
  6381.                                 ],
  6382.                             ],
  6383.                         ],
  6384.                         'name' => 'Station',
  6385.                     ],
  6386.                     'Service' => [
  6387.                         'class' => 'App\\Entity\\Service',
  6388.                         'controller' => 'App\\Controller\\Management\\ServiceController',
  6389.                         'label' => 'Услуги',
  6390.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6391.                         'disabled_actions' => [
  6392.                             => 'show',
  6393.                         ],
  6394.                         'list' => [
  6395.                             'title' => 'Услуги',
  6396.                             'max_results' => 500,
  6397.                             'form_filters' => [
  6398.                                 => [
  6399.                                     'property' => 'group',
  6400.                                     'label' => 'Группа',
  6401.                                     'type' => 'App\\Form\\Type\\ServiceGroupType',
  6402.                                 ],
  6403.                             ],
  6404.                             'fields' => [
  6405.                                 => 'id',
  6406.                                 => [
  6407.                                     'property' => 'group',
  6408.                                     'label' => 'Группа',
  6409.                                     'template' => 'EasyAdmin/field_service_group.html.twig',
  6410.                                     'sortable' => false,
  6411.                                 ],
  6412.                                 => [
  6413.                                     'property' => 'name',
  6414.                                     'label' => 'Название',
  6415.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6416.                                     'sortable' => false,
  6417.                                 ],
  6418.                                 => [
  6419.                                     'property' => 'uriIdentity',
  6420.                                     'label' => 'URI',
  6421.                                     'sortable' => false,
  6422.                                 ],
  6423.                                 => [
  6424.                                     'property' => 'sort',
  6425.                                     'label' => 'Сортировка',
  6426.                                     'sortable' => false,
  6427.                                 ],
  6428.                             ],
  6429.                             'templates' => [
  6430.                                 'list' => 'EasyAdmin/services/list.html.twig',
  6431.                             ],
  6432.                         ],
  6433.                         'form' => [
  6434.                             'form_options' => [
  6435.                                 'empty_data' => NULL,
  6436.                             ],
  6437.                             'fields' => [
  6438.                                 => [
  6439.                                     'property' => 'group',
  6440.                                     'label' => 'Группа',
  6441.                                     'type' => 'App\\Form\\Type\\ServiceGroupType',
  6442.                                 ],
  6443.                                 => [
  6444.                                     'property' => 'name',
  6445.                                     'label' => 'Название',
  6446.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6447.                                     'type_options' => [
  6448.                                         'locales' => [
  6449.                                             => 'ru',
  6450.                                             => 'en',
  6451.                                         ],
  6452.                                     ],
  6453.                                 ],
  6454.                                 => [
  6455.                                     'property' => 'uriIdentity',
  6456.                                     'label' => 'URI',
  6457.                                 ],
  6458.                             ],
  6459.                         ],
  6460.                         'name' => 'Service',
  6461.                     ],
  6462.                     'SourceMapStationsLog' => [
  6463.                         'class' => 'App\\Entity\\SourceMap\\Log\\SourceMapStationsUpdateLog',
  6464.                         'controller' => 'App\\Controller\\Management\\LocationController',
  6465.                         'label' => 'Stations update log',
  6466.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6467.                         'disabled_actions' => [
  6468.                             => 'new',
  6469.                             => 'edit',
  6470.                             => 'delete',
  6471.                         ],
  6472.                         'list' => [
  6473.                             'title' => 'Stations update log',
  6474.                             'fields' => [
  6475.                                 => 'id',
  6476.                                 => [
  6477.                                     'property' => 'log',
  6478.                                     'label' => 'log',
  6479.                                     'template' => 'EasyAdmin/field_string_array.html.twig',
  6480.                                 ],
  6481.                                 => [
  6482.                                     'property' => 'changes',
  6483.                                     'label' => 'changes',
  6484.                                     'template' => 'EasyAdmin/source_map_stations_log/field_changes.html.twig',
  6485.                                 ],
  6486.                                 => 'date',
  6487.                             ],
  6488.                         ],
  6489.                         'name' => 'SourceMapStationsLog',
  6490.                     ],
  6491.                     'ProfileAdBoardLog' => [
  6492.                         'class' => 'App\\Entity\\Sales\\Profile\\AdBoardPlacement',
  6493.                         'controller' => 'App\\Controller\\Management\\LogController',
  6494.                         'label' => 'Profile adboard log',
  6495.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6496.                         'disabled_actions' => [
  6497.                             => 'new',
  6498.                             => 'edit',
  6499.                             => 'delete',
  6500.                         ],
  6501.                         'list' => [
  6502.                             'title' => 'Profile adboard log',
  6503.                         ],
  6504.                         'templates' => [
  6505.                             'list' => 'EasyAdmin/log/list.html.twig',
  6506.                         ],
  6507.                         'name' => 'ProfileAdBoardLog',
  6508.                     ],
  6509.                     'Account' => [
  6510.                         'class' => 'App\\Entity\\Account\\Advertiser',
  6511.                         'controller' => 'App\\Controller\\Management\\AccountController',
  6512.                         'label' => 'Accounts',
  6513.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6514.                         'disabled_actions' => [
  6515.                             => 'delete',
  6516.                         ],
  6517.                         'embeddedList' => [
  6518.                             'open_new_tab' => true,
  6519.                         ],
  6520.                         'list' => [
  6521.                             'title' => 'Accounts List',
  6522.                             'fields' => [
  6523.                                 => [
  6524.                                     'property' => 'id',
  6525.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6526.                                 ],
  6527.                                 => 'email',
  6528.                                 => 'nickName',
  6529.                                 => 'country',
  6530.                                 => [
  6531.                                     'property' => 'city.name',
  6532.                                     'label' => 'City',
  6533.                                 ],
  6534.                                 => [
  6535.                                     'property' => 'currentBalance',
  6536.                                     'label' => 'Balance',
  6537.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6538.                                 ],
  6539.                                 => [
  6540.                                     'property' => 'enabled',
  6541.                                     'type' => 'boolean',
  6542.                                 ],
  6543.                                 => [
  6544.                                     'property' => 'trusted',
  6545.                                     'type' => 'boolean',
  6546.                                 ],
  6547.                             ],
  6548.                         ],
  6549.                         'show' => [
  6550.                             'fields' => [
  6551.                                 => 'email',
  6552.                                 => 'nickName',
  6553.                                 => [
  6554.                                     'property' => 'enabled',
  6555.                                     'type' => 'boolean',
  6556.                                 ],
  6557.                                 => [
  6558.                                     'property' => 'city.name',
  6559.                                     'label' => 'City',
  6560.                                 ],
  6561.                                 => [
  6562.                                     'property' => 'country',
  6563.                                     'label' => 'Country',
  6564.                                     'type' => 'country',
  6565.                                 ],
  6566.                                 => [
  6567.                                     'property' => 'currentBalance',
  6568.                                     'label' => 'Balance',
  6569.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6570.                                 ],
  6571.                             ],
  6572.                         ],
  6573.                         'form' => [
  6574.                             'form_options' => [
  6575.                                 'validation_groups' => [
  6576.                                     => 'Edit',
  6577.                                 ],
  6578.                             ],
  6579.                             'fields' => [
  6580.                                 => [
  6581.                                     'type' => 'tab',
  6582.                                     'label' => 'Account information',
  6583.                                 ],
  6584.                                 => [
  6585.                                     'type' => 'group',
  6586.                                     'label' => 'General information',
  6587.                                     'columns' => 4,
  6588.                                 ],
  6589.                                 => 'email',
  6590.                                 => 'nickName',
  6591.                                 => 'notes',
  6592.                                 => [
  6593.                                     'property' => 'enabled',
  6594.                                     'type_options' => [
  6595.                                         'required' => false,
  6596.                                     ],
  6597.                                 ],
  6598.                                 => [
  6599.                                     'property' => 'trusted',
  6600.                                     'type_options' => [
  6601.                                         'required' => false,
  6602.                                     ],
  6603.                                 ],
  6604.                                 => [
  6605.                                     'property' => 'currentBalance',
  6606.                                     'type' => 'text',
  6607.                                     'type_options' => [
  6608.                                         'block_name' => 'current_balance',
  6609.                                         'mapped' => false,
  6610.                                     ],
  6611.                                 ],
  6612.                                 => [
  6613.                                     'type' => 'group',
  6614.                                     'label' => 'Ban',
  6615.                                     'columns' => 4,
  6616.                                 ],
  6617.                                 => [
  6618.                                     'property' => 'ban',
  6619.                                     'label' => ' ',
  6620.                                     'type' => 'App\\Form\\Type\\AdvertiserBanType',
  6621.                                     'type_options' => [
  6622.                                         'required' => false,
  6623.                                         'mapped' => false,
  6624.                                     ],
  6625.                                 ],
  6626.                                 10 => [
  6627.                                     'type' => 'group',
  6628.                                     'label' => 'Geo Location',
  6629.                                     'columns' => 4,
  6630.                                 ],
  6631.                                 11 => [
  6632.                                     'property' => 'city',
  6633.                                     'type_options' => [
  6634.                                         'group_by' => 'countryCode',
  6635.                                     ],
  6636.                                 ],
  6637.                                 12 => [
  6638.                                     'property' => 'country',
  6639.                                     'label' => 'Country',
  6640.                                     'type_options' => [
  6641.                                         'disabled' => true,
  6642.                                     ],
  6643.                                     'help' => 'Will be set according to the selected city.',
  6644.                                 ],
  6645.                                 13 => [
  6646.                                     'type' => 'group',
  6647.                                     'label' => 'Pin-codes',
  6648.                                     'columns' => 6,
  6649.                                 ],
  6650.                                 14 => [
  6651.                                     'property' => 'Manually_Redeem_Pin-code',
  6652.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm',
  6653.                                 ],
  6654.                                 15 => [
  6655.                                     'type' => 'group',
  6656.                                     'label' => 'Enrollments',
  6657.                                     'columns' => 6,
  6658.                                 ],
  6659.                                 16 => [
  6660.                                     'property' => 'Enroll_Money',
  6661.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm',
  6662.                                 ],
  6663.                                 17 => [
  6664.                                     'type' => 'tab',
  6665.                                     'label' => 'Ads',
  6666.                                 ],
  6667.                                 18 => [
  6668.                                     'type' => 'tab',
  6669.                                     'label' => 'Finance Transactions',
  6670.                                 ],
  6671.                             ],
  6672.                         ],
  6673.                         'templates' => [
  6674.                             'edit' => 'EasyAdmin/account/edit.html.twig',
  6675.                         ],
  6676.                         'name' => 'Account',
  6677.                     ],
  6678.                     'Customer' => [
  6679.                         'class' => 'App\\Entity\\Account\\Customer',
  6680.                         'controller' => 'App\\Controller\\Management\\CustomerController',
  6681.                         'label' => 'Users',
  6682.                         'role' => 'ROLE_ACCESS_WALKER',
  6683.                         'disabled_actions' => [
  6684.                             => 'delete',
  6685.                         ],
  6686.                         'list' => [
  6687.                             'title' => 'Walkers List',
  6688.                             'fields' => [
  6689.                                 => [
  6690.                                     'property' => 'id',
  6691.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6692.                                 ],
  6693.                                 => 'email',
  6694.                                 => 'nickName',
  6695.                                 => 'country',
  6696.                                 => [
  6697.                                     'property' => 'city.name',
  6698.                                     'label' => 'City',
  6699.                                 ],
  6700.                                 => [
  6701.                                     'property' => 'enabled',
  6702.                                     'type' => 'toggle',
  6703.                                 ],
  6704.                             ],
  6705.                         ],
  6706.                         'show' => [
  6707.                             'fields' => [
  6708.                                 => 'email',
  6709.                                 => 'nickName',
  6710.                                 => [
  6711.                                     'property' => 'enabled',
  6712.                                     'type' => 'boolean',
  6713.                                 ],
  6714.                                 => [
  6715.                                     'property' => 'city.name',
  6716.                                     'label' => 'City',
  6717.                                 ],
  6718.                                 => [
  6719.                                     'property' => 'country',
  6720.                                     'label' => 'Country',
  6721.                                     'type' => 'country',
  6722.                                 ],
  6723.                             ],
  6724.                         ],
  6725.                         'form' => [
  6726.                             'form_options' => [
  6727.                                 'validation_groups' => [
  6728.                                     => 'Edit',
  6729.                                 ],
  6730.                             ],
  6731.                             'fields' => [
  6732.                                 => [
  6733.                                     'type' => 'tab',
  6734.                                     'label' => 'Walker information',
  6735.                                 ],
  6736.                                 => [
  6737.                                     'type' => 'group',
  6738.                                     'label' => 'General information',
  6739.                                     'columns' => 6,
  6740.                                 ],
  6741.                                 => 'email',
  6742.                                 => 'nickName',
  6743.                                 => 'notes',
  6744.                                 => [
  6745.                                     'property' => 'enabled',
  6746.                                     'type_options' => [
  6747.                                         'required' => false,
  6748.                                     ],
  6749.                                 ],
  6750.                                 => [
  6751.                                     'type' => 'group',
  6752.                                     'label' => 'Ban',
  6753.                                 ],
  6754.                                 => [
  6755.                                     'property' => 'ban',
  6756.                                     'label' => ' ',
  6757.                                     'type' => 'App\\Form\\Type\\CustomerBanType',
  6758.                                     'type_options' => [
  6759.                                         'required' => false,
  6760.                                         'mapped' => false,
  6761.                                     ],
  6762.                                 ],
  6763.                                 => [
  6764.                                     'type' => 'group',
  6765.                                     'label' => 'Geo Location',
  6766.                                     'columns' => 6,
  6767.                                 ],
  6768.                                 => [
  6769.                                     'property' => 'city',
  6770.                                     'type_options' => [
  6771.                                         'group_by' => 'countryCode',
  6772.                                     ],
  6773.                                 ],
  6774.                                 10 => [
  6775.                                     'property' => 'country',
  6776.                                     'label' => 'Country',
  6777.                                     'type_options' => [
  6778.                                         'disabled' => true,
  6779.                                     ],
  6780.                                     'help' => 'Will be set according to the selected city.',
  6781.                                 ],
  6782.                                 11 => [
  6783.                                     'type' => 'group',
  6784.                                     'label' => 'Walker reviews',
  6785.                                 ],
  6786.                                 12 => [
  6787.                                     'property' => 'profile_comments',
  6788.                                     'type' => 'embedded_list',
  6789.                                     'type_options' => [
  6790.                                         'mapped' => false,
  6791.                                         'entity' => 'ProfileComment',
  6792.                                         'ext_filters' => [
  6793.                                             'entity.user' => 'form:parent.data.id',
  6794.                                         ],
  6795.                                     ],
  6796.                                 ],
  6797.                                 13 => [
  6798.                                     'property' => 'saloon_comments',
  6799.                                     'type' => 'embedded_list',
  6800.                                     'type_options' => [
  6801.                                         'mapped' => false,
  6802.                                         'entity' => 'SaloonComment',
  6803.                                         'ext_filters' => [
  6804.                                             'entity.user' => 'form:parent.data.id',
  6805.                                         ],
  6806.                                     ],
  6807.                                 ],
  6808.                             ],
  6809.                         ],
  6810.                         'templates' => [
  6811.                             'edit' => 'EasyAdmin/customer/edit.html.twig',
  6812.                         ],
  6813.                         'name' => 'Customer',
  6814.                     ],
  6815.                     'ProfileComment' => [
  6816.                         'class' => 'App\\Entity\\Profile\\Comment\\CommentByCustomer',
  6817.                         'controller' => 'App\\Controller\\Management\\ProfileCommentController',
  6818.                         'label' => 'Girls reviews',
  6819.                         'role' => 'ROLE_ACCESS_WALKER',
  6820.                         'disabled_actions' => [
  6821.                             => 'new',
  6822.                             => 'delete',
  6823.                         ],
  6824.                         'search' => [
  6825.                             'fields' => [
  6826.                                 => 'profile.owner.nickName',
  6827.                                 => 'profile.name',
  6828.                                 => 'user.nickName',
  6829.                                 => 'text',
  6830.                                 => 'ipAddress.ip',
  6831.                             ],
  6832.                         ],
  6833.                         'list' => [
  6834.                             'batch_actions' => [
  6835.                                 => [
  6836.                                     'name' => 'restore',
  6837.                                     'label' => 'Восстановить',
  6838.                                     'ask_confirm' => true,
  6839.                                 ],
  6840.                                 => [
  6841.                                     'name' => 'softDelete',
  6842.                                     'label' => 'Удалить',
  6843.                                     'ask_confirm' => true,
  6844.                                 ],
  6845.                             ],
  6846.                             'max_results' => 50,
  6847.                             'title' => 'Girls Reviews',
  6848.                             'fields' => [
  6849.                                 => [
  6850.                                     'property' => 'id',
  6851.                                     'label' => 'id',
  6852.                                 ],
  6853.                                 => [
  6854.                                     'property' => 'profile.owner.nickname',
  6855.                                     'label' => 'Profile owner',
  6856.                                     'template' => 'EasyAdmin/comment/field_owner_name.html.twig',
  6857.                                 ],
  6858.                                 => [
  6859.                                     'property' => 'profile.name',
  6860.                                     'label' => 'Profile name',
  6861.                                     'template' => 'EasyAdmin/comment/field_profile_name.html.twig',
  6862.                                 ],
  6863.                                 => [
  6864.                                     'property' => 'user.nickName',
  6865.                                     'label' => 'Walker',
  6866.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6867.                                 ],
  6868.                                 => [
  6869.                                     'property' => 'text',
  6870.                                     'label' => 'Review',
  6871.                                 ],
  6872.                                 => [
  6873.                                     'property' => 'profile.city.name',
  6874.                                     'label' => 'City',
  6875.                                 ],
  6876.                                 => [
  6877.                                     'property' => 'createdAt',
  6878.                                     'label' => 'Created',
  6879.                                 ],
  6880.                                 => [
  6881.                                     'property' => 'ipAddress.ip',
  6882.                                     'label' => 'IP',
  6883.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6884.                                 ],
  6885.                                 => [
  6886.                                     'property' => 'deleted',
  6887.                                     'label' => 'Deleted',
  6888.                                     'type' => 'boolean',
  6889.                                 ],
  6890.                                 => [
  6891.                                     'property' => 'mark',
  6892.                                     'label' => 'Mark',
  6893.                                 ],
  6894.                                 10 => [
  6895.                                     'property' => 'isCommentedBySupport',
  6896.                                     'label' => 'Replied',
  6897.                                     'type' => 'boolean',
  6898.                                 ],
  6899.                             ],
  6900.                             'actions' => [
  6901.                                 => [
  6902.                                     'name' => 'edit',
  6903.                                     'label' => 'Редактировать',
  6904.                                 ],
  6905.                                 => [
  6906.                                     'name' => 'restore',
  6907.                                     'label' => 'Восстановить',
  6908.                                 ],
  6909.                                 => [
  6910.                                     'name' => 'softDelete',
  6911.                                     'label' => 'Удалить',
  6912.                                 ],
  6913.                             ],
  6914.                         ],
  6915.                         'edit' => [
  6916.                             'fields' => [
  6917.                                 => [
  6918.                                     'property' => 'id',
  6919.                                     'label' => 'id',
  6920.                                     'type_options' => [
  6921.                                         'disabled' => true,
  6922.                                     ],
  6923.                                 ],
  6924.                                 => [
  6925.                                     'property' => 'createdAt',
  6926.                                     'label' => 'Date',
  6927.                                     'type_options' => [
  6928.                                         'disabled' => true,
  6929.                                     ],
  6930.                                 ],
  6931.                                 => [
  6932.                                     'property' => 'text',
  6933.                                     'label' => 'Review',
  6934.                                 ],
  6935.                                 => [
  6936.                                     'property' => 'mark',
  6937.                                     'label' => 'Mark',
  6938.                                     'type' => 'App\\Form\\Type\\ProfileCommentMarkChoiceType',
  6939.                                 ],
  6940.                                 => [
  6941.                                     'property' => 'ipAddress',
  6942.                                     'label' => 'IP',
  6943.                                     'type_options' => [
  6944.                                         'disabled' => true,
  6945.                                     ],
  6946.                                     'css_class' => 'comment-ip-address',
  6947.                                 ],
  6948.                             ],
  6949.                         ],
  6950.                         'templates' => [
  6951.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6952.                         ],
  6953.                         'name' => 'ProfileComment',
  6954.                     ],
  6955.                     'SaloonComment' => [
  6956.                         'class' => 'App\\Entity\\Saloon\\Comment\\CommentByCustomer',
  6957.                         'controller' => 'App\\Controller\\Management\\SaloonCommentController',
  6958.                         'label' => 'Saloons reviews',
  6959.                         'role' => 'ROLE_ACCESS_WALKER',
  6960.                         'disabled_actions' => [
  6961.                             => 'new',
  6962.                             => 'delete',
  6963.                         ],
  6964.                         'search' => [
  6965.                             'fields' => [
  6966.                                 => 'saloon.owner.nickName',
  6967.                                 => 'saloon.name',
  6968.                                 => 'user.nickName',
  6969.                                 => 'text',
  6970.                                 => 'ipAddress.ip',
  6971.                             ],
  6972.                         ],
  6973.                         'list' => [
  6974.                             'batch_actions' => [
  6975.                                 => [
  6976.                                     'name' => 'restore',
  6977.                                     'label' => 'Восстановить',
  6978.                                     'ask_confirm' => true,
  6979.                                 ],
  6980.                                 => [
  6981.                                     'name' => 'softDelete',
  6982.                                     'label' => 'Удалить',
  6983.                                     'ask_confirm' => true,
  6984.                                 ],
  6985.                             ],
  6986.                             'max_results' => 50,
  6987.                             'title' => 'Saloons Reviews',
  6988.                             'fields' => [
  6989.                                 => [
  6990.                                     'property' => 'id',
  6991.                                     'label' => 'id',
  6992.                                 ],
  6993.                                 => [
  6994.                                     'property' => 'saloon.name',
  6995.                                     'label' => 'Name',
  6996.                                     'template' => 'EasyAdmin/comment/field_saloon_name.html.twig',
  6997.                                 ],
  6998.                                 => [
  6999.                                     'property' => 'user.nickName',
  7000.                                     'label' => 'Walker',
  7001.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  7002.                                 ],
  7003.                                 => [
  7004.                                     'property' => 'text',
  7005.                                     'label' => 'Review',
  7006.                                 ],
  7007.                                 => [
  7008.                                     'property' => 'saloon.city.name',
  7009.                                     'label' => 'City',
  7010.                                 ],
  7011.                                 => [
  7012.                                     'property' => 'createdAt',
  7013.                                     'label' => 'Created',
  7014.                                 ],
  7015.                                 => [
  7016.                                     'property' => 'ipAddress.ip',
  7017.                                     'label' => 'IP',
  7018.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7019.                                 ],
  7020.                                 => [
  7021.                                     'property' => 'deleted',
  7022.                                     'label' => 'Deleted',
  7023.                                     'type' => 'boolean',
  7024.                                 ],
  7025.                                 => [
  7026.                                     'property' => 'mark',
  7027.                                     'label' => 'Mark',
  7028.                                 ],
  7029.                                 => [
  7030.                                     'property' => 'isCommentedBySupport',
  7031.                                     'label' => 'Replied',
  7032.                                     'type' => 'boolean',
  7033.                                 ],
  7034.                             ],
  7035.                             'actions' => [
  7036.                                 => [
  7037.                                     'name' => 'edit',
  7038.                                     'label' => 'Редактировать',
  7039.                                 ],
  7040.                                 => [
  7041.                                     'name' => 'restore',
  7042.                                     'label' => 'Восстановить',
  7043.                                 ],
  7044.                                 => [
  7045.                                     'name' => 'softDelete',
  7046.                                     'label' => 'Удалить',
  7047.                                 ],
  7048.                             ],
  7049.                         ],
  7050.                         'edit' => [
  7051.                             'fields' => [
  7052.                                 => [
  7053.                                     'property' => 'id',
  7054.                                     'label' => 'id',
  7055.                                     'type_options' => [
  7056.                                         'disabled' => true,
  7057.                                     ],
  7058.                                 ],
  7059.                                 => [
  7060.                                     'property' => 'createdAt',
  7061.                                     'label' => 'Date',
  7062.                                     'type_options' => [
  7063.                                         'disabled' => true,
  7064.                                     ],
  7065.                                 ],
  7066.                                 => [
  7067.                                     'property' => 'text',
  7068.                                     'label' => 'Review',
  7069.                                 ],
  7070.                                 => [
  7071.                                     'property' => 'mark',
  7072.                                     'label' => 'Mark',
  7073.                                     'type' => 'App\\Form\\Type\\SaloonCommentMarkChoiceType',
  7074.                                 ],
  7075.                                 => [
  7076.                                     'property' => 'ipAddress',
  7077.                                     'label' => 'IP',
  7078.                                     'type_options' => [
  7079.                                         'disabled' => true,
  7080.                                     ],
  7081.                                     'css_class' => 'comment-ip-address',
  7082.                                 ],
  7083.                             ],
  7084.                         ],
  7085.                         'templates' => [
  7086.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  7087.                         ],
  7088.                         'name' => 'SaloonComment',
  7089.                     ],
  7090.                     'Transactions' => [
  7091.                         'class' => 'App\\Entity\\Sales\\AccountTransaction',
  7092.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7093.                         'disabled_actions' => [
  7094.                             => 'new',
  7095.                             => 'edit',
  7096.                             => 'delete',
  7097.                         ],
  7098.                         'list' => [
  7099.                             'fields' => [
  7100.                                 => 'id',
  7101.                                 => [
  7102.                                     'property' => 'account',
  7103.                                     'label' => 'Account',
  7104.                                 ],
  7105.                                 => [
  7106.                                     'property' => 'date',
  7107.                                     'label' => 'Date',
  7108.                                 ],
  7109.                                 => [
  7110.                                     'property' => 'money',
  7111.                                     'label' => 'Money amount',
  7112.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7113.                                 ],
  7114.                             ],
  7115.                         ],
  7116.                         'name' => 'Transactions',
  7117.                     ],
  7118.                     'Payments' => [
  7119.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  7120.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7121.                         'disabled_actions' => [
  7122.                             => 'new',
  7123.                             => 'edit',
  7124.                             => 'delete',
  7125.                         ],
  7126.                         'list' => [
  7127.                             'fields' => [
  7128.                                 => 'id',
  7129.                                 => [
  7130.                                     'property' => 'account',
  7131.                                     'label' => 'Account',
  7132.                                 ],
  7133.                                 => [
  7134.                                     'property' => 'date',
  7135.                                     'label' => 'Date',
  7136.                                 ],
  7137.                                 => [
  7138.                                     'property' => 'paidMoney',
  7139.                                     'label' => 'Paid',
  7140.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7141.                                 ],
  7142.                                 => [
  7143.                                     'property' => 'enrolledMoney',
  7144.                                     'label' => 'Enrolled',
  7145.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7146.                                 ],
  7147.                                 => [
  7148.                                     'property' => 'redeemedToken',
  7149.                                     'label' => 'Pin-code',
  7150.                                 ],
  7151.                                 => [
  7152.                                     'property' => 'enrolledByDescription',
  7153.                                     'label' => 'Enrolled By',
  7154.                                 ],
  7155.                             ],
  7156.                         ],
  7157.                         'name' => 'Payments',
  7158.                     ],
  7159.                     'Charges' => [
  7160.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  7161.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7162.                         'disabled_actions' => [
  7163.                             => 'new',
  7164.                             => 'edit',
  7165.                             => 'delete',
  7166.                         ],
  7167.                         'list' => [
  7168.                             'fields' => [
  7169.                                 => 'id',
  7170.                                 => [
  7171.                                     'property' => 'account',
  7172.                                     'label' => 'Account',
  7173.                                 ],
  7174.                                 => [
  7175.                                     'property' => 'date',
  7176.                                     'label' => 'Date',
  7177.                                 ],
  7178.                                 => [
  7179.                                     'property' => 'chargedMoney',
  7180.                                     'label' => 'Charged',
  7181.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7182.                                 ],
  7183.                                 => [
  7184.                                     'property' => 'link',
  7185.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  7186.                                 ],
  7187.                                 => [
  7188.                                     'property' => 'price',
  7189.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  7190.                                 ],
  7191.                                 => [
  7192.                                     'property' => 'placementStart',
  7193.                                 ],
  7194.                                 => [
  7195.                                     'property' => 'placementEnd',
  7196.                                 ],
  7197.                             ],
  7198.                         ],
  7199.                         'name' => 'Charges',
  7200.                     ],
  7201.                     'Profile' => [
  7202.                         'class' => 'App\\Entity\\Profile\\Profile',
  7203.                         'controller' => 'App\\Controller\\Management\\ProfileController',
  7204.                         'label' => 'Profiles',
  7205.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7206.                         'disabled_actions' => [
  7207.                             => 'new',
  7208.                         ],
  7209.                         'list' => [
  7210.                             'title' => 'Profiles List',
  7211.                             'fields' => [
  7212.                                 => [
  7213.                                     'property' => 'id',
  7214.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7215.                                 ],
  7216.                                 => [
  7217.                                     'property' => 'name',
  7218.                                     'label' => 'Name',
  7219.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  7220.                                     'css_class' => 'profile_name_link',
  7221.                                 ],
  7222.                                 => [
  7223.                                     'property' => 'phoneNumber',
  7224.                                     'label' => 'Phone',
  7225.                                 ],
  7226.                                 => [
  7227.                                     'property' => 'city.name',
  7228.                                     'label' => 'City',
  7229.                                 ],
  7230.                                 => [
  7231.                                     'property' => 'owner.nickname',
  7232.                                     'label' => 'Owner',
  7233.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7234.                                 ],
  7235.                                 => 'createdAt',
  7236.                                 => [
  7237.                                     'property' => 'approved',
  7238.                                     'type' => 'boolean',
  7239.                                 ],
  7240.                                 => [
  7241.                                     'property' => 'isDeleted',
  7242.                                     'type' => 'boolean',
  7243.                                     'label' => 'Deleted',
  7244.                                 ],
  7245.                                 => [
  7246.                                     'property' => 'moderationStatus',
  7247.                                     'type' => 'boolean',
  7248.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7249.                                 ],
  7250.                                 => [
  7251.                                     'property' => 'isMediaProcessed',
  7252.                                     'type' => 'boolean',
  7253.                                     'label' => 'All video processed',
  7254.                                 ],
  7255.                             ],
  7256.                         ],
  7257.                         'form' => [
  7258.                             'form_options' => [
  7259.                                 'validation_groups' => [
  7260.                                     => 'Edit',
  7261.                                 ],
  7262.                             ],
  7263.                         ],
  7264.                         'templates' => [
  7265.                             'list' => 'EasyAdmin/profiles/list.html.twig',
  7266.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  7267.                         ],
  7268.                         'name' => 'Profile',
  7269.                     ],
  7270.                     'Saloon' => [
  7271.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7272.                         'controller' => 'App\\Controller\\Management\\SaloonController',
  7273.                         'label' => 'Saloons',
  7274.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7275.                         'disabled_actions' => [
  7276.                             => 'new',
  7277.                         ],
  7278.                         'list' => [
  7279.                             'title' => 'Saloons List',
  7280.                             'fields' => [
  7281.                                 => [
  7282.                                     'property' => 'id',
  7283.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7284.                                 ],
  7285.                                 => [
  7286.                                     'property' => 'name',
  7287.                                     'label' => 'Name',
  7288.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  7289.                                     'css_class' => 'profile_name_link',
  7290.                                 ],
  7291.                                 => [
  7292.                                     'property' => 'phoneNumber',
  7293.                                     'label' => 'Phone',
  7294.                                 ],
  7295.                                 => [
  7296.                                     'property' => 'city.name',
  7297.                                     'label' => 'City',
  7298.                                 ],
  7299.                                 => [
  7300.                                     'property' => 'owner.nickname',
  7301.                                     'label' => 'Owner',
  7302.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  7303.                                 ],
  7304.                                 => 'createdAt',
  7305.                                 => [
  7306.                                     'property' => 'isDeleted',
  7307.                                     'type' => 'boolean',
  7308.                                     'label' => 'Deleted',
  7309.                                 ],
  7310.                                 => [
  7311.                                     'property' => 'isMediaProcessed',
  7312.                                     'type' => 'boolean',
  7313.                                     'label' => 'All video processed',
  7314.                                 ],
  7315.                             ],
  7316.                         ],
  7317.                         'form' => [
  7318.                             'form_options' => [
  7319.                                 'validation_groups' => [
  7320.                                     => 'Edit',
  7321.                                 ],
  7322.                             ],
  7323.                         ],
  7324.                         'templates' => [
  7325.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  7326.                         ],
  7327.                         'name' => 'Saloon',
  7328.                     ],
  7329.                     'PageMetadata' => [
  7330.                         'class' => 'App\\Entity\\SEO\\PageMetadata',
  7331.                         'controller' => 'App\\Controller\\Management\\PageMetadataController',
  7332.                         'label' => 'Pages SEO',
  7333.                         'role' => 'ROLE_ADMIN_ACCESS_SEO',
  7334.                         'list' => [
  7335.                             'title' => 'Pages SEO',
  7336.                             'form_filters' => [
  7337.                                 => [
  7338.                                     'property' => 'city',
  7339.                                     'label' => 'City',
  7340.                                 ],
  7341.                             ],
  7342.                             'fields' => [
  7343.                                 => [
  7344.                                     'property' => 'city.name',
  7345.                                     'label' => 'City',
  7346.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7347.                                 ],
  7348.                                 => [
  7349.                                     'property' => 'uri',
  7350.                                     'label' => 'Page URI',
  7351.                                 ],
  7352.                                 => [
  7353.                                     'property' => 'hasPageHeading',
  7354.                                     'type' => 'boolean',
  7355.                                     'label' => '&lt;h1&gt;',
  7356.                                 ],
  7357.                                 => [
  7358.                                     'property' => 'hasMetaTitle',
  7359.                                     'type' => 'boolean',
  7360.                                     'label' => '&lt;title&gt;',
  7361.                                 ],
  7362.                                 => [
  7363.                                     'property' => 'hasMetaDescription',
  7364.                                     'type' => 'boolean',
  7365.                                     'label' => '&lt;meta description&gt;',
  7366.                                 ],
  7367.                                 => [
  7368.                                     'property' => 'hasMetaKeywords',
  7369.                                     'type' => 'boolean',
  7370.                                     'label' => '&lt;meta keywords&gt;',
  7371.                                 ],
  7372.                                 => [
  7373.                                     'property' => 'hasTopHtml',
  7374.                                     'type' => 'boolean',
  7375.                                     'label' => 'Top block',
  7376.                                 ],
  7377.                                 => [
  7378.                                     'property' => 'hasBottomHtml',
  7379.                                     'type' => 'boolean',
  7380.                                     'label' => 'Bottom block',
  7381.                                 ],
  7382.                             ],
  7383.                         ],
  7384.                         'form' => [
  7385.                             'title' => 'Page SEO (#%entity_id%)',
  7386.                             'fields' => [
  7387.                                 => [
  7388.                                     'property' => 'city',
  7389.                                     'label' => 'City',
  7390.                                     'type_options' => [
  7391.                                         'required' => true,
  7392.                                     ],
  7393.                                 ],
  7394.                                 => [
  7395.                                     'property' => 'uri',
  7396.                                     'label' => 'Page URI',
  7397.                                 ],
  7398.                                 => [
  7399.                                     'type' => 'section',
  7400.                                     'label' => 'On page texts',
  7401.                                 ],
  7402.                                 => [
  7403.                                     'property' => 'pageHeading',
  7404.                                     'label' => 'Page heading',
  7405.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7406.                                     'type_options' => [
  7407.                                         'locales' => [
  7408.                                             => 'ru',
  7409.                                             => 'en',
  7410.                                         ],
  7411.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7412.                                     ],
  7413.                                     'help' => 'Usual placement is &lt;h1&gt; tag. Supports <strong>only plain text</strong>.',
  7414.                                 ],
  7415.                                 => [
  7416.                                     'type' => 'section',
  7417.                                     'label' => 'Meta texts',
  7418.                                 ],
  7419.                                 => [
  7420.                                     'property' => 'metaTitle',
  7421.                                     'label' => 'Page title',
  7422.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7423.                                     'type_options' => [
  7424.                                         'locales' => [
  7425.                                             => 'ru',
  7426.                                             => 'en',
  7427.                                         ],
  7428.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7429.                                     ],
  7430.                                     'help' => 'Placed within &lt;title&gt; tag. Supports <strong>only plain text</strong>.',
  7431.                                 ],
  7432.                                 => [
  7433.                                     'property' => 'metaDescription',
  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' => 'Supports <strong>only plain text</strong>.',
  7443.                                 ],
  7444.                                 => [
  7445.                                     'property' => 'metaKeywords',
  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.                                     'type' => 'section',
  7458.                                     'label' => 'HTML blocks',
  7459.                                 ],
  7460.                                 => [
  7461.                                     'property' => 'topHtml',
  7462.                                     'label' => 'Top block',
  7463.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7464.                                     'type_options' => [
  7465.                                         'locales' => [
  7466.                                             => 'ru',
  7467.                                             => 'en',
  7468.                                         ],
  7469.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7470.                                     ],
  7471.                                     'help' => 'Placed at the top of the page. Supports HTML markup.',
  7472.                                 ],
  7473.                                 10 => [
  7474.                                     'property' => 'bottomHtml',
  7475.                                     'label' => 'Bottom block',
  7476.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  7477.                                     'type_options' => [
  7478.                                         'locales' => [
  7479.                                             => 'ru',
  7480.                                             => 'en',
  7481.                                         ],
  7482.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  7483.                                     ],
  7484.                                     'help' => 'Placed at the bottom of the page. Supports HTML markup.',
  7485.                                 ],
  7486.                             ],
  7487.                         ],
  7488.                         'edit' => [
  7489.                             'fields' => [
  7490.                                 => [
  7491.                                     'property' => 'city',
  7492.                                     'type_options' => [
  7493.                                         'disabled' => true,
  7494.                                     ],
  7495.                                 ],
  7496.                                 => [
  7497.                                     'property' => 'uri',
  7498.                                     'type_options' => [
  7499.                                         'disabled' => true,
  7500.                                     ],
  7501.                                 ],
  7502.                             ],
  7503.                         ],
  7504.                         'name' => 'PageMetadata',
  7505.                     ],
  7506.                     'ApprovalRequest' => [
  7507.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ApprovalRequest',
  7508.                         'controller' => 'App\\Controller\\Management\\ProfileApprovalController',
  7509.                         'label' => 'Approval',
  7510.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7511.                         'disabled_actions' => [
  7512.                             => 'new',
  7513.                             => 'delete',
  7514.                         ],
  7515.                         'list' => [
  7516.                             'title' => 'Approval List',
  7517.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7518.                             'fields' => [
  7519.                                 => [
  7520.                                     'property' => 'id',
  7521.                                     'label' => 'Request ID',
  7522.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7523.                                 ],
  7524.                                 => [
  7525.                                     'property' => 'profile.id',
  7526.                                     'type_options' => [
  7527.                                         'disabled' => true,
  7528.                                     ],
  7529.                                     'label' => 'Profile ID',
  7530.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7531.                                 ],
  7532.                                 => [
  7533.                                     'property' => 'profile.name',
  7534.                                     'type_options' => [
  7535.                                         'disabled' => true,
  7536.                                     ],
  7537.                                     'label' => 'Profile name',
  7538.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7539.                                 ],
  7540.                                 => [
  7541.                                     'property' => 'profile.owner.nickname',
  7542.                                     'type_options' => [
  7543.                                         'disabled' => true,
  7544.                                     ],
  7545.                                     'label' => 'Owner',
  7546.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7547.                                 ],
  7548.                                 => [
  7549.                                     'property' => 'updatedAt',
  7550.                                     'label' => 'Date',
  7551.                                 ],
  7552.                                 => [
  7553.                                     'property' => 'profile.moderationStatus',
  7554.                                     'type' => 'boolean',
  7555.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7556.                                 ],
  7557.                                 => [
  7558.                                     'property' => 'isMediaProcessed',
  7559.                                     'type' => 'boolean',
  7560.                                     'label' => 'Approval video processed',
  7561.                                 ],
  7562.                             ],
  7563.                         ],
  7564.                         'search' => [
  7565.                             'fields' => [
  7566.                                 => 'profile.id',
  7567.                                 => 'profile.owner.nickName',
  7568.                             ],
  7569.                         ],
  7570.                         'edit' => [
  7571.                             'fields' => [
  7572.                                 => [
  7573.                                     'property' => 'id',
  7574.                                     'type_options' => [
  7575.                                         'disabled' => true,
  7576.                                     ],
  7577.                                 ],
  7578.                             ],
  7579.                         ],
  7580.                         'templates' => [
  7581.                             'edit' => 'EasyAdmin/profile_approval/edit.html.twig',
  7582.                         ],
  7583.                         'name' => 'ApprovalRequest',
  7584.                     ],
  7585.                     'ProfileModeration' => [
  7586.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ModerationRequest',
  7587.                         'controller' => 'App\\Controller\\Management\\ProfileModerationController',
  7588.                         'label' => 'Moderation',
  7589.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7590.                         'disabled_actions' => [
  7591.                             => 'new',
  7592.                         ],
  7593.                         'list' => [
  7594.                             'batch_actions' => [
  7595.                                 => [
  7596.                                     'name' => 'pass',
  7597.                                     'label' => 'Одобрить',
  7598.                                     'ask_confirm' => true,
  7599.                                 ],
  7600.                                 => [
  7601.                                     'name' => 'reject',
  7602.                                     'label' => 'Отклонить',
  7603.                                     'ask_confirm' => true,
  7604.                                 ],
  7605.                             ],
  7606.                             'title' => 'Profiles List',
  7607.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7608.                             'fields' => [
  7609.                                 => [
  7610.                                     'property' => 'id',
  7611.                                     'label' => 'Request ID',
  7612.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7613.                                 ],
  7614.                                 => [
  7615.                                     'property' => 'profile.id',
  7616.                                     'label' => 'Profile ID',
  7617.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7618.                                 ],
  7619.                                 => [
  7620.                                     'property' => 'profile.name',
  7621.                                     'label' => 'Profile name',
  7622.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7623.                                     'css_class' => 'profile_name_link',
  7624.                                 ],
  7625.                                 => [
  7626.                                     'property' => 'profile.phoneNumber',
  7627.                                     'label' => 'Phone',
  7628.                                 ],
  7629.                                 => [
  7630.                                     'property' => 'profile.owner.nickName',
  7631.                                     'label' => 'Owner',
  7632.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7633.                                 ],
  7634.                                 => [
  7635.                                     'property' => 'updatedAt',
  7636.                                     'label' => 'Date',
  7637.                                 ],
  7638.                                 => [
  7639.                                     'property' => 'isProfileMediaProcessed',
  7640.                                     'type' => 'boolean',
  7641.                                     'label' => 'Profile video processed',
  7642.                                 ],
  7643.                             ],
  7644.                         ],
  7645.                         'search' => [
  7646.                             'fields' => [
  7647.                                 => 'profile.id',
  7648.                                 => 'profile.phoneNumber',
  7649.                                 => 'profile.owner.nickName',
  7650.                             ],
  7651.                         ],
  7652.                         'form' => [
  7653.                             'form_options' => [
  7654.                                 'validation_groups' => [
  7655.                                     => 'Edit',
  7656.                                 ],
  7657.                             ],
  7658.                         ],
  7659.                         'templates' => [
  7660.                             'list' => 'EasyAdmin/profile_moderation/list.html.twig',
  7661.                             'edit' => 'EasyAdmin/profile_moderation/edit.html.twig',
  7662.                         ],
  7663.                         'name' => 'ProfileModeration',
  7664.                     ],
  7665.                     'SupportMessage' => [
  7666.                         'class' => 'App\\Entity\\Account\\SupportMessage',
  7667.                         'controller' => 'App\\Controller\\Management\\SupportMessagesController',
  7668.                         'label' => 'Messages',
  7669.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7670.                         'disabled_actions' => [
  7671.                             => 'new',
  7672.                             => 'delete',
  7673.                         ],
  7674.                         'search' => [
  7675.                             'fields' => [
  7676.                                 => 'owner.nickName',
  7677.                                 => 'topic',
  7678.                                 => 'message',
  7679.                             ],
  7680.                         ],
  7681.                         'list' => [
  7682.                             'actions' => [
  7683.                                 => [
  7684.                                     'name' => 'edit',
  7685.                                     'label' => 'Просмотреть',
  7686.                                 ],
  7687.                             ],
  7688.                             'max_results' => 10,
  7689.                             'title' => 'Messages',
  7690.                             'fields' => [
  7691.                                 => 'id',
  7692.                                 => [
  7693.                                     'property' => 'owner.nickname',
  7694.                                     'label' => 'Author',
  7695.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7696.                                 ],
  7697.                                 => [
  7698.                                     'property' => 'topic',
  7699.                                     'label' => 'Topic',
  7700.                                 ],
  7701.                                 => [
  7702.                                     'property' => 'message',
  7703.                                     'label' => 'Message',
  7704.                                 ],
  7705.                                 => [
  7706.                                     'property' => 'lastMessageAt',
  7707.                                     'label' => 'Last user message',
  7708.                                 ],
  7709.                             ],
  7710.                         ],
  7711.                         'edit' => [
  7712.                             'fields' => [
  7713.                                 => [
  7714.                                     'property' => 'id',
  7715.                                     'label' => 'ID',
  7716.                                     'type_options' => [
  7717.                                         'disabled' => true,
  7718.                                     ],
  7719.                                 ],
  7720.                             ],
  7721.                         ],
  7722.                         'templates' => [
  7723.                             'list' => 'EasyAdmin/support_messages/list.html.twig',
  7724.                             'edit' => 'EasyAdmin/support_messages/edit.html.twig',
  7725.                         ],
  7726.                         'name' => 'SupportMessage',
  7727.                     ],
  7728.                     'PhoneReview' => [
  7729.                         'class' => 'App\\MultiWebsite\\Entity\\PhoneReview',
  7730.                         'label' => 'Phone Reviews',
  7731.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7732.                         'disabled_actions' => [
  7733.                             => 'new',
  7734.                         ],
  7735.                         'list' => [
  7736.                             'max_results' => 50,
  7737.                             'title' => 'Phone Reviews',
  7738.                             'fields' => [
  7739.                                 => 'phone',
  7740.                                 => 'review',
  7741.                                 => 'mark',
  7742.                                 => 'createdAt',
  7743.                             ],
  7744.                         ],
  7745.                         'name' => 'PhoneReview',
  7746.                     ],
  7747.                     'Analytics' => [
  7748.                         'class' => 'App\\Entity\\Sales\\Profile\\PlacementCharge',
  7749.                         'controller' => 'App\\Controller\\Management\\AnalyticsController',
  7750.                         'label' => 'Analytics',
  7751.                         'role' => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  7752.                         'disabled_actions' => [
  7753.                             => 'new',
  7754.                             => 'delete',
  7755.                         ],
  7756.                         'list' => [
  7757.                             'title' => 'Live',
  7758.                         ],
  7759.                         'templates' => [
  7760.                             'list' => 'EasyAdmin/analytics/list.html.twig',
  7761.                         ],
  7762.                         'name' => 'Analytics',
  7763.                     ],
  7764.                     'DeletedProfile' => [
  7765.                         'class' => 'App\\Entity\\Profile\\Profile',
  7766.                         'controller' => 'App\\Controller\\Management\\DeletedProfilesController',
  7767.                         'label' => 'Deleted Profiles',
  7768.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7769.                         'disabled_actions' => [
  7770.                             => 'new',
  7771.                             => 'edit',
  7772.                             => 'delete',
  7773.                         ],
  7774.                         'templates' => [
  7775.                             'list' => 'EasyAdmin/deleted_profiles/list.html.twig',
  7776.                         ],
  7777.                         'list' => [
  7778.                             'actions' => [
  7779.                                 => [
  7780.                                     'name' => 'restore',
  7781.                                     'label' => 'Восстановить',
  7782.                                 ],
  7783.                             ],
  7784.                             'title' => 'Profiles List',
  7785.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7786.                             'fields' => [
  7787.                                 => [
  7788.                                     'property' => 'name',
  7789.                                     'label' => 'Name',
  7790.                                     'css_class' => 'profile_name_link',
  7791.                                 ],
  7792.                                 => [
  7793.                                     'property' => 'deletedAt',
  7794.                                     'label' => 'deletedAt',
  7795.                                 ],
  7796.                             ],
  7797.                             'sort' => [
  7798.                                 => 'deletedAt',
  7799.                                 => 'DESC',
  7800.                             ],
  7801.                         ],
  7802.                         'name' => 'DeletedProfile',
  7803.                     ],
  7804.                     'DeletedSaloon' => [
  7805.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7806.                         'controller' => 'App\\Controller\\Management\\DeletedSaloonController',
  7807.                         'label' => 'Deleted Saloons',
  7808.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7809.                         'disabled_actions' => [
  7810.                             => 'new',
  7811.                             => 'edit',
  7812.                             => 'delete',
  7813.                         ],
  7814.                         'templates' => [
  7815.                             'list' => 'EasyAdmin/deleted_saloons/list.html.twig',
  7816.                         ],
  7817.                         'list' => [
  7818.                             'actions' => [
  7819.                                 => [
  7820.                                     'name' => 'restore',
  7821.                                     'label' => 'Восстановить',
  7822.                                 ],
  7823.                             ],
  7824.                             'title' => 'Profiles List',
  7825.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7826.                             'fields' => [
  7827.                                 => [
  7828.                                     'property' => 'name',
  7829.                                     'label' => 'Name',
  7830.                                     'css_class' => 'profile_name_link',
  7831.                                 ],
  7832.                                 => [
  7833.                                     'property' => 'deletedAt',
  7834.                                     'label' => 'deletedAt',
  7835.                                 ],
  7836.                             ],
  7837.                             'sort' => [
  7838.                                 => 'deletedAt',
  7839.                                 => 'DESC',
  7840.                             ],
  7841.                         ],
  7842.                         'name' => 'DeletedSaloon',
  7843.                     ],
  7844.                     'CityPrice' => [
  7845.                         'class' => 'App\\Entity\\Location\\City',
  7846.                         'controller' => 'App\\Controller\\Management\\CityPricesController',
  7847.                         'label' => 'City prices',
  7848.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7849.                         'disabled_actions' => [
  7850.                             => 'new',
  7851.                             => 'delete',
  7852.                         ],
  7853.                         'templates' => [
  7854.                             'list' => 'EasyAdmin/city_prices/list.html.twig',
  7855.                         ],
  7856.                         'list' => [
  7857.                             'title' => 'City prices',
  7858.                             'actions' => [
  7859.                                 => [
  7860.                                     'name' => 'dynamicPricesData',
  7861.                                     'label' => 'Dynamic prices data',
  7862.                                 ],
  7863.                                 => [
  7864.                                     'name' => 'dynamicPricesSave',
  7865.                                     'label' => 'Dynamic prices save',
  7866.                                 ],
  7867.                                 => [
  7868.                                     'name' => 'dynamicPricesReplace',
  7869.                                     'label' => 'Dynamic prices replace',
  7870.                                 ],
  7871.                                 => [
  7872.                                     'name' => 'dynamicPricesFillDefaults',
  7873.                                     'label' => 'Dynamic prices fill defaults',
  7874.                                 ],
  7875.                             ],
  7876.                             'fields' => [
  7877.                                 => 'id',
  7878.                                 => [
  7879.                                     'property' => 'name',
  7880.                                     'label' => 'Name',
  7881.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7882.                                 ],
  7883.                             ],
  7884.                         ],
  7885.                         'form' => [
  7886.                             'form_options' => [
  7887.                                 'empty_data' => NULL,
  7888.                             ],
  7889.                             'fields' => [
  7890.                                 => [
  7891.                                     'property' => 'name',
  7892.                                     'label' => ' ',
  7893.                                     'type_options' => [
  7894.                                         'disabled' => true,
  7895.                                         'block_name' => 'city_name',
  7896.                                         'required' => false,
  7897.                                     ],
  7898.                                 ],
  7899.                             ],
  7900.                         ],
  7901.                         'name' => 'CityPrice',
  7902.                     ],
  7903.                     'OfferBar' => [
  7904.                         'class' => 'App\\Entity\\System\\Variable',
  7905.                         'controller' => 'App\\Controller\\Management\\OfferBarController',
  7906.                         'label' => 'Offer Bar',
  7907.                         'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  7908.                         'disabled_actions' => [
  7909.                             => 'new',
  7910.                             => 'delete',
  7911.                             => 'form',
  7912.                         ],
  7913.                         'list' => [
  7914.                             'title' => 'Offer Bar',
  7915.                             'actions' => [
  7916.                                 => [
  7917.                                     'name' => 'save',
  7918.                                     'label' => 'Восстановить',
  7919.                                 ],
  7920.                             ],
  7921.                             'fields' => [
  7922.                                 => 'id',
  7923.                             ],
  7924.                         ],
  7925.                         'name' => 'OfferBar',
  7926.                     ],
  7927.                     'IpAddress' => [
  7928.                         'class' => 'App\\Entity\\System\\IpAddress',
  7929.                         'controller' => 'App\\Controller\\Management\\IpAddressController',
  7930.                         'label' => 'IPs',
  7931.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7932.                         'disabled_actions' => [
  7933.                             => 'delete',
  7934.                             => 'form',
  7935.                         ],
  7936.                         'list' => [
  7937.                             'title' => 'IPs',
  7938.                             'actions' => [
  7939.                                 => [
  7940.                                     'name' => 'permanentBan',
  7941.                                     'label' => 'Забанить',
  7942.                                     'icon' => 'ban',
  7943.                                     'css_class' => 'text-danger',
  7944.                                 ],
  7945.                             ],
  7946.                             'fields' => [
  7947.                                 => 'id',
  7948.                                 => [
  7949.                                     'property' => 'ip',
  7950.                                     'label' => 'IP',
  7951.                                 ],
  7952.                                 => [
  7953.                                     'property' => 'activeDailyCommentBan.date',
  7954.                                     'label' => 'Active daily ban',
  7955.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7956.                                 ],
  7957.                                 => [
  7958.                                     'property' => 'activePermanentCommentBan.date',
  7959.                                     'label' => 'Active permanent ban',
  7960.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7961.                                 ],
  7962.                                 => [
  7963.                                     'property' => 'dailyCommentBansCount',
  7964.                                     'label' => 'Temporary bans',
  7965.                                 ],
  7966.                                 => [
  7967.                                     'property' => 'permanentCommentBansCount',
  7968.                                     'label' => 'Permanent bans',
  7969.                                 ],
  7970.                             ],
  7971.                         ],
  7972.                         'edit' => [
  7973.                             'title' => 'IP or Network',
  7974.                             'form_options' => [
  7975.                                 'empty_data' => NULL,
  7976.                             ],
  7977.                             'fields' => [
  7978.                                 => [
  7979.                                     'property' => 'ip',
  7980.                                     'label' => 'IP',
  7981.                                     'type_options' => [
  7982.                                         'disabled' => true,
  7983.                                     ],
  7984.                                 ],
  7985.                                 => [
  7986.                                     'type' => 'group',
  7987.                                     'label' => 'IP profile comments',
  7988.                                 ],
  7989.                                 => [
  7990.                                     'property' => 'profileComments',
  7991.                                     'type' => 'embedded_list',
  7992.                                     'type_options' => [
  7993.                                         'mapped' => false,
  7994.                                         'entity' => 'ProfileComment',
  7995.                                         'ext_filters' => [
  7996.                                             'entity.ipAddress' => 'form:parent.data.id',
  7997.                                         ],
  7998.                                     ],
  7999.                                 ],
  8000.                                 => [
  8001.                                     'type' => 'group',
  8002.                                     'label' => 'IP saloon comments',
  8003.                                 ],
  8004.                                 => [
  8005.                                     'property' => 'saloonComments',
  8006.                                     'type' => 'embedded_list',
  8007.                                     'type_options' => [
  8008.                                         'mapped' => false,
  8009.                                         'entity' => 'SaloonComment',
  8010.                                         'ext_filters' => [
  8011.                                             'entity.ipAddress' => 'form:parent.data.id',
  8012.                                         ],
  8013.                                     ],
  8014.                                 ],
  8015.                                 => [
  8016.                                     'type' => 'group',
  8017.                                     'label' => 'Ban history',
  8018.                                 ],
  8019.                                 => [
  8020.                                     'property' => 'commentBans',
  8021.                                     'type' => 'embedded_list',
  8022.                                     'type_options' => [
  8023.                                         'mapped' => false,
  8024.                                         'entity' => 'IpAddressCommentBan',
  8025.                                         'ext_filters' => [
  8026.                                             'entity.ipAddress' => 'form:parent.data.id',
  8027.                                         ],
  8028.                                     ],
  8029.                                 ],
  8030.                             ],
  8031.                         ],
  8032.                         'new' => [
  8033.                             'title' => 'New IP or Network',
  8034.                             'fields' => [
  8035.                                 => [
  8036.                                     'property' => 'ip',
  8037.                                     'label' => 'IP',
  8038.                                 ],
  8039.                             ],
  8040.                         ],
  8041.                         'name' => 'IpAddress',
  8042.                     ],
  8043.                     'IpAddressDailyCommentBan' => [
  8044.                         'class' => 'App\\Entity\\System\\IpAddressDailyCommentBan',
  8045.                         'controller' => 'App\\Controller\\Management\\IpAddressDailyCommentBanController',
  8046.                         'label' => 'Temporary comment ban (today)',
  8047.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8048.                         'disabled_actions' => [
  8049.                             => 'new',
  8050.                             => 'delete',
  8051.                         ],
  8052.                         'list' => [
  8053.                             'dql_filter' => 'entity.date >= curdate() AND entity.isReset = 0',
  8054.                             'title' => 'Temporary comment ban (today)',
  8055.                             'actions' => [
  8056.                                 => [
  8057.                                     'name' => 'reset',
  8058.                                     'label' => 'Reset',
  8059.                                 ],
  8060.                                 => [
  8061.                                     'name' => 'deleteComments',
  8062.                                     'label' => 'Delete comments',
  8063.                                 ],
  8064.                             ],
  8065.                             'fields' => [
  8066.                                 => 'id',
  8067.                                 => [
  8068.                                     'property' => 'ipAddress.ip',
  8069.                                     'label' => 'IP',
  8070.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  8071.                                 ],
  8072.                                 => [
  8073.                                     'property' => 'date',
  8074.                                     'label' => 'Date',
  8075.                                 ],
  8076.                                 => [
  8077.                                     'property' => 'ipAddress.dailyCommentBansCount',
  8078.                                     'label' => 'Temporary bans',
  8079.                                 ],
  8080.                                 => [
  8081.                                     'property' => 'ipAddress.permanentCommentBansCount',
  8082.                                     'label' => 'Permanent bans',
  8083.                                 ],
  8084.                                 => [
  8085.                                     'property' => 'isReset',
  8086.                                     'type' => 'boolean',
  8087.                                 ],
  8088.                             ],
  8089.                         ],
  8090.                         'edit' => [
  8091.                             'fields' => [
  8092.                                 => [
  8093.                                     'property' => 'id',
  8094.                                     'label' => 'id',
  8095.                                     'type_options' => [
  8096.                                         'disabled' => true,
  8097.                                     ],
  8098.                                 ],
  8099.                                 => [
  8100.                                     'property' => 'ipAddress',
  8101.                                     'label' => 'IP',
  8102.                                     'type_options' => [
  8103.                                         'disabled' => true,
  8104.                                     ],
  8105.                                 ],
  8106.                                 => [
  8107.                                     'property' => 'date',
  8108.                                     'label' => 'Date',
  8109.                                     'type_options' => [
  8110.                                         'disabled' => true,
  8111.                                     ],
  8112.                                 ],
  8113.                                 => [
  8114.                                     'property' => 'isReset',
  8115.                                     'type_options' => [
  8116.                                         'disabled' => true,
  8117.                                     ],
  8118.                                 ],
  8119.                             ],
  8120.                         ],
  8121.                         'templates' => [
  8122.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  8123.                         ],
  8124.                         'name' => 'IpAddressDailyCommentBan',
  8125.                     ],
  8126.                     'IpAddressPermanentCommentBan' => [
  8127.                         'class' => 'App\\Entity\\System\\IpAddressPermanentCommentBan',
  8128.                         'controller' => 'App\\Controller\\Management\\IpAddressPermanentCommentBanController',
  8129.                         'label' => 'Permanent comment ban',
  8130.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8131.                         'disabled_actions' => [
  8132.                             => 'new',
  8133.                             => 'delete',
  8134.                         ],
  8135.                         'list' => [
  8136.                             'dql_filter' => 'entity.isReset = 0',
  8137.                             'title' => 'Permanent comment ban',
  8138.                             'actions' => [
  8139.                                 => [
  8140.                                     'name' => 'reset',
  8141.                                     'label' => 'Reset',
  8142.                                 ],
  8143.                                 => [
  8144.                                     'name' => 'deleteComments',
  8145.                                     'label' => 'Delete comments',
  8146.                                 ],
  8147.                             ],
  8148.                             'fields' => [
  8149.                                 => 'id',
  8150.                                 => [
  8151.                                     'property' => 'ipAddress.ip',
  8152.                                     'label' => 'IP',
  8153.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  8154.                                 ],
  8155.                                 => [
  8156.                                     'property' => 'date',
  8157.                                     'label' => 'Date',
  8158.                                 ],
  8159.                                 => [
  8160.                                     'property' => 'ipAddress.dailyCommentBansCount',
  8161.                                     'label' => 'Temporary bans',
  8162.                                 ],
  8163.                                 => [
  8164.                                     'property' => 'ipAddress.permanentCommentBansCount',
  8165.                                     'label' => 'Permanent bans',
  8166.                                 ],
  8167.                                 => [
  8168.                                     'property' => 'isReset',
  8169.                                     'type' => 'boolean',
  8170.                                 ],
  8171.                             ],
  8172.                         ],
  8173.                         'edit' => [
  8174.                             'fields' => [
  8175.                                 => [
  8176.                                     'property' => 'id',
  8177.                                     'label' => 'id',
  8178.                                     'type_options' => [
  8179.                                         'disabled' => true,
  8180.                                     ],
  8181.                                 ],
  8182.                                 => [
  8183.                                     'property' => 'ipAddress',
  8184.                                     'label' => 'IP',
  8185.                                     'type_options' => [
  8186.                                         'disabled' => true,
  8187.                                     ],
  8188.                                 ],
  8189.                                 => [
  8190.                                     'property' => 'date',
  8191.                                     'label' => 'Date',
  8192.                                     'type_options' => [
  8193.                                         'disabled' => true,
  8194.                                     ],
  8195.                                 ],
  8196.                                 => [
  8197.                                     'property' => 'isReset',
  8198.                                     'type_options' => [
  8199.                                         'disabled' => true,
  8200.                                     ],
  8201.                                 ],
  8202.                             ],
  8203.                         ],
  8204.                         'templates' => [
  8205.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  8206.                         ],
  8207.                         'name' => 'IpAddressPermanentCommentBan',
  8208.                     ],
  8209.                     'IpAddressCommentBan' => [
  8210.                         'class' => 'App\\Entity\\System\\IpAddressCommentBan',
  8211.                         'controller' => 'App\\Controller\\Management\\IpAddressCommentBanController',
  8212.                         'label' => 'Comment ban history',
  8213.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8214.                         'disabled_actions' => [
  8215.                             => 'new',
  8216.                             => 'delete',
  8217.                         ],
  8218.                         'list' => [
  8219.                             'title' => 'Comment ban history',
  8220.                             'actions' => [
  8221.                                 => [
  8222.                                     'name' => 'deleteComments',
  8223.                                     'label' => 'Delete comments',
  8224.                                 ],
  8225.                             ],
  8226.                             'fields' => [
  8227.                                 => 'id',
  8228.                                 => [
  8229.                                     'property' => 'ipAddress.ip',
  8230.                                     'label' => 'IP',
  8231.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  8232.                                 ],
  8233.                                 => [
  8234.                                     'property' => 'date',
  8235.                                     'label' => 'Date',
  8236.                                 ],
  8237.                                 => [
  8238.                                     'property' => 'ipAddress.dailyCommentBansCount',
  8239.                                     'label' => 'Temporary bans',
  8240.                                 ],
  8241.                                 => [
  8242.                                     'property' => 'ipAddress.permanentCommentBansCount',
  8243.                                     'label' => 'Permanent bans',
  8244.                                 ],
  8245.                                 => [
  8246.                                     'property' => 'isReset',
  8247.                                     'type' => 'boolean',
  8248.                                 ],
  8249.                                 => [
  8250.                                     'property' => 'type',
  8251.                                 ],
  8252.                             ],
  8253.                         ],
  8254.                         'edit' => [
  8255.                             'fields' => [
  8256.                                 => [
  8257.                                     'property' => 'id',
  8258.                                     'label' => 'id',
  8259.                                     'type_options' => [
  8260.                                         'disabled' => true,
  8261.                                     ],
  8262.                                 ],
  8263.                                 => [
  8264.                                     'property' => 'ipAddress',
  8265.                                     'label' => 'IP',
  8266.                                     'type_options' => [
  8267.                                         'disabled' => true,
  8268.                                     ],
  8269.                                 ],
  8270.                                 => [
  8271.                                     'property' => 'date',
  8272.                                     'label' => 'Date',
  8273.                                     'type_options' => [
  8274.                                         'disabled' => true,
  8275.                                     ],
  8276.                                 ],
  8277.                                 => [
  8278.                                     'property' => 'isReset',
  8279.                                     'type_options' => [
  8280.                                         'disabled' => true,
  8281.                                     ],
  8282.                                 ],
  8283.                             ],
  8284.                         ],
  8285.                         'templates' => [
  8286.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  8287.                         ],
  8288.                         'name' => 'IpAddressCommentBan',
  8289.                     ],
  8290.                     'AccountProfile' => [
  8291.                         'class' => 'App\\Entity\\Profile\\Profile',
  8292.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  8293.                         'disabled_actions' => [
  8294.                             => 'new',
  8295.                         ],
  8296.                         'list' => [
  8297.                             'title' => 'Owned profiles',
  8298.                             'fields' => [
  8299.                                 => [
  8300.                                     'property' => 'id',
  8301.                                     'template' => 'EasyAdmin/field_id.html.twig',
  8302.                                 ],
  8303.                                 => [
  8304.                                     'property' => 'name',
  8305.                                     'label' => 'Name',
  8306.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  8307.                                     'css_class' => 'profile_name_link',
  8308.                                 ],
  8309.                                 => [
  8310.                                     'property' => 'phoneNumber',
  8311.                                     'label' => 'Phone',
  8312.                                 ],
  8313.                                 => [
  8314.                                     'property' => 'city.name',
  8315.                                     'label' => 'City',
  8316.                                 ],
  8317.                                 => [
  8318.                                     'property' => 'owner.nickname',
  8319.                                     'label' => 'Owner',
  8320.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  8321.                                 ],
  8322.                                 => 'createdAt',
  8323.                                 => [
  8324.                                     'property' => 'approved',
  8325.                                     'type' => 'boolean',
  8326.                                 ],
  8327.                                 => [
  8328.                                     'property' => 'isDeleted',
  8329.                                     'type' => 'boolean',
  8330.                                     'label' => 'Deleted',
  8331.                                 ],
  8332.                                 => [
  8333.                                     'property' => 'moderationStatus',
  8334.                                     'type' => 'boolean',
  8335.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  8336.                                 ],
  8337.                                 => [
  8338.                                     'property' => 'isMediaProcessed',
  8339.                                     'type' => 'boolean',
  8340.                                     'label' => 'All video processed',
  8341.                                 ],
  8342.                             ],
  8343.                         ],
  8344.                         'form' => [
  8345.                             'form_options' => [
  8346.                                 'validation_groups' => [
  8347.                                     => 'Edit',
  8348.                                 ],
  8349.                             ],
  8350.                         ],
  8351.                         'templates' => [
  8352.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8353.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  8354.                         ],
  8355.                         'name' => 'AccountProfile',
  8356.                     ],
  8357.                     'AccountSaloon' => [
  8358.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  8359.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  8360.                         'disabled_actions' => [
  8361.                             => 'new',
  8362.                         ],
  8363.                         'list' => [
  8364.                             'title' => 'Owned saloons',
  8365.                             'fields' => [
  8366.                                 => [
  8367.                                     'property' => 'id',
  8368.                                     'template' => 'EasyAdmin/field_id.html.twig',
  8369.                                 ],
  8370.                                 => [
  8371.                                     'property' => 'name',
  8372.                                     'label' => 'Name',
  8373.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  8374.                                     'css_class' => 'profile_name_link',
  8375.                                 ],
  8376.                                 => [
  8377.                                     'property' => 'phoneNumber',
  8378.                                     'label' => 'Phone',
  8379.                                 ],
  8380.                                 => [
  8381.                                     'property' => 'city.name',
  8382.                                     'label' => 'City',
  8383.                                 ],
  8384.                                 => [
  8385.                                     'property' => 'owner.nickname',
  8386.                                     'label' => 'Owner',
  8387.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  8388.                                 ],
  8389.                                 => 'createdAt',
  8390.                                 => [
  8391.                                     'property' => 'isDeleted',
  8392.                                     'type' => 'boolean',
  8393.                                     'label' => 'Deleted',
  8394.                                 ],
  8395.                                 => [
  8396.                                     'property' => 'isMediaProcessed',
  8397.                                     'type' => 'boolean',
  8398.                                     'label' => 'All video processed',
  8399.                                 ],
  8400.                             ],
  8401.                         ],
  8402.                         'form' => [
  8403.                             'form_options' => [
  8404.                                 'validation_groups' => [
  8405.                                     => 'Edit',
  8406.                                 ],
  8407.                             ],
  8408.                         ],
  8409.                         'templates' => [
  8410.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8411.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  8412.                         ],
  8413.                         'name' => 'AccountSaloon',
  8414.                     ],
  8415.                     'AccountEnrollments' => [
  8416.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  8417.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8418.                         'disabled_actions' => [
  8419.                             => 'new',
  8420.                             => 'edit',
  8421.                             => 'delete',
  8422.                         ],
  8423.                         'list' => [
  8424.                             'title' => 'Enrollments',
  8425.                             'fields' => [
  8426.                                 => 'id',
  8427.                                 => [
  8428.                                     'property' => 'account',
  8429.                                     'label' => 'Account',
  8430.                                 ],
  8431.                                 => [
  8432.                                     'property' => 'date',
  8433.                                     'label' => 'Date',
  8434.                                 ],
  8435.                                 => [
  8436.                                     'property' => 'paidMoney',
  8437.                                     'label' => 'Paid',
  8438.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8439.                                 ],
  8440.                                 => [
  8441.                                     'property' => 'enrolledMoney',
  8442.                                     'label' => 'Enrolled',
  8443.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8444.                                 ],
  8445.                                 => [
  8446.                                     'property' => 'redeemedToken',
  8447.                                     'label' => 'Pin-code',
  8448.                                 ],
  8449.                                 => [
  8450.                                     'property' => 'enrolledByDescription',
  8451.                                     'label' => 'Enrolled By',
  8452.                                 ],
  8453.                             ],
  8454.                         ],
  8455.                         'templates' => [
  8456.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8457.                         ],
  8458.                         'name' => 'AccountEnrollments',
  8459.                     ],
  8460.                     'AccountCharges' => [
  8461.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  8462.                         'controller' => 'App\\Controller\\Management\\AccountChargesController',
  8463.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8464.                         'disabled_actions' => [
  8465.                             => 'new',
  8466.                             => 'edit',
  8467.                             => 'delete',
  8468.                         ],
  8469.                         'list' => [
  8470.                             'title' => 'Charges',
  8471.                             'fields' => [
  8472.                                 => 'id',
  8473.                                 => [
  8474.                                     'property' => 'account',
  8475.                                     'label' => 'Account',
  8476.                                 ],
  8477.                                 => [
  8478.                                     'property' => 'date',
  8479.                                     'label' => 'Date',
  8480.                                 ],
  8481.                                 => [
  8482.                                     'property' => 'chargedMoney',
  8483.                                     'label' => 'Charged',
  8484.                                     'template' => 'EasyAdmin/field_money.html.twig',
  8485.                                 ],
  8486.                                 => [
  8487.                                     'property' => 'link',
  8488.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  8489.                                 ],
  8490.                                 => [
  8491.                                     'property' => 'price',
  8492.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  8493.                                 ],
  8494.                                 => [
  8495.                                     'property' => 'placementStart',
  8496.                                 ],
  8497.                                 => [
  8498.                                     'property' => 'placementEnd',
  8499.                                 ],
  8500.                             ],
  8501.                         ],
  8502.                         'templates' => [
  8503.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  8504.                         ],
  8505.                         'name' => 'AccountCharges',
  8506.                     ],
  8507.                 ],
  8508.                 'formats' => [
  8509.                     'date' => 'Y-m-d',
  8510.                     'time' => 'H:i:s',
  8511.                     'datetime' => 'F j, Y H:i',
  8512.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  8513.                 ],
  8514.                 'disabled_actions' => [
  8515.                 ],
  8516.                 'translation_domain' => 'messages',
  8517.                 'list' => [
  8518.                     'actions' => [
  8519.                     ],
  8520.                     'collapse_actions' => false,
  8521.                     'batch_actions' => [
  8522.                     ],
  8523.                     'max_results' => 15,
  8524.                     'item_permission' => NULL,
  8525.                 ],
  8526.                 'search' => [
  8527.                 ],
  8528.                 'edit' => [
  8529.                     'actions' => [
  8530.                     ],
  8531.                     'item_permission' => NULL,
  8532.                 ],
  8533.                 'new' => [
  8534.                     'actions' => [
  8535.                     ],
  8536.                     'item_permission' => NULL,
  8537.                 ],
  8538.                 'show' => [
  8539.                     'actions' => [
  8540.                     ],
  8541.                     'max_results' => 10,
  8542.                     'item_permission' => NULL,
  8543.                 ],
  8544.             ]; break;
  8545.             case 'oneup_uploader.chunks'$value = [
  8546.                 'maxage' => 604800,
  8547.                 'storage' => [
  8548.                     'type' => 'filesystem',
  8549.                     'filesystem' => NULL,
  8550.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8551.                     'stream_wrapper' => NULL,
  8552.                     'sync_buffer_size' => '100K',
  8553.                     'prefix' => 'chunks',
  8554.                 ],
  8555.                 'load_distribution' => true,
  8556.             ]; break;
  8557.             case 'oneup_uploader.orphanage'$value = [
  8558.                 'maxage' => 604800,
  8559.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8560.             ]; break;
  8561.             case 'oneup_uploader.config'$value = [
  8562.                 'mappings' => [
  8563.                     'process_queue' => [
  8564.                         'frontend' => 'dropzone',
  8565.                         'namer' => 'oneup_uploader.namer.uniqid',
  8566.                         'storage' => [
  8567.                             'type' => 'flysystem',
  8568.                             'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  8569.                             'service' => NULL,
  8570.                             'directory' => NULL,
  8571.                             'stream_wrapper' => NULL,
  8572.                             'sync_buffer_size' => '100K',
  8573.                         ],
  8574.                         'custom_frontend' => [
  8575.                             'name' => NULL,
  8576.                             'class' => NULL,
  8577.                         ],
  8578.                         'route_prefix' => '',
  8579.                         'endpoints' => [
  8580.                             'upload' => NULL,
  8581.                             'progress' => NULL,
  8582.                             'cancel' => NULL,
  8583.                         ],
  8584.                         'allowed_mimetypes' => [
  8585.                         ],
  8586.                         'disallowed_mimetypes' => [
  8587.                         ],
  8588.                         'error_handler' => NULL,
  8589.                         'max_size' => 9223372036854775807,
  8590.                         'use_orphanage' => false,
  8591.                         'enable_progress' => false,
  8592.                         'enable_cancelation' => false,
  8593.                         'root_folder' => false,
  8594.                     ],
  8595.                     'tmp_media' => [
  8596.                         'frontend' => 'dropzone',
  8597.                         'namer' => 'file_namer.tmp_media',
  8598.                         'storage' => [
  8599.                             'type' => 'flysystem',
  8600.                             'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  8601.                             'service' => NULL,
  8602.                             'directory' => NULL,
  8603.                             'stream_wrapper' => NULL,
  8604.                             'sync_buffer_size' => '100K',
  8605.                         ],
  8606.                         'custom_frontend' => [
  8607.                             'name' => NULL,
  8608.                             'class' => NULL,
  8609.                         ],
  8610.                         'route_prefix' => '',
  8611.                         'endpoints' => [
  8612.                             'upload' => NULL,
  8613.                             'progress' => NULL,
  8614.                             'cancel' => NULL,
  8615.                         ],
  8616.                         'allowed_mimetypes' => [
  8617.                         ],
  8618.                         'disallowed_mimetypes' => [
  8619.                         ],
  8620.                         'error_handler' => NULL,
  8621.                         'max_size' => 9223372036854775807,
  8622.                         'use_orphanage' => false,
  8623.                         'enable_progress' => false,
  8624.                         'enable_cancelation' => false,
  8625.                         'root_folder' => false,
  8626.                     ],
  8627.                     'user_media' => [
  8628.                         'frontend' => 'dropzone',
  8629.                         'namer' => 'file_namer.user_media',
  8630.                         'storage' => [
  8631.                             'type' => 'flysystem',
  8632.                             'filesystem' => 'oneup_flysystem.user_media_filesystem',
  8633.                             'service' => NULL,
  8634.                             'directory' => NULL,
  8635.                             'stream_wrapper' => NULL,
  8636.                             'sync_buffer_size' => '100K',
  8637.                         ],
  8638.                         'custom_frontend' => [
  8639.                             'name' => NULL,
  8640.                             'class' => NULL,
  8641.                         ],
  8642.                         'route_prefix' => '',
  8643.                         'endpoints' => [
  8644.                             'upload' => NULL,
  8645.                             'progress' => NULL,
  8646.                             'cancel' => NULL,
  8647.                         ],
  8648.                         'allowed_mimetypes' => [
  8649.                         ],
  8650.                         'disallowed_mimetypes' => [
  8651.                         ],
  8652.                         'error_handler' => NULL,
  8653.                         'max_size' => 9223372036854775807,
  8654.                         'use_orphanage' => false,
  8655.                         'enable_progress' => false,
  8656.                         'enable_cancelation' => false,
  8657.                         'root_folder' => false,
  8658.                     ],
  8659.                     'profile_photo' => [
  8660.                         'frontend' => 'dropzone',
  8661.                         'namer' => 'file_namer.profile_media',
  8662.                         'storage' => [
  8663.                             'type' => 'flysystem',
  8664.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8665.                             'service' => NULL,
  8666.                             'directory' => NULL,
  8667.                             'stream_wrapper' => NULL,
  8668.                             'sync_buffer_size' => '100K',
  8669.                         ],
  8670.                         'custom_frontend' => [
  8671.                             'name' => NULL,
  8672.                             'class' => NULL,
  8673.                         ],
  8674.                         'route_prefix' => '',
  8675.                         'endpoints' => [
  8676.                             'upload' => NULL,
  8677.                             'progress' => NULL,
  8678.                             'cancel' => NULL,
  8679.                         ],
  8680.                         'allowed_mimetypes' => [
  8681.                         ],
  8682.                         'disallowed_mimetypes' => [
  8683.                         ],
  8684.                         'error_handler' => NULL,
  8685.                         'max_size' => 9223372036854775807,
  8686.                         'use_orphanage' => false,
  8687.                         'enable_progress' => false,
  8688.                         'enable_cancelation' => false,
  8689.                         'root_folder' => false,
  8690.                     ],
  8691.                     'profile_media_avatar' => [
  8692.                         'frontend' => 'dropzone',
  8693.                         'namer' => 'file_namer.profile_media',
  8694.                         'storage' => [
  8695.                             'type' => 'flysystem',
  8696.                             'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  8697.                             'service' => NULL,
  8698.                             'directory' => NULL,
  8699.                             'stream_wrapper' => NULL,
  8700.                             'sync_buffer_size' => '100K',
  8701.                         ],
  8702.                         'custom_frontend' => [
  8703.                             'name' => NULL,
  8704.                             'class' => NULL,
  8705.                         ],
  8706.                         'route_prefix' => '',
  8707.                         'endpoints' => [
  8708.                             'upload' => NULL,
  8709.                             'progress' => NULL,
  8710.                             'cancel' => NULL,
  8711.                         ],
  8712.                         'allowed_mimetypes' => [
  8713.                         ],
  8714.                         'disallowed_mimetypes' => [
  8715.                         ],
  8716.                         'error_handler' => NULL,
  8717.                         'max_size' => 9223372036854775807,
  8718.                         'use_orphanage' => false,
  8719.                         'enable_progress' => false,
  8720.                         'enable_cancelation' => false,
  8721.                         'root_folder' => false,
  8722.                     ],
  8723.                     'profile_media_approval' => [
  8724.                         'frontend' => 'dropzone',
  8725.                         'namer' => 'file_namer.profile_media_approval',
  8726.                         'storage' => [
  8727.                             'type' => 'flysystem',
  8728.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8729.                             'service' => NULL,
  8730.                             'directory' => NULL,
  8731.                             'stream_wrapper' => NULL,
  8732.                             'sync_buffer_size' => '100K',
  8733.                         ],
  8734.                         'custom_frontend' => [
  8735.                             'name' => NULL,
  8736.                             'class' => NULL,
  8737.                         ],
  8738.                         'route_prefix' => '',
  8739.                         'endpoints' => [
  8740.                             'upload' => NULL,
  8741.                             'progress' => NULL,
  8742.                             'cancel' => NULL,
  8743.                         ],
  8744.                         'allowed_mimetypes' => [
  8745.                         ],
  8746.                         'disallowed_mimetypes' => [
  8747.                         ],
  8748.                         'error_handler' => NULL,
  8749.                         'max_size' => 9223372036854775807,
  8750.                         'use_orphanage' => false,
  8751.                         'enable_progress' => false,
  8752.                         'enable_cancelation' => false,
  8753.                         'root_folder' => false,
  8754.                     ],
  8755.                     'profile_face_photo' => [
  8756.                         'frontend' => 'dropzone',
  8757.                         'namer' => 'file_namer.profile_media_approval',
  8758.                         'storage' => [
  8759.                             'type' => 'flysystem',
  8760.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8761.                             'service' => NULL,
  8762.                             'directory' => NULL,
  8763.                             'stream_wrapper' => NULL,
  8764.                             'sync_buffer_size' => '100K',
  8765.                         ],
  8766.                         'custom_frontend' => [
  8767.                             'name' => NULL,
  8768.                             'class' => NULL,
  8769.                         ],
  8770.                         'route_prefix' => '',
  8771.                         'endpoints' => [
  8772.                             'upload' => NULL,
  8773.                             'progress' => NULL,
  8774.                             'cancel' => NULL,
  8775.                         ],
  8776.                         'allowed_mimetypes' => [
  8777.                         ],
  8778.                         'disallowed_mimetypes' => [
  8779.                         ],
  8780.                         'error_handler' => NULL,
  8781.                         'max_size' => 9223372036854775807,
  8782.                         'use_orphanage' => false,
  8783.                         'enable_progress' => false,
  8784.                         'enable_cancelation' => false,
  8785.                         'root_folder' => false,
  8786.                     ],
  8787.                     'profile_selfie' => [
  8788.                         'frontend' => 'dropzone',
  8789.                         'namer' => 'file_namer.profile_media',
  8790.                         'storage' => [
  8791.                             'type' => 'flysystem',
  8792.                             'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  8793.                             'service' => NULL,
  8794.                             'directory' => NULL,
  8795.                             'stream_wrapper' => NULL,
  8796.                             'sync_buffer_size' => '100K',
  8797.                         ],
  8798.                         'custom_frontend' => [
  8799.                             'name' => NULL,
  8800.                             'class' => NULL,
  8801.                         ],
  8802.                         'route_prefix' => '',
  8803.                         'endpoints' => [
  8804.                             'upload' => NULL,
  8805.                             'progress' => NULL,
  8806.                             'cancel' => NULL,
  8807.                         ],
  8808.                         'allowed_mimetypes' => [
  8809.                         ],
  8810.                         'disallowed_mimetypes' => [
  8811.                         ],
  8812.                         'error_handler' => NULL,
  8813.                         'max_size' => 9223372036854775807,
  8814.                         'use_orphanage' => false,
  8815.                         'enable_progress' => false,
  8816.                         'enable_cancelation' => false,
  8817.                         'root_folder' => false,
  8818.                     ],
  8819.                     'profile_video' => [
  8820.                         'frontend' => 'dropzone',
  8821.                         'namer' => 'file_namer.profile_media',
  8822.                         'storage' => [
  8823.                             'type' => 'flysystem',
  8824.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8825.                             'service' => NULL,
  8826.                             'directory' => NULL,
  8827.                             'stream_wrapper' => NULL,
  8828.                             'sync_buffer_size' => '100K',
  8829.                         ],
  8830.                         'custom_frontend' => [
  8831.                             'name' => NULL,
  8832.                             'class' => NULL,
  8833.                         ],
  8834.                         'route_prefix' => '',
  8835.                         'endpoints' => [
  8836.                             'upload' => NULL,
  8837.                             'progress' => NULL,
  8838.                             'cancel' => NULL,
  8839.                         ],
  8840.                         'allowed_mimetypes' => [
  8841.                         ],
  8842.                         'disallowed_mimetypes' => [
  8843.                         ],
  8844.                         'error_handler' => NULL,
  8845.                         'max_size' => 9223372036854775807,
  8846.                         'use_orphanage' => false,
  8847.                         'enable_progress' => false,
  8848.                         'enable_cancelation' => false,
  8849.                         'root_folder' => false,
  8850.                     ],
  8851.                     'saloon_media' => [
  8852.                         'frontend' => 'dropzone',
  8853.                         'namer' => 'file_namer.saloon_media',
  8854.                         'storage' => [
  8855.                             'type' => 'flysystem',
  8856.                             'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  8857.                             'service' => NULL,
  8858.                             'directory' => NULL,
  8859.                             'stream_wrapper' => NULL,
  8860.                             'sync_buffer_size' => '100K',
  8861.                         ],
  8862.                         'custom_frontend' => [
  8863.                             'name' => NULL,
  8864.                             'class' => NULL,
  8865.                         ],
  8866.                         'route_prefix' => '',
  8867.                         'endpoints' => [
  8868.                             'upload' => NULL,
  8869.                             'progress' => NULL,
  8870.                             'cancel' => NULL,
  8871.                         ],
  8872.                         'allowed_mimetypes' => [
  8873.                         ],
  8874.                         'disallowed_mimetypes' => [
  8875.                         ],
  8876.                         'error_handler' => NULL,
  8877.                         'max_size' => 9223372036854775807,
  8878.                         'use_orphanage' => false,
  8879.                         'enable_progress' => false,
  8880.                         'enable_cancelation' => false,
  8881.                         'root_folder' => false,
  8882.                     ],
  8883.                     'saloon_media_thumb' => [
  8884.                         'frontend' => 'dropzone',
  8885.                         'namer' => 'file_namer.saloon_media_thumb',
  8886.                         'storage' => [
  8887.                             'type' => 'flysystem',
  8888.                             'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  8889.                             'service' => NULL,
  8890.                             'directory' => NULL,
  8891.                             'stream_wrapper' => NULL,
  8892.                             'sync_buffer_size' => '100K',
  8893.                         ],
  8894.                         'custom_frontend' => [
  8895.                             'name' => NULL,
  8896.                             'class' => NULL,
  8897.                         ],
  8898.                         'route_prefix' => '',
  8899.                         'endpoints' => [
  8900.                             'upload' => NULL,
  8901.                             'progress' => NULL,
  8902.                             'cancel' => NULL,
  8903.                         ],
  8904.                         'allowed_mimetypes' => [
  8905.                         ],
  8906.                         'disallowed_mimetypes' => [
  8907.                         ],
  8908.                         'error_handler' => NULL,
  8909.                         'max_size' => 9223372036854775807,
  8910.                         'use_orphanage' => false,
  8911.                         'enable_progress' => false,
  8912.                         'enable_cancelation' => false,
  8913.                         'root_folder' => false,
  8914.                     ],
  8915.                     'saloon_media_video' => [
  8916.                         'frontend' => 'dropzone',
  8917.                         'namer' => 'file_namer.saloon_media_video',
  8918.                         'storage' => [
  8919.                             'type' => 'flysystem',
  8920.                             'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  8921.                             'service' => NULL,
  8922.                             'directory' => NULL,
  8923.                             'stream_wrapper' => NULL,
  8924.                             'sync_buffer_size' => '100K',
  8925.                         ],
  8926.                         'custom_frontend' => [
  8927.                             'name' => NULL,
  8928.                             'class' => NULL,
  8929.                         ],
  8930.                         'route_prefix' => '',
  8931.                         'endpoints' => [
  8932.                             'upload' => NULL,
  8933.                             'progress' => NULL,
  8934.                             'cancel' => NULL,
  8935.                         ],
  8936.                         'allowed_mimetypes' => [
  8937.                         ],
  8938.                         'disallowed_mimetypes' => [
  8939.                         ],
  8940.                         'error_handler' => NULL,
  8941.                         'max_size' => 9223372036854775807,
  8942.                         'use_orphanage' => false,
  8943.                         'enable_progress' => false,
  8944.                         'enable_cancelation' => false,
  8945.                         'root_folder' => false,
  8946.                     ],
  8947.                 ],
  8948.                 'chunks' => [
  8949.                     'maxage' => 604800,
  8950.                     'storage' => [
  8951.                         'type' => 'filesystem',
  8952.                         'filesystem' => NULL,
  8953.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8954.                         'stream_wrapper' => NULL,
  8955.                         'sync_buffer_size' => '100K',
  8956.                         'prefix' => 'chunks',
  8957.                     ],
  8958.                     'load_distribution' => true,
  8959.                 ],
  8960.                 'orphanage' => [
  8961.                     'maxage' => 604800,
  8962.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8963.                 ],
  8964.                 'twig' => true,
  8965.             ]; break;
  8966.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  8967.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  8968.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8969.         }
  8970.         $this->loadedDynamicParameters[$name] = true;
  8971.         return $this->dynamicParameters[$name] = $value;
  8972.     }
  8973.     protected function getDefaultParameters(): array
  8974.     {
  8975.         return [
  8976.             'kernel.project_dir' => \dirname(__DIR__4),
  8977.             'kernel.environment' => 'review',
  8978.             'kernel.debug' => true,
  8979.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8980.             'kernel.bundles' => [
  8981.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8982.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8983.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8984.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8985.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8986.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8987.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8988.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8989.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  8990.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  8991.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  8992.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  8993.                 'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
  8994.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  8995.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  8996.                 'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
  8997.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  8998.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  8999.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  9000.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  9001.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  9002.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  9003.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  9004.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  9005.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  9006.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  9007.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  9008.                 'AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\AngelGamezTranslatableBundle',
  9009.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  9010.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  9011.                 'AngelGamezPorpaginasBundle' => 'AngelGamez\\PorpaginasBundle\\AngelGamezPorpaginasBundle',
  9012.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  9013.                 'GeographicalNamesInflectionBundle' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle\\GeographicalNamesInflectionBundle',
  9014.                 'MorphosTwigBundle' => 'BigIdea\\Bundle\\MorphosTwigBundle\\MorphosTwigBundle',
  9015.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  9016.                 'DrensoOidcBundle' => 'Drenso\\OidcBundle\\DrensoOidcBundle',
  9017.                 'IdentityBundle' => 'BigIdea\\IdentityBundle\\IdentityBundle',
  9018.             ],
  9019.             'kernel.bundles_metadata' => [
  9020.                 'FrameworkBundle' => [
  9021.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  9022.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  9023.                 ],
  9024.                 'SensioFrameworkExtraBundle' => [
  9025.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  9026.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  9027.                 ],
  9028.                 'DoctrineBundle' => [
  9029.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  9030.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  9031.                 ],
  9032.                 'SecurityBundle' => [
  9033.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  9034.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  9035.                 ],
  9036.                 'TwigBundle' => [
  9037.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  9038.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  9039.                 ],
  9040.                 'WebProfilerBundle' => [
  9041.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  9042.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  9043.                 ],
  9044.                 'MonologBundle' => [
  9045.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  9046.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  9047.                 ],
  9048.                 'DebugBundle' => [
  9049.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  9050.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  9051.                 ],
  9052.                 'KnpMenuBundle' => [
  9053.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  9054.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  9055.                 ],
  9056.                 'StofDoctrineExtensionsBundle' => [
  9057.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  9058.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  9059.                 ],
  9060.                 'CocurSlugifyBundle' => [
  9061.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  9062.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  9063.                 ],
  9064.                 'NelmioCorsBundle' => [
  9065.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  9066.                     'namespace' => 'Nelmio\\CorsBundle',
  9067.                 ],
  9068.                 'FlagceptionBundle' => [
  9069.                     'path' => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src'),
  9070.                     'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
  9071.                 ],
  9072.                 'PrestaSitemapBundle' => [
  9073.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  9074.                     'namespace' => 'Presta\\SitemapBundle',
  9075.                 ],
  9076.                 'EasyAdminBundle' => [
  9077.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  9078.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  9079.                 ],
  9080.                 'EasyAdminExtensionBundle' => [
  9081.                     'path' => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src'),
  9082.                     'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
  9083.                 ],
  9084.                 'OneupFlysystemBundle' => [
  9085.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  9086.                     'namespace' => 'Oneup\\FlysystemBundle',
  9087.                 ],
  9088.                 'OneupUploaderBundle' => [
  9089.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  9090.                     'namespace' => 'Oneup\\UploaderBundle',
  9091.                 ],
  9092.                 'DoctrineFixturesBundle' => [
  9093.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  9094.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  9095.                 ],
  9096.                 'SncRedisBundle' => [
  9097.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src'),
  9098.                     'namespace' => 'Snc\\RedisBundle',
  9099.                 ],
  9100.                 'FOSJsRoutingBundle' => [
  9101.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  9102.                     'namespace' => 'FOS\\JsRoutingBundle',
  9103.                 ],
  9104.                 'EightPointsGuzzleBundle' => [
  9105.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  9106.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  9107.                 ],
  9108.                 'SentryBundle' => [
  9109.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  9110.                     'namespace' => 'Sentry\\SentryBundle',
  9111.                 ],
  9112.                 'FOSElasticaBundle' => [
  9113.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  9114.                     'namespace' => 'FOS\\ElasticaBundle',
  9115.                 ],
  9116.                 'EWZRecaptchaBundle' => [
  9117.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  9118.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  9119.                 ],
  9120.                 'DoctrineMigrationsBundle' => [
  9121.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  9122.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  9123.                 ],
  9124.                 'WebpackEncoreBundle' => [
  9125.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  9126.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  9127.                 ],
  9128.                 'AngelGamezTranslatableBundle' => [
  9129.                     'path' => (\dirname(__DIR__4).'/packages/translatable-bundle'),
  9130.                     'namespace' => 'AngelGamez\\TranslatableBundle',
  9131.                 ],
  9132.                 'MisdPhoneNumberBundle' => [
  9133.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  9134.                     'namespace' => 'Misd\\PhoneNumberBundle',
  9135.                 ],
  9136.                 'KnpPaginatorBundle' => [
  9137.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  9138.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  9139.                 ],
  9140.                 'AngelGamezPorpaginasBundle' => [
  9141.                     'path' => (\dirname(__DIR__4).'/packages/porpaginas-bundle'),
  9142.                     'namespace' => 'AngelGamez\\PorpaginasBundle',
  9143.                 ],
  9144.                 'TwigExtraBundle' => [
  9145.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  9146.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  9147.                 ],
  9148.                 'GeographicalNamesInflectionBundle' => [
  9149.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src'),
  9150.                     'namespace' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle',
  9151.                 ],
  9152.                 'MorphosTwigBundle' => [
  9153.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src'),
  9154.                     'namespace' => 'BigIdea\\Bundle\\MorphosTwigBundle',
  9155.                 ],
  9156.                 'NelmioApiDocBundle' => [
  9157.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  9158.                     'namespace' => 'Nelmio\\ApiDocBundle',
  9159.                 ],
  9160.                 'DrensoOidcBundle' => [
  9161.                     'path' => (\dirname(__DIR__4).'/vendor/drenso/symfony-oidc-bundle/src'),
  9162.                     'namespace' => 'Drenso\\OidcBundle',
  9163.                 ],
  9164.                 'IdentityBundle' => [
  9165.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/identity-bundle'),
  9166.                     'namespace' => 'BigIdea\\IdentityBundle',
  9167.                 ],
  9168.             ],
  9169.             'kernel.charset' => 'UTF-8',
  9170.             'kernel.container_class' => 'App_KernelReviewDebugContainer',
  9171.             'container.dumper.inline_class_loader' => true,
  9172.             'env(DATABASE_URL)' => '',
  9173.             'env(TRUSTED_PROXIES)' => '127.0.0.1,192.168.0.1/16',
  9174.             'env(TRUSTED_PROXIES_CONFIG)' => '',
  9175.             'env(ROTATION_UPDATE_STREAM)' => 'rotation_update_stream',
  9176.             'common_filesystem_permissions' => [
  9177.                 'permissions' => [
  9178.                     'file' => [
  9179.                         'public' => 420,
  9180.                         'private' => 420,
  9181.                     ],
  9182.                     'dir' => [
  9183.                         'public' => 493,
  9184.                         'private' => 493,
  9185.                     ],
  9186.                 ],
  9187.             ],
  9188.             'env(SENTRY_DSN)' => '',
  9189.             'env(APP_VERSION_FILE)' => (\dirname(__DIR__4).'/.app.version'),
  9190.             'env(REDIS_URL)' => NULL,
  9191.             'env(REVIEW_PROFILER_TOOLBAR)' => true,
  9192.             'env(USE_LEGACY_DOMAIN_REDIRECTOR)' => 'false',
  9193.             'env(REDIRECT_PATHS)' => '',
  9194.             'app.stop_words.masks' => [
  9195.                 => 'лесби*',
  9196.                 => 'ЖЖ',
  9197.                 => 'ЖМЖ',
  9198.                 => 'МЖМ',
  9199.                 => 'подружки',
  9200.                 => 'страпон',
  9201.                 => 'би',
  9202.                 => 'ММ',
  9203.                 => 'женщинам',
  9204.                 => 'жиголо',
  9205.                 10 => 'гей',
  9206.                 11 => 'МЖМЖ',
  9207.                 12 => 'групп*',
  9208.                 13 => 'тройничок',
  9209.                 14 => 'пар*',
  9210.                 15 => 'cuckold',
  9211.                 16 => 'куколд',
  9212.                 17 => 'ЛГБТ',
  9213.                 18 => 'транс',
  9214.                 19 => 'shemale',
  9215.                 20 => 'ladyboy',
  9216.                 21 => 'trans*',
  9217.                 22 => 'трап',
  9218.                 23 => 'шмел*',
  9219.                 24 => 'pegging',
  9220.                 25 => 'подру*',
  9221.                 26 => 'гея*',
  9222.                 27 => 'гее*',
  9223.             ],
  9224.             'locale' => 'ru',
  9225.             'app.path.user_avatars' => 'uploads/images/user',
  9226.             'app.smsc.link' => 'https://smsc.ru/sys/send.php?login',
  9227.             'app.smsc.login' => 'mandelshtam',
  9228.             'app.smsc.password' => 'mIh3gwEKy090B90wUal9',
  9229.             'app.profile.status.dir' => (\dirname(__DIR__4).'/artifacts/prices/'),
  9230.             'app.log.dir' => (\dirname(__DIR__3).'/log/'),
  9231.             'app.config.dir' => (\dirname(__DIR__4).'/config/'),
  9232.             'app.allowed_locales' => [
  9233.                 => 'en',
  9234.                 => 'ru',
  9235.             ],
  9236.             'app.redis_ctr_db_index' => '7',
  9237.             'app.path.web' => (\dirname(__DIR__4).'/public/'),
  9238.             'app.path.media.profile' => (\dirname(__DIR__4).'/public//media/profiles/'),
  9239.             'account.setting.advertiser_profile_list_per_page.name' => 'advertiser_profile_list_per_page',
  9240.             'account.setting.advertiser_saloon_list_per_page.name' => 'advertiser_saloon_list_per_page',
  9241.             'account.setting.advertiser_profile_list_ctr_period.name' => 'advertiser_profile_list_ctr_period',
  9242.             'account.setting.advertiser_profile_list_placement_type_filter.name' => 'advertiser_profile_list_placement_type_filter',
  9243.             'account.setting.advertiser_Saloon_list_placement_type_filter.name' => 'advertiser_saloon_list_placement_type_filter',
  9244.             'account.setting.advertiser_profile_list_sort.name' => 'advertiser_profile_list_sort',
  9245.             'account.setting.advertiser_saloon_list_sort.name' => 'advertiser_saloon_list_sort',
  9246.             'account.setting.advertiser_profile_list_sort_direction.name' => 'advertiser_profile_list_sort_direction',
  9247.             'account.setting.advertiser_saloon_list_sort_direction.name' => 'advertiser_saloon_list_sort_direction',
  9248.             'env(GA_TRACKER_ID)' => '',
  9249.             'env(YM_TRACKER_ID)' => '',
  9250.             'env(PAGE_METADATA_VARIANT)' => 'default',
  9251.             'env(DEBUG_ROTATION_API_DATA)' => false,
  9252.             'event_dispatcher.event_aliases' => [
  9253.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  9254.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  9255.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  9256.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  9257.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  9258.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  9259.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  9260.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  9261.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  9262.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  9263.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  9264.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  9265.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  9266.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  9267.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  9268.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  9269.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  9270.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  9271.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  9272.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  9273.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  9274.                 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  9275.                 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  9276.             ],
  9277.             'fragment.renderer.hinclude.global_template' => NULL,
  9278.             'fragment.path' => '/_fragment',
  9279.             'kernel.http_method_override' => true,
  9280.             'kernel.trusted_hosts' => [
  9281.             ],
  9282.             'kernel.default_locale' => 'ru',
  9283.             'kernel.enabled_locales' => [
  9284.             ],
  9285.             'kernel.error_controller' => 'error_controller',
  9286.             'kernel.trusted_headers' => 62,
  9287.             'debug.file_link_format' => NULL,
  9288.             'asset.request_context.base_path' => NULL,
  9289.             'asset.request_context.secure' => NULL,
  9290.             'translator.logging' => false,
  9291.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  9292.             'debug.error_handler.throw_at' => -1,
  9293.             'router.request_context.host' => 'localhost',
  9294.             'router.request_context.scheme' => 'http',
  9295.             'router.request_context.base_url' => '',
  9296.             'router.resource' => 'kernel::loadRoutes',
  9297.             'request_listener.http_port' => 80,
  9298.             'request_listener.https_port' => 443,
  9299.             'session.metadata.storage_key' => '_sf2_meta',
  9300.             'session.storage.options' => [
  9301.                 'cache_limiter' => '0',
  9302.                 'cookie_secure' => 'auto',
  9303.                 'cookie_httponly' => true,
  9304.                 'cookie_samesite' => 'lax',
  9305.                 'gc_probability' => 1,
  9306.             ],
  9307.             'session.save_path' => NULL,
  9308.             'session.metadata.update_threshold' => 0,
  9309.             'form.type_extension.csrf.enabled' => true,
  9310.             'form.type_extension.csrf.field_name' => '_token',
  9311.             'validator.translation_domain' => 'validators',
  9312.             'profiler_listener.only_exceptions' => false,
  9313.             'profiler_listener.only_main_requests' => false,
  9314.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  9315.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  9316.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  9317.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  9318.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  9319.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  9320.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  9321.             'doctrine.entity_managers' => [
  9322.                 'default' => 'doctrine.orm.default_entity_manager',
  9323.                 'multi_website' => 'doctrine.orm.multi_website_entity_manager',
  9324.             ],
  9325.             'doctrine.default_entity_manager' => 'default',
  9326.             'doctrine.dbal.connection_factory.types' => [
  9327.                 'translatable' => [
  9328.                     'class' => 'AngelGamez\\TranslatableBundle\\Doctrine\\DBAL\\Types\\TranslatableType',
  9329.                 ],
  9330.             ],
  9331.             'doctrine.connections' => [
  9332.                 'default' => 'doctrine.dbal.default_connection',
  9333.                 'multi_website' => 'doctrine.dbal.multi_website_connection',
  9334.             ],
  9335.             'doctrine.default_connection' => 'default',
  9336.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  9337.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  9338.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  9339.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  9340.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  9341.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  9342.             'doctrine.orm.cache.memcache_host' => 'localhost',
  9343.             'doctrine.orm.cache.memcache_port' => 11211,
  9344.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  9345.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  9346.             'doctrine.orm.cache.memcached_host' => 'localhost',
  9347.             'doctrine.orm.cache.memcached_port' => 11211,
  9348.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  9349.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  9350.             'doctrine.orm.cache.redis_host' => 'localhost',
  9351.             'doctrine.orm.cache.redis_port' => 6379,
  9352.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  9353.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  9354.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  9355.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  9356.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  9357.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  9358.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  9359.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  9360.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  9361.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  9362.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  9363.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  9364.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  9365.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  9366.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  9367.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  9368.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  9369.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  9370.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  9371.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  9372.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  9373.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  9374.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  9375.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  9376.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  9377.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  9378.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  9379.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  9380.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  9381.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  9382.             'doctrine.orm.auto_generate_proxy_classes' => false,
  9383.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  9384.             'doctrine.orm.proxy_namespace' => 'Proxies',
  9385.             'security.role_hierarchy.roles' => [
  9386.                 'ROLE_ADMIN_ACCESS_SALES' => [
  9387.                     => 'ROLE_ADMIN_ACCESS_ANALYTICS',
  9388.                 ],
  9389.                 'ROLE_ADMIN_ACCESS_ALL' => [
  9390.                     => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  9391.                     => 'ROLE_ADMIN_ACCESS_PROFILES',
  9392.                     => 'ROLE_ADMIN_ACCESS_SALES',
  9393.                     => 'ROLE_ADMIN_ACCESS_SEO',
  9394.                     => 'ROLE_ADMIN_ACCESS_LOCATION',
  9395.                     => 'ROLE_ADMIN_ACCESS_DELETED',
  9396.                     => 'ROLE_ADMIN_ACCESS_OTHER',
  9397.                     => 'ROLE_ACCESS_WALKER',
  9398.                 ],
  9399.             ],
  9400.             'security.access.denied_url' => NULL,
  9401.             'security.authentication.manager.erase_credentials' => true,
  9402.             'security.authentication.session_strategy.strategy' => 'migrate',
  9403.             'security.access.always_authenticate_before_granting' => false,
  9404.             'security.authentication.hide_user_not_found' => true,
  9405.             'security.firewalls' => [
  9406.                 => 'dev',
  9407.                 => 'management',
  9408.                 => 'main',
  9409.             ],
  9410.             'twig.form.resources' => [
  9411.                 => 'form_div_layout.html.twig',
  9412.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  9413.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  9414.             ],
  9415.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  9416.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  9417.             'web_profiler.debug_toolbar.mode' => 2,
  9418.             'monolog.use_microseconds' => true,
  9419.             'monolog.swift_mailer.handlers' => [
  9420.             ],
  9421.             'monolog.handlers_to_channels' => [
  9422.                 'monolog.handler.chromephp' => NULL,
  9423.                 'monolog.handler.firephp' => NULL,
  9424.             ],
  9425.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  9426.             'knp_menu.renderer.list.options' => [
  9427.             ],
  9428.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  9429.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  9430.             'knp_menu.renderer.twig.options' => [
  9431.             ],
  9432.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  9433.             'knp_menu.default_renderer' => 'twig',
  9434.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  9435.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  9436.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  9437.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  9438.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  9439.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  9440.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  9441.             'stof_doctrine_extensions.default_locale' => 'ru',
  9442.             'stof_doctrine_extensions.translation_fallback' => true,
  9443.             'stof_doctrine_extensions.persist_default_translation' => false,
  9444.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  9445.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  9446.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  9447.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  9448.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  9449.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  9450.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  9451.             'nelmio_cors.map' => [
  9452.                 '^/' => [
  9453.                     'skip_same_as_origin' => true,
  9454.                 ],
  9455.             ],
  9456.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  9457.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  9458.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  9459.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  9460.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  9461.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  9462.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  9463.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  9464.             'presta_sitemap.timetolive' => 3600,
  9465.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  9466.             'presta_sitemap.items_by_set' => 25000,
  9467.             'presta_sitemap.defaults' => [
  9468.                 'priority' => NULL,
  9469.                 'changefreq' => NULL,
  9470.                 'lastmod' => 'now',
  9471.             ],
  9472.             'presta_sitemap.default_section' => 'default',
  9473.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  9474.             'easy_admin_extension.custom_form_types' => [
  9475.             ],
  9476.             'easy_admin_extension.minimum_role' => 'ROLE_ADMIN',
  9477.             'easy_admin_extension.embedded_list.open_new_tab' => true,
  9478.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  9479.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  9480.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  9481.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  9482.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  9483.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  9484.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  9485.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  9486.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  9487.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  9488.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  9489.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  9490.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  9491.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  9492.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  9493.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  9494.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  9495.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  9496.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  9497.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  9498.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  9499.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  9500.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  9501.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  9502.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  9503.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  9504.             'oneup_uploader.config.process_queue' => [
  9505.                 'frontend' => 'dropzone',
  9506.                 'namer' => 'oneup_uploader.namer.uniqid',
  9507.                 'storage' => [
  9508.                     'type' => 'flysystem',
  9509.                     'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  9510.                     'service' => NULL,
  9511.                     'directory' => NULL,
  9512.                     'stream_wrapper' => NULL,
  9513.                     'sync_buffer_size' => '100K',
  9514.                 ],
  9515.                 'custom_frontend' => [
  9516.                     'name' => NULL,
  9517.                     'class' => NULL,
  9518.                 ],
  9519.                 'route_prefix' => '',
  9520.                 'endpoints' => [
  9521.                     'upload' => NULL,
  9522.                     'progress' => NULL,
  9523.                     'cancel' => NULL,
  9524.                 ],
  9525.                 'allowed_mimetypes' => [
  9526.                 ],
  9527.                 'disallowed_mimetypes' => [
  9528.                 ],
  9529.                 'error_handler' => NULL,
  9530.                 'max_size' => 9223372036854775807,
  9531.                 'use_orphanage' => false,
  9532.                 'enable_progress' => false,
  9533.                 'enable_cancelation' => false,
  9534.                 'root_folder' => false,
  9535.             ],
  9536.             'oneup_uploader.config.tmp_media' => [
  9537.                 'frontend' => 'dropzone',
  9538.                 'namer' => 'file_namer.tmp_media',
  9539.                 'storage' => [
  9540.                     'type' => 'flysystem',
  9541.                     'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  9542.                     'service' => NULL,
  9543.                     'directory' => NULL,
  9544.                     'stream_wrapper' => NULL,
  9545.                     'sync_buffer_size' => '100K',
  9546.                 ],
  9547.                 'custom_frontend' => [
  9548.                     'name' => NULL,
  9549.                     'class' => NULL,
  9550.                 ],
  9551.                 'route_prefix' => '',
  9552.                 'endpoints' => [
  9553.                     'upload' => NULL,
  9554.                     'progress' => NULL,
  9555.                     'cancel' => NULL,
  9556.                 ],
  9557.                 'allowed_mimetypes' => [
  9558.                 ],
  9559.                 'disallowed_mimetypes' => [
  9560.                 ],
  9561.                 'error_handler' => NULL,
  9562.                 'max_size' => 9223372036854775807,
  9563.                 'use_orphanage' => false,
  9564.                 'enable_progress' => false,
  9565.                 'enable_cancelation' => false,
  9566.                 'root_folder' => false,
  9567.             ],
  9568.             'oneup_uploader.config.user_media' => [
  9569.                 'frontend' => 'dropzone',
  9570.                 'namer' => 'file_namer.user_media',
  9571.                 'storage' => [
  9572.                     'type' => 'flysystem',
  9573.                     'filesystem' => 'oneup_flysystem.user_media_filesystem',
  9574.                     'service' => NULL,
  9575.                     'directory' => NULL,
  9576.                     'stream_wrapper' => NULL,
  9577.                     'sync_buffer_size' => '100K',
  9578.                 ],
  9579.                 'custom_frontend' => [
  9580.                     'name' => NULL,
  9581.                     'class' => NULL,
  9582.                 ],
  9583.                 'route_prefix' => '',
  9584.                 'endpoints' => [
  9585.                     'upload' => NULL,
  9586.                     'progress' => NULL,
  9587.                     'cancel' => NULL,
  9588.                 ],
  9589.                 'allowed_mimetypes' => [
  9590.                 ],
  9591.                 'disallowed_mimetypes' => [
  9592.                 ],
  9593.                 'error_handler' => NULL,
  9594.                 'max_size' => 9223372036854775807,
  9595.                 'use_orphanage' => false,
  9596.                 'enable_progress' => false,
  9597.                 'enable_cancelation' => false,
  9598.                 'root_folder' => false,
  9599.             ],
  9600.             'oneup_uploader.config.profile_photo' => [
  9601.                 'frontend' => 'dropzone',
  9602.                 'namer' => 'file_namer.profile_media',
  9603.                 'storage' => [
  9604.                     'type' => 'flysystem',
  9605.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9606.                     'service' => NULL,
  9607.                     'directory' => NULL,
  9608.                     'stream_wrapper' => NULL,
  9609.                     'sync_buffer_size' => '100K',
  9610.                 ],
  9611.                 'custom_frontend' => [
  9612.                     'name' => NULL,
  9613.                     'class' => NULL,
  9614.                 ],
  9615.                 'route_prefix' => '',
  9616.                 'endpoints' => [
  9617.                     'upload' => NULL,
  9618.                     'progress' => NULL,
  9619.                     'cancel' => NULL,
  9620.                 ],
  9621.                 'allowed_mimetypes' => [
  9622.                 ],
  9623.                 'disallowed_mimetypes' => [
  9624.                 ],
  9625.                 'error_handler' => NULL,
  9626.                 'max_size' => 9223372036854775807,
  9627.                 'use_orphanage' => false,
  9628.                 'enable_progress' => false,
  9629.                 'enable_cancelation' => false,
  9630.                 'root_folder' => false,
  9631.             ],
  9632.             'oneup_uploader.config.profile_media_avatar' => [
  9633.                 'frontend' => 'dropzone',
  9634.                 'namer' => 'file_namer.profile_media',
  9635.                 'storage' => [
  9636.                     'type' => 'flysystem',
  9637.                     'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  9638.                     'service' => NULL,
  9639.                     'directory' => NULL,
  9640.                     'stream_wrapper' => NULL,
  9641.                     'sync_buffer_size' => '100K',
  9642.                 ],
  9643.                 'custom_frontend' => [
  9644.                     'name' => NULL,
  9645.                     'class' => NULL,
  9646.                 ],
  9647.                 'route_prefix' => '',
  9648.                 'endpoints' => [
  9649.                     'upload' => NULL,
  9650.                     'progress' => NULL,
  9651.                     'cancel' => NULL,
  9652.                 ],
  9653.                 'allowed_mimetypes' => [
  9654.                 ],
  9655.                 'disallowed_mimetypes' => [
  9656.                 ],
  9657.                 'error_handler' => NULL,
  9658.                 'max_size' => 9223372036854775807,
  9659.                 'use_orphanage' => false,
  9660.                 'enable_progress' => false,
  9661.                 'enable_cancelation' => false,
  9662.                 'root_folder' => false,
  9663.             ],
  9664.             'oneup_uploader.config.profile_media_approval' => [
  9665.                 'frontend' => 'dropzone',
  9666.                 'namer' => 'file_namer.profile_media_approval',
  9667.                 'storage' => [
  9668.                     'type' => 'flysystem',
  9669.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9670.                     'service' => NULL,
  9671.                     'directory' => NULL,
  9672.                     'stream_wrapper' => NULL,
  9673.                     'sync_buffer_size' => '100K',
  9674.                 ],
  9675.                 'custom_frontend' => [
  9676.                     'name' => NULL,
  9677.                     'class' => NULL,
  9678.                 ],
  9679.                 'route_prefix' => '',
  9680.                 'endpoints' => [
  9681.                     'upload' => NULL,
  9682.                     'progress' => NULL,
  9683.                     'cancel' => NULL,
  9684.                 ],
  9685.                 'allowed_mimetypes' => [
  9686.                 ],
  9687.                 'disallowed_mimetypes' => [
  9688.                 ],
  9689.                 'error_handler' => NULL,
  9690.                 'max_size' => 9223372036854775807,
  9691.                 'use_orphanage' => false,
  9692.                 'enable_progress' => false,
  9693.                 'enable_cancelation' => false,
  9694.                 'root_folder' => false,
  9695.             ],
  9696.             'oneup_uploader.config.profile_face_photo' => [
  9697.                 'frontend' => 'dropzone',
  9698.                 'namer' => 'file_namer.profile_media_approval',
  9699.                 'storage' => [
  9700.                     'type' => 'flysystem',
  9701.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9702.                     'service' => NULL,
  9703.                     'directory' => NULL,
  9704.                     'stream_wrapper' => NULL,
  9705.                     'sync_buffer_size' => '100K',
  9706.                 ],
  9707.                 'custom_frontend' => [
  9708.                     'name' => NULL,
  9709.                     'class' => NULL,
  9710.                 ],
  9711.                 'route_prefix' => '',
  9712.                 'endpoints' => [
  9713.                     'upload' => NULL,
  9714.                     'progress' => NULL,
  9715.                     'cancel' => NULL,
  9716.                 ],
  9717.                 'allowed_mimetypes' => [
  9718.                 ],
  9719.                 'disallowed_mimetypes' => [
  9720.                 ],
  9721.                 'error_handler' => NULL,
  9722.                 'max_size' => 9223372036854775807,
  9723.                 'use_orphanage' => false,
  9724.                 'enable_progress' => false,
  9725.                 'enable_cancelation' => false,
  9726.                 'root_folder' => false,
  9727.             ],
  9728.             'oneup_uploader.config.profile_selfie' => [
  9729.                 'frontend' => 'dropzone',
  9730.                 'namer' => 'file_namer.profile_media',
  9731.                 'storage' => [
  9732.                     'type' => 'flysystem',
  9733.                     'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  9734.                     'service' => NULL,
  9735.                     'directory' => NULL,
  9736.                     'stream_wrapper' => NULL,
  9737.                     'sync_buffer_size' => '100K',
  9738.                 ],
  9739.                 'custom_frontend' => [
  9740.                     'name' => NULL,
  9741.                     'class' => NULL,
  9742.                 ],
  9743.                 'route_prefix' => '',
  9744.                 'endpoints' => [
  9745.                     'upload' => NULL,
  9746.                     'progress' => NULL,
  9747.                     'cancel' => NULL,
  9748.                 ],
  9749.                 'allowed_mimetypes' => [
  9750.                 ],
  9751.                 'disallowed_mimetypes' => [
  9752.                 ],
  9753.                 'error_handler' => NULL,
  9754.                 'max_size' => 9223372036854775807,
  9755.                 'use_orphanage' => false,
  9756.                 'enable_progress' => false,
  9757.                 'enable_cancelation' => false,
  9758.                 'root_folder' => false,
  9759.             ],
  9760.             'oneup_uploader.config.profile_video' => [
  9761.                 'frontend' => 'dropzone',
  9762.                 'namer' => 'file_namer.profile_media',
  9763.                 'storage' => [
  9764.                     'type' => 'flysystem',
  9765.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9766.                     'service' => NULL,
  9767.                     'directory' => NULL,
  9768.                     'stream_wrapper' => NULL,
  9769.                     'sync_buffer_size' => '100K',
  9770.                 ],
  9771.                 'custom_frontend' => [
  9772.                     'name' => NULL,
  9773.                     'class' => NULL,
  9774.                 ],
  9775.                 'route_prefix' => '',
  9776.                 'endpoints' => [
  9777.                     'upload' => NULL,
  9778.                     'progress' => NULL,
  9779.                     'cancel' => NULL,
  9780.                 ],
  9781.                 'allowed_mimetypes' => [
  9782.                 ],
  9783.                 'disallowed_mimetypes' => [
  9784.                 ],
  9785.                 'error_handler' => NULL,
  9786.                 'max_size' => 9223372036854775807,
  9787.                 'use_orphanage' => false,
  9788.                 'enable_progress' => false,
  9789.                 'enable_cancelation' => false,
  9790.                 'root_folder' => false,
  9791.             ],
  9792.             'oneup_uploader.config.saloon_media' => [
  9793.                 'frontend' => 'dropzone',
  9794.                 'namer' => 'file_namer.saloon_media',
  9795.                 'storage' => [
  9796.                     'type' => 'flysystem',
  9797.                     'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  9798.                     'service' => NULL,
  9799.                     'directory' => NULL,
  9800.                     'stream_wrapper' => NULL,
  9801.                     'sync_buffer_size' => '100K',
  9802.                 ],
  9803.                 'custom_frontend' => [
  9804.                     'name' => NULL,
  9805.                     'class' => NULL,
  9806.                 ],
  9807.                 'route_prefix' => '',
  9808.                 'endpoints' => [
  9809.                     'upload' => NULL,
  9810.                     'progress' => NULL,
  9811.                     'cancel' => NULL,
  9812.                 ],
  9813.                 'allowed_mimetypes' => [
  9814.                 ],
  9815.                 'disallowed_mimetypes' => [
  9816.                 ],
  9817.                 'error_handler' => NULL,
  9818.                 'max_size' => 9223372036854775807,
  9819.                 'use_orphanage' => false,
  9820.                 'enable_progress' => false,
  9821.                 'enable_cancelation' => false,
  9822.                 'root_folder' => false,
  9823.             ],
  9824.             'oneup_uploader.config.saloon_media_thumb' => [
  9825.                 'frontend' => 'dropzone',
  9826.                 'namer' => 'file_namer.saloon_media_thumb',
  9827.                 'storage' => [
  9828.                     'type' => 'flysystem',
  9829.                     'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  9830.                     'service' => NULL,
  9831.                     'directory' => NULL,
  9832.                     'stream_wrapper' => NULL,
  9833.                     'sync_buffer_size' => '100K',
  9834.                 ],
  9835.                 'custom_frontend' => [
  9836.                     'name' => NULL,
  9837.                     'class' => NULL,
  9838.                 ],
  9839.                 'route_prefix' => '',
  9840.                 'endpoints' => [
  9841.                     'upload' => NULL,
  9842.                     'progress' => NULL,
  9843.                     'cancel' => NULL,
  9844.                 ],
  9845.                 'allowed_mimetypes' => [
  9846.                 ],
  9847.                 'disallowed_mimetypes' => [
  9848.                 ],
  9849.                 'error_handler' => NULL,
  9850.                 'max_size' => 9223372036854775807,
  9851.                 'use_orphanage' => false,
  9852.                 'enable_progress' => false,
  9853.                 'enable_cancelation' => false,
  9854.                 'root_folder' => false,
  9855.             ],
  9856.             'oneup_uploader.config.saloon_media_video' => [
  9857.                 'frontend' => 'dropzone',
  9858.                 'namer' => 'file_namer.saloon_media_video',
  9859.                 'storage' => [
  9860.                     'type' => 'flysystem',
  9861.                     'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  9862.                     'service' => NULL,
  9863.                     'directory' => NULL,
  9864.                     'stream_wrapper' => NULL,
  9865.                     'sync_buffer_size' => '100K',
  9866.                 ],
  9867.                 'custom_frontend' => [
  9868.                     'name' => NULL,
  9869.                     'class' => NULL,
  9870.                 ],
  9871.                 'route_prefix' => '',
  9872.                 'endpoints' => [
  9873.                     'upload' => NULL,
  9874.                     'progress' => NULL,
  9875.                     'cancel' => NULL,
  9876.                 ],
  9877.                 'allowed_mimetypes' => [
  9878.                 ],
  9879.                 'disallowed_mimetypes' => [
  9880.                 ],
  9881.                 'error_handler' => NULL,
  9882.                 'max_size' => 9223372036854775807,
  9883.                 'use_orphanage' => false,
  9884.                 'enable_progress' => false,
  9885.                 'enable_cancelation' => false,
  9886.                 'root_folder' => false,
  9887.             ],
  9888.             'oneup_uploader.controllers' => [
  9889.                 'process_queue' => [
  9890.                     => 'oneup_uploader.controller.process_queue',
  9891.                     => [
  9892.                         'enable_progress' => false,
  9893.                         'enable_cancelation' => false,
  9894.                         'route_prefix' => '',
  9895.                         'endpoints' => [
  9896.                             'upload' => NULL,
  9897.                             'progress' => NULL,
  9898.                             'cancel' => NULL,
  9899.                         ],
  9900.                     ],
  9901.                 ],
  9902.                 'tmp_media' => [
  9903.                     => 'oneup_uploader.controller.tmp_media',
  9904.                     => [
  9905.                         'enable_progress' => false,
  9906.                         'enable_cancelation' => false,
  9907.                         'route_prefix' => '',
  9908.                         'endpoints' => [
  9909.                             'upload' => NULL,
  9910.                             'progress' => NULL,
  9911.                             'cancel' => NULL,
  9912.                         ],
  9913.                     ],
  9914.                 ],
  9915.                 'user_media' => [
  9916.                     => 'oneup_uploader.controller.user_media',
  9917.                     => [
  9918.                         'enable_progress' => false,
  9919.                         'enable_cancelation' => false,
  9920.                         'route_prefix' => '',
  9921.                         'endpoints' => [
  9922.                             'upload' => NULL,
  9923.                             'progress' => NULL,
  9924.                             'cancel' => NULL,
  9925.                         ],
  9926.                     ],
  9927.                 ],
  9928.                 'profile_photo' => [
  9929.                     => 'oneup_uploader.controller.profile_photo',
  9930.                     => [
  9931.                         'enable_progress' => false,
  9932.                         'enable_cancelation' => false,
  9933.                         'route_prefix' => '',
  9934.                         'endpoints' => [
  9935.                             'upload' => NULL,
  9936.                             'progress' => NULL,
  9937.                             'cancel' => NULL,
  9938.                         ],
  9939.                     ],
  9940.                 ],
  9941.                 'profile_media_avatar' => [
  9942.                     => 'oneup_uploader.controller.profile_media_avatar',
  9943.                     => [
  9944.                         'enable_progress' => false,
  9945.                         'enable_cancelation' => false,
  9946.                         'route_prefix' => '',
  9947.                         'endpoints' => [
  9948.                             'upload' => NULL,
  9949.                             'progress' => NULL,
  9950.                             'cancel' => NULL,
  9951.                         ],
  9952.                     ],
  9953.                 ],
  9954.                 'profile_media_approval' => [
  9955.                     => 'oneup_uploader.controller.profile_media_approval',
  9956.                     => [
  9957.                         'enable_progress' => false,
  9958.                         'enable_cancelation' => false,
  9959.                         'route_prefix' => '',
  9960.                         'endpoints' => [
  9961.                             'upload' => NULL,
  9962.                             'progress' => NULL,
  9963.                             'cancel' => NULL,
  9964.                         ],
  9965.                     ],
  9966.                 ],
  9967.                 'profile_face_photo' => [
  9968.                     => 'oneup_uploader.controller.profile_face_photo',
  9969.                     => [
  9970.                         'enable_progress' => false,
  9971.                         'enable_cancelation' => false,
  9972.                         'route_prefix' => '',
  9973.                         'endpoints' => [
  9974.                             'upload' => NULL,
  9975.                             'progress' => NULL,
  9976.                             'cancel' => NULL,
  9977.                         ],
  9978.                     ],
  9979.                 ],
  9980.                 'profile_selfie' => [
  9981.                     => 'oneup_uploader.controller.profile_selfie',
  9982.                     => [
  9983.                         'enable_progress' => false,
  9984.                         'enable_cancelation' => false,
  9985.                         'route_prefix' => '',
  9986.                         'endpoints' => [
  9987.                             'upload' => NULL,
  9988.                             'progress' => NULL,
  9989.                             'cancel' => NULL,
  9990.                         ],
  9991.                     ],
  9992.                 ],
  9993.                 'profile_video' => [
  9994.                     => 'oneup_uploader.controller.profile_video',
  9995.                     => [
  9996.                         'enable_progress' => false,
  9997.                         'enable_cancelation' => false,
  9998.                         'route_prefix' => '',
  9999.                         'endpoints' => [
  10000.                             'upload' => NULL,
  10001.                             'progress' => NULL,
  10002.                             'cancel' => NULL,
  10003.                         ],
  10004.                     ],
  10005.                 ],
  10006.                 'saloon_media' => [
  10007.                     => 'oneup_uploader.controller.saloon_media',
  10008.                     => [
  10009.                         'enable_progress' => false,
  10010.                         'enable_cancelation' => false,
  10011.                         'route_prefix' => '',
  10012.                         'endpoints' => [
  10013.                             'upload' => NULL,
  10014.                             'progress' => NULL,
  10015.                             'cancel' => NULL,
  10016.                         ],
  10017.                     ],
  10018.                 ],
  10019.                 'saloon_media_thumb' => [
  10020.                     => 'oneup_uploader.controller.saloon_media_thumb',
  10021.                     => [
  10022.                         'enable_progress' => false,
  10023.                         'enable_cancelation' => false,
  10024.                         'route_prefix' => '',
  10025.                         'endpoints' => [
  10026.                             'upload' => NULL,
  10027.                             'progress' => NULL,
  10028.                             'cancel' => NULL,
  10029.                         ],
  10030.                     ],
  10031.                 ],
  10032.                 'saloon_media_video' => [
  10033.                     => 'oneup_uploader.controller.saloon_media_video',
  10034.                     => [
  10035.                         'enable_progress' => false,
  10036.                         'enable_cancelation' => false,
  10037.                         'route_prefix' => '',
  10038.                         'endpoints' => [
  10039.                             'upload' => NULL,
  10040.                             'progress' => NULL,
  10041.                             'cancel' => NULL,
  10042.                         ],
  10043.                     ],
  10044.                 ],
  10045.             ],
  10046.             'oneup_uploader.maxsize' => [
  10047.                 'process_queue' => 34359738368,
  10048.                 'tmp_media' => 34359738368,
  10049.                 'user_media' => 34359738368,
  10050.                 'profile_photo' => 34359738368,
  10051.                 'profile_media_avatar' => 34359738368,
  10052.                 'profile_media_approval' => 34359738368,
  10053.                 'profile_face_photo' => 34359738368,
  10054.                 'profile_selfie' => 34359738368,
  10055.                 'profile_video' => 34359738368,
  10056.                 'saloon_media' => 34359738368,
  10057.                 'saloon_media_thumb' => 34359738368,
  10058.                 'saloon_media_video' => 34359738368,
  10059.             ],
  10060.             'snc_redis.client.class' => 'Predis\\Client',
  10061.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  10062.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  10063.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  10064.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  10065.             'snc_redis.phpredis_client.class' => 'Redis',
  10066.             'snc_redis.relay_client.class' => 'Relay\\Relay',
  10067.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  10068.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  10069.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  10070.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  10071.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  10072.             'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  10073.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  10074.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  10075.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  10076.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  10077.             'fos_js_routing.request_context_base_url' => NULL,
  10078.             'fos_js_routing.cache_control' => [
  10079.                 'enabled' => false,
  10080.             ],
  10081.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  10082.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  10083.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  10084.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  10085.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  10086.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  10087.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  10088.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  10089.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  10090.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  10091.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  10092.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  10093.             'eight_points_guzzle.plugin.header.headers' => [
  10094.             ],
  10095.             'env(SENTRY_RELEASE)' => 'dev-master@700fc6f',
  10096.             'sentry.tracing.enabled' => true,
  10097.             'sentry.tracing.dbal.enabled' => true,
  10098.             'sentry.tracing.dbal.connections' => [
  10099.             ],
  10100.             'sentry.tracing.cache.enabled' => true,
  10101.             'sentry.tracing.http_client.enabled' => true,
  10102.             'fos_elastica.property_accessor.magicCall' => false,
  10103.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  10104.             'fos_elastica.default_index' => 'recommendations',
  10105.             'ewz_recaptcha.ajax' => true,
  10106.             'ewz_recaptcha.enabled' => true,
  10107.             'ewz_recaptcha.verify_host' => false,
  10108.             'ewz_recaptcha.locale_key' => 'ru',
  10109.             'ewz_recaptcha.api_host' => 'www.google.com',
  10110.             'ewz_recaptcha.locale_from_request' => false,
  10111.             'ewz_recaptcha.version' => 2,
  10112.             'ewz_recaptcha.hide_badge' => false,
  10113.             'ewz_recaptcha.score_threshold' => 0.5,
  10114.             'ewz_recaptcha.timeout' => NULL,
  10115.             'ewz_recaptcha.trusted_roles' => [
  10116.             ],
  10117.             'ewz_recaptcha.http_proxy' => [
  10118.                 'host' => NULL,
  10119.                 'port' => NULL,
  10120.                 'auth' => NULL,
  10121.             ],
  10122.             'ewz_recaptcha.service_definition' => [
  10123.             ],
  10124.             'doctrine.migrations.preferred_em' => NULL,
  10125.             'doctrine.migrations.preferred_connection' => NULL,
  10126.             'misd_phone_number.serializer.default_region' => 'ZZ',
  10127.             'misd_phone_number.serializer.format' => 0,
  10128.             'misd_phone_number.validator.default_region' => 'ZZ',
  10129.             'misd_phone_number.validator.format' => 1,
  10130.             'knp_paginator.template.pagination' => '_pagination.html.twig',
  10131.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  10132.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  10133.             'knp_paginator.page_range' => 9,
  10134.             'knp_paginator.page_limit' => NULL,
  10135.             'porpaginas.twig.extension.class' => 'Porpaginas\\Twig\\PorpaginasExtension',
  10136.             'porpaginas.twig.rendering_adapter.knp.class' => 'AngelGamez\\PorpaginasBundle\\Twig\\KnpPagerRenderingAdapter',
  10137.             'porpaginas.twig.subscriber.class' => 'Porpaginas\\KnpPager\\PorpaginasSubscriber',
  10138.             'nelmio_api_doc.areas' => [
  10139.                 => 'chatops',
  10140.                 => 'sales',
  10141.                 => 'default',
  10142.             ],
  10143.             'nelmio_api_doc.use_validation_groups' => false,
  10144.             'data_collector.templates' => [
  10145.                 'data_collector.request' => [
  10146.                     => 'request',
  10147.                     => '@WebProfiler/Collector/request.html.twig',
  10148.                 ],
  10149.                 'data_collector.time' => [
  10150.                     => 'time',
  10151.                     => '@WebProfiler/Collector/time.html.twig',
  10152.                 ],
  10153.                 'data_collector.memory' => [
  10154.                     => 'memory',
  10155.                     => '@WebProfiler/Collector/memory.html.twig',
  10156.                 ],
  10157.                 'data_collector.validator' => [
  10158.                     => 'validator',
  10159.                     => '@WebProfiler/Collector/validator.html.twig',
  10160.                 ],
  10161.                 'data_collector.ajax' => [
  10162.                     => 'ajax',
  10163.                     => '@WebProfiler/Collector/ajax.html.twig',
  10164.                 ],
  10165.                 'data_collector.form' => [
  10166.                     => 'form',
  10167.                     => '@WebProfiler/Collector/form.html.twig',
  10168.                 ],
  10169.                 'data_collector.exception' => [
  10170.                     => 'exception',
  10171.                     => '@WebProfiler/Collector/exception.html.twig',
  10172.                 ],
  10173.                 'data_collector.logger' => [
  10174.                     => 'logger',
  10175.                     => '@WebProfiler/Collector/logger.html.twig',
  10176.                 ],
  10177.                 'data_collector.events' => [
  10178.                     => 'events',
  10179.                     => '@WebProfiler/Collector/events.html.twig',
  10180.                 ],
  10181.                 'data_collector.router' => [
  10182.                     => 'router',
  10183.                     => '@WebProfiler/Collector/router.html.twig',
  10184.                 ],
  10185.                 'data_collector.cache' => [
  10186.                     => 'cache',
  10187.                     => '@WebProfiler/Collector/cache.html.twig',
  10188.                 ],
  10189.                 'data_collector.translation' => [
  10190.                     => 'translation',
  10191.                     => '@WebProfiler/Collector/translation.html.twig',
  10192.                 ],
  10193.                 'data_collector.security' => [
  10194.                     => 'security',
  10195.                     => '@Security/Collector/security.html.twig',
  10196.                 ],
  10197.                 'data_collector.twig' => [
  10198.                     => 'twig',
  10199.                     => '@WebProfiler/Collector/twig.html.twig',
  10200.                 ],
  10201.                 'data_collector.http_client' => [
  10202.                     => 'http_client',
  10203.                     => '@WebProfiler/Collector/http_client.html.twig',
  10204.                 ],
  10205.                 'data_collector.doctrine' => [
  10206.                     => 'db',
  10207.                     => '@Doctrine/Collector/db.html.twig',
  10208.                 ],
  10209.                 'data_collector.dump' => [
  10210.                     => 'dump',
  10211.                     => '@Debug/Profiler/dump.html.twig',
  10212.                 ],
  10213.                 'data_collector.messenger' => [
  10214.                     => 'messenger',
  10215.                     => '@WebProfiler/Collector/messenger.html.twig',
  10216.                 ],
  10217.                 'mailer.data_collector' => [
  10218.                     => 'mailer',
  10219.                     => '@WebProfiler/Collector/mailer.html.twig',
  10220.                 ],
  10221.                 'notifier.data_collector' => [
  10222.                     => 'notifier',
  10223.                     => '@WebProfiler/Collector/notifier.html.twig',
  10224.                 ],
  10225.                 'flagception.profiler.feature_data_collector' => [
  10226.                     => 'flagception',
  10227.                     => '@Flagception/profiler/layout.html.twig',
  10228.                 ],
  10229.                 'easyadmin.data_collector' => [
  10230.                     => 'easyadmin',
  10231.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  10232.                 ],
  10233.                 'snc_redis.data_collector' => [
  10234.                     => 'redis',
  10235.                     => '@SncRedis/Collector/redis.html.twig',
  10236.                 ],
  10237.                 'eight_points_guzzle.data_collector' => [
  10238.                     => 'eight_points_guzzle',
  10239.                     => '@EightPointsGuzzle/debug.html.twig',
  10240.                 ],
  10241.                 'fos_elastica.data_collector' => [
  10242.                     => 'elastica',
  10243.                     => '@FOSElastica/Collector/elastica.html.twig',
  10244.                 ],
  10245.                 'App\\DataCollector\\DebugCollector' => [
  10246.                     => 'app.debug_collector',
  10247.                     => '_data_collector/debug_collector.html.twig',
  10248.                 ],
  10249.                 'data_collector.config' => [
  10250.                     => 'config',
  10251.                     => '@WebProfiler/Collector/config.html.twig',
  10252.                 ],
  10253.             ],
  10254.             'console.command.ids' => [
  10255.                 => 'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog',
  10256.                 => 'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue',
  10257.                 => 'console.command.public_alias.App\\Console\\Debug\\PlanPlacementSyncDebugCommand',
  10258.                 => 'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand',
  10259.                 => 'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand',
  10260.                 => 'console.command.public_alias.App\\Console\\Export\\ExportProfiles',
  10261.                 => 'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand',
  10262.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand',
  10263.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription',
  10264.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand',
  10265.                 10 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus',
  10266.                 11 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations',
  10267.                 12 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords',
  10268.                 13 => 'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733',
  10269.                 14 => 'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand',
  10270.                 15 => 'console.command.public_alias.App\\Console\\Feature\\CleanStopWordsTextsCommand',
  10271.                 16 => 'console.command.public_alias.App\\Console\\Feature\\PrepareDynamicPricesPlacementsCommand',
  10272.                 17 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand',
  10273.                 18 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand',
  10274.                 19 => 'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand',
  10275.                 20 => 'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand',
  10276.                 21 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi',
  10277.                 22 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal',
  10278.                 23 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand',
  10279.                 24 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand',
  10280.                 25 => 'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand',
  10281.                 26 => 'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand',
  10282.                 27 => 'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand',
  10283.                 28 => 'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand',
  10284.                 29 => 'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand',
  10285.                 30 => 'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand',
  10286.                 31 => 'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand',
  10287.                 32 => 'console.command.public_alias.App\\Console\\Management\\CleanupSupportMessageAttachmentsCommand',
  10288.                 33 => 'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache',
  10289.                 34 => 'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList',
  10290.                 35 => 'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand',
  10291.                 36 => 'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles',
  10292.                 37 => 'console.command.public_alias.App\\Console\\Management\\FillDynamicPlacementPricesForTestCommand',
  10293.                 38 => 'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements',
  10294.                 39 => 'console.command.public_alias.App\\Console\\Management\\ImportCityPriceCategoriesCommand',
  10295.                 40 => 'console.command.public_alias.App\\Console\\Management\\ImportDynamicPlacementPricesCommand',
  10296.                 41 => 'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent',
  10297.                 42 => 'console.command.public_alias.App\\Console\\Management\\RefreshColdStartProfileRecommendationsCommand',
  10298.                 43 => 'console.command.public_alias.App\\Console\\Management\\RefreshGeoCategoryLinkageCommand',
  10299.                 44 => 'console.command.public_alias.App\\Console\\Management\\RefreshTop100ProfilesCommand',
  10300.                 45 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles',
  10301.                 46 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons',
  10302.                 47 => 'console.command.public_alias.App\\Console\\Management\\UpdateStations',
  10303.                 48 => 'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus',
  10304.                 49 => 'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand',
  10305.                 50 => 'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand',
  10306.                 51 => 'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand',
  10307.                 52 => 'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand',
  10308.                 53 => 'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand',
  10309.                 54 => 'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand',
  10310.                 55 => 'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator',
  10311.                 56 => 'console.command.public_alias.App\\Console\\Sales\\AccountChargebackCommand',
  10312.                 57 => 'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand',
  10313.                 58 => 'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand',
  10314.                 59 => 'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand',
  10315.                 60 => 'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand',
  10316.                 61 => 'console.command.public_alias.App\\Console\\Sales\\PlaceUnhiddenAndUnplacedProfilesFreeCommand',
  10317.                 62 => 'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand',
  10318.                 63 => 'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand',
  10319.                 64 => 'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand',
  10320.                 65 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand',
  10321.                 66 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand',
  10322.                 67 => 'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand',
  10323.                 68 => 'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand',
  10324.                 69 => 'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand',
  10325.                 70 => 'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand',
  10326.                 71 => 'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand',
  10327.                 72 => 'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand',
  10328.                 73 => 'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts',
  10329.             ],
  10330.         ];
  10331.     }
  10332.     protected function throw($message)
  10333.     {
  10334.         throw new RuntimeException($message);
  10335.     }
  10336. }