var/cache/review/ContainerYMOIFrJ/App_KernelReviewDebugContainer.php line 1279

Open in your IDE?
  1. <?php
  2. namespace ContainerYMOIFrJ;
  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\\PaymentWebhookController' => 'getPaymentWebhookControllerService',
  100.             'App\\Controller\\API\\VoucherController' => 'getVoucherControllerService',
  101.             'App\\Controller\\AccountAuthenticationController' => 'getAccountAuthenticationControllerService',
  102.             'App\\Controller\\AccountPasswordResetController' => 'getAccountPasswordResetControllerService',
  103.             'App\\Controller\\AccountRegistrationController' => 'getAccountRegistrationControllerService',
  104.             'App\\Controller\\Account\\AccountController' => 'getAccountControllerService',
  105.             'App\\Controller\\Account\\CustomerController' => 'getCustomerControllerService',
  106.             'App\\Controller\\Account\\CustomerPreferredProfilesController' => 'getCustomerPreferredProfilesControllerService',
  107.             'App\\Controller\\Account\\FinancesController' => 'getFinancesControllerService',
  108.             'App\\Controller\\Account\\PaidServicesController' => 'getPaidServicesControllerService',
  109.             'App\\Controller\\Account\\PhoneReviewsController' => 'getPhoneReviewsControllerService',
  110.             'App\\Controller\\Account\\ProfileCommentsController' => 'getProfileCommentsControllerService',
  111.             'App\\Controller\\Account\\ProfileEditingController' => 'getProfileEditingControllerService',
  112.             'App\\Controller\\Account\\ProfileManagementController' => 'getProfileManagementControllerService',
  113.             'App\\Controller\\Account\\SaloonCommentsController' => 'getSaloonCommentsControllerService',
  114.             'App\\Controller\\Account\\SaloonEditingController' => 'getSaloonEditingControllerService',
  115.             'App\\Controller\\Account\\SaloonManagementController' => 'getSaloonManagementControllerService',
  116.             'App\\Controller\\Account\\SupportMessagesController' => 'getSupportMessagesControllerService',
  117.             'App\\Controller\\CityListController' => 'getCityListControllerService',
  118.             'App\\Controller\\Component\\HeaderController' => 'getHeaderControllerService',
  119.             'App\\Controller\\DebugController' => 'getDebugControllerService',
  120.             'App\\Controller\\DistrictListController' => 'getDistrictListControllerService',
  121.             'App\\Controller\\GalleryController' => 'getGalleryControllerService',
  122.             'App\\Controller\\HomepageController' => 'getHomepageControllerService',
  123.             'App\\Controller\\HttpCacheController' => 'getHttpCacheControllerService',
  124.             'App\\Controller\\Management\\AccountChargesController' => 'getAccountChargesControllerService',
  125.             'App\\Controller\\Management\\AccountController' => 'getAccountController2Service',
  126.             'App\\Controller\\Management\\AnalyticsController' => 'getAnalyticsControllerService',
  127.             'App\\Controller\\Management\\AuthenticationController' => 'getAuthenticationControllerService',
  128.             'App\\Controller\\Management\\CityPricesController' => 'getCityPricesControllerService',
  129.             'App\\Controller\\Management\\CustomerController' => 'getCustomerController2Service',
  130.             'App\\Controller\\Management\\DeletedProfilesController' => 'getDeletedProfilesControllerService',
  131.             'App\\Controller\\Management\\DeletedSaloonController' => 'getDeletedSaloonControllerService',
  132.             'App\\Controller\\Management\\IpAddressCommentBanController' => 'getIpAddressCommentBanControllerService',
  133.             'App\\Controller\\Management\\IpAddressController' => 'getIpAddressControllerService',
  134.             'App\\Controller\\Management\\IpAddressDailyCommentBanController' => 'getIpAddressDailyCommentBanControllerService',
  135.             'App\\Controller\\Management\\IpAddressPermanentCommentBanController' => 'getIpAddressPermanentCommentBanControllerService',
  136.             'App\\Controller\\Management\\LocationController' => 'getLocationControllerService',
  137.             'App\\Controller\\Management\\LogController' => 'getLogControllerService',
  138.             'App\\Controller\\Management\\OfferBarController' => 'getOfferBarControllerService',
  139.             'App\\Controller\\Management\\PageMetadataController' => 'getPageMetadataControllerService',
  140.             'App\\Controller\\Management\\ProfileApprovalController' => 'getProfileApprovalControllerService',
  141.             'App\\Controller\\Management\\ProfileCommentController' => 'getProfileCommentControllerService',
  142.             'App\\Controller\\Management\\ProfileController' => 'getProfileControllerService',
  143.             'App\\Controller\\Management\\ProfileModerationController' => 'getProfileModerationControllerService',
  144.             'App\\Controller\\Management\\SaloonCommentController' => 'getSaloonCommentControllerService',
  145.             'App\\Controller\\Management\\SaloonController' => 'getSaloonControllerService',
  146.             'App\\Controller\\Management\\SupportMessagesController' => 'getSupportMessagesController2Service',
  147.             'App\\Controller\\MapController' => 'getMapControllerService',
  148.             'App\\Controller\\MasseurListController' => 'getMasseurListControllerService',
  149.             'App\\Controller\\ProfileBotHelperController' => 'getProfileBotHelperControllerService',
  150.             'App\\Controller\\ProfileCommentController' => 'getProfileCommentController2Service',
  151.             'App\\Controller\\ProfileCtrController' => 'getProfileCtrControllerService',
  152.             'App\\Controller\\ProfileFilterController' => 'getProfileFilterControllerService',
  153.             'App\\Controller\\ProfileListController' => 'getProfileListControllerService',
  154.             'App\\Controller\\ProfilePreviewController' => 'getProfilePreviewControllerService',
  155.             'App\\Controller\\ProfileRecommendationController' => 'getProfileRecommendationControllerService',
  156.             'App\\Controller\\ProfileSearchController' => 'getProfileSearchControllerService',
  157.             'App\\Controller\\ProfileWidgetController' => 'getProfileWidgetControllerService',
  158.             'App\\Controller\\RecentProfilesController' => 'getRecentProfilesControllerService',
  159.             'App\\Controller\\RecentlyViewedProfilesController' => 'getRecentlyViewedProfilesControllerService',
  160.             'App\\Controller\\RobotsTxtController' => 'getRobotsTxtControllerService',
  161.             'App\\Controller\\S3DebugController' => 'getS3DebugControllerService',
  162.             'App\\Controller\\SaloonCommentController' => 'getSaloonCommentController2Service',
  163.             'App\\Controller\\SaloonListController' => 'getSaloonListControllerService',
  164.             'App\\Controller\\SaloonPreviewController' => 'getSaloonPreviewControllerService',
  165.             'App\\Controller\\SearchByKeywordsController' => 'getSearchByKeywordsControllerService',
  166.             'App\\Controller\\SidebarPlacementsController' => 'getSidebarPlacementsControllerService',
  167.             'App\\Controller\\StaticPageController' => 'getStaticPageControllerService',
  168.             'App\\Controller\\StationListController' => 'getStationListControllerService',
  169.             'App\\Service\\ListingRotationApi' => 'getListingRotationApiService',
  170.             'App\\Service\\UploadedFileNamer' => 'getUploadedFileNamerService',
  171.             'App\\Service\\VideoFileProcessor' => 'getVideoFileProcessorService',
  172.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  173.             'EasyCorp\\Bundle\\EasyAdminBundle\\Controller\\EasyAdminController' => 'getEasyAdminController2Service',
  174.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  175.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  176.             'cache.app_clearer' => 'getCache_AppClearerService',
  177.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  178.             'cache.system_clearer' => 'getCache_SystemClearerService',
  179.             'cache_warmer' => 'getCacheWarmerService',
  180.             'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog' => 'getBulkQueueWatchDogService',
  181.             'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue' => 'getProcessBulkQueueService',
  182.             'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand' => 'getConfigureCacheDirectoryCommandService',
  183.             'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand' => 'getRemoveOutdatedCacheDirectoriesCommandService',
  184.             'console.command.public_alias.App\\Console\\Export\\ExportProfiles' => 'getExportProfilesService',
  185.             'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand' => 'getExportRotationListingsConfigCommandService',
  186.             'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand' => 'getAdaptForAvatarCommandService',
  187.             'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription' => 'getAdaptForESDescriptionService',
  188.             'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand' => 'getAdaptForFreeProfilesCommandService',
  189.             'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus' => 'getAdaptForProfileModerationStatusService',
  190.             'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations' => 'getAdaptForProfileRecommendationsService',
  191.             'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords' => 'getAdaptForSearchByKeywordsService',
  192.             'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733' => 'getAddServicesForTask28733Service',
  193.             'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand' => 'getAnalExtraChargeToServiceExtraChargeCommandService',
  194.             'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand' => 'getRevertAdaptForAvatarCommandService',
  195.             'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand' => 'getRevertAdaptForFreeProfilesCommandService',
  196.             'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand' => 'getSetAvatarFromFirstPhotoCommandService',
  197.             'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand' => 'getSetUniqueDescriptionForDuplicatesCommandService',
  198.             'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi' => 'getRemoveStationVerhnieLihoborodyiService',
  199.             'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal' => 'getRemoveStationobvodnoyKanalService',
  200.             'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand' => 'getImportCitiesCommandService',
  201.             'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand' => 'getImportCitiesMapCoordinatesCommandService',
  202.             'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand' => 'getImportPageMetadataCommandService',
  203.             'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand' => 'getImportPaidPlacementPricesCommandService',
  204.             'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand' => 'getImportPaymentProductsCommandService',
  205.             'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand' => 'getImportProfilesCommandService',
  206.             'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand' => 'getImportSaloonsCommandService',
  207.             'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand' => 'getImportServicesCommandService',
  208.             'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand' => 'getImportStationDistrictCommandService',
  209.             'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache' => 'getClearCtrValuesCacheService',
  210.             'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList' => 'getClearCurrentModerationListService',
  211.             'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand' => 'getCreateStaffAccountCommandService',
  212.             'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles' => 'getDeleteModerationRejectedProfilesService',
  213.             'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements' => 'getHideFreeUnapprovedPlacementsService',
  214.             'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent' => 'getPersistProfileCtrValuesPermanentService',
  215.             'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles' => 'getSetSeoPhoneNumbersForProfilesService',
  216.             'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons' => 'getSetSeoPhoneNumbersForSaloonsService',
  217.             'console.command.public_alias.App\\Console\\Management\\UpdateStations' => 'getUpdateStationsService',
  218.             'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus' => 'getUpdateUsersTrustedStatusService',
  219.             'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand' => 'getGenerateCityUriDumpCommandService',
  220.             'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand' => 'getGenerateServicesUriDumpCommandService',
  221.             'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand' => 'getCreatePageMetadataTemplatesCommandService',
  222.             'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand' => 'getGenerateSitemapCommandService',
  223.             'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand' => 'getImportPageMetadataCommand2Service',
  224.             'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand' => 'getImportProfileDescriptionCommandService',
  225.             'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator' => 'getListingPagesSitemapGeneratorService',
  226.             'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand' => 'getFixProfileAdBoardPositionsCommandService',
  227.             'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand' => 'getManualAccountChargesCommandService',
  228.             'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand' => 'getMigrateFinancialDataCommandService',
  229.             'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand' => 'getPlaceProfilesFreeAdBoardPlacementsCommandService',
  230.             'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand' => 'getPlacementHiderHourlyChargeCommandService',
  231.             'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand' => 'getProcessOutdatedNewSidebarPlacementsCommandService',
  232.             'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand' => 'getProfileAdBoardHourlyChargeCommandService',
  233.             'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand' => 'getRotateProfileAdBoardPlacementsCommandService',
  234.             'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand' => 'getRotateProfileFreeAdBoardPlacementsCommandService',
  235.             'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand' => 'getRotateSaloonAdBoardPlacementsCommandService',
  236.             'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand' => 'getRotateSidebarPlacementsCommandService',
  237.             'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand' => 'getSaloonAdBoardHourlyChargeCommandService',
  238.             'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand' => 'getUserLowBalanceNotifyCommandService',
  239.             'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand' => 'getFillIpAddressRangeCommandService',
  240.             'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand' => 'getPrepareOldVideoFilesCommandService',
  241.             'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts' => 'getCreateDummyAccountsService',
  242.             'console.command_loader' => 'getConsole_CommandLoaderService',
  243.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  244.             'easyadmin.autocomplete' => 'getEasyadmin_AutocompleteService',
  245.             'easyadmin.command.make_admin_migration' => 'getEasyadmin_Command_MakeAdminMigrationService',
  246.             'easyadmin.form.guesser.missing_doctrine_orm_type_guesser' => 'getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService',
  247.             'easyadmin.listener.request_post_initialize' => 'getEasyadmin_Listener_RequestPostInitializeService',
  248.             'easyadmin.paginator' => 'getEasyadmin_PaginatorService',
  249.             'easyadmin.query_builder' => 'getEasyadmin_QueryBuilderService',
  250.             'eight_points_guzzle.client.api_payday' => 'getEightPointsGuzzle_Client_ApiPaydayService',
  251.             'eight_points_guzzle.client.api_rotation' => 'getEightPointsGuzzle_Client_ApiRotationService',
  252.             'eight_points_guzzle.formatter' => 'getEightPointsGuzzle_FormatterService',
  253.             'eight_points_guzzle.handler_stack.api_oplata_info' => 'getEightPointsGuzzle_HandlerStack_ApiOplataInfoService',
  254.             'eight_points_guzzle.handler_stack.api_payday' => 'getEightPointsGuzzle_HandlerStack_ApiPaydayService',
  255.             'eight_points_guzzle.handler_stack.api_rotation' => 'getEightPointsGuzzle_HandlerStack_ApiRotationService',
  256.             'eight_points_guzzle.middleware.event_dispatch.api_oplata_info' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService',
  257.             'eight_points_guzzle.middleware.event_dispatch.api_payday' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiPaydayService',
  258.             'eight_points_guzzle.middleware.event_dispatch.api_rotation' => 'getEightPointsGuzzle_Middleware_EventDispatch_ApiRotationService',
  259.             'eight_points_guzzle.middleware.log.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService',
  260.             'eight_points_guzzle.middleware.log.api_payday' => 'getEightPointsGuzzle_Middleware_Log_ApiPaydayService',
  261.             'eight_points_guzzle.middleware.log.api_rotation' => 'getEightPointsGuzzle_Middleware_Log_ApiRotationService',
  262.             'eight_points_guzzle.middleware.profile.api_oplata_info' => 'getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService',
  263.             'eight_points_guzzle.middleware.profile.api_payday' => 'getEightPointsGuzzle_Middleware_Profile_ApiPaydayService',
  264.             'eight_points_guzzle.middleware.profile.api_rotation' => 'getEightPointsGuzzle_Middleware_Profile_ApiRotationService',
  265.             'eight_points_guzzle.middleware.request_time.api_oplata_info' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService',
  266.             'eight_points_guzzle.middleware.request_time.api_payday' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiPaydayService',
  267.             'eight_points_guzzle.middleware.request_time.api_rotation' => 'getEightPointsGuzzle_Middleware_RequestTime_ApiRotationService',
  268.             'eight_points_guzzle.middleware.symfony_log' => 'getEightPointsGuzzle_Middleware_SymfonyLogService',
  269.             'eight_points_guzzle.symfony_log_formatter' => 'getEightPointsGuzzle_SymfonyLogFormatterService',
  270.             'error_controller' => 'getErrorControllerService',
  271.             'ewz_recaptcha.form.type' => 'getEwzRecaptcha_Form_TypeService',
  272.             'ewz_recaptcha.v3.form.type' => 'getEwzRecaptcha_V3_Form_TypeService',
  273.             'ewz_recaptcha.validator.true' => 'getEwzRecaptcha_Validator_TrueService',
  274.             'ewz_recaptcha.validator.v3.true' => 'getEwzRecaptcha_Validator_V3_TrueService',
  275.             'file_namer.profile_media' => 'getFileNamer_ProfileMediaService',
  276.             'file_namer.profile_media_approval' => 'getFileNamer_ProfileMediaApprovalService',
  277.             'file_namer.saloon_media' => 'getFileNamer_SaloonMediaService',
  278.             'file_namer.saloon_media_thumb' => 'getFileNamer_SaloonMediaThumbService',
  279.             'file_namer.saloon_media_video' => 'getFileNamer_SaloonMediaVideoService',
  280.             'file_namer.tmp_media' => 'getFileNamer_TmpMediaService',
  281.             'file_namer.user_media' => 'getFileNamer_UserMediaService',
  282.             'fos_elastica.client.default' => 'getFosElastica_Client_DefaultService',
  283.             'fos_elastica.config_manager' => 'getFosElastica_ConfigManagerService',
  284.             'fos_elastica.config_manager.index_templates' => 'getFosElastica_ConfigManager_IndexTemplatesService',
  285.             'fos_elastica.filter_objects_listener' => 'getFosElastica_FilterObjectsListenerService',
  286.             'fos_elastica.finder.description.profile' => 'getFosElastica_Finder_Description_ProfileService',
  287.             'fos_elastica.finder.key_search.profile' => 'getFosElastica_Finder_KeySearch_ProfileService',
  288.             'fos_elastica.finder.recommendations.profile' => 'getFosElastica_Finder_Recommendations_ProfileService',
  289.             'fos_elastica.in_place_pager_persister' => 'getFosElastica_InPlacePagerPersisterService',
  290.             'fos_elastica.index.description' => 'getFosElastica_Index_DescriptionService',
  291.             'fos_elastica.index.description.profile' => 'getFosElastica_Index_Description_ProfileService',
  292.             'fos_elastica.index.key_search' => 'getFosElastica_Index_KeySearchService',
  293.             'fos_elastica.index.key_search.profile' => 'getFosElastica_Index_KeySearch_ProfileService',
  294.             'fos_elastica.index.recommendations' => 'getFosElastica_Index_RecommendationsService',
  295.             'fos_elastica.index.recommendations.profile' => 'getFosElastica_Index_Recommendations_ProfileService',
  296.             'fos_elastica.index_manager' => 'getFosElastica_IndexManagerService',
  297.             'fos_elastica.index_template_manager' => 'getFosElastica_IndexTemplateManagerService',
  298.             'fos_elastica.manager.orm' => 'getFosElastica_Manager_OrmService',
  299.             'fos_elastica.object_persister.description.profile' => 'getFosElastica_ObjectPersister_Description_ProfileService',
  300.             'fos_elastica.object_persister.key_search.profile' => 'getFosElastica_ObjectPersister_KeySearch_ProfileService',
  301.             'fos_elastica.object_persister.recommendations.profile' => 'getFosElastica_ObjectPersister_Recommendations_ProfileService',
  302.             'fos_elastica.pager_persister_registry' => 'getFosElastica_PagerPersisterRegistryService',
  303.             'fos_elastica.pager_provider.description.profile' => 'getFosElastica_PagerProvider_Description_ProfileService',
  304.             'fos_elastica.pager_provider.key_search.profile' => 'getFosElastica_PagerProvider_KeySearch_ProfileService',
  305.             'fos_elastica.pager_provider.recommendations.profile' => 'getFosElastica_PagerProvider_Recommendations_ProfileService',
  306.             'fos_elastica.pager_provider_registry' => 'getFosElastica_PagerProviderRegistryService',
  307.             'fos_elastica.paginator.subscriber' => 'getFosElastica_Paginator_SubscriberService',
  308.             'fos_elastica.persister_registry' => 'getFosElastica_PersisterRegistryService',
  309.             'fos_elastica.repository_manager' => 'getFosElastica_RepositoryManagerService',
  310.             'fos_elastica.resetter' => 'getFosElastica_ResetterService',
  311.             'fos_elastica.template_resetter' => 'getFosElastica_TemplateResetterService',
  312.             'fos_js_routing.controller' => 'getFosJsRouting_ControllerService',
  313.             'fos_js_routing.extractor' => 'getFosJsRouting_ExtractorService',
  314.             'fos_js_routing.routes_response' => 'getFosJsRouting_RoutesResponseService',
  315.             'fos_js_routing.serializer' => 'getFosJsRouting_SerializerService',
  316.             'knp_menu.factory' => 'getKnpMenu_FactoryService',
  317.             'oneup_flysystem.mount_manager' => 'getOneupFlysystem_MountManagerService',
  318.             'oneup_flysystem.process_queue_filesystem' => 'getOneupFlysystem_ProcessQueueFilesystemService',
  319.             'oneup_flysystem.profile_media_approval_filesystem' => 'getOneupFlysystem_ProfileMediaApprovalFilesystemService',
  320.             'oneup_flysystem.profile_media_avatar_filesystem' => 'getOneupFlysystem_ProfileMediaAvatarFilesystemService',
  321.             'oneup_flysystem.profile_media_filesystem' => 'getOneupFlysystem_ProfileMediaFilesystemService',
  322.             'oneup_flysystem.profile_media_selfie_filesystem' => 'getOneupFlysystem_ProfileMediaSelfieFilesystemService',
  323.             'oneup_flysystem.profile_media_untouched_filesystem' => 'getOneupFlysystem_ProfileMediaUntouchedFilesystemService',
  324.             'oneup_flysystem.public_filesystem' => 'getOneupFlysystem_PublicFilesystemService',
  325.             'oneup_flysystem.saloon_media_filesystem' => 'getOneupFlysystem_SaloonMediaFilesystemService',
  326.             'oneup_flysystem.saloon_media_thumb_filesystem' => 'getOneupFlysystem_SaloonMediaThumbFilesystemService',
  327.             'oneup_flysystem.saloon_media_untouched_filesystem' => 'getOneupFlysystem_SaloonMediaUntouchedFilesystemService',
  328.             'oneup_flysystem.saloon_media_video_filesystem' => 'getOneupFlysystem_SaloonMediaVideoFilesystemService',
  329.             'oneup_flysystem.tmp_filesystem' => 'getOneupFlysystem_TmpFilesystemService',
  330.             'oneup_flysystem.tmp_media_filesystem' => 'getOneupFlysystem_TmpMediaFilesystemService',
  331.             'oneup_flysystem.user_media_filesystem' => 'getOneupFlysystem_UserMediaFilesystemService',
  332.             'oneup_uploader.chunk_manager' => 'getOneupUploader_ChunkManagerService',
  333.             'oneup_uploader.controller.process_queue' => 'getOneupUploader_Controller_ProcessQueueService',
  334.             'oneup_uploader.controller.profile_media_approval' => 'getOneupUploader_Controller_ProfileMediaApprovalService',
  335.             'oneup_uploader.controller.profile_media_avatar' => 'getOneupUploader_Controller_ProfileMediaAvatarService',
  336.             'oneup_uploader.controller.profile_photo' => 'getOneupUploader_Controller_ProfilePhotoService',
  337.             'oneup_uploader.controller.profile_selfie' => 'getOneupUploader_Controller_ProfileSelfieService',
  338.             'oneup_uploader.controller.profile_video' => 'getOneupUploader_Controller_ProfileVideoService',
  339.             'oneup_uploader.controller.saloon_media' => 'getOneupUploader_Controller_SaloonMediaService',
  340.             'oneup_uploader.controller.saloon_media_thumb' => 'getOneupUploader_Controller_SaloonMediaThumbService',
  341.             'oneup_uploader.controller.saloon_media_video' => 'getOneupUploader_Controller_SaloonMediaVideoService',
  342.             'oneup_uploader.controller.tmp_media' => 'getOneupUploader_Controller_TmpMediaService',
  343.             'oneup_uploader.controller.user_media' => 'getOneupUploader_Controller_UserMediaService',
  344.             'oneup_uploader.namer.uniqid' => 'getOneupUploader_Namer_UniqidService',
  345.             'oneup_uploader.orphanage_manager' => 'getOneupUploader_OrphanageManagerService',
  346.             'oneup_uploader.routing.loader' => 'getOneupUploader_Routing_LoaderService',
  347.             'porpaginas.twig.subscriber' => 'getPorpaginas_Twig_SubscriberService',
  348.             'presta_sitemap.controller' => 'getPrestaSitemap_ControllerService',
  349.             'presta_sitemap.dump_command' => 'getPrestaSitemap_DumpCommandService',
  350.             'presta_sitemap.dumper' => 'getPrestaSitemap_DumperService',
  351.             'presta_sitemap.generator' => 'getPrestaSitemap_GeneratorService',
  352.             'routing.loader' => 'getRouting_LoaderService',
  353.             'services_resetter' => 'getServicesResetterService',
  354.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  355.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  356.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  357.         ];
  358.         $this->aliases = [
  359.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Filter\\FilterRegistry' => 'easyadmin.filter.registry',
  360.             'Presta\\SitemapBundle\\Controller\\SitemapController' => 'presta_sitemap.controller',
  361.             'database_connection' => 'doctrine.dbal.default_connection',
  362.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  363.             'fos_elastica.client' => 'fos_elastica.client.default',
  364.             'fos_elastica.index' => 'fos_elastica.index.recommendations',
  365.             'fos_elastica.manager' => 'fos_elastica.manager.orm',
  366.         ];
  367.         $this->privates['service_container'] = function () {
  368.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  369.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  370.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  371.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  372.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  373.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  374.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  375.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  376.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  377.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  378.             include_once \dirname(__DIR__4).'/src/DataCollector/DebugCollector.php';
  379.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  380.             include_once \dirname(__DIR__4).'/src/EventSubscriber/AjaxDebugUpdateSubscriber.php';
  381.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ApiAccessSubscriber.php';
  382.             include_once \dirname(__DIR__4).'/src/Service/AccessManager.php';
  383.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BadWordsReplaceSubscriber.php';
  384.             include_once \dirname(__DIR__4).'/src/Helper/EnvironmentHelper.php';
  385.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BanLogoutSubscriber.php';
  386.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CityCaseRedirectSubscriber.php';
  387.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CommentBanSubscriber.php';
  388.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DisabledRouteSubscriber.php';
  389.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DoctrineEntityFilterSubscriber.php';
  390.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DomainParkingSubscriber.php';
  391.             include_once \dirname(__DIR__4).'/src/EventSubscriber/DomainRedirectSubscriber.php';
  392.             include_once \dirname(__DIR__4).'/src/Http/DomainRedirectorInterface.php';
  393.             include_once \dirname(__DIR__4).'/src/Http/DomainRedirector.php';
  394.             include_once \dirname(__DIR__4).'/src/Http/LegacyDomainRedirector.php';
  395.             include_once \dirname(__DIR__4).'/src/EventSubscriber/EnumSubscriber.php';
  396.             include_once \dirname(__DIR__4).'/src/EventSubscriber/KernelSubscriber.php';
  397.             include_once \dirname(__DIR__4).'/src/EventSubscriber/PageMetadataSubscriber.php';
  398.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ProfileListOrderingSubscriber.php';
  399.             include_once \dirname(__DIR__4).'/src/Service/ProfilePaidPlacementRotator.php';
  400.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  401.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  402.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  403.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepositoryInterface.php';
  404.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/LazyServiceEntityRepository.php';
  405.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ServiceEntityRepository.php';
  406.             include_once \dirname(__DIR__4).'/src/Repository/AccountEnrollmentRepository.php';
  407.             include_once \dirname(__DIR__4).'/src/Repository/ApprovalRequestsRepository.php';
  408.             include_once \dirname(__DIR__4).'/vendor/happyr/doctrine-specification/src/Repository/EntitySpecificationRepositoryTrait.php';
  409.             include_once \dirname(__DIR__4).'/src/Repository/SpecificationTrait.php';
  410.             include_once \dirname(__DIR__4).'/src/Repository/EntityIteratorTrait.php';
  411.             include_once \dirname(__DIR__4).'/src/Repository/BannedEmailRepository.php';
  412.             include_once \dirname(__DIR__4).'/src/Repository/CityRepository.php';
  413.             include_once \dirname(__DIR__4).'/src/Repository/DistrictRepository.php';
  414.             include_once \dirname(__DIR__4).'/src/Repository/ModerationRequestsRepository.php';
  415.             include_once \dirname(__DIR__4).'/src/Repository/PageMetadataRepository.php';
  416.             include_once \dirname(__DIR__4).'/src/Repository/PaidPlacementPriceRepository.php';
  417.             include_once \dirname(__DIR__4).'/src/Repository/ProfileCommentRepository.php';
  418.             include_once \dirname(__DIR__4).'/src/Repository/ProfileCtrRepository.php';
  419.             include_once \dirname(__DIR__4).'/src/Repository/ProfileKVRepository.php';
  420.             include_once \dirname(__DIR__4).'/src/Repository/ProfileRecommendationRepository.php';
  421.             include_once \dirname(__DIR__4).'/src/Repository/ProfileRepository.php';
  422.             include_once \dirname(__DIR__4).'/src/Repository/SidebarPlacementRepository.php';
  423.             include_once \dirname(__DIR__4).'/src/Repository/ProfileSidebarPlacementRepository.php';
  424.             include_once \dirname(__DIR__4).'/src/Repository/ProfileTopPlacementRepository.php';
  425.             include_once \dirname(__DIR__4).'/src/Repository/SaloonRepository.php';
  426.             include_once \dirname(__DIR__4).'/src/Repository/SaloonSidebarPlacementRepository.php';
  427.             include_once \dirname(__DIR__4).'/src/Repository/ServiceRepository.php';
  428.             include_once \dirname(__DIR__4).'/src/Repository/StationRepository.php';
  429.             include_once \dirname(__DIR__4).'/src/Repository/SupportMessagesRepository.php';
  430.             include_once \dirname(__DIR__4).'/src/Repository/SystemVariablesRepository.php';
  431.             include_once \dirname(__DIR__4).'/src/Service/AccountFinances.php';
  432.             include_once \dirname(__DIR__4).'/src/Service/ApprovalService.php';
  433.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageService.php';
  434.             include_once \dirname(__DIR__4).'/src/Service/CountryCurrencyResolver.php';
  435.             include_once \dirname(__DIR__4).'/src/Service/CurrentCityResolver.php';
  436.             include_once \dirname(__DIR__4).'/src/Service/CustomerBanService.php';
  437.             include_once \dirname(__DIR__4).'/src/Service/DefaultCityProvider.php';
  438.             include_once \dirname(__DIR__4).'/src/Service/EnumUriLoader.php';
  439.             include_once \dirname(__DIR__4).'/src/Service/Features.php';
  440.             include_once \dirname(__DIR__4).'/src/Service/InnerLinkageCircleService.php';
  441.             include_once \dirname(__DIR__4).'/src/Service/ListingService.php';
  442.             include_once \dirname(__DIR__4).'/src/Service/ModerationService.php';
  443.             include_once \dirname(__DIR__4).'/src/Service/MoneyFormatterService.php';
  444.             include_once \dirname(__DIR__4).'/src/Service/PhoneNumberService.php';
  445.             include_once \dirname(__DIR__4).'/src/Service/ProfileAdBoard.php';
  446.             include_once \dirname(__DIR__4).'/src/Service/ProfileAvatar.php';
  447.             include_once \dirname(__DIR__4).'/src/Service/ProfileRecommendationService.php';
  448.             include_once \dirname(__DIR__4).'/src/Service/ProfileBotHelper.php';
  449.             include_once \dirname(__DIR__4).'/src/Service/ProfileChargesCalculator.php';
  450.             include_once \dirname(__DIR__4).'/src/Service/ProfileCtrService.php';
  451.             include_once \dirname(__DIR__4).'/src/Service/ProfileList.php';
  452.             include_once \dirname(__DIR__4).'/src/Service/ProfileTopBoard.php';
  453.             include_once \dirname(__DIR__4).'/src/Service/ResponsiveAssetsService.php';
  454.             include_once \dirname(__DIR__4).'/src/Service/SaloonChargesCalculator.php';
  455.             include_once \dirname(__DIR__4).'/src/Service/SearchByKeywordsService.php';
  456.             include_once \dirname(__DIR__4).'/src/Repository/SearchByKeywordsESRepository.php';
  457.             include_once \dirname(__DIR__4).'/src/Service/Sidebar.php';
  458.             include_once \dirname(__DIR__4).'/src/Service/TimeZoneService.php';
  459.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  460.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  461.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  462.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  463.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  464.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  465.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  466.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  467.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  468.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  469.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  470.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  471.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  472.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  473.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  474.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  475.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  476.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  477.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  478.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  479.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  480.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  481.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  482.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  483.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  484.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  485.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  486.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  487.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  488.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  489.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  490.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  491.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  492.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  493.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  494.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  495.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  496.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  497.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/JsonManifestVersionStrategy.php';
  498.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  499.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  500.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  501.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  502.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  503.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  504.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  505.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  506.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  507.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  508.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  509.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  510.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  511.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  512.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  513.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  514.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  515.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  516.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  517.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  518.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  519.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  520.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  521.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  522.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  523.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  524.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  525.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  526.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  527.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  528.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  529.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  530.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  531.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  532.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  533.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  534.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  535.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  536.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  537.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  538.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  539.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  540.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  541.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  542.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  543.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  544.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  545.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  546.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  547.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  548.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  549.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  550.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  551.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  552.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  553.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  554.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  555.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  556.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  557.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  558.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  559.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  560.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  561.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  562.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  563.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  564.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  565.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  566.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  567.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  568.             include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  569.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  570.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  571.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  572.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  573.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  574.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  575.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  576.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  577.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  578.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  579.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  580.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  581.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  582.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  583.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  584.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  585.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  586.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  587.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  588.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  589.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  590.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  591.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  592.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  593.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  594.             include_once \dirname(__DIR__4).'/src/ParamConverter/CityParamConverter.php';
  595.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  596.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  597.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  598.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  599.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  600.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  601.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  602.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  603.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  604.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  605.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  606.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  607.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ConnectionFactory.php';
  608.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Tools/DsnParser.php';
  609.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  610.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  611.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  612.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  613.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Registry.php';
  614.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php';
  615.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php';
  616.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  617.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  618.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connection.php';
  619.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Connections/PrimaryReadReplicaConnection.php';
  620.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Configuration.php';
  621.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/SchemaAssetsFilterManager.php';
  622.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Dbal/RegexSchemaAssetFilter.php';
  623.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Driver/Middleware.php';
  624.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/src/Logging/Middleware.php';
  625.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/ConnectionNameAwareInterface.php';
  626.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/DebugMiddleware.php';
  627.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  628.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  629.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Middleware/Debug/DebugDataHolder.php';
  630.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Middleware/BacktraceDebugDataHolder.php';
  631.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  632.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/RepositoryFactoryCompatibility.php';
  633.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Repository/ContainerRepositoryFactory.php';
  634.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  635.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  636.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  637.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  638.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  639.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  640.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/EntityListenerServiceResolver.php';
  641.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/ContainerEntityListenerResolver.php';
  642.             include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  643.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  644.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectManager.php';
  645.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManagerInterface.php';
  646.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityManager.php';
  647.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  648.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheConfiguration.php';
  649.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLogger.php';
  650.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/CacheLoggerChain.php';
  651.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/Logging/StatisticsCacheLogger.php';
  652.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/CacheFactory.php';
  653.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/DefaultCacheFactory.php';
  654.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Cache/RegionsConfiguration.php';
  655.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  656.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  657.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  658.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  659.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Mapping/MappingDriver.php';
  660.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  661.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  662.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  663.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  664.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  665.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AttributeDriver.php';
  666.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  667.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  668.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  669.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  670.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/ManagerConfigurator.php';
  671.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  672.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  673.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  674.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  675.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  676.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  677.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  678.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  679.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  680.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  681.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  682.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  683.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  684.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  685.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  686.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  687.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  688.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  689.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  690.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  691.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  692.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  693.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  694.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  695.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  696.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  697.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  699.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  701.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  702.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  703.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  704.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  705.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  706.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  707.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/WebRequestRecognizerTrait.php';
  708.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FirePHPHandler.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/FirePHPHandler.php';
  710.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ChromePHPHandler.php';
  711.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ChromePhpHandler.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  713.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  714.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  715.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  716.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  717.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  718.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  719.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  720.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  721.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/MatcherInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Matcher/Matcher.php';
  723.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  724.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  725.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Translatable/TranslatableListener.php';
  726.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LocaleListener.php';
  727.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Loggable/LoggableListener.php';
  728.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/LoggerListener.php';
  729.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  730.             include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Blameable/BlameableListener.php';
  731.             include_once \dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/EventListener/BlameListener.php';
  732.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/SlugifyInterface.php';
  733.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Slugify.php';
  734.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  735.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  736.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  737.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  738.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  739.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  740.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManagerInterface.php';
  741.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Manager/FeatureManager.php';
  742.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/FeatureActivatorInterface.php';
  743.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ChainActivator.php';
  744.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Activator/TraceableChainActivator.php';
  745.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ArrayActivator.php';
  746.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/EnvironmentActivator.php';
  747.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Activator/ConstraintActivator.php';
  748.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolverInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/ConstraintResolver.php';
  750.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Factory/ExpressionLanguageFactory.php';
  751.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/DateProvider.php';
  752.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Constraint/Provider/MatchProvider.php';
  753.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ContextDecoratorInterface.php';
  754.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception/src/Decorator/ChainDecorator.php';
  755.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/AnnotationSubscriber.php';
  756.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Listener/RoutingMetadataSubscriber.php';
  757.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigManager.php';
  758.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ConfigPassInterface.php';
  759.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ExcludeFieldsConfigPass.php';
  760.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/NormalizerConfigPass.php';
  761.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DesignConfigPass.php';
  762.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MenuConfigPass.php';
  763.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ActionConfigPass.php';
  764.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/MetadataConfigPass.php';
  765.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShortFormTypeConfigPass.php';
  766.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/PropertyConfigPass.php';
  767.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/ViewConfigPass.php';
  768.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/EmbeddedListViewConfigPass.php';
  769.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/TemplateConfigPass.php';
  770.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Configuration/ShowViewConfigPass.php';
  771.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Configuration/DefaultConfigPass.php';
  772.             include_once \dirname(__DIR__4).'/src/Bridge/AlterPHP/EasyAdminExtensionBundle/Configuration/ListFormFiltersConfigPass.php';
  773.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Router/EasyAdminRouter.php';
  774.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Security/AuthorizationChecker.php';
  775.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/EventListener/ControllerListener.php';
  776.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Form/Filter/FilterRegistry.php';
  777.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/EmbeddedListHelper.php';
  778.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Helper/ListFormFiltersHelper.php';
  779.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Security/AdminAuthorizationChecker.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/HelperInterface.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/templating/Helper/Helper.php';
  782.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  783.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  784.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  785.             include_once \dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  786.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/LoggerInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerTrait.php';
  788.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Log/Logger.php';
  789.             include_once \dirname(__DIR__4).'/src/Bridge/GuzzleHttp/Handler/OplataInfoTestHandler.php';
  790.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/psr/http-client/src/ClientInterface.php';
  792.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/ClientTrait.php';
  793.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/Client.php';
  794.             include_once \dirname(__DIR__4).'/vendor/guzzlehttp/guzzle/src/HandlerStack.php';
  795.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/DataCollectorSymfonyCompatibilityTrait.php';
  796.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/DataCollector/HttpDataCollector.php';
  797.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  799.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  801.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  802.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  803.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  804.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  805.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  806.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  807.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  808.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  809.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  810.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  811.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  815.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  817.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  818.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  819.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  820.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  821.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  823.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  824.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  825.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  826.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  827.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  828.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  829.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  830.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  832.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/AbstractLogger.php';
  833.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Logger/ElasticaLogger.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollectionInterface.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Asset/EntrypointLookupCollection.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/EventListener/ResetAssetsEventListener.php';
  837.             include_once \dirname(__DIR__4).'/vendor/giggsey/libphonenumber-for-php/src/PhoneNumberUtil.php';
  838.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/PaginatorInterface.php';
  839.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-components/src/Knp/Component/Pager/Paginator.php';
  840.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Subscriber/SlidingPaginationSubscriber.php';
  841.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/PorpaginasExtension.php';
  842.             include_once \dirname(__DIR__4).'/vendor/beberlei/porpaginas/src/Porpaginas/Twig/RenderingAdapter.php';
  843.             include_once \dirname(__DIR__4).'/packages/porpaginas-bundle/Twig/KnpPagerRenderingAdapter.php';
  844.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Morphos/GeographicalNamesInflection.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  847.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  848.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  851.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  852.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV3.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ChainAdapter.php';
  859.             include_once \dirname(__DIR__4).'/src/Http/CityCaseRedirector.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  865.             include_once \dirname(__DIR__4).'/src/Routing/DynamicRouter.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  868.             include_once \dirname(__DIR__4).'/packages/translatable-bundle/Translation/Translator.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  874.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  898.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/DataCollector/DoctrineDataCollector.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  902.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Profiler/FeatureDataCollector.php';
  903.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/DataCollector/EasyAdminDataCollector.php';
  904.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/DataCollector/RedisDataCollector.php';
  905.             include_once \dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Logger/RedisLogger.php';
  906.             include_once \dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/DataCollector/ElasticaDataCollector.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  910.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  912.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  913.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  914.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  915.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  916.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  917.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  918.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  919.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  924.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  940.             include_once \dirname(__DIR__4).'/src/Twig/AccountExtension.php';
  941.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageByCountriesExtension.php';
  942.             include_once \dirname(__DIR__4).'/src/Service/CityMainPagesLinkageByCountriesService.php';
  943.             include_once \dirname(__DIR__4).'/src/Twig/CityMainPagesLinkageExtension.php';
  944.             include_once \dirname(__DIR__4).'/src/Twig/ClientTypeExtension.php';
  945.             include_once \dirname(__DIR__4).'/src/Twig/ConfirmationRequestsExtension.php';
  946.             include_once \dirname(__DIR__4).'/src/Twig/DateExtension.php';
  947.             include_once \dirname(__DIR__4).'/src/Twig/DefaultCityExtension.php';
  948.             include_once \dirname(__DIR__4).'/src/Twig/DistrictsLinkageExtension.php';
  949.             include_once \dirname(__DIR__4).'/src/Service/DistrictsLinkageService.php';
  950.             include_once \dirname(__DIR__4).'/src/Twig/InnerLinkageCircleExtension.php';
  951.             include_once \dirname(__DIR__4).'/src/Twig/ListingExtension.php';
  952.             include_once \dirname(__DIR__4).'/src/Twig/MoneyFormatterExtension.php';
  953.             include_once \dirname(__DIR__4).'/src/Twig/OfferBarExtension.php';
  954.             include_once \dirname(__DIR__4).'/src/Twig/OplataInfoExtension.php';
  955.             include_once \dirname(__DIR__4).'/src/PaymentProcessing/Gateway/OplataInfo.php';
  956.             include_once \dirname(__DIR__4).'/src/Twig/PaidPlacementsExtension.php';
  957.             include_once \dirname(__DIR__4).'/src/Twig/PersonParametersExtension.php';
  958.             include_once \dirname(__DIR__4).'/src/Twig/PhoneCallExtension.php';
  959.             include_once \dirname(__DIR__4).'/src/Twig/ProfileAvatarExtension.php';
  960.             include_once \dirname(__DIR__4).'/src/Twig/ProfileChargesExtension.php';
  961.             include_once \dirname(__DIR__4).'/src/Twig/ProfileCommentExtension.php';
  962.             include_once \dirname(__DIR__4).'/src/Twig/ProfileKVExtension.php';
  963.             include_once \dirname(__DIR__4).'/src/Twig/ProfileModerationExtension.php';
  964.             include_once \dirname(__DIR__4).'/src/Twig/ProfileRecommendationsDebugExtension.php';
  965.             include_once \dirname(__DIR__4).'/src/Twig/RecentProfilesExtension.php';
  966.             include_once \dirname(__DIR__4).'/src/Twig/ResponsiveAssetExtension.php';
  967.             include_once \dirname(__DIR__4).'/src/Twig/RoutingExtension.php';
  968.             include_once \dirname(__DIR__4).'/src/Twig/SaloonChargesExtension.php';
  969.             include_once \dirname(__DIR__4).'/src/Twig/SaloonCommentExtension.php';
  970.             include_once \dirname(__DIR__4).'/src/Twig/SearchByKeywordsExtension.php';
  971.             include_once \dirname(__DIR__4).'/src/Twig/SeoExtension.php';
  972.             include_once \dirname(__DIR__4).'/src/Service/PageMetadataGenerator.php';
  973.             include_once \dirname(__DIR__4).'/src/Service/CanonicalUrlGenerator.php';
  974.             include_once \dirname(__DIR__4).'/src/Twig/ServicesExtension.php';
  975.             include_once \dirname(__DIR__4).'/src/Twig/StationCommentsExtension.php';
  976.             include_once \dirname(__DIR__4).'/src/Twig/StationPagesLinkageExtension.php';
  977.             include_once \dirname(__DIR__4).'/src/Service/StationPagesLinkageService.php';
  978.             include_once \dirname(__DIR__4).'/src/Twig/StationsExtension.php';
  979.             include_once \dirname(__DIR__4).'/src/Twig/SupportMessagesExtension.php';
  980.             include_once \dirname(__DIR__4).'/src/Twig/TakeOutLocationsExtension.php';
  981.             include_once \dirname(__DIR__4).'/src/Twig/TimeFormatterExtension.php';
  982.             include_once \dirname(__DIR__4).'/src/Twig/ToolsExtension.php';
  983.             include_once \dirname(__DIR__4).'/src/Twig/UserExtension.php';
  984.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/src/Twig/DoctrineExtension.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  986.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/MenuExtension.php';
  987.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Twig/Helper.php';
  988.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/RendererProviderInterface.php';
  989.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Renderer/PsrProvider.php';
  990.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/MenuProviderInterface.php';
  991.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Provider/ChainProvider.php';
  992.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Util/MenuManipulator.php';
  993.             include_once \dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Twig/SlugifyExtension.php';
  994.             include_once \dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Twig/ToggleExtension.php';
  995.             include_once \dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Twig/EasyAdminTwigExtension.php';
  996.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/ListFormFiltersExtension.php';
  997.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/CheckboxTreeExtension.php';
  998.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/EmbeddedListExtension.php';
  999.             include_once \dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Twig/AdminAuthorizationExtension.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Twig/Extension/DebugExtension.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/Twig/EntryFilesTwigExtension.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Twig/Extension/PhoneNumberHelperExtension.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Templating/Helper/PhoneNumberHelper.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Twig/Extension/PaginationExtension.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/src/Helper/Processor.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/Twig/GeographicalNamesInflectionTwigExtension.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src/Twig/MorphosExtension.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1019.         };
  1020.     }
  1021.     public function compile(): void
  1022.     {
  1023.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1024.     }
  1025.     public function isCompiled(): bool
  1026.     {
  1027.         return true;
  1028.     }
  1029.     public function getRemovedIds(): array
  1030.     {
  1031.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1032.     }
  1033.     protected function load($file$lazyLoad true)
  1034.     {
  1035.         if (class_exists($class __NAMESPACE__.'\\'.$filefalse)) {
  1036.             return $class::do($this$lazyLoad);
  1037.         }
  1038.         if ('.' === $file[-4]) {
  1039.             $class substr($class0, -4);
  1040.         } else {
  1041.             $file .= '.php';
  1042.         }
  1043.         $service = require $this->containerDir.\DIRECTORY_SEPARATOR.$file;
  1044.         return class_exists($classfalse) ? $class::do($this$lazyLoad) : $service;
  1045.     }
  1046.     /**
  1047.      * Gets the public '.container.private.form.factory' shared service.
  1048.      *
  1049.      * @return \Symfony\Component\Form\FormFactory
  1050.      */
  1051.     protected function get_Container_Private_Form_FactoryService()
  1052.     {
  1053.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1054.         if (isset($this->services['.container.private.form.factory'])) {
  1055.             return $this->services['.container.private.form.factory'];
  1056.         }
  1057.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1058.     }
  1059.     /**
  1060.      * Gets the public '.container.private.profiler' shared service.
  1061.      *
  1062.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1063.      */
  1064.     protected function get_Container_Private_ProfilerService()
  1065.     {
  1066.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1067.         $b = ($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService());
  1068.         $c = ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1069.         $d = ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1070.         $a->pushProcessor($b);
  1071.         $a->pushHandler($c);
  1072.         $a->pushHandler($d);
  1073.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1074.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1075.         $e = ($this->services['kernel'] ?? $this->get('kernel'));
  1076.         $f = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1077.         $g = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1078.         $g->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1079.         $g->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1080.         $g->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  1081.         $g->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  1082.         $g->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1083.         $g->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  1084.         $g->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  1085.         $g->addInstance('cache.rate_limiter.traceable', ($this->privates['cache.rate_limiter.traceable'] ?? $this->getCache_RateLimiter_TraceableService()));
  1086.         $g->addInstance('cache.doctrine.traceable', ($this->privates['cache.doctrine.traceable'] ?? $this->getCache_Doctrine_TraceableService()));
  1087.         $g->addInstance('project_data.cache.traceable', ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  1088.         $g->addInstance('user_predict.cache.traceable', ($this->privates['user_predict.cache.traceable'] ?? $this->getUserPredict_Cache_TraceableService()));
  1089.         $g->addInstance('sidebar_new_check_cool_down.cache.traceable', ($this->privates['sidebar_new_check_cool_down.cache.traceable'] ?? $this->getSidebarNewCheckCoolDown_Cache_TraceableService()));
  1090.         $g->addInstance('ctr_stat.cache.traceable', ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService()));
  1091.         $g->addInstance('profiles_filter.cache.traceable', ($this->privates['profiles_filter.cache.traceable'] ?? $this->getProfilesFilter_Cache_TraceableService()));
  1092.         $g->addInstance('stations_lines.cache.traceable', ($this->privates['stations_lines.cache.traceable'] ?? $this->getStationsLines_Cache_TraceableService()));
  1093.         $g->addInstance('profile_widget.cache.traceable', ($this->privates['profile_widget.cache.traceable'] ?? $this->getProfileWidget_Cache_TraceableService()));
  1094.         $g->addInstance('station_added_profiles.cache.traceable', ($this->privates['station_added_profiles.cache.traceable'] ?? $this->getStationAddedProfiles_Cache_TraceableService()));
  1095.         $g->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1096.         $g->addInstance('cache.doctrine.orm.default.result.traceable', ($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1097.         $g->addInstance('cache.doctrine.orm.default.query.traceable', ($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1098.         $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()));
  1099.         $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()));
  1100.         $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()));
  1101.         $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()));
  1102.         $g->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  1103.         $g->addInstance('cache.easyadmin.traceable', ($this->privates['cache.easyadmin.traceable'] ?? $this->getCache_Easyadmin_TraceableService()));
  1104.         $g->addInstance('cache.webpack_encore.traceable', ($this->privates['cache.webpack_encore.traceable'] ?? $this->getCache_WebpackEncore_TraceableService()));
  1105.         $h = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1106.         $h->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1107.         $i = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1108.         $i->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1109.         $j = new \Symfony\Bridge\Monolog\Logger('snc_redis');
  1110.         $j->pushProcessor($b);
  1111.         $j->pushHandler($c);
  1112.         $j->pushHandler($d);
  1113.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($j);
  1114.         $k = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1115.         if ($this->has('kernel')) {
  1116.             $k->setKernel($e);
  1117.         }
  1118.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1119.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($e, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1120.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1121.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1122.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1123.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1124.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1125.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelReviewDebugContainer'), $f));
  1126.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $f));
  1127.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1128.         $instance->add($g);
  1129.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService())));
  1130.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), false));
  1131.         $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())));
  1132.         $instance->add($h);
  1133.         $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([])))));
  1134.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1135.         $instance->add($i);
  1136.         $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()))));
  1137.         $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()))));
  1138.         $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()))));
  1139.         $instance->add(new \EasyCorp\Bundle\EasyAdminBundle\DataCollector\EasyAdminDataCollector(($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService())));
  1140.         $instance->add(new \Snc\RedisBundle\DataCollector\RedisDataCollector(new \Snc\RedisBundle\Logger\RedisLogger($j)));
  1141.         $instance->add(($this->privates['eight_points_guzzle.data_collector'] ?? $this->getEightPointsGuzzle_DataCollectorService()));
  1142.         $instance->add(new \FOS\ElasticaBundle\DataCollector\ElasticaDataCollector(($this->privates['fos_elastica.logger'] ?? $this->getFosElastica_LoggerService())));
  1143.         $instance->add(($this->privates['App\\DataCollector\\DebugCollector'] ?? ($this->privates['App\\DataCollector\\DebugCollector'] = new \App\DataCollector\DebugCollector())));
  1144.         $instance->add($k);
  1145.         return $instance;
  1146.     }
  1147.     /**
  1148.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1149.      *
  1150.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1151.      */
  1152.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1153.     {
  1154.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1155.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1156.             return $this->services['.container.private.security.authorization_checker'];
  1157.         }
  1158.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  1159.     }
  1160.     /**
  1161.      * Gets the public '.container.private.security.token_storage' shared service.
  1162.      *
  1163.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1164.      */
  1165.     protected function get_Container_Private_Security_TokenStorageService()
  1166.     {
  1167.         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, [
  1168.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1169.         ], [
  1170.             'request_stack' => '?',
  1171.         ]));
  1172.     }
  1173.     /**
  1174.      * Gets the public '.container.private.twig' shared service.
  1175.      *
  1176.      * @return \Twig\Environment
  1177.      */
  1178.     protected function get_Container_Private_TwigService()
  1179.     {
  1180.         $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']);
  1181.         $a = ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService());
  1182.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1183.         $c = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1184.         $d = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1185.         $e = ($this->services['translator'] ?? $this->getTranslatorService());
  1186.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1187.         $g = ($this->services['router'] ?? $this->getRouterService());
  1188.         $h = ($this->privates['App\\Service\\ProfileChargesCalculator'] ?? $this->getProfileChargesCalculatorService());
  1189.         $i = ($this->privates['App\\Service\\SaloonChargesCalculator'] ?? $this->getSaloonChargesCalculatorService());
  1190.         $j = ($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService());
  1191.         $k = ($this->services['geographical_names_inflection.inflector'] ?? $this->getGeographicalNamesInflection_InflectorService());
  1192.         $l = ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService());
  1193.         $m = ($this->privates['App\\Repository\\ModerationRequestsRepository'] ?? $this->getModerationRequestsRepositoryService());
  1194.         $n = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1195.         $o = ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService());
  1196.         $p = ($this->privates['App\\Repository\\StationRepository'] ?? $this->getStationRepositoryService());
  1197.         $q = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1198.         $q->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1199.         $r = new \Knp\Menu\Util\MenuManipulator();
  1200.         $s = ($this->services['knp_menu.matcher'] ?? $this->getKnpMenu_MatcherService());
  1201.         $t = new \Symfony\Bridge\Twig\AppVariable();
  1202.         $t->setEnvironment('review');
  1203.         $t->setDebug(true);
  1204.         if ($this->has('.container.private.security.token_storage')) {
  1205.             $t->setTokenStorage($c);
  1206.         }
  1207.         if ($this->has('request_stack')) {
  1208.             $t->setRequestStack($b);
  1209.         }
  1210.         $u = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1211.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1212.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension($a));
  1213.         $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)));
  1214.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $d));
  1215.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($e));
  1216.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService())));
  1217.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f\dirname(__DIR__4), 'UTF-8'));
  1218.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1219.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1220.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($dtrue));
  1221.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1222.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1223.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($b$g)));
  1224.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($b));
  1225.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1226.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($e));
  1227.         $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())));
  1228.         $instance->addExtension(new \App\Twig\AccountExtension(($this->privates['App\\Service\\TimeZoneService'] ?? $this->getTimeZoneServiceService()), $c$h$i));
  1229.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageByCountriesExtension(new \App\Service\CityMainPagesLinkageByCountriesService($b$j$g$e, ($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), $k$l)));
  1230.         $instance->addExtension(new \App\Twig\CityMainPagesLinkageExtension(($this->privates['App\\Service\\CityMainPagesLinkageService'] ?? $this->getCityMainPagesLinkageServiceService())));
  1231.         $instance->addExtension(new \App\Twig\ClientTypeExtension());
  1232.         $instance->addExtension(new \App\Twig\ConfirmationRequestsExtension(($this->privates['App\\Repository\\ApprovalRequestsRepository'] ?? $this->getApprovalRequestsRepositoryService()), $m));
  1233.         $instance->addExtension(new \App\Twig\DateExtension($n));
  1234.         $instance->addExtension(new \App\Twig\DefaultCityExtension($l));
  1235.         $instance->addExtension(new \App\Twig\DistrictsLinkageExtension(new \App\Service\DistrictsLinkageService($b$j$g$e, ($this->privates['App\\Repository\\DistrictRepository'] ?? $this->getDistrictRepositoryService()), $k$l$n)));
  1236.         $instance->addExtension(new \App\Twig\InnerLinkageCircleExtension(($this->privates['App\\Service\\InnerLinkageCircleService'] ?? $this->getInnerLinkageCircleServiceService())));
  1237.         $instance->addExtension(new \App\Twig\ListingExtension(($this->privates['App\\Service\\ListingService'] ?? ($this->privates['App\\Service\\ListingService'] = new \App\Service\ListingService()))));
  1238.         $instance->addExtension(new \App\Twig\MoneyFormatterExtension($b, ($this->privates['App\\Service\\MoneyFormatterService'] ?? $this->getMoneyFormatterServiceService())));
  1239.         $instance->addExtension(new \App\Twig\OfferBarExtension(($this->privates['App\\Repository\\SystemVariablesRepository'] ?? $this->getSystemVariablesRepositoryService())));
  1240.         $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));
  1241.         $instance->addExtension(new \App\Twig\PaidPlacementsExtension($b, ($this->privates['App\\Repository\\SidebarPlacementRepository'] ?? $this->getSidebarPlacementRepositoryService()), $o, ($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())));
  1242.         $instance->addExtension(new \App\Twig\PersonParametersExtension());
  1243.         $instance->addExtension(new \App\Twig\PhoneCallExtension());
  1244.         $instance->addExtension(new \App\Twig\ProfileAvatarExtension(($this->privates['App\\Service\\ProfileAvatar'] ?? $this->getProfileAvatarService())));
  1245.         $instance->addExtension(new \App\Twig\ProfileChargesExtension($h$c));
  1246.         $instance->addExtension(new \App\Twig\ProfileCommentExtension());
  1247.         $instance->addExtension(new \App\Twig\ProfileKVExtension(($this->privates['App\\Repository\\ProfileKVRepository'] ?? $this->getProfileKVRepositoryService())));
  1248.         $instance->addExtension(new \App\Twig\ProfileModerationExtension(($this->privates['App\\Service\\ModerationService'] ?? $this->getModerationServiceService()), $m));
  1249.         $instance->addExtension(new \App\Twig\ProfileRecommendationsDebugExtension(($this->privates['App\\Service\\ProfileRecommendationService'] ?? $this->getProfileRecommendationServiceService()), ($this->privates['App\\Service\\ProfileBotHelper'] ?? $this->getProfileBotHelperService()), $c));
  1250.         $instance->addExtension(new \App\Twig\RecentProfilesExtension($b$l, ($this->privates['App\\Service\\ProfileList'] ?? $this->getProfileListService())));
  1251.         $instance->addExtension(new \App\Twig\ResponsiveAssetExtension(($this->privates['App\\Service\\ResponsiveAssetsService'] ?? $this->getResponsiveAssetsServiceService())));
  1252.         $instance->addExtension(new \App\Twig\RoutingExtension($g$b));
  1253.         $instance->addExtension(new \App\Twig\SaloonChargesExtension($i$c));
  1254.         $instance->addExtension(new \App\Twig\SaloonCommentExtension());
  1255.         $instance->addExtension(new \App\Twig\SearchByKeywordsExtension(($this->privates['App\\Service\\SearchByKeywordsService'] ?? $this->getSearchByKeywordsServiceService())));
  1256.         $instance->addExtension(new \App\Twig\SeoExtension(new \App\Service\PageMetadataGenerator($instance$b), $b, new \App\Service\CanonicalUrlGenerator($g$b$o$n), $e));
  1257.         $instance->addExtension(new \App\Twig\ServicesExtension(($this->privates['App\\Repository\\ServiceRepository'] ?? $this->getServiceRepositoryService())));
  1258.         $instance->addExtension(new \App\Twig\StationCommentsExtension(($this->privates['App\\Repository\\ProfileCommentRepository'] ?? $this->getProfileCommentRepositoryService()), ($this->privates['ctr_stat.cache.traceable'] ?? $this->getCtrStat_Cache_TraceableService())));
  1259.         $instance->addExtension(new \App\Twig\StationPagesLinkageExtension(new \App\Service\StationPagesLinkageService($o$g$e$p$b$n)));
  1260.         $instance->addExtension(new \App\Twig\StationsExtension($p));
  1261.         $instance->addExtension(new \App\Twig\SupportMessagesExtension(($this->privates['App\\Repository\\SupportMessagesRepository'] ?? $this->getSupportMessagesRepositoryService())));
  1262.         $instance->addExtension(new \App\Twig\TakeOutLocationsExtension());
  1263.         $instance->addExtension(new \App\Twig\TimeFormatterExtension());
  1264.         $instance->addExtension(new \App\Twig\ToolsExtension(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  1265.         $instance->addExtension(new \App\Twig\UserExtension($c));
  1266.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1267.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($q));
  1268.         $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, [
  1269.             'list' => ['privates''knp_menu.renderer.list''getKnpMenu_Renderer_ListService'true],
  1270.             'twig' => ['privates''knp_menu.renderer.twig''getKnpMenu_Renderer_TwigService'true],
  1271.         ], [
  1272.             'list' => '?',
  1273.             'twig' => '?',
  1274.         ]), 'twig', [], false), new \Knp\Menu\Provider\ChainProvider(new RewindableGenerator(function () {
  1275.             yield => ($this->privates['knp_menu.menu_provider.lazy'] ?? $this->load('getKnpMenu_MenuProvider_LazyService'));
  1276.             yield => ($this->privates['knp_menu.menu_provider.builder_alias'] ?? $this->load('getKnpMenu_MenuProvider_BuilderAliasService'));
  1277.         }, 2)), $r$s), $s$r));
  1278.         $instance->addExtension(new \Cocur\Slugify\Bridge\Twig\SlugifyExtension(($this->privates['cocur_slugify'] ?? ($this->privates['cocur_slugify'] = new \Cocur\Slugify\Slugify(['lowercase' => true'separator' => '-'])))));
  1279.         $instance->addExtension(new \Flagception\Bundle\FlagceptionBundle\Twig\ToggleExtension(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService())));
  1280.         $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())));
  1281.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\ListFormFiltersExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'] ?? $this->getListFormFiltersHelperService())));
  1282.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\CheckboxTreeExtension());
  1283.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\EmbeddedListExtension(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1284.         $instance->addExtension(new \AlterPHP\EasyAdminExtensionBundle\Twig\AdminAuthorizationExtension(($this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] ?? $this->getAdminAuthorizationCheckerService())));
  1285.         $instance->addExtension(($this->services['oneup_uploader.twig.extension.uploader'] ?? $this->getOneupUploader_Twig_Extension_UploaderService()));
  1286.         $instance->addExtension(new \EightPoints\Bundle\GuzzleBundle\Twig\Extension\DebugExtension());
  1287.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService())));
  1288.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1289.         $instance->addExtension(new \Symfony\WebpackEncoreBundle\Twig\EntryFilesTwigExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1290.             'webpack_encore.entrypoint_lookup_collection' => ['privates''webpack_encore.entrypoint_lookup_collection''getWebpackEncore_EntrypointLookupCollectionService'false],
  1291.             'webpack_encore.tag_renderer' => ['privates''webpack_encore.tag_renderer''getWebpackEncore_TagRendererService'true],
  1292.         ], [
  1293.             'webpack_encore.entrypoint_lookup_collection' => '?',
  1294.             'webpack_encore.tag_renderer' => '?',
  1295.         ])));
  1296.         $instance->addExtension(new \Misd\PhoneNumberBundle\Twig\Extension\PhoneNumberHelperExtension(new \Misd\PhoneNumberBundle\Templating\Helper\PhoneNumberHelper(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()))));
  1297.         $instance->addExtension(new \Knp\Bundle\PaginatorBundle\Twig\Extension\PaginationExtension(new \Knp\Bundle\PaginatorBundle\Helper\Processor($g$e)));
  1298.         $instance->addExtension(($this->services['porpaginas.twig.extension'] ?? $this->getPorpaginas_Twig_ExtensionService()));
  1299.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1300.         $instance->addExtension(new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Twig\GeographicalNamesInflectionTwigExtension($k));
  1301.         $instance->addExtension(new \BigIdea\Bundle\MorphosTwigBundle\Twig\MorphosExtension());
  1302.         $instance->addGlobal('app'$t);
  1303.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1304.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'true],
  1305.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'true],
  1306.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'true],
  1307.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'true],
  1308.         ], [
  1309.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1310.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1311.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1312.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1313.         ])));
  1314.         $instance->addGlobal('actual_main_domain'$this->getEnv('MAIN_DOMAIN'));
  1315.         $instance->addGlobal('actual_mirror_domain'$this->getEnv('MIRROR_DOMAIN'));
  1316.         $instance->addGlobal('responsive_media_base_url'$this->getEnv('RESPONSIVE_MEDIA_BASE_URL'));
  1317.         $instance->addGlobal('ga_tracker_id'$this->getEnv('resolve:GA_TRACKER_ID'));
  1318.         $instance->addGlobal('ym_tracker_id'$this->getEnv('resolve:YM_TRACKER_ID'));
  1319.         $instance->addGlobal('ewz_recaptcha_site_key'$this->getEnv('EWZ_RECAPTCHA_SITE_KEY'));
  1320.         $instance->addGlobal('page_metadata_variant'$this->getEnv('resolve:PAGE_METADATA_VARIANT'));
  1321.         $instance->registerUndefinedFilterCallback([=> $u=> 'suggestFilter']);
  1322.         $instance->registerUndefinedFunctionCallback([=> $u=> 'suggestFunction']);
  1323.         $instance->registerUndefinedTokenParserCallback([=> $u=> 'suggestTag']);
  1324.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1325.         return $instance;
  1326.     }
  1327.     /**
  1328.      * Gets the public '.container.private.validator' shared service.
  1329.      *
  1330.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1331.      */
  1332.     protected function get_Container_Private_ValidatorService()
  1333.     {
  1334.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1335.         if (isset($this->services['.container.private.validator'])) {
  1336.             return $this->services['.container.private.validator'];
  1337.         }
  1338.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1339.     }
  1340.     /**
  1341.      * Gets the public 'AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker' shared service.
  1342.      *
  1343.      * @return \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker
  1344.      */
  1345.     protected function getAdminAuthorizationCheckerService()
  1346.     {
  1347.         return $this->services['AlterPHP\\EasyAdminExtensionBundle\\Security\\AdminAuthorizationChecker'] = new \AlterPHP\EasyAdminExtensionBundle\Security\AdminAuthorizationChecker(($this->services['easyadmin.security.authorization_checker'] ?? $this->getEasyadmin_Security_AuthorizationCheckerService()), 'ROLE_ADMIN');
  1348.     }
  1349.     /**
  1350.      * Gets the public 'App\Http\CityCaseRedirector' shared autowired service.
  1351.      *
  1352.      * @return \App\Http\CityCaseRedirector
  1353.      */
  1354.     protected function getCityCaseRedirectorService()
  1355.     {
  1356.         $a = ($this->services['router'] ?? $this->getRouterService());
  1357.         if (isset($this->services['App\\Http\\CityCaseRedirector'])) {
  1358.             return $this->services['App\\Http\\CityCaseRedirector'];
  1359.         }
  1360.         return $this->services['App\\Http\\CityCaseRedirector'] = new \App\Http\CityCaseRedirector(($this->services['app.features'] ?? $this->getApp_FeaturesService()), $this->getEnv('MAIN_DOMAIN'), $a);
  1361.     }
  1362.     /**
  1363.      * Gets the public 'app.features' shared autowired service.
  1364.      *
  1365.      * @return \App\Service\Features
  1366.      */
  1367.     protected function getApp_FeaturesService()
  1368.     {
  1369.         return $this->services['app.features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  1370.     }
  1371.     /**
  1372.      * Gets the public 'cache.app' shared service.
  1373.      *
  1374.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1375.      */
  1376.     protected function getCache_AppService()
  1377.     {
  1378.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('gk7sOSBVuD'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  1379.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  1380.         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));
  1381.     }
  1382.     /**
  1383.      * Gets the public 'cache.system' shared service.
  1384.      *
  1385.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1386.      */
  1387.     protected function getCache_SystemService()
  1388.     {
  1389.         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('irrWhYvtR9'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1390.     }
  1391.     /**
  1392.      * Gets the public 'cache.validator_expression_language' shared service.
  1393.      *
  1394.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  1395.      */
  1396.     protected function getCache_ValidatorExpressionLanguageService()
  1397.     {
  1398.         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('zfG9nJ3BUv'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  1399.     }
  1400.     /**
  1401.      * Gets the public 'data_collector.dump' shared service.
  1402.      *
  1403.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  1404.      */
  1405.     protected function getDataCollector_DumpService()
  1406.     {
  1407.         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);
  1408.     }
  1409.     /**
  1410.      * Gets the public 'doctrine' shared service.
  1411.      *
  1412.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  1413.      */
  1414.     protected function getDoctrineService()
  1415.     {
  1416.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  1417.     }
  1418.     /**
  1419.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  1420.      *
  1421.      * @return \Doctrine\DBAL\Connections\PrimaryReadReplicaConnection
  1422.      */
  1423.     protected function getDoctrine_Dbal_DefaultConnectionService()
  1424.     {
  1425.         $a = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1426.         if (isset($this->services['doctrine.dbal.default_connection'])) {
  1427.             return $this->services['doctrine.dbal.default_connection'];
  1428.         }
  1429.         $b = new \Doctrine\DBAL\Configuration();
  1430.         $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))));
  1431.         $c->setConnectionName('default');
  1432.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1433.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1434.         $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()))]);
  1435.         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']);
  1436.     }
  1437.     /**
  1438.      * Gets the public 'doctrine.dbal.multi_website_connection' shared service.
  1439.      *
  1440.      * @return \Doctrine\DBAL\Connection
  1441.      */
  1442.     protected function getDoctrine_Dbal_MultiWebsiteConnectionService()
  1443.     {
  1444.         $a = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1445.         if (isset($this->services['doctrine.dbal.multi_website_connection'])) {
  1446.             return $this->services['doctrine.dbal.multi_website_connection'];
  1447.         }
  1448.         $b = new \Doctrine\DBAL\Configuration();
  1449.         $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))));
  1450.         $c->setConnectionName('multi_website');
  1451.         $b->setSchemaManagerFactory(($this->privates['doctrine.dbal.legacy_schema_manager_factory'] ?? ($this->privates['doctrine.dbal.legacy_schema_manager_factory'] = new \Doctrine\DBAL\Schema\LegacySchemaManagerFactory())));
  1452.         $b->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> new \Doctrine\Bundle\DoctrineBundle\Dbal\RegexSchemaAssetFilter('~^(?!messenger_messages)~')]));
  1453.         $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()))]);
  1454.         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']);
  1455.     }
  1456.     /**
  1457.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  1458.      *
  1459.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  1460.      */
  1461.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  1462.     {
  1463.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1464.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''getCityNewSubscriberService'true],
  1465.         ], [
  1466.             'App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber' => '?',
  1467.         ]));
  1468.         $instance->registerService('App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber''App\\Bridge\\Doctrine\\ORM\\EntityListener\\CityNewSubscriber');
  1469.         return $instance;
  1470.     }
  1471.     /**
  1472.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  1473.      *
  1474.      * @return \Doctrine\ORM\EntityManager
  1475.      */
  1476.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  1477.     {
  1478.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  1479.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1480.             return $this->services['doctrine.orm.default_entity_manager'];
  1481.         }
  1482.         $b = ($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService());
  1483.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1484.             return $this->services['doctrine.orm.default_entity_manager'];
  1485.         }
  1486.         $c = ($this->privates['doctrine.dbal.default_connection.event_manager'] ?? $this->getDoctrine_Dbal_DefaultConnection_EventManagerService());
  1487.         if (isset($this->services['doctrine.orm.default_entity_manager'])) {
  1488.             return $this->services['doctrine.orm.default_entity_manager'];
  1489.         }
  1490.         $d = new \Doctrine\ORM\Configuration();
  1491.         $e = new \Doctrine\ORM\Cache\CacheConfiguration();
  1492.         $f = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1493.         $f->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1494.         $g = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1495.         $e->setCacheLogger($f);
  1496.         $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())));
  1497.         $e->setRegionsConfiguration($g);
  1498.         $h = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1499.         $i = new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/packages/translatable-bundle/Entity')], false);
  1500.         $h->addDriver($i'App\\Entity');
  1501.         $h->addDriver($i'AngelGamez\\TranslatableBundle\\Entity');
  1502.         $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');
  1503.         $d->setEntityNamespaces(['App' => 'App\\Entity''AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\Entity']);
  1504.         $d->setSecondLevelCacheEnabled(false);
  1505.         $d->setSecondLevelCacheConfiguration($e);
  1506.         $d->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1507.         $d->setQueryCache(($this->privates['cache.doctrine.orm.default.query.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Query_TraceableService()));
  1508.         $d->setResultCache(($this->privates['cache.doctrine.orm.default.result.traceable'] ?? $this->getCache_Doctrine_Orm_Default_Result_TraceableService()));
  1509.         $d->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($h, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1510.         $d->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1511.         $d->setProxyNamespace('Proxies');
  1512.         $d->setAutoGenerateProxyClasses(false);
  1513.         $d->setSchemaIgnoreClasses([]);
  1514.         $d->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1515.         $d->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1516.         $d->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1517.         $d->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1518.         $d->setEntityListenerResolver($b);
  1519.         $d->setLazyGhostObjectEnabled(false);
  1520.         $d->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1521.         $d->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1522.         $d->addCustomStringFunction('aes_decrypt''DoctrineExtensions\\Query\\Mysql\\AesDecrypt');
  1523.         $d->addCustomStringFunction('aes_encrypt''DoctrineExtensions\\Query\\Mysql\\AesEncrypt');
  1524.         $d->addCustomStringFunction('any_value''DoctrineExtensions\\Query\\Mysql\\AnyValue');
  1525.         $d->addCustomStringFunction('ascii''DoctrineExtensions\\Query\\Mysql\\Ascii');
  1526.         $d->addCustomStringFunction('binary''DoctrineExtensions\\Query\\Mysql\\Binary');
  1527.         $d->addCustomStringFunction('cast''DoctrineExtensions\\Query\\Mysql\\Cast');
  1528.         $d->addCustomStringFunction('char_length''DoctrineExtensions\\Query\\Mysql\\CharLength');
  1529.         $d->addCustomStringFunction('collate''DoctrineExtensions\\Query\\Mysql\\Collate');
  1530.         $d->addCustomStringFunction('concat_ws''DoctrineExtensions\\Query\\Mysql\\ConcatWs');
  1531.         $d->addCustomStringFunction('countif''DoctrineExtensions\\Query\\Mysql\\CountIf');
  1532.         $d->addCustomStringFunction('crc32''DoctrineExtensions\\Query\\Mysql\\Crc32');
  1533.         $d->addCustomStringFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1534.         $d->addCustomStringFunction('field''DoctrineExtensions\\Query\\Mysql\\Field');
  1535.         $d->addCustomStringFunction('find_in_set''DoctrineExtensions\\Query\\Mysql\\FindInSet');
  1536.         $d->addCustomStringFunction('greatest''DoctrineExtensions\\Query\\Mysql\\Greatest');
  1537.         $d->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  1538.         $d->addCustomStringFunction('hex''DoctrineExtensions\\Query\\Mysql\\Hex');
  1539.         $d->addCustomStringFunction('ifelse''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1540.         $d->addCustomStringFunction('ifnull''DoctrineExtensions\\Query\\Mysql\\IfNull');
  1541.         $d->addCustomStringFunction('inet_aton''DoctrineExtensions\\Query\\Mysql\\InetAton');
  1542.         $d->addCustomStringFunction('inet_ntoa''DoctrineExtensions\\Query\\Mysql\\InetNtoa');
  1543.         $d->addCustomStringFunction('inet6_aton''DoctrineExtensions\\Query\\Mysql\\Inet6Aton');
  1544.         $d->addCustomStringFunction('inet6_ntoa''DoctrineExtensions\\Query\\Mysql\\Inet6Ntoa');
  1545.         $d->addCustomStringFunction('instr''DoctrineExtensions\\Query\\Mysql\\Instr');
  1546.         $d->addCustomStringFunction('is_ipv4''DoctrineExtensions\\Query\\Mysql\\IsIpv4');
  1547.         $d->addCustomStringFunction('is_ipv4_compat''DoctrineExtensions\\Query\\Mysql\\IsIpv4Compat');
  1548.         $d->addCustomStringFunction('is_ipv4_mapped''DoctrineExtensions\\Query\\Mysql\\IsIpv4Mapped');
  1549.         $d->addCustomStringFunction('is_ipv6''DoctrineExtensions\\Query\\Mysql\\IsIpv6');
  1550.         $d->addCustomStringFunction('least''DoctrineExtensions\\Query\\Mysql\\Least');
  1551.         $d->addCustomStringFunction('lpad''DoctrineExtensions\\Query\\Mysql\\Lpad');
  1552.         $d->addCustomStringFunction('match''DoctrineExtensions\\Query\\Mysql\\MatchAgainst');
  1553.         $d->addCustomStringFunction('md5''DoctrineExtensions\\Query\\Mysql\\Md5');
  1554.         $d->addCustomStringFunction('nullif''DoctrineExtensions\\Query\\Mysql\\NullIf');
  1555.         $d->addCustomStringFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1556.         $d->addCustomStringFunction('regexp''DoctrineExtensions\\Query\\Mysql\\Regexp');
  1557.         $d->addCustomStringFunction('replace''DoctrineExtensions\\Query\\Mysql\\Replace');
  1558.         $d->addCustomStringFunction('rpad''DoctrineExtensions\\Query\\Mysql\\Rpad');
  1559.         $d->addCustomStringFunction('sha1''DoctrineExtensions\\Query\\Mysql\\Sha1');
  1560.         $d->addCustomStringFunction('sha2''DoctrineExtensions\\Query\\Mysql\\Sha2');
  1561.         $d->addCustomStringFunction('soundex''DoctrineExtensions\\Query\\Mysql\\Soundex');
  1562.         $d->addCustomStringFunction('str_to_date''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1563.         $d->addCustomStringFunction('substring_index''DoctrineExtensions\\Query\\Mysql\\SubstringIndex');
  1564.         $d->addCustomStringFunction('unhex''DoctrineExtensions\\Query\\Mysql\\Unhex');
  1565.         $d->addCustomStringFunction('uuid_short''DoctrineExtensions\\Query\\Mysql\\UuidShort');
  1566.         $d->addCustomStringFunction('json_extract''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonExtract');
  1567.         $d->addCustomStringFunction('json_unquote''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonUnquote');
  1568.         $d->addCustomStringFunction('json_search''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonSearch');
  1569.         $d->addCustomStringFunction('regexp_replace''DoctrineExtensions\\Query\\Postgresql\\RegexpReplace');
  1570.         $d->addCustomStringFunction('curdate''Doctrine\\ORM\\Query\\AST\\Functions\\CurrentDateFunction');
  1571.         $d->addCustomStringFunction('json_replace''Scienta\\DoctrineJsonFunctions\\Query\\AST\\Functions\\Mysql\\JsonReplace');
  1572.         $d->addCustomStringFunction('if''DoctrineExtensions\\Query\\Mysql\\IfElse');
  1573.         $d->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  1574.         $d->addCustomNumericFunction('asin''DoctrineExtensions\\Query\\Mysql\\Asin');
  1575.         $d->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  1576.         $d->addCustomNumericFunction('atan''DoctrineExtensions\\Query\\Mysql\\Atan');
  1577.         $d->addCustomNumericFunction('bit_count''DoctrineExtensions\\Query\\Mysql\\BitCount');
  1578.         $d->addCustomNumericFunction('bit_xor''DoctrineExtensions\\Query\\Mysql\\BitXor');
  1579.         $d->addCustomNumericFunction('ceil''DoctrineExtensions\\Query\\Mysql\\Ceil');
  1580.         $d->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  1581.         $d->addCustomNumericFunction('cot''DoctrineExtensions\\Query\\Mysql\\Cot');
  1582.         $d->addCustomNumericFunction('degrees''DoctrineExtensions\\Query\\Mysql\\Degrees');
  1583.         $d->addCustomNumericFunction('exp''DoctrineExtensions\\Query\\Mysql\\Exp');
  1584.         $d->addCustomNumericFunction('floor''DoctrineExtensions\\Query\\Mysql\\Floor');
  1585.         $d->addCustomNumericFunction('log''DoctrineExtensions\\Query\\Mysql\\Log');
  1586.         $d->addCustomNumericFunction('log10''DoctrineExtensions\\Query\\Mysql\\Log10');
  1587.         $d->addCustomNumericFunction('log2''DoctrineExtensions\\Query\\Mysql\\Log2');
  1588.         $d->addCustomNumericFunction('pi''DoctrineExtensions\\Query\\Mysql\\Pi');
  1589.         $d->addCustomNumericFunction('power''DoctrineExtensions\\Query\\Mysql\\Power');
  1590.         $d->addCustomNumericFunction('quarter''DoctrineExtensions\\Query\\Mysql\\Quarter');
  1591.         $d->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  1592.         $d->addCustomNumericFunction('rand''DoctrineExtensions\\Query\\Mysql\\Rand');
  1593.         $d->addCustomNumericFunction('round''DoctrineExtensions\\Query\\Mysql\\Round');
  1594.         $d->addCustomNumericFunction('stddev''DoctrineExtensions\\Query\\Mysql\\StdDev');
  1595.         $d->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  1596.         $d->addCustomNumericFunction('std''DoctrineExtensions\\Query\\Mysql\\Std');
  1597.         $d->addCustomNumericFunction('tan''DoctrineExtensions\\Query\\Mysql\\Tan');
  1598.         $d->addCustomNumericFunction('variance''DoctrineExtensions\\Query\\Mysql\\Variance');
  1599.         $d->addCustomDatetimeFunction('addtime''DoctrineExtensions\\Query\\Mysql\\AddTime');
  1600.         $d->addCustomDatetimeFunction('convert_tz''DoctrineExtensions\\Query\\Mysql\\ConvertTz');
  1601.         $d->addCustomDatetimeFunction('date''DoctrineExtensions\\Query\\Mysql\\Date');
  1602.         $d->addCustomDatetimeFunction('date_format''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  1603.         $d->addCustomDatetimeFunction('dateadd''DoctrineExtensions\\Query\\Mysql\\DateAdd');
  1604.         $d->addCustomDatetimeFunction('datesub''DoctrineExtensions\\Query\\Mysql\\DateSub');
  1605.         $d->addCustomDatetimeFunction('datediff''DoctrineExtensions\\Query\\Mysql\\DateDiff');
  1606.         $d->addCustomDatetimeFunction('day''DoctrineExtensions\\Query\\Mysql\\Day');
  1607.         $d->addCustomDatetimeFunction('dayname''DoctrineExtensions\\Query\\Mysql\\DayName');
  1608.         $d->addCustomDatetimeFunction('dayofweek''DoctrineExtensions\\Query\\Mysql\\DayOfWeek');
  1609.         $d->addCustomDatetimeFunction('dayofyear''DoctrineExtensions\\Query\\Mysql\\DayOfYear');
  1610.         $d->addCustomDatetimeFunction('div''DoctrineExtensions\\Query\\Mysql\\Div');
  1611.         $d->addCustomDatetimeFunction('from_unixtime''DoctrineExtensions\\Query\\Mysql\\FromUnixtime');
  1612.         $d->addCustomDatetimeFunction('hour''DoctrineExtensions\\Query\\Mysql\\Hour');
  1613.         $d->addCustomDatetimeFunction('last_day''DoctrineExtensions\\Query\\Mysql\\LastDay');
  1614.         $d->addCustomDatetimeFunction('minute''DoctrineExtensions\\Query\\Mysql\\Minute');
  1615.         $d->addCustomDatetimeFunction('now''DoctrineExtensions\\Query\\Mysql\\Now');
  1616.         $d->addCustomDatetimeFunction('month''DoctrineExtensions\\Query\\Mysql\\Month');
  1617.         $d->addCustomDatetimeFunction('monthname''DoctrineExtensions\\Query\\Mysql\\MonthName');
  1618.         $d->addCustomDatetimeFunction('period_diff''DoctrineExtensions\\Query\\Mysql\\PeriodDiff');
  1619.         $d->addCustomDatetimeFunction('second''DoctrineExtensions\\Query\\Mysql\\Second');
  1620.         $d->addCustomDatetimeFunction('sectotime''DoctrineExtensions\\Query\\Mysql\\SecToTime');
  1621.         $d->addCustomDatetimeFunction('strtodate''DoctrineExtensions\\Query\\Mysql\\StrToDate');
  1622.         $d->addCustomDatetimeFunction('time''DoctrineExtensions\\Query\\Mysql\\Time');
  1623.         $d->addCustomDatetimeFunction('timediff''DoctrineExtensions\\Query\\Mysql\\TimeDiff');
  1624.         $d->addCustomDatetimeFunction('timestampadd''DoctrineExtensions\\Query\\Mysql\\TimestampAdd');
  1625.         $d->addCustomDatetimeFunction('timestampdiff''DoctrineExtensions\\Query\\Mysql\\TimestampDiff');
  1626.         $d->addCustomDatetimeFunction('timetosec''DoctrineExtensions\\Query\\Mysql\\TimeToSec');
  1627.         $d->addCustomDatetimeFunction('week''DoctrineExtensions\\Query\\Mysql\\Week');
  1628.         $d->addCustomDatetimeFunction('weekday''DoctrineExtensions\\Query\\Mysql\\WeekDay');
  1629.         $d->addCustomDatetimeFunction('year''DoctrineExtensions\\Query\\Mysql\\Year');
  1630.         $d->addCustomDatetimeFunction('yearmonth''DoctrineExtensions\\Query\\Mysql\\YearMonth');
  1631.         $d->addCustomDatetimeFunction('yearweek''DoctrineExtensions\\Query\\Mysql\\YearWeek');
  1632.         $d->addCustomDatetimeFunction('unix_timestamp''DoctrineExtensions\\Query\\Mysql\\UnixTimestamp');
  1633.         $d->addCustomDatetimeFunction('utc_timestamp''DoctrineExtensions\\Query\\Mysql\\UtcTimestamp');
  1634.         $d->addCustomDatetimeFunction('extract''DoctrineExtensions\\Query\\Mysql\\Extract');
  1635.         $d->addFilter('not_deleted_profile_filter''App\\EntityFilter\\NotDeletedProfileFilter');
  1636.         $d->addFilter('not_deleted_saloon_filter''App\\EntityFilter\\NotDeletedSaloonFilter');
  1637.         $d->addFilter('not_deleted_profile_comment_filter''App\\EntityFilter\\NotDeletedProfileCommentFilter');
  1638.         $d->addFilter('not_deleted_saloon_comment_filter''App\\EntityFilter\\NotDeletedSaloonCommentFilter');
  1639.         $this->services['doctrine.orm.default_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$d$c);
  1640.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1641.         return $instance;
  1642.     }
  1643.     /**
  1644.      * Gets the public 'doctrine.orm.multi_website_entity_manager' shared service.
  1645.      *
  1646.      * @return \Doctrine\ORM\EntityManager
  1647.      */
  1648.     protected function getDoctrine_Orm_MultiWebsiteEntityManagerService($lazyLoad true)
  1649.     {
  1650.         $a = ($this->services['doctrine.dbal.multi_website_connection'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnectionService());
  1651.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1652.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1653.         }
  1654.         $b = ($this->privates['doctrine.dbal.multi_website_connection.event_manager'] ?? $this->getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService());
  1655.         if (isset($this->services['doctrine.orm.multi_website_entity_manager'])) {
  1656.             return $this->services['doctrine.orm.multi_website_entity_manager'];
  1657.         }
  1658.         $c = new \Doctrine\ORM\Configuration();
  1659.         $d = new \Doctrine\ORM\Cache\CacheConfiguration();
  1660.         $e = new \Doctrine\ORM\Cache\Logging\CacheLoggerChain();
  1661.         $e->setLogger('statistics', new \Doctrine\ORM\Cache\Logging\StatisticsCacheLogger());
  1662.         $f = new \Doctrine\ORM\Cache\RegionsConfiguration(360060);
  1663.         $d->setCacheLogger($e);
  1664.         $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())));
  1665.         $d->setRegionsConfiguration($f);
  1666.         $g = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  1667.         $g->addDriver(new \Doctrine\ORM\Mapping\Driver\AttributeDriver([=> (\dirname(__DIR__4).'/src/MultiWebsite/Entity')], false), 'App\\MultiWebsite\\Entity');
  1668.         $c->setEntityNamespaces(['MultiWebsite' => 'App\\MultiWebsite\\Entity']);
  1669.         $c->setSecondLevelCacheEnabled(true);
  1670.         $c->setSecondLevelCacheConfiguration($d);
  1671.         $c->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  1672.         $c->setQueryCache(($this->privates['cache.doctrine.orm.multi_website.query.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()));
  1673.         $c->setResultCache(($this->privates['cache.doctrine.orm.multi_website.result.traceable'] ?? $this->getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()));
  1674.         $c->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($g, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  1675.         $c->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  1676.         $c->setProxyNamespace('Proxies');
  1677.         $c->setAutoGenerateProxyClasses(false);
  1678.         $c->setSchemaIgnoreClasses([]);
  1679.         $c->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  1680.         $c->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  1681.         $c->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy())));
  1682.         $c->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  1683.         $c->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  1684.         $c->setLazyGhostObjectEnabled(false);
  1685.         $c->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  1686.         $c->addCustomHydrationMode('column_hydrator''App\\DoctrineExtensions\\Hydrators\\ColumnHydrator');
  1687.         $this->services['doctrine.orm.multi_website_entity_manager'] = $instance = new \Doctrine\ORM\EntityManager($a$c$b);
  1688.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  1689.         return $instance;
  1690.     }
  1691.     /**
  1692.      * Gets the public 'easyadmin.config.manager' shared service.
  1693.      *
  1694.      * @return \EasyCorp\Bundle\EasyAdminBundle\Configuration\ConfigManager
  1695.      */
  1696.     protected function getEasyadmin_Config_ManagerService()
  1697.     {
  1698.         $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()));
  1699.         $a = ($this->services['easyadmin.filter.registry'] ?? $this->getEasyadmin_Filter_RegistryService());
  1700.         $b = ($this->services['doctrine'] ?? $this->getDoctrineService());
  1701.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ExcludeFieldsConfigPass());
  1702.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\NormalizerConfigPass($this$a));
  1703.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DesignConfigPass('ru'));
  1704.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MenuConfigPass());
  1705.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ActionConfigPass());
  1706.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\MetadataConfigPass($b));
  1707.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShortFormTypeConfigPass([]));
  1708.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\PropertyConfigPass(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), $a));
  1709.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\ViewConfigPass());
  1710.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\EmbeddedListViewConfigPass(true));
  1711.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\TemplateConfigPass(($this->privates['twig.loader.native_filesystem'] ?? $this->getTwig_Loader_NativeFilesystemService())));
  1712.         $instance->addConfigPass(new \AlterPHP\EasyAdminExtensionBundle\Configuration\ShowViewConfigPass(($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] ?? $this->getEmbeddedListHelperService())));
  1713.         $instance->addConfigPass(new \EasyCorp\Bundle\EasyAdminBundle\Configuration\DefaultConfigPass());
  1714.         $instance->addConfigPass(new \App\Bridge\AlterPHP\EasyAdminExtensionBundle\Configuration\ListFormFiltersConfigPass($b));
  1715.         return $instance;
  1716.     }
  1717.     /**
  1718.      * Gets the public 'easyadmin.filter.registry' shared service.
  1719.      *
  1720.      * @return \EasyCorp\Bundle\EasyAdminBundle\Form\Filter\FilterRegistry
  1721.      */
  1722.     protected function getEasyadmin_Filter_RegistryService()
  1723.     {
  1724.         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 () {
  1725.             yield => ($this->privates['easyadmin.filter.type_guesser.doctrine'] ?? $this->load('getEasyadmin_Filter_TypeGuesser_DoctrineService'));
  1726.         }, 1));
  1727.     }
  1728.     /**
  1729.      * Gets the public 'easyadmin.listener.controller' shared service.
  1730.      *
  1731.      * @return \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener
  1732.      */
  1733.     protected function getEasyadmin_Listener_ControllerService()
  1734.     {
  1735.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1736.         if (isset($this->services['easyadmin.listener.controller'])) {
  1737.             return $this->services['easyadmin.listener.controller'];
  1738.         }
  1739.         return $this->services['easyadmin.listener.controller'] = new \EasyCorp\Bundle\EasyAdminBundle\EventListener\ControllerListener($a, ($this->privates['debug.controller_resolver'] ?? $this->getDebug_ControllerResolverService()));
  1740.     }
  1741.     /**
  1742.      * Gets the public 'easyadmin.property_accessor' shared service.
  1743.      *
  1744.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  1745.      */
  1746.     protected function getEasyadmin_PropertyAccessorService()
  1747.     {
  1748.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  1749.         return $this->services['easyadmin.property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  1750.     }
  1751.     /**
  1752.      * Gets the public 'easyadmin.router' shared service.
  1753.      *
  1754.      * @return \EasyCorp\Bundle\EasyAdminBundle\Router\EasyAdminRouter
  1755.      */
  1756.     protected function getEasyadmin_RouterService()
  1757.     {
  1758.         $a = ($this->services['easyadmin.config.manager'] ?? $this->getEasyadmin_Config_ManagerService());
  1759.         if (isset($this->services['easyadmin.router'])) {
  1760.             return $this->services['easyadmin.router'];
  1761.         }
  1762.         $b = ($this->services['router'] ?? $this->getRouterService());
  1763.         if (isset($this->services['easyadmin.router'])) {
  1764.             return $this->services['easyadmin.router'];
  1765.         }
  1766.         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())));
  1767.     }
  1768.     /**
  1769.      * Gets the public 'easyadmin.security.authorization_checker' shared service.
  1770.      *
  1771.      * @return \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker
  1772.      */
  1773.     protected function getEasyadmin_Security_AuthorizationCheckerService()
  1774.     {
  1775.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  1776.         if (isset($this->services['easyadmin.security.authorization_checker'])) {
  1777.             return $this->services['easyadmin.security.authorization_checker'];
  1778.         }
  1779.         return $this->services['easyadmin.security.authorization_checker'] = new \EasyCorp\Bundle\EasyAdminBundle\Security\AuthorizationChecker($a);
  1780.     }
  1781.     /**
  1782.      * Gets the public 'eight_points_guzzle.client.api_oplata_info' shared service.
  1783.      *
  1784.      * @return \GuzzleHttp\Client
  1785.      */
  1786.     protected function getEightPointsGuzzle_Client_ApiOplataInfoService($lazyLoad true)
  1787.     {
  1788.         $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())));
  1789.         $a->push(($this->services['eight_points_guzzle.middleware.profile.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Profile_ApiOplataInfoService'))->profile(), 'profile');
  1790.         $a->push(($this->services['eight_points_guzzle.middleware.log.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_Log_ApiOplataInfoService'))->log(), 'log');
  1791.         $a->after('log', ($this->services['eight_points_guzzle.middleware.request_time.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_RequestTime_ApiOplataInfoService')), 'request_time');
  1792.         $a->push(($this->services['eight_points_guzzle.middleware.symfony_log'] ?? $this->load('getEightPointsGuzzle_Middleware_SymfonyLogService')), 'symfony_log');
  1793.         $a->unshift(($this->services['eight_points_guzzle.middleware.event_dispatch.api_oplata_info'] ?? $this->load('getEightPointsGuzzle_Middleware_EventDispatch_ApiOplataInfoService'))->dispatchEvent(), 'events');
  1794.         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]);
  1795.     }
  1796.     /**
  1797.      * Gets the public 'event_dispatcher' shared service.
  1798.      *
  1799.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  1800.      */
  1801.     protected function getEventDispatcherService()
  1802.     {
  1803.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  1804.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1805.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  1806.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  1807.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1808.         $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())));
  1809.         $instance->addListener('kernel.controller', [=> function () {
  1810.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  1811.         }, => 'onKernelController'], 0);
  1812.         $instance->addListener('kernel.response', [=> function () {
  1813.             return ($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService());
  1814.         }, => 'onKernelResponse'], 0);
  1815.         $instance->addListener('kernel.response', [=> function () {
  1816.             return ($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService());
  1817.         }, => 'onKernelResponse'], 0);
  1818.         $instance->addListener('kernel.request', [=> function () {
  1819.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1820.         }, => 'onKernelRequest'], 250);
  1821.         $instance->addListener('kernel.response', [=> function () {
  1822.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  1823.         }, => 'onKernelResponse'], 0);
  1824.         $instance->addListener('kernel.response', [=> function () {
  1825.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  1826.         }, => 'onResponse'], -10);
  1827.         $instance->addListener('kernel.controller', [=> function () {
  1828.             return ($this->services['easyadmin.listener.controller'] ?? $this->getEasyadmin_Listener_ControllerService());
  1829.         }, => 'onKernelController'], 0);
  1830.         $instance->addListener('easy_admin.post_initialize', [=> function () {
  1831.             return ($this->services['easyadmin.listener.request_post_initialize'] ?? $this->load('getEasyadmin_Listener_RequestPostInitializeService'));
  1832.         }, => 'initializeRequest'], 0);
  1833.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1834.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\MaxSizeValidationListener'] = new \Oneup\UploaderBundle\EventListener\MaxSizeValidationListener()));
  1835.         }, => 'onValidate'], 0);
  1836.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1837.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\AllowedMimetypeAndExtensionValidationListener'] = new \Oneup\UploaderBundle\EventListener\AllowedMimetypeAndExtensionValidationListener()));
  1838.         }, => 'onValidate'], 0);
  1839.         $instance->addListener('oneup_uploader.validation', [=> function () {
  1840.             return ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] ?? ($this->privates['Oneup\\UploaderBundle\\EventListener\\DisallowedMimetypeValidationListener'] = new \Oneup\UploaderBundle\EventListener\DisallowedMimetypeValidationListener()));
  1841.         }, => 'onValidate'], 0);
  1842.         $instance->addListener('console.command', [=> function () {
  1843.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1844.         }, => 'handleConsoleCommandEvent'], 128);
  1845.         $instance->addListener('console.terminate', [=> function () {
  1846.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1847.         }, => 'handleConsoleTerminateEvent'], -64);
  1848.         $instance->addListener('console.error', [=> function () {
  1849.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->load('getConsoleListenerService'));
  1850.         }, => 'handleConsoleErrorEvent'], -64);
  1851.         $instance->addListener('kernel.request', [=> function () {
  1852.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1853.         }, => 'handleKernelRequestEvent'], 5);
  1854.         $instance->addListener('kernel.controller', [=> function () {
  1855.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  1856.         }, => 'handleKernelControllerEvent'], 10);
  1857.         $instance->addListener('kernel.request', [=> function () {
  1858.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1859.         }, => 'handleKernelRequestEvent'], 3);
  1860.         $instance->addListener('kernel.finish_request', [=> function () {
  1861.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  1862.         }, => 'handleKernelFinishRequestEvent'], 5);
  1863.         $instance->addListener('kernel.request', [=> function () {
  1864.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1865.         }, => 'handleKernelRequestEvent'], 4);
  1866.         $instance->addListener('kernel.response', [=> function () {
  1867.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1868.         }, => 'handleKernelResponseEvent'], 15);
  1869.         $instance->addListener('kernel.terminate', [=> function () {
  1870.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  1871.         }, => 'handleKernelTerminateEvent'], 5);
  1872.         $instance->addListener('kernel.request', [=> function () {
  1873.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1874.         }, => 'handleKernelRequestEvent'], 2);
  1875.         $instance->addListener('kernel.finish_request', [=> function () {
  1876.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1877.         }, => 'handleKernelFinishRequestEvent'], 10);
  1878.         $instance->addListener('kernel.response', [=> function () {
  1879.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  1880.         }, => 'handleKernelResponseEvent'], 15);
  1881.         $instance->addListener('console.command', [=> function () {
  1882.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1883.         }, => 'handleConsoleCommandEvent'], 118);
  1884.         $instance->addListener('console.terminate', [=> function () {
  1885.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->load('getTracingConsoleListenerService'));
  1886.         }, => 'handleConsoleTerminateEvent'], -54);
  1887.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  1888.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1889.         }, => 'handleWorkerMessageFailedEvent'], 50);
  1890.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  1891.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->load('getMessengerListenerService'));
  1892.         }, => 'handleWorkerMessageHandledEvent'], 50);
  1893.         $instance->addListener('kernel.request', [=> function () {
  1894.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1895.         }, => 'handleKernelRequestEvent'], 0);
  1896.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  1897.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  1898.         }, => 'handleLoginSuccessEvent'], 0);
  1899.         $instance->addListener('elastica.index.index_post_populate', [=> function () {
  1900.             return ($this->privates['fos_elastica.populate_listener'] ?? $this->load('getFosElastica_PopulateListenerService'));
  1901.         }, => 'onPostIndexPopulate'], -9999);
  1902.         $instance->addListener('kernel.exception', [=> function () {
  1903.             return ($this->privates['webpack_encore.exception_listener'] ?? $this->load('getWebpackEncore_ExceptionListenerService'));
  1904.         }, => 'onKernelException'], 0);
  1905.         $instance->addListener('kernel.request', [=> function () {
  1906.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  1907.         }, => 'onKernelRequest'], 0);
  1908.         $instance->addListener('kernel.response', [=> function () {
  1909.             return ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] ?? ($this->privates['App\\EventSubscriber\\AjaxDebugUpdateSubscriber'] = new \App\EventSubscriber\AjaxDebugUpdateSubscriber()));
  1910.         }, => 'onKernelResponse'], 0);
  1911.         $instance->addListener('kernel.request', [=> function () {
  1912.             return ($this->privates['App\\EventSubscriber\\ApiAccessSubscriber'] ?? $this->getApiAccessSubscriberService());
  1913.         }, => 'onRequest'], 0);
  1914.         $instance->addListener('kernel.response', [=> function () {
  1915.             return ($this->privates['App\\EventSubscriber\\BadWordsReplaceSubscriber'] ?? $this->getBadWordsReplaceSubscriberService());
  1916.         }, => 'replaceBadWords'], 0);
  1917.         $instance->addListener('kernel.request', [=> function () {
  1918.             return ($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] ?? $this->getBanLogoutSubscriberService());
  1919.         }, => 'logoutBannedUser'], 0);
  1920.         $instance->addListener('kernel.request', [=> function () {
  1921.             return ($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] ?? $this->getCityCaseRedirectSubscriberService());
  1922.         }, => 'onRequest'], 51);
  1923.         $instance->addListener('kernel.request', [=> function () {
  1924.             return ($this->privates['App\\EventSubscriber\\CommentBanSubscriber'] ?? $this->getCommentBanSubscriberService());
  1925.         }, => 'removeCommentBan'], 0);
  1926.         $instance->addListener('kernel.controller', [=> function () {
  1927.             return ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DisabledRouteSubscriber'] = new \App\EventSubscriber\DisabledRouteSubscriber()));
  1928.         }, => 'onKernelController'], 0);
  1929.         $instance->addListener('kernel.request', [=> function () {
  1930.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  1931.         }, => 'enableFilters'], 10);
  1932.         $instance->addListener('kernel.request', [=> function () {
  1933.             return ($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] ?? $this->getDoctrineEntityFilterSubscriberService());
  1934.         }, => 'enableCommentFilters'], 0);
  1935.         $instance->addListener('kernel.request', [=> function () {
  1936.             return ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] ?? ($this->privates['App\\EventSubscriber\\DomainParkingSubscriber'] = new \App\EventSubscriber\DomainParkingSubscriber()));
  1937.         }, => 'onRequest'], 150);
  1938.         $instance->addListener('kernel.request', [=> function () {
  1939.             return ($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'] ?? $this->getDomainRedirectSubscriberService());
  1940.         }, => 'onRequest'], 50);
  1941.         $instance->addListener('fos_elastica.post_transform', [=> function () {
  1942.             return ($this->privates['App\\EventSubscriber\\ESProfilePostTransformSubscriber'] ?? $this->load('getESProfilePostTransformSubscriberService'));
  1943.         }, => 'postTransformEntity'], 0);
  1944.         $instance->addListener('kernel.request', [=> function () {
  1945.             return ($this->privates['App\\EventSubscriber\\EnumSubscriber'] ?? $this->getEnumSubscriberService());
  1946.         }, => 'loadEnumData'], 0);
  1947.         $instance->addListener('oneup_uploader.pre_upload', [=> function () {
  1948.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1949.         }, => 'preUpload'], 0);
  1950.         $instance->addListener('oneup_uploader.post_upload.profile_media_avatar', [=> function () {
  1951.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1952.         }, => 'postUploadProfileAvatar'], 0);
  1953.         $instance->addListener('oneup_uploader.post_upload.profile_photo', [=> function () {
  1954.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1955.         }, => 'returnFilename'], 0);
  1956.         $instance->addListener('oneup_uploader.post_upload.profile_selfie', [=> function () {
  1957.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1958.         }, => 'returnFilename'], 0);
  1959.         $instance->addListener('oneup_uploader.post_upload.profile_video', [=> function () {
  1960.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1961.         }, => 'returnFilename'], 0);
  1962.         $instance->addListener('oneup_uploader.post_upload.profile_media_approval', [=> function () {
  1963.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1964.         }, => 'returnFilename'], 0);
  1965.         $instance->addListener('oneup_uploader.post_upload.saloon_media', [=> function () {
  1966.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1967.         }, => 'returnFilename'], 0);
  1968.         $instance->addListener('oneup_uploader.post_upload.saloon_media_thumb', [=> function () {
  1969.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1970.         }, => 'postUploadSaloonThumb'], 0);
  1971.         $instance->addListener('oneup_uploader.post_upload.saloon_media_video', [=> function () {
  1972.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1973.         }, => 'returnFilename'], 0);
  1974.         $instance->addListener('oneup_uploader.post_upload.user_media', [=> function () {
  1975.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1976.         }, => 'postUploadUserAvatar'], 0);
  1977.         $instance->addListener('oneup_uploader.post_upload.tmp_media', [=> function () {
  1978.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1979.         }, => 'returnFilename'], 0);
  1980.         $instance->addListener('oneup_uploader.post_upload.process_queue', [=> function () {
  1981.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1982.         }, => 'returnFilename'], 0);
  1983.         $instance->addListener('oneup_uploader.validation.profile_media_avatar', [=> function () {
  1984.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1985.         }, => 'validateAvatar'], 0);
  1986.         $instance->addListener('oneup_uploader.validation.profile_photo', [=> function () {
  1987.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1988.         }, => 'validatePhotoFile'], 0);
  1989.         $instance->addListener('oneup_uploader.validation.profile_selfie', [=> function () {
  1990.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1991.         }, => 'validatePhotoFile'], 0);
  1992.         $instance->addListener('oneup_uploader.validation.profile_video', [=> function () {
  1993.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1994.         }, => 'validateVideoFile'], 0);
  1995.         $instance->addListener('oneup_uploader.validation.profile_media_approval', [=> function () {
  1996.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  1997.         }, => 'validateApprovalMediaFile'], 0);
  1998.         $instance->addListener('oneup_uploader.validation.saloon_media', [=> function () {
  1999.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2000.         }, => 'validatePhotoFile'], 0);
  2001.         $instance->addListener('oneup_uploader.validation.saloon_media_thumb', [=> function () {
  2002.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2003.         }, => 'validateAvatar'], 0);
  2004.         $instance->addListener('oneup_uploader.validation.saloon_media_video', [=> function () {
  2005.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2006.         }, => 'validateVideoFile'], 0);
  2007.         $instance->addListener('oneup_uploader.validation.user_media', [=> function () {
  2008.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2009.         }, => 'validateAvatar'], 0);
  2010.         $instance->addListener('oneup_uploader.validation.tmp_media', [=> function () {
  2011.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2012.         }, => 'validateVideoFile'], 0);
  2013.         $instance->addListener('oneup_uploader.validation.process_queue', [=> function () {
  2014.             return ($this->privates['App\\EventSubscriber\\FileUploadSubscriber'] ?? $this->load('getFileUploadSubscriberService'));
  2015.         }, => 'validateVideoFile'], 0);
  2016.         $instance->addListener('kernel.request', [=> function () {
  2017.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2018.         }, => 'clearCtrShowsSession'], 0);
  2019.         $instance->addListener('kernel.terminate', [=> function () {
  2020.             return ($this->privates['App\\EventSubscriber\\KernelSubscriber'] ?? $this->getKernelSubscriberService());
  2021.         }, => 'updateProfilesShowsAndPreviews'], 0);
  2022.         $instance->addListener('easy_admin.pre_search', [=> function () {
  2023.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2024.         }, => 'lowercaseSearchRequest'], 0);
  2025.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2026.             return ($this->privates['App\\EventSubscriber\\Management\\SearchSubscriber'] ?? $this->load('getSearchSubscriberService'));
  2027.         }, => 'addRegexPhoneSearch'], 0);
  2028.         $instance->addListener('kernel.controller', [=> function () {
  2029.             return ($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'] ?? $this->getPageMetadataSubscriberService());
  2030.         }, => 'loadPage'], 0);
  2031.         $instance->addListener('paginator_page_taken_event', [=> function () {
  2032.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2033.         }, => 'onPaginatorPageTaken'], 0);
  2034.         $instance->addListener('knp_pager.after', [=> function () {
  2035.             return ($this->privates['App\\EventSubscriber\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriberService'));
  2036.         }, => 'changeRoute'], 0);
  2037.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2038.             return ($this->privates['App\\EventSubscriber\\ProfileListOrderingSubscriber'] ?? $this->getProfileListOrderingSubscriberService());
  2039.         }, => 'generateListingOrder'], 0);
  2040.         $instance->addListener('profile.created', [=> function () {
  2041.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2042.         }, => 'onProfileWasCreated'], 0);
  2043.         $instance->addListener('profile.data_changed', [=> function () {
  2044.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2045.         }, => 'onProfileDataChanged'], 0);
  2046.         $instance->addListener('profile.deleted', [=> function () {
  2047.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2048.         }, => 'onPProfileWasDeleted'], 0);
  2049.         $instance->addListener('profile.restored', [=> function () {
  2050.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2051.         }, => 'onProfileWasRestored'], 0);
  2052.         $instance->addListener('profile.moderated_data_changed', [=> function () {
  2053.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2054.         }, => 'requestModeration'], 0);
  2055.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2056.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2057.         }, => 'onProfilePlacedOnAdBoard'], 0);
  2058.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2059.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2060.         }, => 'addSidebarPlacement'], 10);
  2061.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2062.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2063.         }, => 'removePlacementHiding'], 20);
  2064.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2065.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2066.         }, => 'deleteSidebarPlacement'], 0);
  2067.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2068.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2069.         }, => 'onProfileRemovedFromAdBoard'], 10);
  2070.         $instance->addListener('profile.prolonged_on_adboard', [=> function () {
  2071.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2072.         }, => 'prolongSidebarPlacement'], 0);
  2073.         $instance->addListener('profile.placed_on_top', [=> function () {
  2074.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2075.         }, => 'onProfilePlacedOnTop'], 0);
  2076.         $instance->addListener('profile.hidden', [=> function () {
  2077.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2078.         }, => 'onProfileWasHidden'], 0);
  2079.         $instance->addListener('profile.removed_from_hidden', [=> function () {
  2080.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2081.         }, => 'onProfileWasRemovedFromHidden'], 0);
  2082.         $instance->addListener('profile.moderation.passed', [=> function () {
  2083.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2084.         }, => 'onProfileModerationPassed'], 0);
  2085.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2086.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2087.         }, => 'onProfileModerationRejected'], 0);
  2088.         $instance->addListener('profile.approval.approved', [=> function () {
  2089.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2090.         }, => 'onProfileApprovalApproved'], 0);
  2091.         $instance->addListener('profile.approval.approved', [=> function () {
  2092.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2093.         }, => 'enrollApprovalBonus'], 10);
  2094.         $instance->addListener('profile.approval.rejected', [=> function () {
  2095.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2096.         }, => 'onProfileApprovalRejected'], 0);
  2097.         $instance->addListener('profile.unapproved', [=> function () {
  2098.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2099.         }, => 'onProfileWasUnApproved'], 0);
  2100.         $instance->addListener('profile.comment.added', [=> function () {
  2101.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2102.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2103.         $instance->addListener('profiles_shown_event', [=> function () {
  2104.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2105.         }, => 'onProfilesShown'], 0);
  2106.         $instance->addListener('profile_view_event', [=> function () {
  2107.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2108.         }, => 'onProfileView'], 0);
  2109.         $instance->addListener('App\\Event\\Profile\\FileProcessingTaskWasCompleted', [=> function () {
  2110.             return ($this->privates['App\\EventSubscriber\\ProfileSubscriber'] ?? $this->load('getProfileSubscriberService'));
  2111.         }, => 'onProfileFileProcessed'], 0);
  2112.         $instance->addListener('profile.removed_from_adboard', [=> function () {
  2113.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2114.         }, => 'onDelete'], -110);
  2115.         $instance->addListener('profile.hidden', [=> function () {
  2116.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2117.         }, => 'onDelete'], -110);
  2118.         $instance->addListener('profile.deleted', [=> function () {
  2119.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2120.         }, => 'onDelete'], -110);
  2121.         $instance->addListener('profile.moderation.rejected', [=> function () {
  2122.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2123.         }, => 'onDelete'], -110);
  2124.         $instance->addListener('profile.data_changed', [=> function () {
  2125.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2126.         }, => 'onChange'], -100);
  2127.         $instance->addListener('profile.placed_on_adboard', [=> function () {
  2128.             return ($this->privates['App\\EventSubscriber\\RotationServiceSubscriber'] ?? $this->load('getRotationServiceSubscriberService'));
  2129.         }, => 'onChange'], -100);
  2130.         $instance->addListener('router.post_generate', [=> function () {
  2131.             return ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] ?? ($this->privates['App\\EventSubscriber\\Routing\\CityPrefixSubscriber'] = new \App\EventSubscriber\Routing\CityPrefixSubscriber()));
  2132.         }, => 'ignoreCityParameter'], 0);
  2133.         $instance->addListener('router.pre_generate', [=> function () {
  2134.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2135.         }, => 'skipPageParameter'], 10);
  2136.         $instance->addListener('router.pre_generate', [=> function () {
  2137.             return ($this->privates['App\\EventSubscriber\\Routing\\PaginationSubscriber'] ?? $this->load('getPaginationSubscriber2Service'));
  2138.         }, => 'firstPageOfMainCityToMain'], 0);
  2139.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2140.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2141.         }, => 'addSidebarPlacement'], 0);
  2142.         $instance->addListener('saloon.placed_on_adboard', [=> function () {
  2143.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2144.         }, => 'removePlacementHiding'], 10);
  2145.         $instance->addListener('saloon.removed_from_adboard', [=> function () {
  2146.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2147.         }, => 'deleteSidebarPlacement'], 0);
  2148.         $instance->addListener('saloon.prolonged_on_adboard', [=> function () {
  2149.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2150.         }, => 'prolongSidebarPlacement'], 0);
  2151.         $instance->addListener('saloon.comment.added', [=> function () {
  2152.             return ($this->privates['App\\EventSubscriber\\SaloonSubscriber'] ?? $this->load('getSaloonSubscriberService'));
  2153.         }, => 'checkIpAddressCommentBanNeeded'], 0);
  2154.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2155.             return ($this->privates['App\\EventSubscriber\\SitemapSubscriber'] ?? $this->load('getSitemapSubscriberService'));
  2156.         }, => 'populate'], 0);
  2157.         $instance->addListener('uploaded_file_modified', [=> function () {
  2158.             return ($this->privates['App\\EventSubscriber\\UploadedFileSubscriber'] ?? $this->load('getUploadedFileSubscriberService'));
  2159.         }, => 'uploadedFileModified'], 0);
  2160.         $instance->addListener('security.interactive_login', [=> function () {
  2161.             return ($this->privates['App\\EventSubscriber\\UserLoginSubscriber'] ?? $this->load('getUserLoginSubscriberService'));
  2162.         }, => 'onLogin'], 0);
  2163.         $instance->addListener('user.register', [=> function () {
  2164.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2165.         }, => 'onUserRegister'], 0);
  2166.         $instance->addListener('user.register.success', [=> function () {
  2167.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2168.         }, => 'onUserRegisterSuccess'], 0);
  2169.         $instance->addListener('user.not.full.register', [=> function () {
  2170.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2171.         }, => 'onUserNotFullRegister'], 0);
  2172.         $instance->addListener('receive.password.event', [=> function () {
  2173.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2174.         }, => 'onUserReceivePassword'], 0);
  2175.         $instance->addListener('password.changed.event', [=> function () {
  2176.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2177.         }, => 'onUserPasswordChanged'], 0);
  2178.         $instance->addListener('account.enrollment', [=> function () {
  2179.             return ($this->privates['App\\EventSubscriber\\UserSubscriber'] ?? $this->load('getUserSubscriberService'));
  2180.         }, => 'onAccountEnrollment'], 0);
  2181.         $instance->addListener('kernel.response', [=> function () {
  2182.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  2183.         }, => 'onKernelResponse'], 0);
  2184.         $instance->addListener('kernel.response', [=> function () {
  2185.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  2186.         }, => 'onKernelResponse'], -1024);
  2187.         $instance->addListener('kernel.request', [=> function () {
  2188.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2189.         }, => 'setDefaultLocale'], 100);
  2190.         $instance->addListener('kernel.request', [=> function () {
  2191.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2192.         }, => 'onKernelRequest'], 16);
  2193.         $instance->addListener('kernel.finish_request', [=> function () {
  2194.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  2195.         }, => 'onKernelFinishRequest'], 0);
  2196.         $instance->addListener('kernel.request', [=> function () {
  2197.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  2198.         }, => 'onKernelRequest'], 256);
  2199.         $instance->addListener('kernel.response', [=> function () {
  2200.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  2201.         }, => 'onResponse'], -255);
  2202.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2203.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2204.         }, => 'onControllerArguments'], 0);
  2205.         $instance->addListener('kernel.exception', [=> function () {
  2206.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2207.         }, => 'logKernelException'], 0);
  2208.         $instance->addListener('kernel.exception', [=> function () {
  2209.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2210.         }, => 'onKernelException'], -128);
  2211.         $instance->addListener('kernel.response', [=> function () {
  2212.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  2213.         }, => 'removeCspHeader'], -128);
  2214.         $instance->addListener('kernel.request', [=> function () {
  2215.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2216.         }, => 'onKernelRequest'], 15);
  2217.         $instance->addListener('kernel.finish_request', [=> function () {
  2218.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  2219.         }, => 'onKernelFinishRequest'], -15);
  2220.         $instance->addListener('console.error', [=> function () {
  2221.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2222.         }, => 'onConsoleError'], -128);
  2223.         $instance->addListener('console.terminate', [=> function () {
  2224.             return ($this->privates['console.error_listener'] ?? $this->load('getConsole_ErrorListenerService'));
  2225.         }, => 'onConsoleTerminate'], -128);
  2226.         $instance->addListener('console.error', [=> function () {
  2227.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  2228.         }, => 'onConsoleError'], 0);
  2229.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2230.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  2231.         }, => 'onMessage'], -255);
  2232.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2233.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  2234.         }, => 'onMessage'], -255);
  2235.         $instance->addListener('kernel.response', [=> function () {
  2236.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  2237.         }, => 'onKernelResponse'], 0);
  2238.         $instance->addListener('kernel.request', [=> function () {
  2239.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  2240.         }, => 'onKernelRequest'], 48);
  2241.         $instance->addListener('kernel.request', [=> function () {
  2242.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2243.         }, => 'configure'], 2048);
  2244.         $instance->addListener('console.command', [=> function () {
  2245.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  2246.         }, => 'configure'], 2048);
  2247.         $instance->addListener('kernel.request', [=> function () {
  2248.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2249.         }, => 'onKernelRequest'], 32);
  2250.         $instance->addListener('kernel.finish_request', [=> function () {
  2251.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2252.         }, => 'onKernelFinishRequest'], 0);
  2253.         $instance->addListener('kernel.exception', [=> function () {
  2254.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  2255.         }, => 'onKernelException'], -64);
  2256.         $instance->addListener('kernel.response', [=> function () {
  2257.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  2258.         }, => 'onKernelResponse'], 0);
  2259.         $instance->addListener('kernel.request', [=> function () {
  2260.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2261.         }, => 'onKernelRequest'], 128);
  2262.         $instance->addListener('kernel.response', [=> function () {
  2263.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2264.         }, => 'onKernelResponse'], -1000);
  2265.         $instance->addListener('kernel.finish_request', [=> function () {
  2266.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  2267.         }, => 'onFinishRequest'], 0);
  2268.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2269.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->load('getMessenger_Retry_SendFailedMessageForRetryListenerService'));
  2270.         }, => 'onMessageFailed'], 100);
  2271.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2272.             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()));
  2273.         }, => 'onMessageFailed'], 200);
  2274.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2275.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->load('getMessenger_Failure_SendFailedMessageToFailureTransportListenerService'));
  2276.         }, => 'onMessageFailed'], -100);
  2277.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  2278.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2279.         }, => 'onWorkerStarted'], 0);
  2280.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2281.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->load('getMessenger_Listener_StopWorkerOnRestartSignalListenerService'));
  2282.         }, => 'onWorkerRunning'], 0);
  2283.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2284.             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()));
  2285.         }, => 'onMessageFailed'], 0);
  2286.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  2287.             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()));
  2288.         }, => 'onWorkerRunning'], 0);
  2289.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  2290.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  2291.         }, => 'onNotification'], -255);
  2292.         $instance->addListener('kernel.response', [=> function () {
  2293.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2294.         }, => 'onKernelResponse'], -100);
  2295.         $instance->addListener('kernel.exception', [=> function () {
  2296.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2297.         }, => 'onKernelException'], 0);
  2298.         $instance->addListener('kernel.terminate', [=> function () {
  2299.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  2300.         }, => 'onKernelTerminate'], -1024);
  2301.         $instance->addListener('kernel.controller', [=> function () {
  2302.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2303.         }, => 'onKernelController'], 0);
  2304.         $instance->addListener('kernel.response', [=> function () {
  2305.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  2306.         }, => 'onKernelResponse'], 0);
  2307.         $instance->addListener('kernel.controller', [=> function () {
  2308.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  2309.         }, => 'onKernelController'], 0);
  2310.         $instance->addListener('kernel.controller', [=> function () {
  2311.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  2312.         }, => 'onKernelController'], 0);
  2313.         $instance->addListener('kernel.controller', [=> function () {
  2314.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2315.         }, => 'onKernelController'], -128);
  2316.         $instance->addListener('kernel.view', [=> function () {
  2317.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  2318.         }, => 'onKernelView'], 0);
  2319.         $instance->addListener('kernel.controller', [=> function () {
  2320.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2321.         }, => 'onKernelController'], 0);
  2322.         $instance->addListener('kernel.response', [=> function () {
  2323.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  2324.         }, => 'onKernelResponse'], 0);
  2325.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2326.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  2327.         }, => 'onKernelControllerArguments'], 0);
  2328.         $instance->addListener('kernel.controller_arguments', [=> function () {
  2329.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  2330.         }, => 'onKernelControllerArguments'], 0);
  2331.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  2332.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2333.         }, => 'onWorkerMessageHandled'], 0);
  2334.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  2335.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->load('getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService'));
  2336.         }, => 'onWorkerMessageFailed'], 0);
  2337.         $instance->addListener('kernel.response', [=> function () {
  2338.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  2339.         }, => 'onKernelResponse'], 0);
  2340.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  2341.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->load('getDebug_Security_Voter_VoteListenerService'));
  2342.         }, => 'onVoterVote'], 0);
  2343.         $instance->addListener('kernel.request', [=> function () {
  2344.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2345.         }, => 'configureLogoutUrlGenerator'], 8);
  2346.         $instance->addListener('kernel.request', [=> function () {
  2347.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2348.         }, => 'onKernelRequest'], 8);
  2349.         $instance->addListener('kernel.finish_request', [=> function () {
  2350.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  2351.         }, => 'onKernelFinishRequest'], 0);
  2352.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  2353.             return ($this->privates['twig.mailer.message_listener'] ?? $this->load('getTwig_Mailer_MessageListenerService'));
  2354.         }, => 'onMessage'], 0);
  2355.         $instance->addListener('kernel.response', [=> function () {
  2356.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  2357.         }, => 'onKernelResponse'], -128);
  2358.         $instance->addListener('console.command', [=> function () {
  2359.             return ($this->privates['debug.dump_listener'] ?? $this->load('getDebug_DumpListenerService'));
  2360.         }, => 'configure'], 1024);
  2361.         $instance->addListener('kernel.request', [=> function () {
  2362.             return ($this->privates['stof_doctrine_extensions.event_listener.locale'] ?? $this->getStofDoctrineExtensions_EventListener_LocaleService());
  2363.         }, => 'onKernelRequest'], 0);
  2364.         $instance->addListener('kernel.request', [=> function () {
  2365.             return ($this->privates['stof_doctrine_extensions.event_listener.logger'] ?? $this->getStofDoctrineExtensions_EventListener_LoggerService());
  2366.         }, => 'onKernelRequest'], 0);
  2367.         $instance->addListener('kernel.request', [=> function () {
  2368.             return ($this->privates['stof_doctrine_extensions.event_listener.blame'] ?? $this->getStofDoctrineExtensions_EventListener_BlameService());
  2369.         }, => 'onKernelRequest'], 0);
  2370.         $instance->addListener('kernel.controller', [=> function () {
  2371.             return ($this->services['flagception.listener.annotation_subscriber'] ?? $this->getFlagception_Listener_AnnotationSubscriberService());
  2372.         }, => 'onKernelController'], 0);
  2373.         $instance->addListener('kernel.controller', [=> function () {
  2374.             return ($this->services['flagception.listener.routing_metadata_subscriber'] ?? $this->getFlagception_Listener_RoutingMetadataSubscriberService());
  2375.         }, => 'onKernelController'], 0);
  2376.         $instance->addListener('presta_sitemap.populate', [=> function () {
  2377.             return ($this->privates['presta_sitemap.eventlistener.route_annotation'] ?? $this->load('getPrestaSitemap_Eventlistener_RouteAnnotationService'));
  2378.         }, => 'registerRouteAnnotation'], 0);
  2379.         $instance->addListener('easy_admin.post_list_query_builder', [=> function () {
  2380.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2381.         }, => 'onPostListQueryBuilder'], 0);
  2382.         $instance->addListener('easy_admin.post_search_query_builder', [=> function () {
  2383.             return ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\EventListener\\PostQueryBuilderSubscriber'] ?? $this->load('getPostQueryBuilderSubscriberService'));
  2384.         }, => 'onPostSearchQueryBuilder'], 0);
  2385.         $instance->addListener('elastica.pager_persister.pre_insert_objects', [=> function () {
  2386.             return ($this->services['fos_elastica.filter_objects_listener'] ?? $this->load('getFosElastica_FilterObjectsListenerService'));
  2387.         }, => 'filterObjects'], 0);
  2388.         $instance->addListener('kernel.finish_request', [=> function () {
  2389.             return ($this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] ?? $this->getResetAssetsEventListenerService());
  2390.         }, => 'resetAssets'], 0);
  2391.         $instance->addListener('knp_pager.before', [=> function () {
  2392.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2393.         }, => 'before'], 0);
  2394.         $instance->addListener('knp_pager.pagination', [=> function () {
  2395.             return ($this->privates['knp_paginator.subscriber.paginate'] ?? ($this->privates['knp_paginator.subscriber.paginate'] = new \Knp\Component\Pager\Event\Subscriber\Paginate\PaginationSubscriber()));
  2396.         }, => 'pagination'], 0);
  2397.         $instance->addListener('knp_pager.before', [=> function () {
  2398.             return ($this->privates['knp_paginator.subscriber.sortable'] ?? ($this->privates['knp_paginator.subscriber.sortable'] = new \Knp\Component\Pager\Event\Subscriber\Sortable\SortableSubscriber()));
  2399.         }, => 'before'], 1);
  2400.         $instance->addListener('knp_pager.before', [=> function () {
  2401.             return ($this->privates['knp_paginator.subscriber.filtration'] ?? ($this->privates['knp_paginator.subscriber.filtration'] = new \Knp\Component\Pager\Event\Subscriber\Filtration\FiltrationSubscriber()));
  2402.         }, => 'before'], 1);
  2403.         $instance->addListener('knp_pager.pagination', [=> function () {
  2404.             return ($this->privates['knp_paginator.subscriber.sliding_pagination'] ?? $this->getKnpPaginator_Subscriber_SlidingPaginationService());
  2405.         }, => 'pagination'], 1);
  2406.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  2407.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->load('getSecurity_Logout_Listener_CsrfTokenClearingService'));
  2408.         }, => 'onLogout'], 0);
  2409.         $instance->addListener('knp_pager.items', [=> function () {
  2410.             return ($this->services['fos_elastica.paginator.subscriber'] ?? $this->load('getFosElastica_Paginator_SubscriberService'));
  2411.         }, => 'items'], 1);
  2412.         $instance->addListener('knp_pager.items', [=> function () {
  2413.             return ($this->services['porpaginas.twig.subscriber'] ?? ($this->services['porpaginas.twig.subscriber'] = new \Porpaginas\KnpPager\PorpaginasSubscriber()));
  2414.         }, => 'items'], 0);
  2415.         return $instance;
  2416.     }
  2417.     /**
  2418.      * Gets the public 'flagception.listener.annotation_subscriber' shared service.
  2419.      *
  2420.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\AnnotationSubscriber
  2421.      */
  2422.     protected function getFlagception_Listener_AnnotationSubscriberService()
  2423.     {
  2424.         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()));
  2425.     }
  2426.     /**
  2427.      * Gets the public 'flagception.listener.routing_metadata_subscriber' shared service.
  2428.      *
  2429.      * @return \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber
  2430.      */
  2431.     protected function getFlagception_Listener_RoutingMetadataSubscriberService()
  2432.     {
  2433.         return $this->services['flagception.listener.routing_metadata_subscriber'] = new \Flagception\Bundle\FlagceptionBundle\Listener\RoutingMetadataSubscriber(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  2434.     }
  2435.     /**
  2436.      * Gets the public 'flagception.manager.feature_manager' shared service.
  2437.      *
  2438.      * @return \Flagception\Manager\FeatureManager
  2439.      */
  2440.     protected function getFlagception_Manager_FeatureManagerService()
  2441.     {
  2442.         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())));
  2443.     }
  2444.     /**
  2445.      * Gets the public 'geographical_names_inflection.inflector' shared service.
  2446.      *
  2447.      * @return \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection
  2448.      */
  2449.     protected function getGeographicalNamesInflection_InflectorService()
  2450.     {
  2451.         return $this->services['geographical_names_inflection.inflector'] = new \BigIdea\Bundle\GeographicalNamesInflectionBundle\Morphos\GeographicalNamesInflection([=> '*о'=> 'химки'], ['мытищи' => ['genitive' => '[-1]']]);
  2452.     }
  2453.     /**
  2454.      * Gets the public 'http_kernel' shared service.
  2455.      *
  2456.      * @return \Symfony\Component\HttpKernel\HttpKernel
  2457.      */
  2458.     protected function getHttpKernelService()
  2459.     {
  2460.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2461.         if (isset($this->services['http_kernel'])) {
  2462.             return $this->services['http_kernel'];
  2463.         }
  2464.         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 () {
  2465.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->load('getDebug_ArgumentResolver_RequestAttributeService'));
  2466.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->load('getDebug_ArgumentResolver_RequestService'));
  2467.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->load('getDebug_ArgumentResolver_SessionService'));
  2468.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->load('getDebug_Security_UserValueResolverService'));
  2469.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->load('getDebug_ArgumentResolver_ServiceService'));
  2470.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->load('getDebug_ArgumentResolver_DefaultService'));
  2471.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->load('getDebug_ArgumentResolver_VariadicService'));
  2472.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->load('getDebug_ArgumentResolver_NotTaggedControllerService'));
  2473.         }, 8)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  2474.     }
  2475.     /**
  2476.      * Gets the public 'knp_menu.matcher' shared service.
  2477.      *
  2478.      * @return \Knp\Menu\Matcher\Matcher
  2479.      */
  2480.     protected function getKnpMenu_MatcherService()
  2481.     {
  2482.         return $this->services['knp_menu.matcher'] = new \Knp\Menu\Matcher\Matcher(new RewindableGenerator(function () {
  2483.             yield => ($this->privates['knp_menu.voter.router'] ?? $this->load('getKnpMenu_Voter_RouterService'));
  2484.         }, 1));
  2485.     }
  2486.     /**
  2487.      * Gets the public 'knp_paginator' shared service.
  2488.      *
  2489.      * @return \Knp\Component\Pager\Paginator
  2490.      */
  2491.     protected function getKnpPaginatorService($lazyLoad true)
  2492.     {
  2493.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2494.         if (isset($this->services['knp_paginator'])) {
  2495.             return $this->services['knp_paginator'];
  2496.         }
  2497.         $this->services['knp_paginator'] = $instance = new \Knp\Component\Pager\Paginator($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  2498.         $instance->setDefaultPaginatorOptions(['pageParameterName' => 'page''sortFieldParameterName' => 'sort''sortDirectionParameterName' => 'direction''filterFieldParameterName' => 'filterField''filterValueParameterName' => 'filterValue''distinct' => true'pageOutOfRange' => 'ignore''defaultLimit' => 10]);
  2499.         return $instance;
  2500.     }
  2501.     /**
  2502.      * Gets the public 'messenger.default_bus' shared service.
  2503.      *
  2504.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  2505.      */
  2506.     protected function getMessenger_DefaultBusService()
  2507.     {
  2508.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  2509.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->load('getMessenger_Bus_Default_Middleware_TraceableService'));
  2510.             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')));
  2511.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  2512.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  2513.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  2514.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->load('getMessenger_Middleware_SendMessageService'));
  2515.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->load('getMessenger_Bus_Default_Middleware_HandleMessageService'));
  2516.         }, 7)));
  2517.     }
  2518.     /**
  2519.      * Gets the public 'monolog.logger.deprecation' shared service.
  2520.      *
  2521.      * @return \Symfony\Bridge\Monolog\Logger
  2522.      */
  2523.     protected function getMonolog_Logger_DeprecationService()
  2524.     {
  2525.         $this->services['monolog.logger.deprecation'] = $instance = new \Symfony\Bridge\Monolog\Logger('deprecation');
  2526.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2527.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2528.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2529.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  2530.         return $instance;
  2531.     }
  2532.     /**
  2533.      * Gets the public 'oneup_uploader.templating.uploader_helper' shared service.
  2534.      *
  2535.      * @return \Oneup\UploaderBundle\Templating\Helper\UploaderHelper
  2536.      */
  2537.     protected function getOneupUploader_Templating_UploaderHelperService()
  2538.     {
  2539.         $a = ($this->services['router'] ?? $this->getRouterService());
  2540.         if (isset($this->services['oneup_uploader.templating.uploader_helper'])) {
  2541.             return $this->services['oneup_uploader.templating.uploader_helper'];
  2542.         }
  2543.         return $this->services['oneup_uploader.templating.uploader_helper'] = new \Oneup\UploaderBundle\Templating\Helper\UploaderHelper($a$this->parameters['oneup_uploader.maxsize']);
  2544.     }
  2545.     /**
  2546.      * Gets the public 'oneup_uploader.twig.extension.uploader' shared service.
  2547.      *
  2548.      * @return \Oneup\UploaderBundle\Twig\Extension\UploaderExtension
  2549.      */
  2550.     protected function getOneupUploader_Twig_Extension_UploaderService()
  2551.     {
  2552.         $a = ($this->services['oneup_uploader.templating.uploader_helper'] ?? $this->getOneupUploader_Templating_UploaderHelperService());
  2553.         if (isset($this->services['oneup_uploader.twig.extension.uploader'])) {
  2554.             return $this->services['oneup_uploader.twig.extension.uploader'];
  2555.         }
  2556.         return $this->services['oneup_uploader.twig.extension.uploader'] = new \Oneup\UploaderBundle\Twig\Extension\UploaderExtension($a);
  2557.     }
  2558.     /**
  2559.      * Gets the public 'porpaginas.twig.extension' shared service.
  2560.      *
  2561.      * @return \Porpaginas\Twig\PorpaginasExtension
  2562.      */
  2563.     protected function getPorpaginas_Twig_ExtensionService()
  2564.     {
  2565.         $a = ($this->services['knp_paginator'] ?? $this->getKnpPaginatorService());
  2566.         if (isset($this->services['porpaginas.twig.extension'])) {
  2567.             return $this->services['porpaginas.twig.extension'];
  2568.         }
  2569.         return $this->services['porpaginas.twig.extension'] = new \Porpaginas\Twig\PorpaginasExtension(new \AngelGamez\PorpaginasBundle\Twig\KnpPagerRenderingAdapter($a));
  2570.     }
  2571.     /**
  2572.      * Gets the public 'request_stack' shared service.
  2573.      *
  2574.      * @return \Symfony\Component\HttpFoundation\RequestStack
  2575.      */
  2576.     protected function getRequestStackService()
  2577.     {
  2578.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  2579.     }
  2580.     /**
  2581.      * Gets the public 'router' shared autowired service.
  2582.      *
  2583.      * @return \App\Routing\DynamicRouter
  2584.      */
  2585.     protected function getRouterService()
  2586.     {
  2587.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2588.         if (isset($this->services['router'])) {
  2589.             return $this->services['router'];
  2590.         }
  2591.         $b = new \Symfony\Bridge\Monolog\Logger('router');
  2592.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2593.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2594.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2595.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2596.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2597.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'true],
  2598.         ], [
  2599.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  2600.         ]))->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');
  2601.         $c->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  2602.         $c->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  2603.         return $this->services['router'] = new \App\Routing\DynamicRouter($c$a);
  2604.     }
  2605.     /**
  2606.      * Gets the public 'translator' shared service.
  2607.      *
  2608.      * @return \AngelGamez\TranslatableBundle\Translation\Translator
  2609.      */
  2610.     protected function getTranslatorService()
  2611.     {
  2612.         return $this->services['translator'] = new \AngelGamez\TranslatableBundle\Translation\Translator(($this->privates['translator.data_collector'] ?? $this->getTranslator_DataCollectorService()));
  2613.     }
  2614.     /**
  2615.      * Gets the public 'var_dumper.cloner' shared service.
  2616.      *
  2617.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  2618.      */
  2619.     protected function getVarDumper_ClonerService()
  2620.     {
  2621.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  2622.         $instance->setMaxItems(2500);
  2623.         $instance->setMinDepth(1);
  2624.         $instance->setMaxString(-1);
  2625.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  2626.         return $instance;
  2627.     }
  2628.     /**
  2629.      * Gets the private '.debug.http_client' shared service.
  2630.      *
  2631.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  2632.      */
  2633.     protected function get_Debug_HttpClientService()
  2634.     {
  2635.         $a \Symfony\Component\HttpClient\HttpClient::create([], 6);
  2636.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  2637.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  2638.         $b->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  2639.         $b->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  2640.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  2641.         $a->setLogger($b);
  2642.         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))));
  2643.     }
  2644.     /**
  2645.      * Gets the private '.service_locator.KLVvNIq' shared service.
  2646.      *
  2647.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2648.      */
  2649.     protected function get_ServiceLocator_KLVvNIqService()
  2650.     {
  2651.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2652.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'true],
  2653.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'true],
  2654.         ], [
  2655.             'doctrine.ulid_generator' => '?',
  2656.             'doctrine.uuid_generator' => '?',
  2657.         ]);
  2658.     }
  2659.     /**
  2660.      * Gets the private '.service_locator.Tip.8_I' shared service.
  2661.      *
  2662.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  2663.      */
  2664.     protected function get_ServiceLocator_Tip_8IService()
  2665.     {
  2666.         return $this->privates['.service_locator.Tip.8_I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  2667.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'true],
  2668.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'true],
  2669.             'security.firewall.map.context.management' => ['privates''security.firewall.map.context.management''getSecurity_Firewall_Map_Context_ManagementService'true],
  2670.         ], [
  2671.             'security.firewall.map.context.dev' => '?',
  2672.             'security.firewall.map.context.main' => '?',
  2673.             'security.firewall.map.context.management' => '?',
  2674.         ]);
  2675.     }
  2676.     /**
  2677.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper' shared service.
  2678.      *
  2679.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper
  2680.      */
  2681.     protected function getEmbeddedListHelperService()
  2682.     {
  2683.         return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\EmbeddedListHelper'] = new \AlterPHP\EasyAdminExtensionBundle\Helper\EmbeddedListHelper(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->getParameter('easyadmin.config'));
  2684.     }
  2685.     /**
  2686.      * Gets the private 'AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper' shared service.
  2687.      *
  2688.      * @return \AlterPHP\EasyAdminExtensionBundle\Helper\ListFormFiltersHelper
  2689.      */
  2690.     protected function getListFormFiltersHelperService()
  2691.     {
  2692.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  2693.         if (isset($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'])) {
  2694.             return $this->privates['AlterPHP\\EasyAdminExtensionBundle\\Helper\\ListFormFiltersHelper'];
  2695.         }
  2696.         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);
  2697.     }
  2698.     /**
  2699.      * Gets the private 'App\EventSubscriber\ApiAccessSubscriber' shared autowired service.
  2700.      *
  2701.      * @return \App\EventSubscriber\ApiAccessSubscriber
  2702.      */
  2703.     protected function getApiAccessSubscriberService()
  2704.     {
  2705.         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)))));
  2706.     }
  2707.     /**
  2708.      * Gets the private 'App\EventSubscriber\BadWordsReplaceSubscriber' shared autowired service.
  2709.      *
  2710.      * @return \App\EventSubscriber\BadWordsReplaceSubscriber
  2711.      */
  2712.     protected function getBadWordsReplaceSubscriberService()
  2713.     {
  2714.         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()));
  2715.     }
  2716.     /**
  2717.      * Gets the private 'App\EventSubscriber\BanLogoutSubscriber' shared autowired service.
  2718.      *
  2719.      * @return \App\EventSubscriber\BanLogoutSubscriber
  2720.      */
  2721.     protected function getBanLogoutSubscriberService()
  2722.     {
  2723.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  2724.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2725.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2726.         }
  2727.         $b = ($this->services['router'] ?? $this->getRouterService());
  2728.         if (isset($this->privates['App\\EventSubscriber\\BanLogoutSubscriber'])) {
  2729.             return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'];
  2730.         }
  2731.         return $this->privates['App\\EventSubscriber\\BanLogoutSubscriber'] = new \App\EventSubscriber\BanLogoutSubscriber($a$b);
  2732.     }
  2733.     /**
  2734.      * Gets the private 'App\EventSubscriber\CityCaseRedirectSubscriber' shared autowired service.
  2735.      *
  2736.      * @return \App\EventSubscriber\CityCaseRedirectSubscriber
  2737.      */
  2738.     protected function getCityCaseRedirectSubscriberService()
  2739.     {
  2740.         $a = ($this->services['App\\Http\\CityCaseRedirector'] ?? $this->getCityCaseRedirectorService());
  2741.         if (isset($this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'])) {
  2742.             return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'];
  2743.         }
  2744.         return $this->privates['App\\EventSubscriber\\CityCaseRedirectSubscriber'] = new \App\EventSubscriber\CityCaseRedirectSubscriber($a);
  2745.     }
  2746.     /**
  2747.      * Gets the private 'App\EventSubscriber\CommentBanSubscriber' shared autowired service.
  2748.      *
  2749.      * @return \App\EventSubscriber\CommentBanSubscriber
  2750.      */
  2751.     protected function getCommentBanSubscriberService()
  2752.     {
  2753.         $a = ($this->privates['App\\Service\\CustomerBanService'] ?? $this->getCustomerBanServiceService());
  2754.         if (isset($this->privates['App\\EventSubscriber\\CommentBanSubscriber'])) {
  2755.             return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'];
  2756.         }
  2757.         return $this->privates['App\\EventSubscriber\\CommentBanSubscriber'] = new \App\EventSubscriber\CommentBanSubscriber(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a);
  2758.     }
  2759.     /**
  2760.      * Gets the private 'App\EventSubscriber\DoctrineEntityFilterSubscriber' shared autowired service.
  2761.      *
  2762.      * @return \App\EventSubscriber\DoctrineEntityFilterSubscriber
  2763.      */
  2764.     protected function getDoctrineEntityFilterSubscriberService()
  2765.     {
  2766.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2767.         if (isset($this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'])) {
  2768.             return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'];
  2769.         }
  2770.         return $this->privates['App\\EventSubscriber\\DoctrineEntityFilterSubscriber'] = new \App\EventSubscriber\DoctrineEntityFilterSubscriber($a);
  2771.     }
  2772.     /**
  2773.      * Gets the private 'App\EventSubscriber\DomainRedirectSubscriber' shared autowired service.
  2774.      *
  2775.      * @return \App\EventSubscriber\DomainRedirectSubscriber
  2776.      */
  2777.     protected function getDomainRedirectSubscriberService()
  2778.     {
  2779.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  2780.         if (isset($this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'])) {
  2781.             return $this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'];
  2782.         }
  2783.         return $this->privates['App\\EventSubscriber\\DomainRedirectSubscriber'] = new \App\EventSubscriber\DomainRedirectSubscriber(new \App\Http\LegacyDomainRedirector(($this->services['app.features'] ?? $this->getApp_FeaturesService()), $this->getEnv('MAIN_DOMAIN'), $this->getEnv('MIRROR_DOMAIN'), $this->getEnv('resolve:REDIRECT_PATHS'), $a));
  2784.     }
  2785.     /**
  2786.      * Gets the private 'App\EventSubscriber\EnumSubscriber' shared autowired service.
  2787.      *
  2788.      * @return \App\EventSubscriber\EnumSubscriber
  2789.      */
  2790.     protected function getEnumSubscriberService()
  2791.     {
  2792.         return $this->privates['App\\EventSubscriber\\EnumSubscriber'] = new \App\EventSubscriber\EnumSubscriber(($this->privates['App\\Service\\EnumUriLoader'] ?? $this->getEnumUriLoaderService()));
  2793.     }
  2794.     /**
  2795.      * Gets the private 'App\EventSubscriber\KernelSubscriber' shared autowired service.
  2796.      *
  2797.      * @return \App\EventSubscriber\KernelSubscriber
  2798.      */
  2799.     protected function getKernelSubscriberService()
  2800.     {
  2801.         return $this->privates['App\\EventSubscriber\\KernelSubscriber'] = new \App\EventSubscriber\KernelSubscriber(($this->privates['App\\Service\\ProfileCtrService'] ?? $this->getProfileCtrServiceService()));
  2802.     }
  2803.     /**
  2804.      * Gets the private 'App\EventSubscriber\PageMetadataSubscriber' shared autowired service.
  2805.      *
  2806.      * @return \App\EventSubscriber\PageMetadataSubscriber
  2807.      */
  2808.     protected function getPageMetadataSubscriberService()
  2809.     {
  2810.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  2811.         if (isset($this->privates['App\\EventSubscriber\\PageMetadataSubscriber'])) {
  2812.             return $this->privates['App\\EventSubscriber\\PageMetadataSubscriber'];
  2813.         }
  2814.         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))));
  2815.     }
  2816.     /**
  2817.      * Gets the private 'App\EventSubscriber\ProfileListOrderingSubscriber' shared autowired service.
  2818.      *
  2819.      * @return \App\EventSubscriber\ProfileListOrderingSubscriber
  2820.      */
  2821.     protected function getProfileListOrderingSubscriberService()
  2822.     {
  2823.         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())));
  2824.     }
  2825.     /**
  2826.      * Gets the private 'App\Repository\AccountEnrollmentRepository' shared autowired service.
  2827.      *
  2828.      * @return \App\Repository\AccountEnrollmentRepository
  2829.      */
  2830.     protected function getAccountEnrollmentRepositoryService()
  2831.     {
  2832.         return $this->privates['App\\Repository\\AccountEnrollmentRepository'] = new \App\Repository\AccountEnrollmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2833.     }
  2834.     /**
  2835.      * Gets the private 'App\Repository\ApprovalRequestsRepository' shared autowired service.
  2836.      *
  2837.      * @return \App\Repository\ApprovalRequestsRepository
  2838.      */
  2839.     protected function getApprovalRequestsRepositoryService()
  2840.     {
  2841.         return $this->privates['App\\Repository\\ApprovalRequestsRepository'] = new \App\Repository\ApprovalRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2842.     }
  2843.     /**
  2844.      * Gets the private 'App\Repository\BannedEmailRepository' shared autowired service.
  2845.      *
  2846.      * @return \App\Repository\BannedEmailRepository
  2847.      */
  2848.     protected function getBannedEmailRepositoryService()
  2849.     {
  2850.         return $this->privates['App\\Repository\\BannedEmailRepository'] = new \App\Repository\BannedEmailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2851.     }
  2852.     /**
  2853.      * Gets the private 'App\Repository\CityRepository' shared autowired service.
  2854.      *
  2855.      * @return \App\Repository\CityRepository
  2856.      */
  2857.     protected function getCityRepositoryService()
  2858.     {
  2859.         return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2860.     }
  2861.     /**
  2862.      * Gets the private 'App\Repository\DistrictRepository' shared autowired service.
  2863.      *
  2864.      * @return \App\Repository\DistrictRepository
  2865.      */
  2866.     protected function getDistrictRepositoryService()
  2867.     {
  2868.         return $this->privates['App\\Repository\\DistrictRepository'] = new \App\Repository\DistrictRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2869.     }
  2870.     /**
  2871.      * Gets the private 'App\Repository\ModerationRequestsRepository' shared autowired service.
  2872.      *
  2873.      * @return \App\Repository\ModerationRequestsRepository
  2874.      */
  2875.     protected function getModerationRequestsRepositoryService()
  2876.     {
  2877.         return $this->privates['App\\Repository\\ModerationRequestsRepository'] = new \App\Repository\ModerationRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2878.     }
  2879.     /**
  2880.      * Gets the private 'App\Repository\PageMetadataRepository' shared autowired service.
  2881.      *
  2882.      * @return \App\Repository\PageMetadataRepository
  2883.      */
  2884.     protected function getPageMetadataRepositoryService()
  2885.     {
  2886.         return $this->privates['App\\Repository\\PageMetadataRepository'] = new \App\Repository\PageMetadataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2887.     }
  2888.     /**
  2889.      * Gets the private 'App\Repository\PaidPlacementPriceRepository' shared autowired service.
  2890.      *
  2891.      * @return \App\Repository\PaidPlacementPriceRepository
  2892.      */
  2893.     protected function getPaidPlacementPriceRepositoryService()
  2894.     {
  2895.         return $this->privates['App\\Repository\\PaidPlacementPriceRepository'] = new \App\Repository\PaidPlacementPriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2896.     }
  2897.     /**
  2898.      * Gets the private 'App\Repository\ProfileCommentRepository' shared autowired service.
  2899.      *
  2900.      * @return \App\Repository\ProfileCommentRepository
  2901.      */
  2902.     protected function getProfileCommentRepositoryService()
  2903.     {
  2904.         return $this->privates['App\\Repository\\ProfileCommentRepository'] = new \App\Repository\ProfileCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2905.     }
  2906.     /**
  2907.      * Gets the private 'App\Repository\ProfileCtrRepository' shared autowired service.
  2908.      *
  2909.      * @return \App\Repository\ProfileCtrRepository
  2910.      */
  2911.     protected function getProfileCtrRepositoryService()
  2912.     {
  2913.         return $this->privates['App\\Repository\\ProfileCtrRepository'] = new \App\Repository\ProfileCtrRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2914.     }
  2915.     /**
  2916.      * Gets the private 'App\Repository\ProfileKVRepository' shared autowired service.
  2917.      *
  2918.      * @return \App\Repository\ProfileKVRepository
  2919.      */
  2920.     protected function getProfileKVRepositoryService()
  2921.     {
  2922.         return $this->privates['App\\Repository\\ProfileKVRepository'] = new \App\Repository\ProfileKVRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2923.     }
  2924.     /**
  2925.      * Gets the private 'App\Repository\ProfileRepository' shared autowired service.
  2926.      *
  2927.      * @return \App\Repository\ProfileRepository
  2928.      */
  2929.     protected function getProfileRepositoryService()
  2930.     {
  2931.         return $this->privates['App\\Repository\\ProfileRepository'] = new \App\Repository\ProfileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  2932.     }
  2933.     /**
  2934.      * Gets the private 'App\Repository\ProfileSidebarPlacementRepository' shared autowired service.
  2935.      *
  2936.      * @return \App\Repository\ProfileSidebarPlacementRepository
  2937.      */
  2938.     protected function getProfileSidebarPlacementRepositoryService()
  2939.     {
  2940.         return $this->privates['App\\Repository\\ProfileSidebarPlacementRepository'] = new \App\Repository\ProfileSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2941.     }
  2942.     /**
  2943.      * Gets the private 'App\Repository\ProfileTopPlacementRepository' shared autowired service.
  2944.      *
  2945.      * @return \App\Repository\ProfileTopPlacementRepository
  2946.      */
  2947.     protected function getProfileTopPlacementRepositoryService()
  2948.     {
  2949.         return $this->privates['App\\Repository\\ProfileTopPlacementRepository'] = new \App\Repository\ProfileTopPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2950.     }
  2951.     /**
  2952.      * Gets the private 'App\Repository\SaloonRepository' shared autowired service.
  2953.      *
  2954.      * @return \App\Repository\SaloonRepository
  2955.      */
  2956.     protected function getSaloonRepositoryService()
  2957.     {
  2958.         return $this->privates['App\\Repository\\SaloonRepository'] = new \App\Repository\SaloonRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  2959.     }
  2960.     /**
  2961.      * Gets the private 'App\Repository\SaloonSidebarPlacementRepository' shared autowired service.
  2962.      *
  2963.      * @return \App\Repository\SaloonSidebarPlacementRepository
  2964.      */
  2965.     protected function getSaloonSidebarPlacementRepositoryService()
  2966.     {
  2967.         return $this->privates['App\\Repository\\SaloonSidebarPlacementRepository'] = new \App\Repository\SaloonSidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2968.     }
  2969.     /**
  2970.      * Gets the private 'App\Repository\ServiceRepository' shared autowired service.
  2971.      *
  2972.      * @return \App\Repository\ServiceRepository
  2973.      */
  2974.     protected function getServiceRepositoryService()
  2975.     {
  2976.         return $this->privates['App\\Repository\\ServiceRepository'] = new \App\Repository\ServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2977.     }
  2978.     /**
  2979.      * Gets the private 'App\Repository\SidebarPlacementRepository' shared autowired service.
  2980.      *
  2981.      * @return \App\Repository\SidebarPlacementRepository
  2982.      */
  2983.     protected function getSidebarPlacementRepositoryService()
  2984.     {
  2985.         return $this->privates['App\\Repository\\SidebarPlacementRepository'] = new \App\Repository\SidebarPlacementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  2986.     }
  2987.     /**
  2988.      * Gets the private 'App\Repository\StationRepository' shared autowired service.
  2989.      *
  2990.      * @return \App\Repository\StationRepository
  2991.      */
  2992.     protected function getStationRepositoryService()
  2993.     {
  2994.         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()));
  2995.     }
  2996.     /**
  2997.      * Gets the private 'App\Repository\SupportMessagesRepository' shared autowired service.
  2998.      *
  2999.      * @return \App\Repository\SupportMessagesRepository
  3000.      */
  3001.     protected function getSupportMessagesRepositoryService()
  3002.     {
  3003.         return $this->privates['App\\Repository\\SupportMessagesRepository'] = new \App\Repository\SupportMessagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3004.     }
  3005.     /**
  3006.      * Gets the private 'App\Repository\SystemVariablesRepository' shared autowired service.
  3007.      *
  3008.      * @return \App\Repository\SystemVariablesRepository
  3009.      */
  3010.     protected function getSystemVariablesRepositoryService()
  3011.     {
  3012.         return $this->privates['App\\Repository\\SystemVariablesRepository'] = new \App\Repository\SystemVariablesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  3013.     }
  3014.     /**
  3015.      * Gets the private 'App\Service\AccountFinances' shared autowired service.
  3016.      *
  3017.      * @return \App\Service\AccountFinances
  3018.      */
  3019.     protected function getAccountFinancesService()
  3020.     {
  3021.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3022.         if (isset($this->privates['App\\Service\\AccountFinances'])) {
  3023.             return $this->privates['App\\Service\\AccountFinances'];
  3024.         }
  3025.         return $this->privates['App\\Service\\AccountFinances'] = new \App\Service\AccountFinances(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Repository\\AccountEnrollmentRepository'] ?? $this->getAccountEnrollmentRepositoryService()), $a);
  3026.     }
  3027.     /**
  3028.      * Gets the private 'App\Service\ApprovalService' shared autowired service.
  3029.      *
  3030.      * @return \App\Service\ApprovalService
  3031.      */
  3032.     protected function getApprovalServiceService()
  3033.     {
  3034.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3035.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3036.             return $this->privates['App\\Service\\ApprovalService'];
  3037.         }
  3038.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3039.         if (isset($this->privates['App\\Service\\ApprovalService'])) {
  3040.             return $this->privates['App\\Service\\ApprovalService'];
  3041.         }
  3042.         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()));
  3043.     }
  3044.     /**
  3045.      * Gets the private 'App\Service\CityMainPagesLinkageService' shared autowired service.
  3046.      *
  3047.      * @return \App\Service\CityMainPagesLinkageService
  3048.      */
  3049.     protected function getCityMainPagesLinkageServiceService($lazyLoad true)
  3050.     {
  3051.         $a = ($this->services['router'] ?? $this->getRouterService());
  3052.         if (isset($this->privates['App\\Service\\CityMainPagesLinkageService'])) {
  3053.             return $this->privates['App\\Service\\CityMainPagesLinkageService'];
  3054.         }
  3055.         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()));
  3056.     }
  3057.     /**
  3058.      * Gets the private 'App\Service\CountryCurrencyResolver' shared autowired service.
  3059.      *
  3060.      * @return \App\Service\CountryCurrencyResolver
  3061.      */
  3062.     protected function getCountryCurrencyResolverService()
  3063.     {
  3064.         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))));
  3065.     }
  3066.     /**
  3067.      * Gets the private 'App\Service\CurrentCityResolver' shared autowired service.
  3068.      *
  3069.      * @return \App\Service\CurrentCityResolver
  3070.      */
  3071.     protected function getCurrentCityResolverService()
  3072.     {
  3073.         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()));
  3074.     }
  3075.     /**
  3076.      * Gets the private 'App\Service\CustomerBanService' shared autowired service.
  3077.      *
  3078.      * @return \App\Service\CustomerBanService
  3079.      */
  3080.     protected function getCustomerBanServiceService()
  3081.     {
  3082.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3083.         if (isset($this->privates['App\\Service\\CustomerBanService'])) {
  3084.             return $this->privates['App\\Service\\CustomerBanService'];
  3085.         }
  3086.         return $this->privates['App\\Service\\CustomerBanService'] = new \App\Service\CustomerBanService(($this->privates['App\\Repository\\BannedEmailRepository'] ?? $this->getBannedEmailRepositoryService()), $a);
  3087.     }
  3088.     /**
  3089.      * Gets the private 'App\Service\DefaultCityProvider' shared autowired service.
  3090.      *
  3091.      * @return \App\Service\DefaultCityProvider
  3092.      */
  3093.     protected function getDefaultCityProviderService()
  3094.     {
  3095.         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))));
  3096.     }
  3097.     /**
  3098.      * Gets the private 'App\Service\EnumUriLoader' shared autowired service.
  3099.      *
  3100.      * @return \App\Service\EnumUriLoader
  3101.      */
  3102.     protected function getEnumUriLoaderService()
  3103.     {
  3104.         return $this->privates['App\\Service\\EnumUriLoader'] = new \App\Service\EnumUriLoader(($this->privates['project_data.cache.traceable'] ?? $this->getProjectData_Cache_TraceableService()));
  3105.     }
  3106.     /**
  3107.      * Gets the private 'App\Service\Features' shared autowired service.
  3108.      *
  3109.      * @return \App\Service\Features
  3110.      */
  3111.     protected function getFeaturesService()
  3112.     {
  3113.         return $this->privates['App\\Service\\Features'] = new \App\Service\Features(($this->services['flagception.manager.feature_manager'] ?? $this->getFlagception_Manager_FeatureManagerService()));
  3114.     }
  3115.     /**
  3116.      * Gets the private 'App\Service\InnerLinkageCircleService' shared autowired service.
  3117.      *
  3118.      * @return \App\Service\InnerLinkageCircleService
  3119.      */
  3120.     protected function getInnerLinkageCircleServiceService($lazyLoad true)
  3121.     {
  3122.         $a = ($this->services['router'] ?? $this->getRouterService());
  3123.         if (isset($this->privates['App\\Service\\InnerLinkageCircleService'])) {
  3124.             return $this->privates['App\\Service\\InnerLinkageCircleService'];
  3125.         }
  3126.         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()));
  3127.     }
  3128.     /**
  3129.      * Gets the private 'App\Service\ModerationService' shared autowired service.
  3130.      *
  3131.      * @return \App\Service\ModerationService
  3132.      */
  3133.     protected function getModerationServiceService()
  3134.     {
  3135.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3136.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3137.             return $this->privates['App\\Service\\ModerationService'];
  3138.         }
  3139.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3140.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3141.             return $this->privates['App\\Service\\ModerationService'];
  3142.         }
  3143.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3144.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3145.             return $this->privates['App\\Service\\ModerationService'];
  3146.         }
  3147.         $d = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3148.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3149.             return $this->privates['App\\Service\\ModerationService'];
  3150.         }
  3151.         $e = ($this->privates['App\\Service\\ApprovalService'] ?? $this->getApprovalServiceService());
  3152.         if (isset($this->privates['App\\Service\\ModerationService'])) {
  3153.             return $this->privates['App\\Service\\ModerationService'];
  3154.         }
  3155.         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);
  3156.     }
  3157.     /**
  3158.      * Gets the private 'App\Service\MoneyFormatterService' shared autowired service.
  3159.      *
  3160.      * @return \App\Service\MoneyFormatterService
  3161.      */
  3162.     protected function getMoneyFormatterServiceService()
  3163.     {
  3164.         return $this->privates['App\\Service\\MoneyFormatterService'] = new \App\Service\MoneyFormatterService(($this->privates['App\\Service\\CountryCurrencyResolver'] ?? $this->getCountryCurrencyResolverService()));
  3165.     }
  3166.     /**
  3167.      * Gets the private 'App\Service\PhoneNumberService' shared autowired service.
  3168.      *
  3169.      * @return \App\Service\PhoneNumberService
  3170.      */
  3171.     protected function getPhoneNumberServiceService()
  3172.     {
  3173.         return $this->privates['App\\Service\\PhoneNumberService'] = new \App\Service\PhoneNumberService(($this->privates['libphonenumber\\PhoneNumberUtil'] ?? $this->getPhoneNumberUtilService()));
  3174.     }
  3175.     /**
  3176.      * Gets the private 'App\Service\ProfileAdBoard' shared autowired service.
  3177.      *
  3178.      * @return \App\Service\ProfileAdBoard
  3179.      */
  3180.     protected function getProfileAdBoardService()
  3181.     {
  3182.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3183.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3184.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3185.         }
  3186.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3187.         if (isset($this->privates['App\\Service\\ProfileAdBoard'])) {
  3188.             return $this->privates['App\\Service\\ProfileAdBoard'];
  3189.         }
  3190.         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)));
  3191.     }
  3192.     /**
  3193.      * Gets the private 'App\Service\ProfileAvatar' shared autowired service.
  3194.      *
  3195.      * @return \App\Service\ProfileAvatar
  3196.      */
  3197.     protected function getProfileAvatarService()
  3198.     {
  3199.         return $this->privates['App\\Service\\ProfileAvatar'] = new \App\Service\ProfileAvatar(($this->privates['App\\Service\\Features'] ?? $this->getFeaturesService()));
  3200.     }
  3201.     /**
  3202.      * Gets the private 'App\Service\ProfileBotHelper' shared autowired service.
  3203.      *
  3204.      * @return \App\Service\ProfileBotHelper
  3205.      */
  3206.     protected function getProfileBotHelperService()
  3207.     {
  3208.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3209.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3210.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3211.         }
  3212.         $b = ($this->services['router'] ?? $this->getRouterService());
  3213.         if (isset($this->privates['App\\Service\\ProfileBotHelper'])) {
  3214.             return $this->privates['App\\Service\\ProfileBotHelper'];
  3215.         }
  3216.         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()), $this$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['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3217.     }
  3218.     /**
  3219.      * Gets the private 'App\Service\ProfileChargesCalculator' shared autowired service.
  3220.      *
  3221.      * @return \App\Service\ProfileChargesCalculator
  3222.      */
  3223.     protected function getProfileChargesCalculatorService()
  3224.     {
  3225.         return $this->privates['App\\Service\\ProfileChargesCalculator'] = new \App\Service\ProfileChargesCalculator(($this->privates['App\\Repository\\ProfileRepository'] ?? $this->getProfileRepositoryService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()));
  3226.     }
  3227.     /**
  3228.      * Gets the private 'App\Service\ProfileCtrService' shared autowired service.
  3229.      *
  3230.      * @return \App\Service\ProfileCtrService
  3231.      */
  3232.     protected function getProfileCtrServiceService()
  3233.     {
  3234.         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()));
  3235.     }
  3236.     /**
  3237.      * Gets the private 'App\Service\ProfileList' shared autowired service.
  3238.      *
  3239.      * @return \App\Service\ProfileList
  3240.      */
  3241.     protected function getProfileListService()
  3242.     {
  3243.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3244.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3245.             return $this->privates['App\\Service\\ProfileList'];
  3246.         }
  3247.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3248.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3249.             return $this->privates['App\\Service\\ProfileList'];
  3250.         }
  3251.         $c = ($this->privates['App\\Service\\ProfileTopBoard'] ?? $this->getProfileTopBoardService());
  3252.         if (isset($this->privates['App\\Service\\ProfileList'])) {
  3253.             return $this->privates['App\\Service\\ProfileList'];
  3254.         }
  3255.         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);
  3256.     }
  3257.     /**
  3258.      * Gets the private 'App\Service\ProfileRecommendationService' shared autowired service.
  3259.      *
  3260.      * @return \App\Service\ProfileRecommendationService
  3261.      */
  3262.     protected function getProfileRecommendationServiceService()
  3263.     {
  3264.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3265.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3266.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3267.         }
  3268.         $b = ($this->services['router'] ?? $this->getRouterService());
  3269.         if (isset($this->privates['App\\Service\\ProfileRecommendationService'])) {
  3270.             return $this->privates['App\\Service\\ProfileRecommendationService'];
  3271.         }
  3272.         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()), $this$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()));
  3273.     }
  3274.     /**
  3275.      * Gets the private 'App\Service\ProfileTopBoard' shared autowired service.
  3276.      *
  3277.      * @return \App\Service\ProfileTopBoard
  3278.      */
  3279.     protected function getProfileTopBoardService()
  3280.     {
  3281.         $a = ($this->privates['App\\Service\\AccountFinances'] ?? $this->getAccountFinancesService());
  3282.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3283.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3284.         }
  3285.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3286.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3287.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3288.         }
  3289.         $c = ($this->privates['App\\Service\\ProfileAdBoard'] ?? $this->getProfileAdBoardService());
  3290.         if (isset($this->privates['App\\Service\\ProfileTopBoard'])) {
  3291.             return $this->privates['App\\Service\\ProfileTopBoard'];
  3292.         }
  3293.         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()), $a, ($this->privates['App\\Repository\\ProfileTopPlacementRepository'] ?? $this->getProfileTopPlacementRepositoryService()), $b, ($this->privates['App\\Service\\CurrentCityResolver'] ?? $this->getCurrentCityResolverService()), $c);
  3294.     }
  3295.     /**
  3296.      * Gets the private 'App\Service\ResponsiveAssetsService' shared autowired service.
  3297.      *
  3298.      * @return \App\Service\ResponsiveAssetsService
  3299.      */
  3300.     protected function getResponsiveAssetsServiceService()
  3301.     {
  3302.         return $this->privates['App\\Service\\ResponsiveAssetsService'] = new \App\Service\ResponsiveAssetsService(($this->privates['assets.packages'] ?? $this->getAssets_PackagesService()));
  3303.     }
  3304.     /**
  3305.      * Gets the private 'App\Service\SaloonChargesCalculator' shared autowired service.
  3306.      *
  3307.      * @return \App\Service\SaloonChargesCalculator
  3308.      */
  3309.     protected function getSaloonChargesCalculatorService()
  3310.     {
  3311.         return $this->privates['App\\Service\\SaloonChargesCalculator'] = new \App\Service\SaloonChargesCalculator(($this->privates['App\\Repository\\SaloonRepository'] ?? $this->getSaloonRepositoryService()), ($this->privates['App\\Repository\\PaidPlacementPriceRepository'] ?? $this->getPaidPlacementPriceRepositoryService()));
  3312.     }
  3313.     /**
  3314.      * Gets the private 'App\Service\SearchByKeywordsService' shared autowired service.
  3315.      *
  3316.      * @return \App\Service\SearchByKeywordsService
  3317.      */
  3318.     protected function getSearchByKeywordsServiceService()
  3319.     {
  3320.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  3321.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3322.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3323.         }
  3324.         $b = ($this->services['router'] ?? $this->getRouterService());
  3325.         if (isset($this->privates['App\\Service\\SearchByKeywordsService'])) {
  3326.             return $this->privates['App\\Service\\SearchByKeywordsService'];
  3327.         }
  3328.         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()));
  3329.     }
  3330.     /**
  3331.      * Gets the private 'App\Service\Sidebar' shared autowired service.
  3332.      *
  3333.      * @return \App\Service\Sidebar
  3334.      */
  3335.     protected function getSidebarService()
  3336.     {
  3337.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3338.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3339.             return $this->privates['App\\Service\\Sidebar'];
  3340.         }
  3341.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3342.         if (isset($this->privates['App\\Service\\Sidebar'])) {
  3343.             return $this->privates['App\\Service\\Sidebar'];
  3344.         }
  3345.         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);
  3346.     }
  3347.     /**
  3348.      * Gets the private 'App\Service\TimeZoneService' shared autowired service.
  3349.      *
  3350.      * @return \App\Service\TimeZoneService
  3351.      */
  3352.     protected function getTimeZoneServiceService()
  3353.     {
  3354.         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()));
  3355.     }
  3356.     /**
  3357.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  3358.      *
  3359.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  3360.      */
  3361.     protected function getLoginListenerService()
  3362.     {
  3363.         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()));
  3364.     }
  3365.     /**
  3366.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  3367.      *
  3368.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  3369.      */
  3370.     protected function getRequestListenerService()
  3371.     {
  3372.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3373.     }
  3374.     /**
  3375.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  3376.      *
  3377.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  3378.      */
  3379.     protected function getSubRequestListenerService()
  3380.     {
  3381.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3382.     }
  3383.     /**
  3384.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  3385.      *
  3386.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  3387.      */
  3388.     protected function getTracingRequestListenerService()
  3389.     {
  3390.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3391.     }
  3392.     /**
  3393.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  3394.      *
  3395.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  3396.      */
  3397.     protected function getTracingSubRequestListenerService()
  3398.     {
  3399.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3400.     }
  3401.     /**
  3402.      * Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory' shared service.
  3403.      *
  3404.      * @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory
  3405.      */
  3406.     protected function getTracingDriverConnectionFactoryService()
  3407.     {
  3408.         return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\TracingDriverConnectionFactory'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->privates['Sentry\\State\\HubInterface'] ?? $this->getHubInterfaceService()));
  3409.     }
  3410.     /**
  3411.      * Gets the private 'Sentry\State\HubInterface' shared service.
  3412.      *
  3413.      * @return \Sentry\State\HubInterface
  3414.      */
  3415.     protected function getHubInterfaceService()
  3416.     {
  3417.         $this->privates['Sentry\\State\\HubInterface'] = $instance \Sentry\State\HubAdapter::getInstance();
  3418.         $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')]);
  3419.         $b = new \Sentry\ClientBuilder($a);
  3420.         $c = new \Http\Discovery\Psr17Factory();
  3421.         $b->setSdkIdentifier('sentry.php.symfony');
  3422.         $b->setSdkVersion('4.14.0');
  3423.         $b->setTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL));
  3424.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  3425.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  3426.         if ($this->has('Psr\\Log\\NullLogger')) {
  3427.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  3428.         }
  3429.         $instance->bindClient($b->getClient());
  3430.         return $instance;
  3431.     }
  3432.     /**
  3433.      * Gets the private 'Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener' shared service.
  3434.      *
  3435.      * @return \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener
  3436.      */
  3437.     protected function getResetAssetsEventListenerService()
  3438.     {
  3439.         return $this->privates['Symfony\\WebpackEncoreBundle\\EventListener\\ResetAssetsEventListener'] = new \Symfony\WebpackEncoreBundle\EventListener\ResetAssetsEventListener(($this->privates['webpack_encore.entrypoint_lookup_collection'] ?? $this->getWebpackEncore_EntrypointLookupCollectionService()), [=> 'basicConfig'=> 'nodomainConfig']);
  3440.     }
  3441.     /**
  3442.      * Gets the private 'annotations.cache_adapter' shared service.
  3443.      *
  3444.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  3445.      */
  3446.     protected function getAnnotations_CacheAdapterService()
  3447.     {
  3448.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  3449.     }
  3450.     /**
  3451.      * Gets the private 'annotations.cached_reader' shared service.
  3452.      *
  3453.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  3454.      */
  3455.     protected function getAnnotations_CachedReaderService()
  3456.     {
  3457.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  3458.     }
  3459.     /**
  3460.      * Gets the private 'annotations.reader' shared service.
  3461.      *
  3462.      * @return \Doctrine\Common\Annotations\AnnotationReader
  3463.      */
  3464.     protected function getAnnotations_ReaderService()
  3465.     {
  3466.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  3467.         $instance->addGlobalIgnoredName('required'NULL);
  3468.         return $instance;
  3469.     }
  3470.     /**
  3471.      * Gets the private 'assets._version__default' shared service.
  3472.      *
  3473.      * @return \Symfony\Component\Asset\VersionStrategy\JsonManifestVersionStrategy
  3474.      */
  3475.     protected function getAssets_VersionDefaultService()
  3476.     {
  3477.         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);
  3478.     }
  3479.     /**
  3480.      * Gets the private 'assets.context' shared service.
  3481.      *
  3482.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  3483.      */
  3484.     protected function getAssets_ContextService()
  3485.     {
  3486.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  3487.         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());
  3488.     }
  3489.     /**
  3490.      * Gets the private 'assets.packages' shared service.
  3491.      *
  3492.      * @return \Symfony\Component\Asset\Packages
  3493.      */
  3494.     protected function getAssets_PackagesService()
  3495.     {
  3496.         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 () {
  3497.             yield 'user_media' => ($this->privates['assets._package_user_media'] ?? $this->load('getAssets_PackageUserMediaService'));
  3498.             yield 'profile_media' => ($this->privates['assets._package_profile_media'] ?? $this->load('getAssets_PackageProfileMediaService'));
  3499.             yield 'profile_media_avatar' => ($this->privates['assets._package_profile_media_avatar'] ?? $this->load('getAssets_PackageProfileMediaAvatarService'));
  3500.             yield 'profile_media_selfie' => ($this->privates['assets._package_profile_media_selfie'] ?? $this->load('getAssets_PackageProfileMediaSelfieService'));
  3501.             yield 'profile_media_approval' => ($this->privates['assets._package_profile_media_approval'] ?? $this->load('getAssets_PackageProfileMediaApprovalService'));
  3502.             yield 'saloon_media' => ($this->privates['assets._package_saloon_media'] ?? $this->load('getAssets_PackageSaloonMediaService'));
  3503.             yield 'saloon_media_thumb' => ($this->privates['assets._package_saloon_media_thumb'] ?? $this->load('getAssets_PackageSaloonMediaThumbService'));
  3504.             yield 'saloon_media_video' => ($this->privates['assets._package_saloon_media_video'] ?? $this->load('getAssets_PackageSaloonMediaVideoService'));
  3505.             yield 'js_script' => ($this->privates['assets._package_js_script'] ?? $this->load('getAssets_PackageJsScriptService'));
  3506.             yield 'basicConfig' => ($this->privates['assets._package_basicConfig'] ?? $this->load('getAssets_PackageBasicConfigService'));
  3507.             yield 'nodomainConfig' => ($this->privates['assets._package_nodomainConfig'] ?? $this->load('getAssets_PackageNodomainConfigService'));
  3508.         }, 11));
  3509.     }
  3510.     /**
  3511.      * Gets the private 'cache.annotations.traceable' shared service.
  3512.      *
  3513.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3514.      */
  3515.     protected function getCache_Annotations_TraceableService()
  3516.     {
  3517.         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('b5tbzfSlf0'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3518.     }
  3519.     /**
  3520.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  3521.      *
  3522.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3523.      */
  3524.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  3525.     {
  3526.         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()));
  3527.     }
  3528.     /**
  3529.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  3530.      *
  3531.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3532.      */
  3533.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  3534.     {
  3535.         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()));
  3536.     }
  3537.     /**
  3538.      * Gets the private 'cache.doctrine.orm.default.second_level.region_driver.traceable' shared service.
  3539.      *
  3540.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3541.      */
  3542.     protected function getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService()
  3543.     {
  3544.         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()));
  3545.     }
  3546.     /**
  3547.      * Gets the private 'cache.doctrine.orm.multi_website.query.traceable' shared service.
  3548.      *
  3549.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3550.      */
  3551.     protected function getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()
  3552.     {
  3553.         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()));
  3554.     }
  3555.     /**
  3556.      * Gets the private 'cache.doctrine.orm.multi_website.result.traceable' shared service.
  3557.      *
  3558.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3559.      */
  3560.     protected function getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()
  3561.     {
  3562.         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()));
  3563.     }
  3564.     /**
  3565.      * Gets the private 'cache.doctrine.orm.multi_website.second_level.region_driver.traceable' shared service.
  3566.      *
  3567.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3568.      */
  3569.     protected function getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService()
  3570.     {
  3571.         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()));
  3572.     }
  3573.     /**
  3574.      * Gets the private 'cache.doctrine.traceable' shared service.
  3575.      *
  3576.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3577.      */
  3578.     protected function getCache_Doctrine_TraceableService()
  3579.     {
  3580.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3581.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3582.         $a->setLogger($b);
  3583.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('+nNStnIwvy'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3584.         $c->setLogger($b);
  3585.         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)));
  3586.     }
  3587.     /**
  3588.      * Gets the private 'cache.easyadmin.traceable' shared service.
  3589.      *
  3590.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3591.      */
  3592.     protected function getCache_Easyadmin_TraceableService()
  3593.     {
  3594.         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('908IcGHG3L'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3595.     }
  3596.     /**
  3597.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  3598.      *
  3599.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3600.      */
  3601.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  3602.     {
  3603.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('H0HLqXgL7F'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3604.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3605.         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));
  3606.     }
  3607.     /**
  3608.      * Gets the private 'cache.property_info.traceable' shared service.
  3609.      *
  3610.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3611.      */
  3612.     protected function getCache_PropertyInfo_TraceableService()
  3613.     {
  3614.         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('4auGnpGdxq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3615.     }
  3616.     /**
  3617.      * Gets the private 'cache.rate_limiter.traceable' shared service.
  3618.      *
  3619.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3620.      */
  3621.     protected function getCache_RateLimiter_TraceableService()
  3622.     {
  3623.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3624.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3625.         $a->setLogger($b);
  3626.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('aM645XYN4b'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3627.         $c->setLogger($b);
  3628.         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)));
  3629.     }
  3630.     /**
  3631.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  3632.      *
  3633.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3634.      */
  3635.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  3636.     {
  3637.         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('nBMEx0cAiI'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3638.     }
  3639.     /**
  3640.      * Gets the private 'cache.serializer.traceable' shared service.
  3641.      *
  3642.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3643.      */
  3644.     protected function getCache_Serializer_TraceableService()
  3645.     {
  3646.         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('2xNZKsS2aq'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3647.     }
  3648.     /**
  3649.      * Gets the private 'cache.validator.traceable' shared service.
  3650.      *
  3651.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3652.      */
  3653.     protected function getCache_Validator_TraceableService()
  3654.     {
  3655.         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('2y-T2llm49'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3656.     }
  3657.     /**
  3658.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  3659.      *
  3660.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3661.      */
  3662.     protected function getCache_WebpackEncore_TraceableService()
  3663.     {
  3664.         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('NCi4T4LV1g'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3665.     }
  3666.     /**
  3667.      * Gets the private 'config_cache_factory' shared service.
  3668.      *
  3669.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3670.      */
  3671.     protected function getConfigCacheFactoryService()
  3672.     {
  3673.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3674.             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)));
  3675.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3676.         }, 2));
  3677.     }
  3678.     /**
  3679.      * Gets the private 'ctr_stat.cache.traceable' shared service.
  3680.      *
  3681.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3682.      */
  3683.     protected function getCtrStat_Cache_TraceableService()
  3684.     {
  3685.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  3686.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3687.         $a->setLogger($b);
  3688.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Tq7wQkgH-w'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3689.         $c->setLogger($b);
  3690.         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)));
  3691.     }
  3692.     /**
  3693.      * Gets the private 'data_collector.form' shared service.
  3694.      *
  3695.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3696.      */
  3697.     protected function getDataCollector_FormService()
  3698.     {
  3699.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3700.     }
  3701.     /**
  3702.      * Gets the private 'data_collector.request' shared service.
  3703.      *
  3704.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3705.      */
  3706.     protected function getDataCollector_RequestService()
  3707.     {
  3708.         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())));
  3709.     }
  3710.     /**
  3711.      * Gets the private 'debug.controller_resolver' shared service.
  3712.      *
  3713.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3714.      */
  3715.     protected function getDebug_ControllerResolverService()
  3716.     {
  3717.         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))));
  3718.     }
  3719.     /**
  3720.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3721.      *
  3722.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3723.      */
  3724.     protected function getDebug_DebugHandlersListenerService()
  3725.     {
  3726.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3727.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3728.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  3729.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  3730.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3731.         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()));
  3732.     }
  3733.     /**
  3734.      * Gets the private 'debug.file_link_formatter' shared service.
  3735.      *
  3736.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3737.      */
  3738.     protected function getDebug_FileLinkFormatterService()
  3739.     {
  3740.         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 () {
  3741.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3742.         });
  3743.     }
  3744.     /**
  3745.      * Gets the private 'debug.log_processor' shared service.
  3746.      *
  3747.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3748.      */
  3749.     protected function getDebug_LogProcessorService()
  3750.     {
  3751.         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())));
  3752.     }
  3753.     /**
  3754.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3755.      *
  3756.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3757.      */
  3758.     protected function getDebug_Security_Access_DecisionManagerService()
  3759.     {
  3760.         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 () {
  3761.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3762.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3763.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3764.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3765.     }
  3766.     /**
  3767.      * Gets the private 'debug.security.firewall' shared service.
  3768.      *
  3769.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3770.      */
  3771.     protected function getDebug_Security_FirewallService()
  3772.     {
  3773.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3774.         if (isset($this->privates['debug.security.firewall'])) {
  3775.             return $this->privates['debug.security.firewall'];
  3776.         }
  3777.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3778.         if (isset($this->privates['debug.security.firewall'])) {
  3779.             return $this->privates['debug.security.firewall'];
  3780.         }
  3781.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3782.     }
  3783.     /**
  3784.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  3785.      *
  3786.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  3787.      */
  3788.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  3789.     {
  3790.         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']));
  3791.     }
  3792.     /**
  3793.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3794.      *
  3795.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3796.      */
  3797.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3798.     {
  3799.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3800.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber''getDomainEventsSubscriberService'true],
  3801.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3802.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3803.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3804.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3805.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3806.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3807.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  3808.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  3809.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3810.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  3811.         ], [
  3812.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => '?',
  3813.             'app.doctrine.lifecycle_events.listener' => '?',
  3814.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3815.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3816.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3817.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3818.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3819.             'stof_doctrine_extensions.listener.blameable' => '?',
  3820.             'stof_doctrine_extensions.listener.loggable' => '?',
  3821.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3822.             'stof_doctrine_extensions.listener.translatable' => '?',
  3823.         ]), [=> [=> [=> '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']]);
  3824.     }
  3825.     /**
  3826.      * Gets the private 'doctrine.dbal.multi_website_connection.event_manager' shared service.
  3827.      *
  3828.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3829.      */
  3830.     protected function getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService()
  3831.     {
  3832.         return $this->privates['doctrine.dbal.multi_website_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3833.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3834.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3835.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3836.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3837.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3838.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => ['privates''doctrine.orm.multi_website_listeners.attach_entity_listeners''getDoctrine_Orm_MultiWebsiteListeners_AttachEntityListenersService'true],
  3839.         ], [
  3840.             'app.doctrine.lifecycle_events.listener' => '?',
  3841.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3842.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3843.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3844.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3845.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => '?',
  3846.         ]), [=> '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']]);
  3847.     }
  3848.     /**
  3849.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  3850.      *
  3851.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  3852.      */
  3853.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  3854.     {
  3855.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3856.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => ['privates''App\\MultiWebsite\\Repository\\PhoneReviewsRepository''getPhoneReviewsRepositoryService'true],
  3857.             'App\\Repository\\AccountChargesRepository' => ['privates''App\\Repository\\AccountChargesRepository''getAccountChargesRepositoryService'true],
  3858.             'App\\Repository\\AccountEnrollmentRepository' => ['privates''App\\Repository\\AccountEnrollmentRepository''getAccountEnrollmentRepositoryService'false],
  3859.             'App\\Repository\\AccountTransactionRepository' => ['privates''App\\Repository\\AccountTransactionRepository''getAccountTransactionRepositoryService'true],
  3860.             'App\\Repository\\AnalyticsRepository' => ['privates''App\\Repository\\AnalyticsRepository''getAnalyticsRepositoryService'true],
  3861.             'App\\Repository\\ApprovalRequestsRepository' => ['privates''App\\Repository\\ApprovalRequestsRepository''getApprovalRequestsRepositoryService'false],
  3862.             'App\\Repository\\BannedEmailRepository' => ['privates''App\\Repository\\BannedEmailRepository''getBannedEmailRepositoryService'false],
  3863.             'App\\Repository\\BannedPhoneRepository' => ['privates''App\\Repository\\BannedPhoneRepository''getBannedPhoneRepositoryService'true],
  3864.             'App\\Repository\\BulkQueueItemRepository' => ['privates''App\\Repository\\BulkQueueItemRepository''getBulkQueueItemRepositoryService'true],
  3865.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'false],
  3866.             'App\\Repository\\CommentBanRepository' => ['privates''App\\Repository\\CommentBanRepository''getCommentBanRepositoryService'true],
  3867.             'App\\Repository\\CountyRepository' => ['privates''App\\Repository\\CountyRepository''getCountyRepositoryService'true],
  3868.             'App\\Repository\\DistrictRepository' => ['privates''App\\Repository\\DistrictRepository''getDistrictRepositoryService'false],
  3869.             'App\\Repository\\FavouriteProfileRepository' => ['privates''App\\Repository\\FavouriteProfileRepository''getFavouriteProfileRepositoryService'true],
  3870.             'App\\Repository\\FileProcessingTaskRepository' => ['privates''App\\Repository\\FileProcessingTaskRepository''getFileProcessingTaskRepositoryService'true],
  3871.             'App\\Repository\\IpAddressCommentBanRepository' => ['privates''App\\Repository\\IpAddressCommentBanRepository''getIpAddressCommentBanRepositoryService'true],
  3872.             'App\\Repository\\IpAddressRepository' => ['privates''App\\Repository\\IpAddressRepository''getIpAddressRepositoryService'true],
  3873.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => ['privates''App\\Repository\\Log\\SourceMapStationsUpdateLogRepository''getSourceMapStationsUpdateLogRepositoryService'true],
  3874.             'App\\Repository\\ModerationRequestsRepository' => ['privates''App\\Repository\\ModerationRequestsRepository''getModerationRequestsRepositoryService'false],
  3875.             'App\\Repository\\PageMetadataRepository' => ['privates''App\\Repository\\PageMetadataRepository''getPageMetadataRepositoryService'false],
  3876.             'App\\Repository\\PaidPlacementPriceRepository' => ['privates''App\\Repository\\PaidPlacementPriceRepository''getPaidPlacementPriceRepositoryService'false],
  3877.             'App\\Repository\\PaidPlacementsOrderRepository' => ['privates''App\\Repository\\PaidPlacementsOrderRepository''getPaidPlacementsOrderRepositoryService'true],
  3878.             'App\\Repository\\PaymentBonusRepository' => ['privates''App\\Repository\\PaymentBonusRepository''getPaymentBonusRepositoryService'true],
  3879.             'App\\Repository\\PaymentProductRepository' => ['privates''App\\Repository\\PaymentProductRepository''getPaymentProductRepositoryService'true],
  3880.             'App\\Repository\\PhoneReviewsAddedRepository' => ['privates''App\\Repository\\PhoneReviewsAddedRepository''getPhoneReviewsAddedRepositoryService'true],
  3881.             'App\\Repository\\PlacementHidingRepository' => ['privates''App\\Repository\\PlacementHidingRepository''getPlacementHidingRepositoryService'true],
  3882.             'App\\Repository\\ProfileAdBoardPlacementRepository' => ['privates''App\\Repository\\ProfileAdBoardPlacementRepository''getProfileAdBoardPlacementRepositoryService'true],
  3883.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => ['privates''App\\Repository\\ProfileApprovalBonusReceivedRepository''getProfileApprovalBonusReceivedRepositoryService'true],
  3884.             'App\\Repository\\ProfileCommentByCustomerRepository' => ['privates''App\\Repository\\ProfileCommentByCustomerRepository''getProfileCommentByCustomerRepositoryService'true],
  3885.             'App\\Repository\\ProfileCommentRepository' => ['privates''App\\Repository\\ProfileCommentRepository''getProfileCommentRepositoryService'false],
  3886.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => ['privates''App\\Repository\\ProfileConfirmationMediaFileRepository''getProfileConfirmationMediaFileRepositoryService'true],
  3887.             'App\\Repository\\ProfileCtrRepository' => ['privates''App\\Repository\\ProfileCtrRepository''getProfileCtrRepositoryService'false],
  3888.             'App\\Repository\\ProfileKVRepository' => ['privates''App\\Repository\\ProfileKVRepository''getProfileKVRepositoryService'false],
  3889.             'App\\Repository\\ProfileMediaFileRepository' => ['privates''App\\Repository\\ProfileMediaFileRepository''getProfileMediaFileRepositoryService'true],
  3890.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'false],
  3891.             'App\\Repository\\ProfileSidebarPlacementRepository' => ['privates''App\\Repository\\ProfileSidebarPlacementRepository''getProfileSidebarPlacementRepositoryService'false],
  3892.             'App\\Repository\\ProfileTopPlacementRepository' => ['privates''App\\Repository\\ProfileTopPlacementRepository''getProfileTopPlacementRepositoryService'false],
  3893.             'App\\Repository\\SaloonAdBoardPlacementRepository' => ['privates''App\\Repository\\SaloonAdBoardPlacementRepository''getSaloonAdBoardPlacementRepositoryService'true],
  3894.             'App\\Repository\\SaloonCommentByCustomerRepository' => ['privates''App\\Repository\\SaloonCommentByCustomerRepository''getSaloonCommentByCustomerRepositoryService'true],
  3895.             'App\\Repository\\SaloonCommentRepository' => ['privates''App\\Repository\\SaloonCommentRepository''getSaloonCommentRepositoryService'true],
  3896.             'App\\Repository\\SaloonMediaFileRepository' => ['privates''App\\Repository\\SaloonMediaFileRepository''getSaloonMediaFileRepositoryService'true],
  3897.             'App\\Repository\\SaloonPlacementChargeRepository' => ['privates''App\\Repository\\SaloonPlacementChargeRepository''getSaloonPlacementChargeRepositoryService'true],
  3898.             'App\\Repository\\SaloonRepository' => ['privates''App\\Repository\\SaloonRepository''getSaloonRepositoryService'false],
  3899.             'App\\Repository\\SaloonSidebarPlacementRepository' => ['privates''App\\Repository\\SaloonSidebarPlacementRepository''getSaloonSidebarPlacementRepositoryService'false],
  3900.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  3901.             'App\\Repository\\SidebarPlacementRepository' => ['privates''App\\Repository\\SidebarPlacementRepository''getSidebarPlacementRepositoryService'false],
  3902.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository''getSourceMapLineRepositoryService'true],
  3903.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository''getSourceMapStationRepositoryService'true],
  3904.             'App\\Repository\\StationRepository' => ['privates''App\\Repository\\StationRepository''getStationRepositoryService'false],
  3905.             'App\\Repository\\StatusPricesRepository' => ['privates''App\\Repository\\StatusPricesRepository''getStatusPricesRepositoryService'true],
  3906.             'App\\Repository\\StatusRepository' => ['privates''App\\Repository\\StatusRepository''getStatusRepositoryService'true],
  3907.             'App\\Repository\\Subway\\LineRepository' => ['privates''App\\Repository\\Subway\\LineRepository''getLineRepositoryService'true],
  3908.             'App\\Repository\\SupportMessagesRepository' => ['privates''App\\Repository\\SupportMessagesRepository''getSupportMessagesRepositoryService'false],
  3909.             'App\\Repository\\SystemVariablesRepository' => ['privates''App\\Repository\\SystemVariablesRepository''getSystemVariablesRepositoryService'false],
  3910.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  3911.         ], [
  3912.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => '?',
  3913.             'App\\Repository\\AccountChargesRepository' => '?',
  3914.             'App\\Repository\\AccountEnrollmentRepository' => '?',
  3915.             'App\\Repository\\AccountTransactionRepository' => '?',
  3916.             'App\\Repository\\AnalyticsRepository' => '?',
  3917.             'App\\Repository\\ApprovalRequestsRepository' => '?',
  3918.             'App\\Repository\\BannedEmailRepository' => '?',
  3919.             'App\\Repository\\BannedPhoneRepository' => '?',
  3920.             'App\\Repository\\BulkQueueItemRepository' => '?',
  3921.             'App\\Repository\\CityRepository' => '?',
  3922.             'App\\Repository\\CommentBanRepository' => '?',
  3923.             'App\\Repository\\CountyRepository' => '?',
  3924.             'App\\Repository\\DistrictRepository' => '?',
  3925.             'App\\Repository\\FavouriteProfileRepository' => '?',
  3926.             'App\\Repository\\FileProcessingTaskRepository' => '?',
  3927.             'App\\Repository\\IpAddressCommentBanRepository' => '?',
  3928.             'App\\Repository\\IpAddressRepository' => '?',
  3929.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => '?',
  3930.             'App\\Repository\\ModerationRequestsRepository' => '?',
  3931.             'App\\Repository\\PageMetadataRepository' => '?',
  3932.             'App\\Repository\\PaidPlacementPriceRepository' => '?',
  3933.             'App\\Repository\\PaidPlacementsOrderRepository' => '?',
  3934.             'App\\Repository\\PaymentBonusRepository' => '?',
  3935.             'App\\Repository\\PaymentProductRepository' => '?',
  3936.             'App\\Repository\\PhoneReviewsAddedRepository' => '?',
  3937.             'App\\Repository\\PlacementHidingRepository' => '?',
  3938.             'App\\Repository\\ProfileAdBoardPlacementRepository' => '?',
  3939.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => '?',
  3940.             'App\\Repository\\ProfileCommentByCustomerRepository' => '?',
  3941.             'App\\Repository\\ProfileCommentRepository' => '?',
  3942.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => '?',
  3943.             'App\\Repository\\ProfileCtrRepository' => '?',
  3944.             'App\\Repository\\ProfileKVRepository' => '?',
  3945.             'App\\Repository\\ProfileMediaFileRepository' => '?',
  3946.             'App\\Repository\\ProfileRepository' => '?',
  3947.             'App\\Repository\\ProfileSidebarPlacementRepository' => '?',
  3948.             'App\\Repository\\ProfileTopPlacementRepository' => '?',
  3949.             'App\\Repository\\SaloonAdBoardPlacementRepository' => '?',
  3950.             'App\\Repository\\SaloonCommentByCustomerRepository' => '?',
  3951.             'App\\Repository\\SaloonCommentRepository' => '?',
  3952.             'App\\Repository\\SaloonMediaFileRepository' => '?',
  3953.             'App\\Repository\\SaloonPlacementChargeRepository' => '?',
  3954.             'App\\Repository\\SaloonRepository' => '?',
  3955.             'App\\Repository\\SaloonSidebarPlacementRepository' => '?',
  3956.             'App\\Repository\\ServiceRepository' => '?',
  3957.             'App\\Repository\\SidebarPlacementRepository' => '?',
  3958.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => '?',
  3959.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => '?',
  3960.             'App\\Repository\\StationRepository' => '?',
  3961.             'App\\Repository\\StatusPricesRepository' => '?',
  3962.             'App\\Repository\\StatusRepository' => '?',
  3963.             'App\\Repository\\Subway\\LineRepository' => '?',
  3964.             'App\\Repository\\SupportMessagesRepository' => '?',
  3965.             'App\\Repository\\SystemVariablesRepository' => '?',
  3966.             'App\\Repository\\UserRepository' => '?',
  3967.         ]));
  3968.     }
  3969.     /**
  3970.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  3971.      *
  3972.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  3973.      */
  3974.     protected function getEightPointsGuzzle_DataCollectorService()
  3975.     {
  3976.         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)))], 0.0);
  3977.     }
  3978.     /**
  3979.      * Gets the private 'esi_listener' shared service.
  3980.      *
  3981.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3982.      */
  3983.     protected function getEsiListenerService()
  3984.     {
  3985.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3986.     }
  3987.     /**
  3988.      * Gets the private 'exception_listener' shared service.
  3989.      *
  3990.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3991.      */
  3992.     protected function getExceptionListenerService()
  3993.     {
  3994.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3995.     }
  3996.     /**
  3997.      * Gets the private 'flagception.activator.chain_activator' shared service.
  3998.      *
  3999.      * @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
  4000.      */
  4001.     protected function getFlagception_Activator_ChainActivatorService()
  4002.     {
  4003.         $this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
  4004.         $a = new \Flagception\Factory\ExpressionLanguageFactory();
  4005.         $a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
  4006.         $a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
  4007.         $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'dummy_page_403' => false'extended_profile_form' => false'escort_additional_requirements' => false'fill_empty_profile_list' => 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'inner_linkage_circle' => false'multiple_cities' => false'non_masseur_on_account_profile_list' => false'postprocess_video' => 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_page_add_profiles' => false'station_pages_linkage_circle' => false'use_sign_up_captcha' => false'use_support_message_captcha' => false]));
  4008.         $instance->add(new \Flagception\Activator\EnvironmentActivator([]));
  4009.         $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''dummy_page_403' => $this->getEnv('string:FEATURE_DUMMY_PAGE_403').' == true''extended_profile_form' => $this->getEnv('string:FEATURE_EXTENDED_PROFILE_FORM').' == true''escort_additional_requirements' => $this->getEnv('string:FEATURE_ESCORT_ADDITIONAL_REQUIREMENTS').' == true''fill_empty_profile_list' => $this->getEnv('string:FEATURE_FILL_EMPTY_PROFILE_LIST').' == 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''inner_linkage_circle' => $this->getEnv('string:FEATURE_INNER_LINKAGE_CIRCLE').' == true''multiple_cities' => $this->getEnv('string:FEATURE_MULTIPLE_CITIES').' == 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''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_page_add_profiles' => $this->getEnv('string:FEATURE_STATION_PAGE_ADD_PROFILES').' == true''station_pages_linkage_circle' => $this->getEnv('string:FEATURE_STATION_PAGES_LINKAGE_CIRCLE').' == 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']));
  4010.         return $instance;
  4011.     }
  4012.     /**
  4013.      * Gets the private 'form.registry' shared service.
  4014.      *
  4015.      * @return \Symfony\Component\Form\FormRegistry
  4016.      */
  4017.     protected function getForm_RegistryService()
  4018.     {
  4019.         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, [
  4020.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'true],
  4021.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'true],
  4022.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'true],
  4023.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'true],
  4024.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'true],
  4025.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'true],
  4026.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'true],
  4027.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'true],
  4028.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'true],
  4029.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'true],
  4030.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'true],
  4031.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'true],
  4032.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'true],
  4033.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'true],
  4034.         ], [
  4035.             'easyadmin.filter.type.array' => '?',
  4036.             'easyadmin.filter.type.boolean' => '?',
  4037.             'easyadmin.filter.type.choice' => '?',
  4038.             'easyadmin.filter.type.comparison' => '?',
  4039.             'easyadmin.filter.type.date' => '?',
  4040.             'easyadmin.filter.type.dateinterval' => '?',
  4041.             'easyadmin.filter.type.datetime' => '?',
  4042.             'easyadmin.filter.type.decimal' => '?',
  4043.             'easyadmin.filter.type.entity' => '?',
  4044.             'easyadmin.filter.type.float' => '?',
  4045.             'easyadmin.filter.type.integer' => '?',
  4046.             'easyadmin.filter.type.text' => '?',
  4047.             'easyadmin.filter.type.textarea' => '?',
  4048.             'easyadmin.filter.type.time' => '?',
  4049.         ]), [], new RewindableGenerator(function () {
  4050.             return new \EmptyIterator();
  4051.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4052.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType''getEasyAdminEmbeddedListTypeService'true],
  4053.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType''getAdminRolesTypeService'true],
  4054.             'App\\Form\\AccountTopPlacementForm' => ['privates''App\\Form\\AccountTopPlacementForm''getAccountTopPlacementFormService'true],
  4055.             'App\\Form\\BulkActionForm' => ['privates''App\\Form\\BulkActionForm''getBulkActionFormService'true],
  4056.             'App\\Form\\ChangeAccountInformationForm' => ['privates''App\\Form\\ChangeAccountInformationForm''getChangeAccountInformationFormService'true],
  4057.             'App\\Form\\ChangeAccountPasswordForm' => ['privates''App\\Form\\ChangeAccountPasswordForm''getChangeAccountPasswordFormService'true],
  4058.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => ['privates''App\\Form\\ChangeCustomerAdditionalInfoForm''getChangeCustomerAdditionalInfoFormService'true],
  4059.             'App\\Form\\CommentForm' => ['privates''App\\Form\\CommentForm''getCommentFormService'true],
  4060.             'App\\Form\\CreateOrEditProfileForm' => ['privates''App\\Form\\CreateOrEditProfileForm''getCreateOrEditProfileFormService'true],
  4061.             'App\\Form\\CreateOrEditSaloonForm' => ['privates''App\\Form\\CreateOrEditSaloonForm''getCreateOrEditSaloonFormService'true],
  4062.             'App\\Form\\CustomerProfilePreferenceForm' => ['privates''App\\Form\\CustomerProfilePreferenceForm''getCustomerProfilePreferenceFormService'true],
  4063.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => ['privates''App\\Form\\EasyAdmin\\ApprovalRequestForm''getApprovalRequestFormService'true],
  4064.             'App\\Form\\EasyAdmin\\CityPricesForm' => ['privates''App\\Form\\EasyAdmin\\CityPricesForm''getCityPricesFormService'true],
  4065.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm''getManuallyEnrollArbitraryMoneyValueByStaffFormService'true],
  4066.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm''getManuallyRedeemPrepaidTokenByStaffFormService'true],
  4067.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => ['privates''App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm''getProfileAnalyticsFilterFormService'true],
  4068.             'App\\Form\\EasyAdmin\\ProfileForm' => ['privates''App\\Form\\EasyAdmin\\ProfileForm''getProfileFormService'true],
  4069.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => ['privates''App\\Form\\EasyAdmin\\ProfileModerationForm''getProfileModerationFormService'true],
  4070.             'App\\Form\\EasyAdmin\\SaloonForm' => ['privates''App\\Form\\EasyAdmin\\SaloonForm''getSaloonFormService'true],
  4071.             'App\\Form\\EasyAdmin\\SupportMessageForm' => ['privates''App\\Form\\EasyAdmin\\SupportMessageForm''getSupportMessageFormService'true],
  4072.             'App\\Form\\FilterAccountTransactionsForm' => ['privates''App\\Form\\FilterAccountTransactionsForm''getFilterAccountTransactionsFormService'true],
  4073.             'App\\Form\\FilterMapForm' => ['privates''App\\Form\\FilterMapForm''getFilterMapFormService'true],
  4074.             'App\\Form\\ForgottenUserType' => ['privates''App\\Form\\ForgottenUserType''getForgottenUserTypeService'true],
  4075.             'App\\Form\\MoneyPaymentForm' => ['privates''App\\Form\\MoneyPaymentForm''getMoneyPaymentFormService'true],
  4076.             'App\\Form\\PhoneReviewForm' => ['privates''App\\Form\\PhoneReviewForm''getPhoneReviewFormService'true],
  4077.             'App\\Form\\ProfileFilterForm' => ['privates''App\\Form\\ProfileFilterForm''getProfileFilterFormService'true],
  4078.             'App\\Form\\ReceivePasswordForm' => ['privates''App\\Form\\ReceivePasswordForm''getReceivePasswordFormService'true],
  4079.             'App\\Form\\RedeemPrepaidTokenForm' => ['privates''App\\Form\\RedeemPrepaidTokenForm''getRedeemPrepaidTokenFormService'true],
  4080.             'App\\Form\\RegisterAccountForm' => ['privates''App\\Form\\RegisterAccountForm''getRegisterAccountFormService'true],
  4081.             'App\\Form\\ReplySupportMessageForm' => ['privates''App\\Form\\ReplySupportMessageForm''getReplySupportMessageFormService'true],
  4082.             'App\\Form\\SearchByKeywordsForm' => ['privates''App\\Form\\SearchByKeywordsForm''getSearchByKeywordsFormService'true],
  4083.             'App\\Form\\SearchPhoneForm' => ['privates''App\\Form\\SearchPhoneForm''getSearchPhoneFormService'true],
  4084.             'App\\Form\\SearchProfileForm' => ['privates''App\\Form\\SearchProfileForm''getSearchProfileFormService'true],
  4085.             'App\\Form\\Type\\AdvertiserBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserBanChoiceType''getAdvertiserBanChoiceTypeService'true],
  4086.             'App\\Form\\Type\\AdvertiserBanType' => ['privates''App\\Form\\Type\\AdvertiserBanType''getAdvertiserBanTypeService'true],
  4087.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserUnBanChoiceType''getAdvertiserUnBanChoiceTypeService'true],
  4088.             'App\\Form\\Type\\ApartmentsPricingType' => ['privates''App\\Form\\Type\\ApartmentsPricingType''getApartmentsPricingTypeService'true],
  4089.             'App\\Form\\Type\\CarPricingType' => ['privates''App\\Form\\Type\\CarPricingType''getCarPricingTypeService'true],
  4090.             'App\\Form\\Type\\CityGroupType' => ['privates''App\\Form\\Type\\CityGroupType''getCityGroupTypeService'true],
  4091.             'App\\Form\\Type\\ClientRestrictionsType' => ['privates''App\\Form\\Type\\ClientRestrictionsType''getClientRestrictionsTypeService'true],
  4092.             'App\\Form\\Type\\CustomerBanChoiceType' => ['privates''App\\Form\\Type\\CustomerBanChoiceType''getCustomerBanChoiceTypeService'true],
  4093.             'App\\Form\\Type\\CustomerBanType' => ['privates''App\\Form\\Type\\CustomerBanType''getCustomerBanTypeService'true],
  4094.             'App\\Form\\Type\\CustomerUnBanChoiceType' => ['privates''App\\Form\\Type\\CustomerUnBanChoiceType''getCustomerUnBanChoiceTypeService'true],
  4095.             'App\\Form\\Type\\ExpressPricingType' => ['privates''App\\Form\\Type\\ExpressPricingType''getExpressPricingTypeService'true],
  4096.             'App\\Form\\Type\\MapCoordinateType' => ['privates''App\\Form\\Type\\MapCoordinateType''getMapCoordinateTypeService'true],
  4097.             'App\\Form\\Type\\MessengersType' => ['privates''App\\Form\\Type\\MessengersType''getMessengersTypeService'true],
  4098.             'App\\Form\\Type\\PersonParametersType' => ['privates''App\\Form\\Type\\PersonParametersType''getPersonParametersTypeService'true],
  4099.             'App\\Form\\Type\\PhoneCallRestrictionsType' => ['privates''App\\Form\\Type\\PhoneCallRestrictionsType''getPhoneCallRestrictionsTypeService'true],
  4100.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => ['privates''App\\Form\\Type\\ProfileCommentMarkChoiceType''getProfileCommentMarkChoiceTypeService'true],
  4101.             'App\\Form\\Type\\ProfileFiltersType' => ['privates''App\\Form\\Type\\ProfileFiltersType''getProfileFiltersTypeService'true],
  4102.             'App\\Form\\Type\\ProvideServicesCollectionType' => ['privates''App\\Form\\Type\\ProvideServicesCollectionType''getProvideServicesCollectionTypeService'true],
  4103.             'App\\Form\\Type\\ProvidedServiceType' => ['privates''App\\Form\\Type\\ProvidedServiceType''getProvidedServiceTypeService'true],
  4104.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => ['privates''App\\Form\\Type\\SaloonCommentMarkChoiceType''getSaloonCommentMarkChoiceTypeService'true],
  4105.             'App\\Form\\Type\\SearchRangeType' => ['privates''App\\Form\\Type\\SearchRangeType''getSearchRangeTypeService'true],
  4106.             'App\\Form\\Type\\ServiceType' => ['privates''App\\Form\\Type\\ServiceType''getServiceTypeService'true],
  4107.             'App\\Form\\Type\\TakeOutPricingType' => ['privates''App\\Form\\Type\\TakeOutPricingType''getTakeOutPricingTypeService'true],
  4108.             'App\\Form\\Type\\TimezoneType' => ['privates''App\\Form\\Type\\TimezoneType''getTimezoneTypeService'true],
  4109.             'App\\Form\\Type\\TranslatableValueType' => ['privates''App\\Form\\Type\\TranslatableValueType''getTranslatableValueTypeService'true],
  4110.             'App\\Form\\Type\\WorkingHoursType' => ['privates''App\\Form\\Type\\WorkingHoursType''getWorkingHoursTypeService'true],
  4111.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => ['privates''App\\Form\\Type\\YesNoNoMatterChoiceType''getYesNoNoMatterChoiceTypeService'true],
  4112.             'App\\Form\\WriteSupportMessageForm' => ['privates''App\\Form\\WriteSupportMessageForm''getWriteSupportMessageFormService'true],
  4113.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  4114.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  4115.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'true],
  4116.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'true],
  4117.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'true],
  4118.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'true],
  4119.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'true],
  4120.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'true],
  4121.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'true],
  4122.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'true],
  4123.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates''Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  4124.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4125.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4126.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4127.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4128.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4129.         ], [
  4130.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => '?',
  4131.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => '?',
  4132.             'App\\Form\\AccountTopPlacementForm' => '?',
  4133.             'App\\Form\\BulkActionForm' => '?',
  4134.             'App\\Form\\ChangeAccountInformationForm' => '?',
  4135.             'App\\Form\\ChangeAccountPasswordForm' => '?',
  4136.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => '?',
  4137.             'App\\Form\\CommentForm' => '?',
  4138.             'App\\Form\\CreateOrEditProfileForm' => '?',
  4139.             'App\\Form\\CreateOrEditSaloonForm' => '?',
  4140.             'App\\Form\\CustomerProfilePreferenceForm' => '?',
  4141.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => '?',
  4142.             'App\\Form\\EasyAdmin\\CityPricesForm' => '?',
  4143.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => '?',
  4144.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => '?',
  4145.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => '?',
  4146.             'App\\Form\\EasyAdmin\\ProfileForm' => '?',
  4147.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => '?',
  4148.             'App\\Form\\EasyAdmin\\SaloonForm' => '?',
  4149.             'App\\Form\\EasyAdmin\\SupportMessageForm' => '?',
  4150.             'App\\Form\\FilterAccountTransactionsForm' => '?',
  4151.             'App\\Form\\FilterMapForm' => '?',
  4152.             'App\\Form\\ForgottenUserType' => '?',
  4153.             'App\\Form\\MoneyPaymentForm' => '?',
  4154.             'App\\Form\\PhoneReviewForm' => '?',
  4155.             'App\\Form\\ProfileFilterForm' => '?',
  4156.             'App\\Form\\ReceivePasswordForm' => '?',
  4157.             'App\\Form\\RedeemPrepaidTokenForm' => '?',
  4158.             'App\\Form\\RegisterAccountForm' => '?',
  4159.             'App\\Form\\ReplySupportMessageForm' => '?',
  4160.             'App\\Form\\SearchByKeywordsForm' => '?',
  4161.             'App\\Form\\SearchPhoneForm' => '?',
  4162.             'App\\Form\\SearchProfileForm' => '?',
  4163.             'App\\Form\\Type\\AdvertiserBanChoiceType' => '?',
  4164.             'App\\Form\\Type\\AdvertiserBanType' => '?',
  4165.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => '?',
  4166.             'App\\Form\\Type\\ApartmentsPricingType' => '?',
  4167.             'App\\Form\\Type\\CarPricingType' => '?',
  4168.             'App\\Form\\Type\\CityGroupType' => '?',
  4169.             'App\\Form\\Type\\ClientRestrictionsType' => '?',
  4170.             'App\\Form\\Type\\CustomerBanChoiceType' => '?',
  4171.             'App\\Form\\Type\\CustomerBanType' => '?',
  4172.             'App\\Form\\Type\\CustomerUnBanChoiceType' => '?',
  4173.             'App\\Form\\Type\\ExpressPricingType' => '?',
  4174.             'App\\Form\\Type\\MapCoordinateType' => '?',
  4175.             'App\\Form\\Type\\MessengersType' => '?',
  4176.             'App\\Form\\Type\\PersonParametersType' => '?',
  4177.             'App\\Form\\Type\\PhoneCallRestrictionsType' => '?',
  4178.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => '?',
  4179.             'App\\Form\\Type\\ProfileFiltersType' => '?',
  4180.             'App\\Form\\Type\\ProvideServicesCollectionType' => '?',
  4181.             'App\\Form\\Type\\ProvidedServiceType' => '?',
  4182.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => '?',
  4183.             'App\\Form\\Type\\SearchRangeType' => '?',
  4184.             'App\\Form\\Type\\ServiceType' => '?',
  4185.             'App\\Form\\Type\\TakeOutPricingType' => '?',
  4186.             'App\\Form\\Type\\TimezoneType' => '?',
  4187.             'App\\Form\\Type\\TranslatableValueType' => '?',
  4188.             'App\\Form\\Type\\WorkingHoursType' => '?',
  4189.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => '?',
  4190.             'App\\Form\\WriteSupportMessageForm' => '?',
  4191.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  4192.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  4193.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  4194.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  4195.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  4196.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  4197.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  4198.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  4199.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  4200.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  4201.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
  4202.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4203.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4204.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4205.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4206.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4207.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4208.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4209.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4210.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4211.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4212.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4213.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4214.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService'));
  4215.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4216.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4217.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4218.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4219.         }, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
  4220.             yield => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService'));
  4221.         }, 1)], new RewindableGenerator(function () {
  4222.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4223.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4224.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService'));
  4225.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4226.     }
  4227.     /**
  4228.      * Gets the private 'fos_elastica.logger' shared service.
  4229.      *
  4230.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  4231.      */
  4232.     protected function getFosElastica_LoggerService()
  4233.     {
  4234.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  4235.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4236.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4237.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4238.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4239.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  4240.     }
  4241.     /**
  4242.      * Gets the private 'fragment.listener' shared service.
  4243.      *
  4244.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4245.      */
  4246.     protected function getFragment_ListenerService()
  4247.     {
  4248.         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');
  4249.     }
  4250.     /**
  4251.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4252.      *
  4253.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4254.      */
  4255.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4256.     {
  4257.         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())));
  4258.     }
  4259.     /**
  4260.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4261.      *
  4262.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4263.      */
  4264.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4265.     {
  4266.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4267.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4268.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4269.         }
  4270.         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);
  4271.     }
  4272.     /**
  4273.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4274.      *
  4275.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4276.      */
  4277.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4278.     {
  4279.         return $this->privates['knp_paginator.subscriber.sliding_pagination'] = new \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber(['defaultPaginationTemplate' => '_pagination.html.twig''defaultSortableTemplate' => '@KnpPaginator/Pagination/sortable_link.html.twig''defaultFiltrationTemplate' => '@KnpPaginator/Pagination/filtration.html.twig''defaultPageRange' => 5'defaultPageLimit' => NULL]);
  4280.     }
  4281.     /**
  4282.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  4283.      *
  4284.      * @return \libphonenumber\PhoneNumberUtil
  4285.      */
  4286.     protected function getPhoneNumberUtilService()
  4287.     {
  4288.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  4289.     }
  4290.     /**
  4291.      * Gets the private 'locale_aware_listener' shared service.
  4292.      *
  4293.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4294.      */
  4295.     protected function getLocaleAwareListenerService()
  4296.     {
  4297.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4298.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  4299.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4300.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4301.     }
  4302.     /**
  4303.      * Gets the private 'locale_listener' shared service.
  4304.      *
  4305.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4306.      */
  4307.     protected function getLocaleListenerService()
  4308.     {
  4309.         $a = ($this->services['router'] ?? $this->getRouterService());
  4310.         if (isset($this->privates['locale_listener'])) {
  4311.             return $this->privates['locale_listener'];
  4312.         }
  4313.         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, []);
  4314.     }
  4315.     /**
  4316.      * Gets the private 'monolog.handler.chromephp' shared service.
  4317.      *
  4318.      * @return \Symfony\Bridge\Monolog\Handler\ChromePhpHandler
  4319.      */
  4320.     protected function getMonolog_Handler_ChromephpService()
  4321.     {
  4322.         $this->privates['monolog.handler.chromephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\ChromePhpHandler('debug'true);
  4323.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4324.         return $instance;
  4325.     }
  4326.     /**
  4327.      * Gets the private 'monolog.handler.firephp' shared service.
  4328.      *
  4329.      * @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
  4330.      */
  4331.     protected function getMonolog_Handler_FirephpService()
  4332.     {
  4333.         $this->privates['monolog.handler.firephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler('debug'true);
  4334.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4335.         return $instance;
  4336.     }
  4337.     /**
  4338.      * Gets the private 'monolog.logger' shared service.
  4339.      *
  4340.      * @return \Symfony\Bridge\Monolog\Logger
  4341.      */
  4342.     protected function getMonolog_LoggerService()
  4343.     {
  4344.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4345.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4346.         $instance->useMicrosecondTimestamps(true);
  4347.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4348.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4349.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4350.         return $instance;
  4351.     }
  4352.     /**
  4353.      * Gets the private 'monolog.logger.cache' shared service.
  4354.      *
  4355.      * @return \Symfony\Bridge\Monolog\Logger
  4356.      */
  4357.     protected function getMonolog_Logger_CacheService()
  4358.     {
  4359.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4360.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4361.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4362.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4363.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4364.         return $instance;
  4365.     }
  4366.     /**
  4367.      * Gets the private 'monolog.logger.doctrine' shared service.
  4368.      *
  4369.      * @return \Symfony\Bridge\Monolog\Logger
  4370.      */
  4371.     protected function getMonolog_Logger_DoctrineService()
  4372.     {
  4373.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4374.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4375.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4376.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4377.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4378.         return $instance;
  4379.     }
  4380.     /**
  4381.      * Gets the private 'monolog.logger.request' shared service.
  4382.      *
  4383.      * @return \Symfony\Bridge\Monolog\Logger
  4384.      */
  4385.     protected function getMonolog_Logger_RequestService()
  4386.     {
  4387.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4388.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4389.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4390.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4391.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4392.         return $instance;
  4393.     }
  4394.     /**
  4395.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4396.      *
  4397.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4398.      */
  4399.     protected function getNelmioCors_CorsListenerService()
  4400.     {
  4401.         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'))]));
  4402.     }
  4403.     /**
  4404.      * Gets the private 'parameter_bag' shared service.
  4405.      *
  4406.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4407.      */
  4408.     protected function getParameterBagService()
  4409.     {
  4410.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4411.     }
  4412.     /**
  4413.      * Gets the private 'profile_widget.cache.traceable' shared service.
  4414.      *
  4415.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4416.      */
  4417.     protected function getProfileWidget_Cache_TraceableService()
  4418.     {
  4419.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4420.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4421.         $a->setLogger($b);
  4422.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('qOuejbHLwx'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4423.         $c->setLogger($b);
  4424.         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)));
  4425.     }
  4426.     /**
  4427.      * Gets the private 'profiler_listener' shared service.
  4428.      *
  4429.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4430.      */
  4431.     protected function getProfilerListenerService()
  4432.     {
  4433.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4434.         if (isset($this->privates['profiler_listener'])) {
  4435.             return $this->privates['profiler_listener'];
  4436.         }
  4437.         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);
  4438.     }
  4439.     /**
  4440.      * Gets the private 'profiles_filter.cache.traceable' shared service.
  4441.      *
  4442.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4443.      */
  4444.     protected function getProfilesFilter_Cache_TraceableService()
  4445.     {
  4446.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4447.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4448.         $a->setLogger($b);
  4449.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Pi7ZLuf-fa'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4450.         $c->setLogger($b);
  4451.         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)));
  4452.     }
  4453.     /**
  4454.      * Gets the private 'project_data.cache.traceable' shared service.
  4455.      *
  4456.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4457.      */
  4458.     protected function getProjectData_Cache_TraceableService()
  4459.     {
  4460.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4461.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4462.         $a->setLogger($b);
  4463.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('qal0qIIYd4'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4464.         $c->setLogger($b);
  4465.         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)));
  4466.     }
  4467.     /**
  4468.      * Gets the private 'property_info' shared service.
  4469.      *
  4470.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4471.      */
  4472.     protected function getPropertyInfoService()
  4473.     {
  4474.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4475.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4476.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4477.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4478.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4479.         }, 4), new RewindableGenerator(function () {
  4480.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4481.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4482.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4483.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4484.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4485.         }, 5), new RewindableGenerator(function () {
  4486.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4487.         }, 1), new RewindableGenerator(function () {
  4488.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4489.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4490.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4491.         }, 3), new RewindableGenerator(function () {
  4492.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4493.         }, 1));
  4494.     }
  4495.     /**
  4496.      * Gets the private 'router.expression_language_provider' shared service.
  4497.      *
  4498.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4499.      */
  4500.     protected function getRouter_ExpressionLanguageProviderService()
  4501.     {
  4502.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4503.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4504.         ], [
  4505.             'env' => 'Closure',
  4506.         ]));
  4507.     }
  4508.     /**
  4509.      * Gets the private 'router.request_context' shared service.
  4510.      *
  4511.      * @return \Symfony\Component\Routing\RequestContext
  4512.      */
  4513.     protected function getRouter_RequestContextService()
  4514.     {
  4515.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4516.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4517.         return $instance;
  4518.     }
  4519.     /**
  4520.      * Gets the private 'router_listener' shared service.
  4521.      *
  4522.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4523.      */
  4524.     protected function getRouterListenerService()
  4525.     {
  4526.         $a = ($this->services['router'] ?? $this->getRouterService());
  4527.         if (isset($this->privates['router_listener'])) {
  4528.             return $this->privates['router_listener'];
  4529.         }
  4530.         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);
  4531.     }
  4532.     /**
  4533.      * Gets the private 'security.firewall.map' shared service.
  4534.      *
  4535.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4536.      */
  4537.     protected function getSecurity_Firewall_MapService()
  4538.     {
  4539.         $a = ($this->privates['.service_locator.Tip.8_I'] ?? $this->get_ServiceLocator_Tip_8IService());
  4540.         if (isset($this->privates['security.firewall.map'])) {
  4541.             return $this->privates['security.firewall.map'];
  4542.         }
  4543.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4544.             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)/')));
  4545.             yield 'security.firewall.map.context.management' => ($this->privates['.security.request_matcher.KsWz1b8'] ?? ($this->privates['.security.request_matcher.KsWz1b8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/management')));
  4546.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4547.         }, 3));
  4548.     }
  4549.     /**
  4550.      * Gets the private 'security.helper' shared service.
  4551.      *
  4552.      * @return \Symfony\Component\Security\Core\Security
  4553.      */
  4554.     protected function getSecurity_HelperService()
  4555.     {
  4556.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4557.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4558.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4559.         ], [
  4560.             'security.authorization_checker' => '?',
  4561.             'security.token_storage' => '?',
  4562.         ]));
  4563.     }
  4564.     /**
  4565.      * Gets the private 'security.logout_url_generator' shared service.
  4566.      *
  4567.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4568.      */
  4569.     protected function getSecurity_LogoutUrlGeneratorService()
  4570.     {
  4571.         $a = ($this->services['router'] ?? $this->getRouterService());
  4572.         if (isset($this->privates['security.logout_url_generator'])) {
  4573.             return $this->privates['security.logout_url_generator'];
  4574.         }
  4575.         $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()));
  4576.         $instance->registerListener('management''management.authentication.logout''logout''_csrf_token'NULLNULL);
  4577.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  4578.         return $instance;
  4579.     }
  4580.     /**
  4581.      * Gets the private 'security.role_hierarchy' shared service.
  4582.      *
  4583.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4584.      */
  4585.     protected function getSecurity_RoleHierarchyService()
  4586.     {
  4587.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4588.     }
  4589.     /**
  4590.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4591.      *
  4592.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4593.      */
  4594.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4595.     {
  4596.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4597.     }
  4598.     /**
  4599.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4600.      *
  4601.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4602.      */
  4603.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4604.     {
  4605.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4606.         $b = new \App\ParamConverter\CityParamConverter(($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
  4607.         $a->add($b0'city_converter');
  4608.         $a->add($b0NULL);
  4609.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4610.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4611.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4612.     }
  4613.     /**
  4614.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4615.      *
  4616.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4617.      */
  4618.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4619.     {
  4620.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4621.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4622.             return $this->privates['sensio_framework_extra.security.listener'];
  4623.         }
  4624.         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()));
  4625.     }
  4626.     /**
  4627.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4628.      *
  4629.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4630.      */
  4631.     protected function getSensioFrameworkExtra_View_ListenerService()
  4632.     {
  4633.         $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))));
  4634.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4635.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4636.         ], [
  4637.             'twig' => '?',
  4638.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4639.         return $instance;
  4640.     }
  4641.     /**
  4642.      * Gets the private 'session_listener' shared service.
  4643.      *
  4644.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4645.      */
  4646.     protected function getSessionListenerService()
  4647.     {
  4648.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4649.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  4650.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4651.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4652.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  4653.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4654.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4655.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  4656.         ], [
  4657.             'initialized_session' => '?',
  4658.             'logger' => '?',
  4659.             'request_stack' => '?',
  4660.             'session' => '?',
  4661.             'session_collector' => '?',
  4662.             'session_factory' => '?',
  4663.             'session_storage' => '?',
  4664.         ]), true$this->parameters['session.storage.options']);
  4665.     }
  4666.     /**
  4667.      * Gets the private 'sidebar_new_check_cool_down.cache.traceable' shared service.
  4668.      *
  4669.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4670.      */
  4671.     protected function getSidebarNewCheckCoolDown_Cache_TraceableService()
  4672.     {
  4673.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4674.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4675.         $a->setLogger($b);
  4676.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('rZ725-fooA'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4677.         $c->setLogger($b);
  4678.         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)));
  4679.     }
  4680.     /**
  4681.      * Gets the private 'station_added_profiles.cache.traceable' shared service.
  4682.      *
  4683.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4684.      */
  4685.     protected function getStationAddedProfiles_Cache_TraceableService()
  4686.     {
  4687.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4688.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4689.         $a->setLogger($b);
  4690.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('i-tZLGQrFb'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4691.         $c->setLogger($b);
  4692.         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)));
  4693.     }
  4694.     /**
  4695.      * Gets the private 'stations_lines.cache.traceable' shared service.
  4696.      *
  4697.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4698.      */
  4699.     protected function getStationsLines_Cache_TraceableService()
  4700.     {
  4701.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4702.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4703.         $a->setLogger($b);
  4704.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('nmxq8zIdCg'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4705.         $c->setLogger($b);
  4706.         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)));
  4707.     }
  4708.     /**
  4709.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  4710.      *
  4711.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  4712.      */
  4713.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  4714.     {
  4715.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4716.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  4717.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  4718.         }
  4719.         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);
  4720.     }
  4721.     /**
  4722.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  4723.      *
  4724.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  4725.      */
  4726.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  4727.     {
  4728.         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()));
  4729.     }
  4730.     /**
  4731.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  4732.      *
  4733.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  4734.      */
  4735.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  4736.     {
  4737.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4738.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  4739.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  4740.         }
  4741.         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);
  4742.     }
  4743.     /**
  4744.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  4745.      *
  4746.      * @return \Gedmo\Blameable\BlameableListener
  4747.      */
  4748.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  4749.     {
  4750.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  4751.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4752.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4753.         return $instance;
  4754.     }
  4755.     /**
  4756.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  4757.      *
  4758.      * @return \Gedmo\Loggable\LoggableListener
  4759.      */
  4760.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  4761.     {
  4762.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  4763.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4764.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4765.         return $instance;
  4766.     }
  4767.     /**
  4768.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  4769.      *
  4770.      * @return \Gedmo\Translatable\TranslatableListener
  4771.      */
  4772.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  4773.     {
  4774.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  4775.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4776.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4777.         $instance->setDefaultLocale('ru');
  4778.         $instance->setTranslatableLocale('ru');
  4779.         $instance->setTranslationFallback(true);
  4780.         $instance->setPersistDefaultLocaleTranslation(false);
  4781.         $instance->setSkipOnLoad(false);
  4782.         return $instance;
  4783.     }
  4784.     /**
  4785.      * Gets the private 'translator.data_collector' shared service.
  4786.      *
  4787.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4788.      */
  4789.     protected function getTranslator_DataCollectorService()
  4790.     {
  4791.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4792.     }
  4793.     /**
  4794.      * Gets the private 'translator.default' shared service.
  4795.      *
  4796.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4797.      */
  4798.     protected function getTranslator_DefaultService()
  4799.     {
  4800.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4801.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4802.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4803.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4804.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4805.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4806.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4807.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4808.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4809.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4810.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4811.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4812.         ], [
  4813.             'translation.loader.csv' => '?',
  4814.             'translation.loader.dat' => '?',
  4815.             'translation.loader.ini' => '?',
  4816.             'translation.loader.json' => '?',
  4817.             'translation.loader.mo' => '?',
  4818.             'translation.loader.php' => '?',
  4819.             'translation.loader.po' => '?',
  4820.             'translation.loader.qt' => '?',
  4821.             'translation.loader.res' => '?',
  4822.             'translation.loader.xliff' => '?',
  4823.             'translation.loader.yml' => '?',
  4824.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'ru', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ar.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ar.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ar.xliff')], 'az' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.az.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.az.xlf')], 'be' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.be.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.be.xlf')], 'bg' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.bg.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.bg.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.bg.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.bg.xliff')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.ca.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.ca.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ca.xliff')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.cs.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.cs.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.cs.xliff')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.da.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.da.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.da.xliff')], 'de' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.de.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.de.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.de.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.de.xliff')], 'el' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.el.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.el.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.el.xlf')], 'en' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.en.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.en.xlf'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations/OneupUploaderBundle.en.yml'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.en.xliff'), 10 => (\dirname(__DIR__4).'/translations/about.en.yaml'), 11 => (\dirname(__DIR__4).'/translations/account_left_menu.en.yaml'), 12 => (\dirname(__DIR__4).'/translations/basic.en.yaml'), 13 => (\dirname(__DIR__4).'/translations/breadcrumbs.en.yaml'), 14 => (\dirname(__DIR__4).'/translations/footer.en.yaml'), 15 => (\dirname(__DIR__4).'/translations/left_menu.en.yaml'), 16 => (\dirname(__DIR__4).'/translations/login.en.yaml'), 17 => (\dirname(__DIR__4).'/translations/main.en.yaml'), 18 => (\dirname(__DIR__4).'/translations/nav.en.yaml'), 19 => (\dirname(__DIR__4).'/translations/navbar.en.yaml'), 20 => (\dirname(__DIR__4).'/translations/search.en.yaml'), 21 => (\dirname(__DIR__4).'/translations/seo_heading+intl-icu.en.yaml'), 22 => (\dirname(__DIR__4).'/translations/seo_heading.en.yaml'), 23 => (\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/client_types_f.ru.yaml'), 17 => (\dirname(__DIR__4).'/translations/currency_code.ru.yaml'), 18 => (\dirname(__DIR__4).'/translations/date.ru.yaml'), 19 => (\dirname(__DIR__4).'/translations/districts_linkage.ru.yaml'), 20 => (\dirname(__DIR__4).'/translations/easy_admin.ru.yaml'), 21 => (\dirname(__DIR__4).'/translations/flashes.ru.yaml'), 22 => (\dirname(__DIR__4).'/translations/genders.ru.yaml'), 23 => (\dirname(__DIR__4).'/translations/hair_colors.ru.yaml'), 24 => (\dirname(__DIR__4).'/translations/inner_linkage_circle.ru.yaml'), 25 => (\dirname(__DIR__4).'/translations/left_menu.ru.yaml'), 26 => (\dirname(__DIR__4).'/translations/messages+intl-icu.ru.yaml'), 27 => (\dirname(__DIR__4).'/translations/messages.ru.yaml'), 28 => (\dirname(__DIR__4).'/translations/nationalities.ru.yaml'), 29 => (\dirname(__DIR__4).'/translations/phone_call_restrictions.ru.yaml'), 30 => (\dirname(__DIR__4).'/translations/private_haircuts.ru.yaml'), 31 => (\dirname(__DIR__4).'/translations/profile.ru.yaml'), 32 => (\dirname(__DIR__4).'/translations/seo_desc.ru.yaml'), 33 => (\dirname(__DIR__4).'/translations/seo_heading+intl-icu.ru.yaml'), 34 => (\dirname(__DIR__4).'/translations/seo_heading.ru.yaml'), 35 => (\dirname(__DIR__4).'/translations/service_conditions.ru.yaml'), 36 => (\dirname(__DIR__4).'/translations/service_groups.ru.yaml'), 37 => (\dirname(__DIR__4).'/translations/station_pages_linkage.ru.yaml'), 38 => (\dirname(__DIR__4).'/translations/take_out_location.ru.yaml')], 'sk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sk.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sk.xlf')], 'sl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sl.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sl.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sl.xlf')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sv.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sv.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sv.xliff')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.tr.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.tr.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.tr.xliff')], 'uk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.uk.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.uk.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.uk.xlf'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.uk.xliff')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations/validators.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations/EasyAdminBundle.zh_TW.xlf')], 'sr_RS' => [=> (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/EasyAdminBundle.sr_RS.xlf'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations/messages.sr_RS.xlf')], 'bs_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.bs_Cyrl.xlf')], 'dk' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.dk.xlf')], 'en_AU' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_AU.xlf')], 'en_CA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_CA.xlf')], 'en_GB' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_GB.xlf')], 'en_IE' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_IE.xlf')], 'en_NZ' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_NZ.xlf')], 'en_PH' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_PH.xlf')], 'en_SG' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_SG.xlf')], 'en_US' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_US.xlf')], 'en_ZA' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.en_ZA.xlf')], 'es_419' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.es_419.xlf')], 'se' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.se.xlf')], 'sr' => [=> (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations/validators.sr.xlf')], 'ky' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.ky.xliff')], 'sw' => [=> (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations/KnpPaginatorBundle.sw.xliff')]], 'scanned_directories' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations'), => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/translations'), => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/translations'), => (\dirname(__DIR__4).'/translations'), 10 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/translations'), 19 => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src/translations'), 20 => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony/translations'), 21 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/translations'), 23 => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle/translations'), 24 => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 32 => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src/translations'), 33 => (\dirname(__DIR__4).'/packages/translatable-bundle/translations'), 34 => (\dirname(__DIR__4).'/packages/porpaginas-bundle/translations'), 35 => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), 36 => (\dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src/translations'), 37 => (\dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src/translations')], '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']]], []);
  4825.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4826.         $instance->setFallbackLocales([=> 'ru']);
  4827.         return $instance;
  4828.     }
  4829.     /**
  4830.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4831.      *
  4832.      * @return \Twig\Loader\FilesystemLoader
  4833.      */
  4834.     protected function getTwig_Loader_NativeFilesystemService()
  4835.     {
  4836.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4837.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4838.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle/'), 'EasyAdmin');
  4839.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views/'), 'EasyAdmin');
  4840.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  4841.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  4842.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4843.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4844.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  4845.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  4846.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4847.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4848.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4849.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4850.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  4851.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  4852.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
  4853.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
  4854.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  4855.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  4856.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  4857.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
  4858.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
  4859.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  4860.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  4861.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  4862.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  4863.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  4864.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  4865.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  4866.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  4867.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4868.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4869.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  4870.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  4871.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  4872.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  4873.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  4874.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  4875.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  4876.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4877.         return $instance;
  4878.     }
  4879.     /**
  4880.      * Gets the private 'user_predict.cache.traceable' shared service.
  4881.      *
  4882.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4883.      */
  4884.     protected function getUserPredict_Cache_TraceableService()
  4885.     {
  4886.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4887.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4888.         $a->setLogger($b);
  4889.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Do86W3l621'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4890.         $c->setLogger($b);
  4891.         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)));
  4892.     }
  4893.     /**
  4894.      * Gets the private 'validator.builder' shared service.
  4895.      *
  4896.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4897.      */
  4898.     protected function getValidator_BuilderService()
  4899.     {
  4900.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4901.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4902.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4903.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => ['privates''App\\Validator\\Constraints\\EmailNotBlackValidator''getEmailNotBlackValidatorService'true],
  4904.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => ['privates''App\\Validator\\Constraints\\PhoneNotBlackValidator''getPhoneNotBlackValidatorService'true],
  4905.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => ['privates''App\\Validator\\Constraints\\PhoneReviewNotAddedValidator''getPhoneReviewNotAddedValidatorService'true],
  4906.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => ['privates''App\\Validator\\Constraints\\TextIsNotASpamValidator''getTextIsNotASpamValidatorService'true],
  4907.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => ['privates''App\\Validator\\Constraints\\ValidPhoneForCountryValidator''getValidPhoneForCountryValidatorService'true],
  4908.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  4909.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  4910.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  4911.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4912.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4913.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4914.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4915.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4916.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4917.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  4918.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  4919.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4920.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4921.         ], [
  4922.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => '?',
  4923.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => '?',
  4924.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => '?',
  4925.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => '?',
  4926.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => '?',
  4927.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  4928.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  4929.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  4930.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4931.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4932.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4933.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4934.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4935.             'doctrine.orm.validator.unique' => '?',
  4936.             'ewz_recaptcha.true' => '?',
  4937.             'ewz_recaptcha.v3.true' => '?',
  4938.             'security.validator.user_password' => '?',
  4939.             'validator.expression' => '?',
  4940.         ])));
  4941.         if ($this->has('translator')) {
  4942.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4943.         }
  4944.         $instance->setTranslationDomain('validators');
  4945.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4946.         $instance->enableAnnotationMapping(true);
  4947.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4948.         $instance->addMethodMapping('loadValidatorMetadata');
  4949.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4950.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4951.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4952.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.multi_website_entity_manager'] ?? $this->getDoctrine_Orm_MultiWebsiteEntityManagerService()), NULL));
  4953.         return $instance;
  4954.     }
  4955.     /**
  4956.      * Gets the private 'var_dumper.html_dumper' shared service.
  4957.      *
  4958.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4959.      */
  4960.     protected function getVarDumper_HtmlDumperService()
  4961.     {
  4962.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4963.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4964.         return $instance;
  4965.     }
  4966.     /**
  4967.      * Gets the private 'web_profiler.csp.handler' shared service.
  4968.      *
  4969.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4970.      */
  4971.     protected function getWebProfiler_Csp_HandlerService()
  4972.     {
  4973.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4974.     }
  4975.     /**
  4976.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4977.      *
  4978.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4979.      */
  4980.     protected function getWebProfiler_DebugToolbarService()
  4981.     {
  4982.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4983.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4984.             return $this->privates['web_profiler.debug_toolbar'];
  4985.         }
  4986.         $b = ($this->services['router'] ?? $this->getRouterService());
  4987.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4988.             return $this->privates['web_profiler.debug_toolbar'];
  4989.         }
  4990.         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()));
  4991.     }
  4992.     /**
  4993.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  4994.      *
  4995.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  4996.      */
  4997.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  4998.     {
  4999.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5000.             'basicConfig' => ['privates''webpack_encore.entrypoint_lookup[basicConfig]''getWebpackEncore_EntrypointLookupbasicConfigService'true],
  5001.             'nodomainConfig' => ['privates''webpack_encore.entrypoint_lookup[nodomainConfig]''getWebpackEncore_EntrypointLookupnodomainConfigService'true],
  5002.         ], [
  5003.             'basicConfig' => '?',
  5004.             'nodomainConfig' => '?',
  5005.         ]));
  5006.     }
  5007.     /**
  5008.      * Gets the public 'cache_clearer' alias.
  5009.      *
  5010.      * @return object The ".container.private.cache_clearer" service.
  5011.      */
  5012.     protected function getCacheClearerService()
  5013.     {
  5014.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5015.         return $this->get('.container.private.cache_clearer');
  5016.     }
  5017.     /**
  5018.      * Gets the public 'filesystem' alias.
  5019.      *
  5020.      * @return object The ".container.private.filesystem" service.
  5021.      */
  5022.     protected function getFilesystemService()
  5023.     {
  5024.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5025.         return $this->get('.container.private.filesystem');
  5026.     }
  5027.     /**
  5028.      * Gets the public 'serializer' alias.
  5029.      *
  5030.      * @return object The ".container.private.serializer" service.
  5031.      */
  5032.     protected function getSerializerService()
  5033.     {
  5034.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5035.         return $this->get('.container.private.serializer');
  5036.     }
  5037.     /**
  5038.      * Gets the public 'security.csrf.token_manager' alias.
  5039.      *
  5040.      * @return object The ".container.private.security.csrf.token_manager" service.
  5041.      */
  5042.     protected function getSecurity_Csrf_TokenManagerService()
  5043.     {
  5044.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5045.         return $this->get('.container.private.security.csrf.token_manager');
  5046.     }
  5047.     /**
  5048.      * Gets the public 'form.factory' alias.
  5049.      *
  5050.      * @return object The ".container.private.form.factory" service.
  5051.      */
  5052.     protected function getForm_FactoryService()
  5053.     {
  5054.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5055.         return $this->get('.container.private.form.factory');
  5056.     }
  5057.     /**
  5058.      * Gets the public 'form.type.file' alias.
  5059.      *
  5060.      * @return object The ".container.private.form.type.file" service.
  5061.      */
  5062.     protected function getForm_Type_FileService()
  5063.     {
  5064.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5065.         return $this->get('.container.private.form.type.file');
  5066.     }
  5067.     /**
  5068.      * Gets the public 'profiler' alias.
  5069.      *
  5070.      * @return object The ".container.private.profiler" service.
  5071.      */
  5072.     protected function getProfilerService()
  5073.     {
  5074.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5075.         return $this->get('.container.private.profiler');
  5076.     }
  5077.     /**
  5078.      * Gets the public 'security.authorization_checker' alias.
  5079.      *
  5080.      * @return object The ".container.private.security.authorization_checker" service.
  5081.      */
  5082.     protected function getSecurity_AuthorizationCheckerService()
  5083.     {
  5084.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5085.         return $this->get('.container.private.security.authorization_checker');
  5086.     }
  5087.     /**
  5088.      * Gets the public 'security.token_storage' alias.
  5089.      *
  5090.      * @return object The ".container.private.security.token_storage" service.
  5091.      */
  5092.     protected function getSecurity_TokenStorageService()
  5093.     {
  5094.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5095.         return $this->get('.container.private.security.token_storage');
  5096.     }
  5097.     /**
  5098.      * Gets the public 'twig' alias.
  5099.      *
  5100.      * @return object The ".container.private.twig" service.
  5101.      */
  5102.     protected function getTwigService()
  5103.     {
  5104.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5105.         return $this->get('.container.private.twig');
  5106.     }
  5107.     /**
  5108.      * Gets the public 'security.password_encoder' alias.
  5109.      *
  5110.      * @return object The ".container.private.security.password_encoder" service.
  5111.      */
  5112.     protected function getSecurity_PasswordEncoderService()
  5113.     {
  5114.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5115.         return $this->get('.container.private.security.password_encoder');
  5116.     }
  5117.     /**
  5118.      * Gets the public 'session' alias.
  5119.      *
  5120.      * @return object The ".container.private.session" service.
  5121.      */
  5122.     protected function getSessionService()
  5123.     {
  5124.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5125.         return $this->get('.container.private.session');
  5126.     }
  5127.     /**
  5128.      * Gets the public 'validator' alias.
  5129.      *
  5130.      * @return object The ".container.private.validator" service.
  5131.      */
  5132.     protected function getValidatorService()
  5133.     {
  5134.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5135.         return $this->get('.container.private.validator');
  5136.     }
  5137.     /**
  5138.      * @return array|bool|float|int|string|\UnitEnum|null
  5139.      */
  5140.     public function getParameter(string $name)
  5141.     {
  5142.         if (isset($this->buildParameters[$name])) {
  5143.             return $this->buildParameters[$name];
  5144.         }
  5145.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5146.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5147.         }
  5148.         if (isset($this->loadedDynamicParameters[$name])) {
  5149.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5150.         }
  5151.         return $this->parameters[$name];
  5152.     }
  5153.     public function hasParameter(string $name): bool
  5154.     {
  5155.         if (isset($this->buildParameters[$name])) {
  5156.             return true;
  5157.         }
  5158.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5159.     }
  5160.     public function setParameter(string $name$value): void
  5161.     {
  5162.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5163.     }
  5164.     public function getParameterBag(): ParameterBagInterface
  5165.     {
  5166.         if (null === $this->parameterBag) {
  5167.             $parameters $this->parameters;
  5168.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5169.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5170.             }
  5171.             foreach ($this->buildParameters as $name => $value) {
  5172.                 $parameters[$name] = $value;
  5173.             }
  5174.             $this->parameterBag = new FrozenParameterBag($parameters);
  5175.         }
  5176.         return $this->parameterBag;
  5177.     }
  5178.     private $loadedDynamicParameters = [
  5179.         'kernel.runtime_environment' => false,
  5180.         'kernel.build_dir' => false,
  5181.         'kernel.cache_dir' => false,
  5182.         'raw_trusted_proxies' => false,
  5183.         'env(APP_VERSION)' => false,
  5184.         'app.use_legacy_domain_redirector' => false,
  5185.         'app.redirect_paths' => false,
  5186.         'default_city' => false,
  5187.         'default_currency' => false,
  5188.         'default_timezone' => false,
  5189.         'default_timezone.city_name' => false,
  5190.         'management_timezone' => false,
  5191.         'app.main_domain' => false,
  5192.         'app.mirror_domain' => false,
  5193.         'app.approval_media_upload_domain' => false,
  5194.         'app.responsive_media_base_url' => false,
  5195.         'app.email' => false,
  5196.         'app.login.five.day' => false,
  5197.         'app.sitemap.https' => false,
  5198.         'app.sitemap.gzip' => false,
  5199.         'app.sitemap.directory' => false,
  5200.         'app.cache_prefix' => false,
  5201.         'app.cache_prefix.redis' => false,
  5202.         'app.redis_url' => false,
  5203.         'app.profile.avatar.min_width' => false,
  5204.         'app.profile.avatar.min_height' => false,
  5205.         'app.profile.image.max_side_size' => false,
  5206.         'app.profile.page.deleted_profile_http_200_starting_from' => false,
  5207.         'app.profile.page.deleted_saloon_http_200_starting_from' => false,
  5208.         'app.profile.station_page.added_profiles.spread' => false,
  5209.         'app.profile.bulk_action.max_entities_to_process_immediately' => false,
  5210.         'app.profile_approval_bonus_amount' => false,
  5211.         'app.path.video.tmp' => false,
  5212.         'app.path.video_watermark' => false,
  5213.         'app.api.vouchers.whitelist' => false,
  5214.         'oplata_info.merchant_id' => false,
  5215.         'oplata_info.merchant_password' => false,
  5216.         'stations_update.domain' => false,
  5217.         'profile_list.per_page' => false,
  5218.         'saloon_list.per_page' => false,
  5219.         'customer.preferred_profiles.per_page' => false,
  5220.         'customer.favourite_profiles.per_page' => false,
  5221.         'customer.profile_comments.per_page' => false,
  5222.         'customer.saloon_comments.per_page' => false,
  5223.         'advertiser.profiles.per_page' => false,
  5224.         'advertiser.saloons.per_page' => false,
  5225.         'advertiser.commented_profiles.per_page' => false,
  5226.         'advertiser.commented_saloons.per_page' => false,
  5227.         'advertiser.profile_comments.per_page' => false,
  5228.         'advertiser.saloon_comments.per_page' => false,
  5229.         'advertiser.support_messages.per_page' => false,
  5230.         'advertiser.phone_reviews.per_page' => false,
  5231.         'account.setting.advertiser_profile_list_per_page.variants' => false,
  5232.         'account.setting.advertiser_saloon_list_per_page.variants' => false,
  5233.         'search.form_cookie_time' => false,
  5234.         'recommendations_viewed_profiles_data_stored_count' => false,
  5235.         'bot_helper_viewed_profiles_data_stored_count' => false,
  5236.         'bot_helper_minimum_viewed_profiles_needed' => false,
  5237.         'search_profiles_by_keywords.per_page' => false,
  5238.         'linkage_circle.district_pages.random_mode' => false,
  5239.         'linkage_circle.station_pages.random_mode' => false,
  5240.         'comments.anonymous_comments_from_ip_address_per_day' => false,
  5241.         'test_data.dummy_profiles.cities_and_count' => false,
  5242.         'profile_list.bdsm_page.min_profile_services' => false,
  5243.         'ewz_recaptcha_secret' => false,
  5244.         'kernel.secret' => false,
  5245.         'kernel.trusted_proxies' => false,
  5246.         'debug.container.dump' => false,
  5247.         'serializer.mapping.cache.file' => false,
  5248.         'validator.mapping.cache.file' => false,
  5249.         'profiler.storage.dsn' => false,
  5250.         'doctrine.orm.proxy_dir' => false,
  5251.         'nelmio_cors.defaults' => false,
  5252.         'easyadmin.config' => false,
  5253.         'oneup_uploader.chunks' => false,
  5254.         'oneup_uploader.orphanage' => false,
  5255.         'oneup_uploader.config' => false,
  5256.         'ewz_recaptcha.public_key' => false,
  5257.         'ewz_recaptcha.private_key' => false,
  5258.     ];
  5259.     private $dynamicParameters = [];
  5260.     private function getDynamicParameter(string $name)
  5261.     {
  5262.         switch ($name) {
  5263.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5264.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5265.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5266.             case 'raw_trusted_proxies'$value $this->getEnv('resolve:TRUSTED_PROXIES'); break;
  5267.             case 'env(APP_VERSION)'$value $this->getEnv('trim:default::file:resolve:APP_VERSION_FILE'); break;
  5268.             case 'app.use_legacy_domain_redirector'$value $this->getEnv('USE_LEGACY_DOMAIN_REDIRECTOR'); break;
  5269.             case 'app.redirect_paths'$value $this->getEnv('resolve:REDIRECT_PATHS'); break;
  5270.             case 'default_city'$value $this->getEnv('DEFAULT_CITY'); break;
  5271.             case 'default_currency'$value $this->getEnv('DEFAULT_CURRENCY'); break;
  5272.             case 'default_timezone'$value $this->getEnv('DEFAULT_TIMEZONE'); break;
  5273.             case 'default_timezone.city_name'$value $this->getEnv('DEFAULT_TIMEZONE_CITY_NAME'); break;
  5274.             case 'management_timezone'$value $this->getEnv('MANAGEMENT_TIMEZONE'); break;
  5275.             case 'app.main_domain'$value $this->getEnv('MAIN_DOMAIN'); break;
  5276.             case 'app.mirror_domain'$value $this->getEnv('MIRROR_DOMAIN'); break;
  5277.             case 'app.approval_media_upload_domain'$value $this->getEnv('APPROVAL_MEDIA_UPLOAD_DOMAIN'); break;
  5278.             case 'app.responsive_media_base_url'$value $this->getEnv('RESPONSIVE_MEDIA_BASE_URL'); break;
  5279.             case 'app.email'$value $this->getEnv('EMAIL_FROM'); break;
  5280.             case 'app.login.five.day'$value $this->getEnv('bool:FAKE_AUTHENTICATION'); break;
  5281.             case 'app.sitemap.https'$value $this->getEnv('bool:SITEMAP_HTTPS'); break;
  5282.             case 'app.sitemap.gzip'$value $this->getEnv('bool:SITEMAP_GZIP'); break;
  5283.             case 'app.sitemap.directory'$value $this->getEnv('SITEMAP_DIRECTORY'); break;
  5284.             case 'app.cache_prefix'$value $this->getEnv('CACHE_PREFIX'); break;
  5285.             case 'app.cache_prefix.redis'$value $this->getEnv('string:CACHE_PREFIX').'|'; break;
  5286.             case 'app.redis_url'$value $this->getEnv('REDIS_URL'); break;
  5287.             case 'app.profile.avatar.min_width'$value $this->getEnv('PROFILE_AVATAR_MIN_WIDTH'); break;
  5288.             case 'app.profile.avatar.min_height'$value $this->getEnv('PROFILE_AVATAR_MIN_HEIGHT'); break;
  5289.             case 'app.profile.image.max_side_size'$value $this->getEnv('PROFILE_IMAGE_MAX_SIDE_SIZE'); break;
  5290.             case 'app.profile.page.deleted_profile_http_200_starting_from'$value $this->getEnv('DELETED_PROFILE_HTTP_200_STARTING_FROM'); break;
  5291.             case 'app.profile.page.deleted_saloon_http_200_starting_from'$value $this->getEnv('DELETED_SALOON_HTTP_200_STARTING_FROM'); break;
  5292.             case 'app.profile.station_page.added_profiles.spread'$value $this->getEnv('STATION_PAGE_ADDED_PROFILES_SPREAD'); break;
  5293.             case 'app.profile.bulk_action.max_entities_to_process_immediately'$value $this->getEnv('BULK_MAX_ENTITIES_TO_PROCESS_IMMEDIATELY'); break;
  5294.             case 'app.profile_approval_bonus_amount'$value $this->getEnv('PROFILE_APPROVAL_BONUS_AMOUNT'); break;
  5295.             case 'app.path.video.tmp'$value $this->getEnv('UPLOAD_TMP_DIRECTORY'); break;
  5296.             case 'app.path.video_watermark'$value $this->getEnv('VIDEO_WATERMARK_PATH'); break;
  5297.             case 'app.api.vouchers.whitelist'$value $this->getEnv('API_VOUCHERS_IP_WHITELIST'); break;
  5298.             case 'oplata_info.merchant_id'$value $this->getEnv('OPLATA_MERCHANT_ID'); break;
  5299.             case 'oplata_info.merchant_password'$value $this->getEnv('OPLATA_MERCHANT_PASSWORD'); break;
  5300.             case 'stations_update.domain'$value $this->getEnv('STATIONS_DATA_DOMAIN'); break;
  5301.             case 'profile_list.per_page'$value $this->getEnv('PROFILE_LIST_PER_PAGE'); break;
  5302.             case 'saloon_list.per_page'$value $this->getEnv('SALOON_LIST_PER_PAGE'); break;
  5303.             case 'customer.preferred_profiles.per_page'$value $this->getEnv('CUSTOMER_PREFERRED_PROFILES_PER_PAGE'); break;
  5304.             case 'customer.favourite_profiles.per_page'$value $this->getEnv('CUSTOMER_FAVOURITE_PROFILES_PER_PAGE'); break;
  5305.             case 'customer.profile_comments.per_page'$value $this->getEnv('CUSTOMER_PROFILE_COMMENTS_PER_PAGE'); break;
  5306.             case 'customer.saloon_comments.per_page'$value $this->getEnv('CUSTOMER_SALOON_COMMENTS_PER_PAGE'); break;
  5307.             case 'advertiser.profiles.per_page'$value $this->getEnv('ADVERTISER_PROFILES_PER_PAGE'); break;
  5308.             case 'advertiser.saloons.per_page'$value $this->getEnv('ADVERTISER_SALOONS_PER_PAGE'); break;
  5309.             case 'advertiser.commented_profiles.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_PROFILES_PER_PAGE'); break;
  5310.             case 'advertiser.commented_saloons.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_SALOONS_PER_PAGE'); break;
  5311.             case 'advertiser.profile_comments.per_page'$value $this->getEnv('ADVERTISER_PROFILE_COMMENTS_PER_PAGE'); break;
  5312.             case 'advertiser.saloon_comments.per_page'$value $this->getEnv('ADVERTISER_SALOON_COMMENTS_PER_PAGE'); break;
  5313.             case 'advertiser.support_messages.per_page'$value $this->getEnv('ADVERTISER_SUPPORT_MESSAGES_PER_PAGE'); break;
  5314.             case 'advertiser.phone_reviews.per_page'$value $this->getEnv('ADVERTISER_PHONE_REVIEWS_PER_PAGE'); break;
  5315.             case 'account.setting.advertiser_profile_list_per_page.variants'$value $this->getEnv('ADVERTISER_PROFILE_LIST_PER_PAGE_VARIANTS'); break;
  5316.             case 'account.setting.advertiser_saloon_list_per_page.variants'$value $this->getEnv('ADVERTISER_SALOON_LIST_PER_PAGE_VARIANTS'); break;
  5317.             case 'search.form_cookie_time'$value $this->getEnv('SEARCH_FORM_COOKIE_TIME'); break;
  5318.             case 'recommendations_viewed_profiles_data_stored_count'$value $this->getEnv('RECOMMENDATIONS_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5319.             case 'bot_helper_viewed_profiles_data_stored_count'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5320.             case 'bot_helper_minimum_viewed_profiles_needed'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_MINIMUM_NEEDED'); break;
  5321.             case 'search_profiles_by_keywords.per_page'$value $this->getEnv('SEARCH_BY_KEYWORDS_PER_PAGE'); break;
  5322.             case 'linkage_circle.district_pages.random_mode'$value $this->getEnv('DISTRICT_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5323.             case 'linkage_circle.station_pages.random_mode'$value $this->getEnv('STATION_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5324.             case 'comments.anonymous_comments_from_ip_address_per_day'$value $this->getEnv('ANONYMOUS_COMMENTS_FROM_IP_ADDRESS_PER_DAY'); break;
  5325.             case 'test_data.dummy_profiles.cities_and_count'$value $this->getEnv('DUMMY_PROFILES_CITIES_AND_COUNT'); break;
  5326.             case 'profile_list.bdsm_page.min_profile_services'$value $this->getEnv('MIN_PROFILE_BDSM_SERVICES_FOR_BDSM_PAGE'); break;
  5327.             case 'ewz_recaptcha_secret'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  5328.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5329.             case 'kernel.trusted_proxies'$value $this->getEnv('string:default:raw_trusted_proxies:file:resolve:TRUSTED_PROXIES_CONFIG'); break;
  5330.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelReviewDebugContainer.xml'); break;
  5331.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5332.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5333.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5334.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5335.             case 'nelmio_cors.defaults'$value = [
  5336.                 'allow_origin' => [
  5337.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  5338.                 ],
  5339.                 'allow_credentials' => false,
  5340.                 'allow_headers' => [
  5341.                     => 'content-type',
  5342.                     => 'authorization',
  5343.                 ],
  5344.                 'expose_headers' => [
  5345.                     => 'Link',
  5346.                 ],
  5347.                 'allow_methods' => [
  5348.                     => 'GET',
  5349.                     => 'OPTIONS',
  5350.                     => 'POST',
  5351.                     => 'PUT',
  5352.                     => 'PATCH',
  5353.                     => 'DELETE',
  5354.                 ],
  5355.                 'max_age' => 3600,
  5356.                 'hosts' => [
  5357.                 ],
  5358.                 'origin_regex' => true,
  5359.                 'forced_allow_origin_value' => NULL,
  5360.                 'skip_same_as_origin' => true,
  5361.             ]; break;
  5362.             case 'easyadmin.config'$value = [
  5363.                 'site_name' => $this->getEnv('MAIN_DOMAIN'),
  5364.                 'user' => [
  5365.                     'name_property_path' => 'username',
  5366.                     'display_name' => true,
  5367.                     'display_avatar' => true,
  5368.                     'avatar_property_path' => NULL,
  5369.                 ],
  5370.                 'design' => [
  5371.                     'form_theme' => [
  5372.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  5373.                         => 'EasyAdmin/form/account_form_theme.html.twig',
  5374.                         => 'EasyAdmin/city_prices/city_name.html.twig',
  5375.                     ],
  5376.                     'assets' => [
  5377.                         'css' => [
  5378.                             => 'bundles/easyadmin/bootstrap-all.css',
  5379.                         ],
  5380.                         'js' => [
  5381.                             => 'bundles/easyadmin/bootstrap-all.js',
  5382.                         ],
  5383.                         'favicon' => [
  5384.                             'path' => 'favicon.ico',
  5385.                             'mime_type' => 'image/x-icon',
  5386.                         ],
  5387.                     ],
  5388.                     'menu' => [
  5389.                         => [
  5390.                             'entity' => 'Default',
  5391.                             'default' => true,
  5392.                         ],
  5393.                         => [
  5394.                             'label' => 'Account',
  5395.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5396.                         ],
  5397.                         => [
  5398.                             'entity' => 'Account',
  5399.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5400.                         ],
  5401.                         => [
  5402.                             'entity' => 'SupportMessage',
  5403.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5404.                             'css_class' => 'SupportMessages',
  5405.                             'default' => true,
  5406.                         ],
  5407.                         => [
  5408.                             'entity' => 'PhoneReview',
  5409.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5410.                             'css_class' => 'PhoneReview',
  5411.                         ],
  5412.                         => [
  5413.                             'entity' => 'CityPrice',
  5414.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5415.                         ],
  5416.                         => [
  5417.                             'label' => 'Profile',
  5418.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5419.                         ],
  5420.                         => [
  5421.                             'entity' => 'Profile',
  5422.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5423.                         ],
  5424.                         => [
  5425.                             'entity' => 'ApprovalRequest',
  5426.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5427.                             'css_class' => 'ApprovalRequests',
  5428.                         ],
  5429.                         => [
  5430.                             'entity' => 'ProfileModeration',
  5431.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5432.                             'css_class' => 'ModerationRequests',
  5433.                         ],
  5434.                         10 => [
  5435.                             'entity' => 'Saloon',
  5436.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5437.                         ],
  5438.                         11 => [
  5439.                             'label' => 'Geo-Location',
  5440.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5441.                         ],
  5442.                         12 => [
  5443.                             'entity' => 'City',
  5444.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5445.                         ],
  5446.                         13 => [
  5447.                             'entity' => 'County',
  5448.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5449.                         ],
  5450.                         14 => [
  5451.                             'entity' => 'District',
  5452.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5453.                         ],
  5454.                         15 => [
  5455.                             'entity' => 'Station',
  5456.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5457.                         ],
  5458.                         16 => [
  5459.                             'entity' => 'SourceMapStationsLog',
  5460.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5461.                         ],
  5462.                         17 => [
  5463.                             'entity' => 'ProfileAdBoardLog',
  5464.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5465.                         ],
  5466.                         18 => [
  5467.                             'label' => 'SEO',
  5468.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5469.                         ],
  5470.                         19 => [
  5471.                             'entity' => 'PageMetadata',
  5472.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5473.                         ],
  5474.                         20 => [
  5475.                             'label' => 'Sales',
  5476.                             'role' => 'ROLE_ADMIN_ACCESS_SALES',
  5477.                         ],
  5478.                         21 => [
  5479.                             'entity' => 'Analytics',
  5480.                             'role' => 'ROLE_ADMIN_ACCESS_SALES',
  5481.                         ],
  5482.                         22 => [
  5483.                             'label' => 'Deleted',
  5484.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5485.                         ],
  5486.                         23 => [
  5487.                             'entity' => 'DeletedProfile',
  5488.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5489.                         ],
  5490.                         24 => [
  5491.                             'entity' => 'DeletedSaloon',
  5492.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5493.                         ],
  5494.                         25 => [
  5495.                             'label' => 'Other',
  5496.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5497.                         ],
  5498.                         26 => [
  5499.                             'entity' => 'OfferBar',
  5500.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5501.                         ],
  5502.                         27 => [
  5503.                             'label' => 'Walkers',
  5504.                             'role' => 'ROLE_ACCESS_WALKER',
  5505.                         ],
  5506.                         28 => [
  5507.                             'entity' => 'Customer',
  5508.                             'role' => 'ROLE_ACCESS_WALKER',
  5509.                         ],
  5510.                         29 => [
  5511.                             'entity' => 'ProfileComment',
  5512.                             'role' => 'ROLE_ACCESS_WALKER',
  5513.                         ],
  5514.                         30 => [
  5515.                             'entity' => 'SaloonComment',
  5516.                             'role' => 'ROLE_ACCESS_WALKER',
  5517.                         ],
  5518.                         31 => [
  5519.                             'label' => 'Blocked IPs',
  5520.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5521.                         ],
  5522.                         32 => [
  5523.                             'entity' => 'IpAddress',
  5524.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5525.                         ],
  5526.                         33 => [
  5527.                             'entity' => 'IpAddressDailyCommentBan',
  5528.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5529.                         ],
  5530.                         34 => [
  5531.                             'entity' => 'IpAddressPermanentCommentBan',
  5532.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5533.                         ],
  5534.                         35 => [
  5535.                             'entity' => 'IpAddressCommentBan',
  5536.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5537.                         ],
  5538.                         36 => [
  5539.                             'label' => 'Useful links',
  5540.                         ],
  5541.                         37 => [
  5542.                             'label' => 'Open '.$this->getEnv('string:MIRROR_DOMAIN'),
  5543.                             'url' => 'https://'.$this->getEnv('string:MIRROR_DOMAIN'),
  5544.                             'target' => '_blank',
  5545.                         ],
  5546.                     ],
  5547.                     'brand_color' => 'hsl(230, 55%, 60%)',
  5548.                 ],
  5549.                 'entities' => [
  5550.                     'Default' => [
  5551.                         'disabled_actions' => [
  5552.                             => 'new',
  5553.                             => 'edit',
  5554.                             => 'delete',
  5555.                         ],
  5556.                         'class' => 'App\\Entity\\Location\\City',
  5557.                         'templates' => [
  5558.                             'list' => 'EasyAdmin/default/list.html.twig',
  5559.                         ],
  5560.                         'name' => 'Default',
  5561.                     ],
  5562.                     'City' => [
  5563.                         'class' => 'App\\Entity\\Location\\City',
  5564.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5565.                         'label' => 'Cities',
  5566.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5567.                         'disabled_actions' => [
  5568.                             => 'delete',
  5569.                         ],
  5570.                         'list' => [
  5571.                             'title' => 'Cities List',
  5572.                             'form_filters' => [
  5573.                                 => [
  5574.                                     'property' => 'countryCode',
  5575.                                     'type' => 'country',
  5576.                                     'label' => 'Country',
  5577.                                 ],
  5578.                                 => [
  5579.                                     'property' => 'cityGroup',
  5580.                                     'label' => 'Group',
  5581.                                     'type' => 'choice',
  5582.                                     'type_options' => [
  5583.                                         'choices' => [
  5584.                                             'Мегаполис' => 1,
  5585.                                             'Московская область' => 2,
  5586.                                         ],
  5587.                                     ],
  5588.                                 ],
  5589.                             ],
  5590.                             'fields' => [
  5591.                                 => 'id',
  5592.                                 => [
  5593.                                     'property' => 'name',
  5594.                                     'label' => 'Name',
  5595.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5596.                                 ],
  5597.                                 => [
  5598.                                     'property' => 'uriIdentity',
  5599.                                     'label' => 'URI',
  5600.                                 ],
  5601.                                 => [
  5602.                                     'property' => 'countryCode',
  5603.                                     'label' => 'Country',
  5604.                                 ],
  5605.                                 => [
  5606.                                     'property' => 'cityGroup',
  5607.                                     'label' => 'Group',
  5608.                                     'template' => 'EasyAdmin/field_city_group.html.twig',
  5609.                                 ],
  5610.                                 => [
  5611.                                     'property' => 'mapCoordinate.latitude',
  5612.                                     'label' => 'Latitude',
  5613.                                 ],
  5614.                                 => [
  5615.                                     'property' => 'mapCoordinate.longitude',
  5616.                                     'label' => 'Longitude',
  5617.                                 ],
  5618.                                 => [
  5619.                                     'property' => 'timezone',
  5620.                                     'label' => 't.zone',
  5621.                                 ],
  5622.                                 => 'counties',
  5623.                                 => 'districts',
  5624.                                 10 => 'stations',
  5625.                             ],
  5626.                         ],
  5627.                         'form' => [
  5628.                             'form_options' => [
  5629.                                 'empty_data' => NULL,
  5630.                             ],
  5631.                             'fields' => [
  5632.                                 => [
  5633.                                     'property' => 'name',
  5634.                                     'label' => 'Name',
  5635.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5636.                                     'type_options' => [
  5637.                                         'locales' => [
  5638.                                             => 'ru',
  5639.                                             => 'en',
  5640.                                         ],
  5641.                                     ],
  5642.                                 ],
  5643.                                 => [
  5644.                                     'property' => 'uriIdentity',
  5645.                                     'label' => 'URI',
  5646.                                 ],
  5647.                                 => [
  5648.                                     'property' => 'countryCode',
  5649.                                     'label' => 'Country',
  5650.                                     'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CountryType',
  5651.                                 ],
  5652.                                 => [
  5653.                                     'property' => 'cityGroup',
  5654.                                     'label' => 'Group',
  5655.                                     'type' => 'App\\Form\\Type\\CityGroupType',
  5656.                                 ],
  5657.                                 => [
  5658.                                     'property' => 'mapCoordinate',
  5659.                                     'label' => 'Map coordinate',
  5660.                                     'type' => 'App\\Form\\Type\\MapCoordinateType',
  5661.                                 ],
  5662.                                 => [
  5663.                                     'property' => 'timezone',
  5664.                                     'label' => 'Timezone',
  5665.                                     'type' => 'App\\Form\\Type\\TimezoneType',
  5666.                                 ],
  5667.                                 => [
  5668.                                     'type' => 'group',
  5669.                                     'label' => 'City Counties',
  5670.                                 ],
  5671.                                 => [
  5672.                                     'property' => 'counties',
  5673.                                     'type' => 'embedded_list',
  5674.                                 ],
  5675.                                 => [
  5676.                                     'type' => 'group',
  5677.                                     'label' => 'City Districts',
  5678.                                 ],
  5679.                                 => [
  5680.                                     'property' => 'districts',
  5681.                                     'type' => 'embedded_list',
  5682.                                 ],
  5683.                                 10 => [
  5684.                                     'type' => 'group',
  5685.                                     'label' => 'City Stations',
  5686.                                 ],
  5687.                                 11 => [
  5688.                                     'property' => 'stations',
  5689.                                     'type' => 'embedded_list',
  5690.                                 ],
  5691.                             ],
  5692.                         ],
  5693.                         'new' => [
  5694.                             'fields' => [
  5695.                                 => '-counties',
  5696.                                 => '-districts',
  5697.                                 => '-stations',
  5698.                             ],
  5699.                         ],
  5700.                         'name' => 'City',
  5701.                     ],
  5702.                     'County' => [
  5703.                         'class' => 'App\\Entity\\Location\\County',
  5704.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5705.                         'label' => 'City Counties',
  5706.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5707.                         'disabled_actions' => [
  5708.                             => 'delete',
  5709.                         ],
  5710.                         'list' => [
  5711.                             'title' => 'City Counties List',
  5712.                             'form_filters' => [
  5713.                                 => [
  5714.                                     'property' => 'city',
  5715.                                     'label' => 'City',
  5716.                                 ],
  5717.                             ],
  5718.                             'fields' => [
  5719.                                 => 'id',
  5720.                                 => [
  5721.                                     'property' => 'name',
  5722.                                     'label' => 'Name',
  5723.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5724.                                 ],
  5725.                                 => [
  5726.                                     'property' => 'uriIdentity',
  5727.                                     'label' => 'URI',
  5728.                                 ],
  5729.                                 => 'city',
  5730.                                 => 'districts',
  5731.                                 => 'stations',
  5732.                             ],
  5733.                         ],
  5734.                         'form' => [
  5735.                             'form_options' => [
  5736.                                 'empty_data' => NULL,
  5737.                             ],
  5738.                             'fields' => [
  5739.                                 => [
  5740.                                     'property' => 'name',
  5741.                                     'label' => 'Name',
  5742.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5743.                                     'type_options' => [
  5744.                                         'locales' => [
  5745.                                             => 'ru',
  5746.                                             => 'en',
  5747.                                         ],
  5748.                                     ],
  5749.                                 ],
  5750.                                 => [
  5751.                                     'property' => 'uriIdentity',
  5752.                                     'label' => 'URI',
  5753.                                 ],
  5754.                                 => [
  5755.                                     'property' => 'city',
  5756.                                     'label' => 'City',
  5757.                                     'type_options' => [
  5758.                                         'required' => true,
  5759.                                         'group_by' => 'countryCode',
  5760.                                     ],
  5761.                                 ],
  5762.                                 => [
  5763.                                     'type' => 'group',
  5764.                                     'label' => 'City Districts',
  5765.                                 ],
  5766.                                 => [
  5767.                                     'property' => 'districts',
  5768.                                     'type' => 'embedded_list',
  5769.                                 ],
  5770.                                 => [
  5771.                                     'type' => 'group',
  5772.                                     'label' => 'City Stations',
  5773.                                 ],
  5774.                                 => [
  5775.                                     'property' => 'stations',
  5776.                                     'type' => 'embedded_list',
  5777.                                 ],
  5778.                             ],
  5779.                         ],
  5780.                         'new' => [
  5781.                             'fields' => [
  5782.                                 => '-districts',
  5783.                                 => '-stations',
  5784.                             ],
  5785.                         ],
  5786.                         'name' => 'County',
  5787.                     ],
  5788.                     'District' => [
  5789.                         'class' => 'App\\Entity\\Location\\District',
  5790.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5791.                         'label' => 'City Districts',
  5792.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5793.                         'disabled_actions' => [
  5794.                             => 'delete',
  5795.                         ],
  5796.                         'list' => [
  5797.                             'title' => 'City Districts List',
  5798.                             'form_filters' => [
  5799.                                 => [
  5800.                                     'property' => 'city',
  5801.                                     'label' => 'City',
  5802.                                 ],
  5803.                                 => [
  5804.                                     'property' => 'county',
  5805.                                     'label' => 'County',
  5806.                                 ],
  5807.                             ],
  5808.                             'fields' => [
  5809.                                 => 'id',
  5810.                                 => [
  5811.                                     'property' => 'name',
  5812.                                     'label' => 'Name',
  5813.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5814.                                 ],
  5815.                                 => [
  5816.                                     'property' => 'uriIdentity',
  5817.                                     'label' => 'URI',
  5818.                                 ],
  5819.                                 => 'city',
  5820.                                 => 'county',
  5821.                                 => 'stations',
  5822.                             ],
  5823.                         ],
  5824.                         'form' => [
  5825.                             'form_options' => [
  5826.                                 'empty_data' => NULL,
  5827.                             ],
  5828.                             'fields' => [
  5829.                                 => [
  5830.                                     'property' => 'name',
  5831.                                     'label' => 'Name',
  5832.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5833.                                     'type_options' => [
  5834.                                         'locales' => [
  5835.                                             => 'ru',
  5836.                                             => 'en',
  5837.                                         ],
  5838.                                     ],
  5839.                                 ],
  5840.                                 => [
  5841.                                     'property' => 'uriIdentity',
  5842.                                     'label' => 'URI',
  5843.                                 ],
  5844.                                 => [
  5845.                                     'property' => 'city',
  5846.                                     'label' => 'City',
  5847.                                     'type_options' => [
  5848.                                         'required' => true,
  5849.                                         'group_by' => 'countryCode',
  5850.                                     ],
  5851.                                 ],
  5852.                                 => [
  5853.                                     'property' => 'county',
  5854.                                     'label' => 'County',
  5855.                                     'type_options' => [
  5856.                                         'required' => false,
  5857.                                         'group_by' => 'city.name',
  5858.                                     ],
  5859.                                 ],
  5860.                                 => [
  5861.                                     'type' => 'group',
  5862.                                     'label' => 'City Stations',
  5863.                                 ],
  5864.                                 => [
  5865.                                     'property' => 'stations',
  5866.                                     'type' => 'embedded_list',
  5867.                                 ],
  5868.                             ],
  5869.                         ],
  5870.                         'new' => [
  5871.                             'fields' => [
  5872.                                 => '-stations',
  5873.                             ],
  5874.                         ],
  5875.                         'name' => 'District',
  5876.                     ],
  5877.                     'Station' => [
  5878.                         'class' => 'App\\Entity\\Location\\Station',
  5879.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5880.                         'label' => 'City Stations',
  5881.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5882.                         'disabled_actions' => [
  5883.                             => 'delete',
  5884.                         ],
  5885.                         'list' => [
  5886.                             'title' => 'City Stations List',
  5887.                             'form_filters' => [
  5888.                                 => [
  5889.                                     'property' => 'city',
  5890.                                     'label' => 'City',
  5891.                                 ],
  5892.                                 => [
  5893.                                     'property' => 'county',
  5894.                                     'label' => 'County',
  5895.                                 ],
  5896.                                 => [
  5897.                                     'property' => 'district',
  5898.                                     'label' => 'District',
  5899.                                 ],
  5900.                             ],
  5901.                             'fields' => [
  5902.                                 => 'id',
  5903.                                 => [
  5904.                                     'property' => 'name',
  5905.                                     'label' => 'Name',
  5906.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5907.                                 ],
  5908.                                 => [
  5909.                                     'property' => 'uriIdentity',
  5910.                                     'label' => 'URI',
  5911.                                 ],
  5912.                                 => 'city',
  5913.                                 => 'county',
  5914.                                 => 'district',
  5915.                             ],
  5916.                         ],
  5917.                         'form' => [
  5918.                             'form_options' => [
  5919.                                 'empty_data' => NULL,
  5920.                             ],
  5921.                             'fields' => [
  5922.                                 => [
  5923.                                     'property' => 'name',
  5924.                                     'label' => 'Name',
  5925.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5926.                                     'type_options' => [
  5927.                                         'locales' => [
  5928.                                             => 'ru',
  5929.                                             => 'en',
  5930.                                         ],
  5931.                                     ],
  5932.                                 ],
  5933.                                 => [
  5934.                                     'property' => 'uriIdentity',
  5935.                                     'label' => 'URI',
  5936.                                 ],
  5937.                                 => [
  5938.                                     'property' => 'city',
  5939.                                     'label' => 'City',
  5940.                                     'type_options' => [
  5941.                                         'required' => true,
  5942.                                         'group_by' => 'countryCode',
  5943.                                     ],
  5944.                                 ],
  5945.                                 => [
  5946.                                     'property' => 'county',
  5947.                                     'label' => 'County',
  5948.                                     'type_options' => [
  5949.                                         'required' => false,
  5950.                                         'group_by' => 'city.name',
  5951.                                     ],
  5952.                                 ],
  5953.                                 => [
  5954.                                     'property' => 'district',
  5955.                                     'label' => 'District',
  5956.                                     'type_options' => [
  5957.                                         'required' => false,
  5958.                                         'group_by' => 'city.name',
  5959.                                     ],
  5960.                                 ],
  5961.                             ],
  5962.                         ],
  5963.                         'name' => 'Station',
  5964.                     ],
  5965.                     'SourceMapStationsLog' => [
  5966.                         'class' => 'App\\Entity\\SourceMap\\Log\\SourceMapStationsUpdateLog',
  5967.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5968.                         'label' => 'Stations update log',
  5969.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5970.                         'disabled_actions' => [
  5971.                             => 'new',
  5972.                             => 'edit',
  5973.                             => 'delete',
  5974.                         ],
  5975.                         'list' => [
  5976.                             'title' => 'Stations update log',
  5977.                             'fields' => [
  5978.                                 => 'id',
  5979.                                 => [
  5980.                                     'property' => 'log',
  5981.                                     'label' => 'log',
  5982.                                     'template' => 'EasyAdmin/field_string_array.html.twig',
  5983.                                 ],
  5984.                                 => [
  5985.                                     'property' => 'changes',
  5986.                                     'label' => 'changes',
  5987.                                     'template' => 'EasyAdmin/source_map_stations_log/field_changes.html.twig',
  5988.                                 ],
  5989.                                 => 'date',
  5990.                             ],
  5991.                         ],
  5992.                         'name' => 'SourceMapStationsLog',
  5993.                     ],
  5994.                     'ProfileAdBoardLog' => [
  5995.                         'class' => 'App\\Entity\\Sales\\Profile\\AdBoardPlacement',
  5996.                         'controller' => 'App\\Controller\\Management\\LogController',
  5997.                         'label' => 'Profile adboard log',
  5998.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5999.                         'disabled_actions' => [
  6000.                             => 'new',
  6001.                             => 'edit',
  6002.                             => 'delete',
  6003.                         ],
  6004.                         'list' => [
  6005.                             'title' => 'Profile adboard log',
  6006.                         ],
  6007.                         'templates' => [
  6008.                             'list' => 'EasyAdmin/log/list.html.twig',
  6009.                         ],
  6010.                         'name' => 'ProfileAdBoardLog',
  6011.                     ],
  6012.                     'Account' => [
  6013.                         'class' => 'App\\Entity\\Account\\Advertiser',
  6014.                         'controller' => 'App\\Controller\\Management\\AccountController',
  6015.                         'label' => 'Accounts',
  6016.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6017.                         'disabled_actions' => [
  6018.                             => 'delete',
  6019.                         ],
  6020.                         'embeddedList' => [
  6021.                             'open_new_tab' => true,
  6022.                         ],
  6023.                         'list' => [
  6024.                             'title' => 'Accounts List',
  6025.                             'fields' => [
  6026.                                 => [
  6027.                                     'property' => 'id',
  6028.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6029.                                 ],
  6030.                                 => 'email',
  6031.                                 => 'nickName',
  6032.                                 => 'country',
  6033.                                 => [
  6034.                                     'property' => 'city.name',
  6035.                                     'label' => 'City',
  6036.                                 ],
  6037.                                 => [
  6038.                                     'property' => 'currentBalance',
  6039.                                     'label' => 'Balance',
  6040.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6041.                                 ],
  6042.                                 => [
  6043.                                     'property' => 'enabled',
  6044.                                     'type' => 'boolean',
  6045.                                 ],
  6046.                                 => [
  6047.                                     'property' => 'trusted',
  6048.                                     'type' => 'boolean',
  6049.                                 ],
  6050.                             ],
  6051.                         ],
  6052.                         'show' => [
  6053.                             'fields' => [
  6054.                                 => 'email',
  6055.                                 => 'nickName',
  6056.                                 => [
  6057.                                     'property' => 'enabled',
  6058.                                     'type' => 'boolean',
  6059.                                 ],
  6060.                                 => [
  6061.                                     'property' => 'city.name',
  6062.                                     'label' => 'City',
  6063.                                 ],
  6064.                                 => [
  6065.                                     'property' => 'country',
  6066.                                     'label' => 'Country',
  6067.                                     'type' => 'country',
  6068.                                 ],
  6069.                                 => [
  6070.                                     'property' => 'currentBalance',
  6071.                                     'label' => 'Balance',
  6072.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6073.                                 ],
  6074.                             ],
  6075.                         ],
  6076.                         'form' => [
  6077.                             'form_options' => [
  6078.                                 'validation_groups' => [
  6079.                                     => 'Edit',
  6080.                                 ],
  6081.                             ],
  6082.                             'fields' => [
  6083.                                 => [
  6084.                                     'type' => 'tab',
  6085.                                     'label' => 'Account information',
  6086.                                 ],
  6087.                                 => [
  6088.                                     'type' => 'group',
  6089.                                     'label' => 'General information',
  6090.                                     'columns' => 4,
  6091.                                 ],
  6092.                                 => 'email',
  6093.                                 => 'nickName',
  6094.                                 => 'notes',
  6095.                                 => [
  6096.                                     'property' => 'enabled',
  6097.                                     'type_options' => [
  6098.                                         'required' => false,
  6099.                                     ],
  6100.                                 ],
  6101.                                 => [
  6102.                                     'property' => 'trusted',
  6103.                                     'type_options' => [
  6104.                                         'required' => false,
  6105.                                     ],
  6106.                                 ],
  6107.                                 => [
  6108.                                     'property' => 'currentBalance',
  6109.                                     'type' => 'text',
  6110.                                     'type_options' => [
  6111.                                         'block_name' => 'current_balance',
  6112.                                         'mapped' => false,
  6113.                                     ],
  6114.                                 ],
  6115.                                 => [
  6116.                                     'type' => 'group',
  6117.                                     'label' => 'Ban',
  6118.                                     'columns' => 4,
  6119.                                 ],
  6120.                                 => [
  6121.                                     'property' => 'ban',
  6122.                                     'label' => ' ',
  6123.                                     'type' => 'App\\Form\\Type\\AdvertiserBanType',
  6124.                                     'type_options' => [
  6125.                                         'required' => false,
  6126.                                         'mapped' => false,
  6127.                                     ],
  6128.                                 ],
  6129.                                 10 => [
  6130.                                     'type' => 'group',
  6131.                                     'label' => 'Geo Location',
  6132.                                     'columns' => 4,
  6133.                                 ],
  6134.                                 11 => [
  6135.                                     'property' => 'city',
  6136.                                     'type_options' => [
  6137.                                         'group_by' => 'countryCode',
  6138.                                     ],
  6139.                                 ],
  6140.                                 12 => [
  6141.                                     'property' => 'country',
  6142.                                     'label' => 'Country',
  6143.                                     'type_options' => [
  6144.                                         'disabled' => true,
  6145.                                     ],
  6146.                                     'help' => 'Will be set according to the selected city.',
  6147.                                 ],
  6148.                                 13 => [
  6149.                                     'type' => 'group',
  6150.                                     'label' => 'Pin-codes',
  6151.                                     'columns' => 6,
  6152.                                 ],
  6153.                                 14 => [
  6154.                                     'property' => 'Manually_Redeem_Pin-code',
  6155.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm',
  6156.                                 ],
  6157.                                 15 => [
  6158.                                     'type' => 'group',
  6159.                                     'label' => 'Enrollments',
  6160.                                     'columns' => 6,
  6161.                                 ],
  6162.                                 16 => [
  6163.                                     'property' => 'Enroll_Money',
  6164.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm',
  6165.                                 ],
  6166.                                 17 => [
  6167.                                     'type' => 'tab',
  6168.                                     'label' => 'Ads',
  6169.                                 ],
  6170.                                 18 => [
  6171.                                     'type' => 'tab',
  6172.                                     'label' => 'Finance Transactions',
  6173.                                 ],
  6174.                             ],
  6175.                         ],
  6176.                         'templates' => [
  6177.                             'edit' => 'EasyAdmin/account/edit.html.twig',
  6178.                         ],
  6179.                         'name' => 'Account',
  6180.                     ],
  6181.                     'Customer' => [
  6182.                         'class' => 'App\\Entity\\Account\\Customer',
  6183.                         'controller' => 'App\\Controller\\Management\\CustomerController',
  6184.                         'label' => 'Users',
  6185.                         'role' => 'ROLE_ACCESS_WALKER',
  6186.                         'disabled_actions' => [
  6187.                             => 'delete',
  6188.                         ],
  6189.                         'list' => [
  6190.                             'title' => 'Walkers List',
  6191.                             'fields' => [
  6192.                                 => [
  6193.                                     'property' => 'id',
  6194.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6195.                                 ],
  6196.                                 => 'email',
  6197.                                 => 'nickName',
  6198.                                 => 'country',
  6199.                                 => [
  6200.                                     'property' => 'city.name',
  6201.                                     'label' => 'City',
  6202.                                 ],
  6203.                                 => [
  6204.                                     'property' => 'enabled',
  6205.                                     'type' => 'toggle',
  6206.                                 ],
  6207.                             ],
  6208.                         ],
  6209.                         'show' => [
  6210.                             'fields' => [
  6211.                                 => 'email',
  6212.                                 => 'nickName',
  6213.                                 => [
  6214.                                     'property' => 'enabled',
  6215.                                     'type' => 'boolean',
  6216.                                 ],
  6217.                                 => [
  6218.                                     'property' => 'city.name',
  6219.                                     'label' => 'City',
  6220.                                 ],
  6221.                                 => [
  6222.                                     'property' => 'country',
  6223.                                     'label' => 'Country',
  6224.                                     'type' => 'country',
  6225.                                 ],
  6226.                             ],
  6227.                         ],
  6228.                         'form' => [
  6229.                             'form_options' => [
  6230.                                 'validation_groups' => [
  6231.                                     => 'Edit',
  6232.                                 ],
  6233.                             ],
  6234.                             'fields' => [
  6235.                                 => [
  6236.                                     'type' => 'tab',
  6237.                                     'label' => 'Walker information',
  6238.                                 ],
  6239.                                 => [
  6240.                                     'type' => 'group',
  6241.                                     'label' => 'General information',
  6242.                                     'columns' => 6,
  6243.                                 ],
  6244.                                 => 'email',
  6245.                                 => 'nickName',
  6246.                                 => 'notes',
  6247.                                 => [
  6248.                                     'property' => 'enabled',
  6249.                                     'type_options' => [
  6250.                                         'required' => false,
  6251.                                     ],
  6252.                                 ],
  6253.                                 => [
  6254.                                     'type' => 'group',
  6255.                                     'label' => 'Ban',
  6256.                                 ],
  6257.                                 => [
  6258.                                     'property' => 'ban',
  6259.                                     'label' => ' ',
  6260.                                     'type' => 'App\\Form\\Type\\CustomerBanType',
  6261.                                     'type_options' => [
  6262.                                         'required' => false,
  6263.                                         'mapped' => false,
  6264.                                     ],
  6265.                                 ],
  6266.                                 => [
  6267.                                     'type' => 'group',
  6268.                                     'label' => 'Geo Location',
  6269.                                     'columns' => 6,
  6270.                                 ],
  6271.                                 => [
  6272.                                     'property' => 'city',
  6273.                                     'type_options' => [
  6274.                                         'group_by' => 'countryCode',
  6275.                                     ],
  6276.                                 ],
  6277.                                 10 => [
  6278.                                     'property' => 'country',
  6279.                                     'label' => 'Country',
  6280.                                     'type_options' => [
  6281.                                         'disabled' => true,
  6282.                                     ],
  6283.                                     'help' => 'Will be set according to the selected city.',
  6284.                                 ],
  6285.                                 11 => [
  6286.                                     'type' => 'group',
  6287.                                     'label' => 'Walker reviews',
  6288.                                 ],
  6289.                                 12 => [
  6290.                                     'property' => 'profile_comments',
  6291.                                     'type' => 'embedded_list',
  6292.                                     'type_options' => [
  6293.                                         'mapped' => false,
  6294.                                         'entity' => 'ProfileComment',
  6295.                                         'ext_filters' => [
  6296.                                             'entity.user' => 'form:parent.data.id',
  6297.                                         ],
  6298.                                     ],
  6299.                                 ],
  6300.                                 13 => [
  6301.                                     'property' => 'saloon_comments',
  6302.                                     'type' => 'embedded_list',
  6303.                                     'type_options' => [
  6304.                                         'mapped' => false,
  6305.                                         'entity' => 'SaloonComment',
  6306.                                         'ext_filters' => [
  6307.                                             'entity.user' => 'form:parent.data.id',
  6308.                                         ],
  6309.                                     ],
  6310.                                 ],
  6311.                             ],
  6312.                         ],
  6313.                         'templates' => [
  6314.                             'edit' => 'EasyAdmin/customer/edit.html.twig',
  6315.                         ],
  6316.                         'name' => 'Customer',
  6317.                     ],
  6318.                     'ProfileComment' => [
  6319.                         'class' => 'App\\Entity\\Profile\\Comment\\CommentByCustomer',
  6320.                         'controller' => 'App\\Controller\\Management\\ProfileCommentController',
  6321.                         'label' => 'Girls reviews',
  6322.                         'role' => 'ROLE_ACCESS_WALKER',
  6323.                         'disabled_actions' => [
  6324.                             => 'new',
  6325.                             => 'delete',
  6326.                         ],
  6327.                         'search' => [
  6328.                             'fields' => [
  6329.                                 => 'profile.owner.nickName',
  6330.                                 => 'profile.name',
  6331.                                 => 'user.nickName',
  6332.                                 => 'text',
  6333.                                 => 'ipAddress.ip',
  6334.                             ],
  6335.                         ],
  6336.                         'list' => [
  6337.                             'batch_actions' => [
  6338.                                 => [
  6339.                                     'name' => 'restore',
  6340.                                     'label' => 'Восстановить',
  6341.                                     'ask_confirm' => true,
  6342.                                 ],
  6343.                                 => [
  6344.                                     'name' => 'softDelete',
  6345.                                     'label' => 'Удалить',
  6346.                                     'ask_confirm' => true,
  6347.                                 ],
  6348.                             ],
  6349.                             'max_results' => 50,
  6350.                             'title' => 'Girls Reviews',
  6351.                             'fields' => [
  6352.                                 => [
  6353.                                     'property' => 'id',
  6354.                                     'label' => 'id',
  6355.                                 ],
  6356.                                 => [
  6357.                                     'property' => 'profile.owner.nickname',
  6358.                                     'label' => 'Profile owner',
  6359.                                     'template' => 'EasyAdmin/comment/field_owner_name.html.twig',
  6360.                                 ],
  6361.                                 => [
  6362.                                     'property' => 'profile.name',
  6363.                                     'label' => 'Profile name',
  6364.                                     'template' => 'EasyAdmin/comment/field_profile_name.html.twig',
  6365.                                 ],
  6366.                                 => [
  6367.                                     'property' => 'user.nickName',
  6368.                                     'label' => 'Walker',
  6369.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6370.                                 ],
  6371.                                 => [
  6372.                                     'property' => 'text',
  6373.                                     'label' => 'Review',
  6374.                                 ],
  6375.                                 => [
  6376.                                     'property' => 'profile.city.name',
  6377.                                     'label' => 'City',
  6378.                                 ],
  6379.                                 => [
  6380.                                     'property' => 'createdAt',
  6381.                                     'label' => 'Created',
  6382.                                 ],
  6383.                                 => [
  6384.                                     'property' => 'ipAddress.ip',
  6385.                                     'label' => 'IP',
  6386.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6387.                                 ],
  6388.                                 => [
  6389.                                     'property' => 'deleted',
  6390.                                     'label' => 'Deleted',
  6391.                                     'type' => 'boolean',
  6392.                                 ],
  6393.                                 => [
  6394.                                     'property' => 'mark',
  6395.                                     'label' => 'Mark',
  6396.                                 ],
  6397.                                 10 => [
  6398.                                     'property' => 'isCommentedBySupport',
  6399.                                     'label' => 'Replied',
  6400.                                     'type' => 'boolean',
  6401.                                 ],
  6402.                             ],
  6403.                             'actions' => [
  6404.                                 => [
  6405.                                     'name' => 'edit',
  6406.                                     'label' => 'Редактировать',
  6407.                                 ],
  6408.                                 => [
  6409.                                     'name' => 'restore',
  6410.                                     'label' => 'Восстановить',
  6411.                                 ],
  6412.                                 => [
  6413.                                     'name' => 'softDelete',
  6414.                                     'label' => 'Удалить',
  6415.                                 ],
  6416.                             ],
  6417.                         ],
  6418.                         'edit' => [
  6419.                             'fields' => [
  6420.                                 => [
  6421.                                     'property' => 'id',
  6422.                                     'label' => 'id',
  6423.                                     'type_options' => [
  6424.                                         'disabled' => true,
  6425.                                     ],
  6426.                                 ],
  6427.                                 => [
  6428.                                     'property' => 'createdAt',
  6429.                                     'label' => 'Date',
  6430.                                     'type_options' => [
  6431.                                         'disabled' => true,
  6432.                                     ],
  6433.                                 ],
  6434.                                 => [
  6435.                                     'property' => 'text',
  6436.                                     'label' => 'Review',
  6437.                                 ],
  6438.                                 => [
  6439.                                     'property' => 'mark',
  6440.                                     'label' => 'Mark',
  6441.                                     'type' => 'App\\Form\\Type\\ProfileCommentMarkChoiceType',
  6442.                                 ],
  6443.                                 => [
  6444.                                     'property' => 'ipAddress',
  6445.                                     'label' => 'IP',
  6446.                                     'type_options' => [
  6447.                                         'disabled' => true,
  6448.                                     ],
  6449.                                     'css_class' => 'comment-ip-address',
  6450.                                 ],
  6451.                             ],
  6452.                         ],
  6453.                         'templates' => [
  6454.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6455.                         ],
  6456.                         'name' => 'ProfileComment',
  6457.                     ],
  6458.                     'SaloonComment' => [
  6459.                         'class' => 'App\\Entity\\Saloon\\Comment\\CommentByCustomer',
  6460.                         'controller' => 'App\\Controller\\Management\\SaloonCommentController',
  6461.                         'label' => 'Saloons reviews',
  6462.                         'role' => 'ROLE_ACCESS_WALKER',
  6463.                         'disabled_actions' => [
  6464.                             => 'new',
  6465.                             => 'delete',
  6466.                         ],
  6467.                         'search' => [
  6468.                             'fields' => [
  6469.                                 => 'saloon.owner.nickName',
  6470.                                 => 'saloon.name',
  6471.                                 => 'user.nickName',
  6472.                                 => 'text',
  6473.                                 => 'ipAddress.ip',
  6474.                             ],
  6475.                         ],
  6476.                         'list' => [
  6477.                             'batch_actions' => [
  6478.                                 => [
  6479.                                     'name' => 'restore',
  6480.                                     'label' => 'Восстановить',
  6481.                                     'ask_confirm' => true,
  6482.                                 ],
  6483.                                 => [
  6484.                                     'name' => 'softDelete',
  6485.                                     'label' => 'Удалить',
  6486.                                     'ask_confirm' => true,
  6487.                                 ],
  6488.                             ],
  6489.                             'max_results' => 50,
  6490.                             'title' => 'Saloons Reviews',
  6491.                             'fields' => [
  6492.                                 => [
  6493.                                     'property' => 'id',
  6494.                                     'label' => 'id',
  6495.                                 ],
  6496.                                 => [
  6497.                                     'property' => 'saloon.name',
  6498.                                     'label' => 'Name',
  6499.                                     'template' => 'EasyAdmin/comment/field_saloon_name.html.twig',
  6500.                                 ],
  6501.                                 => [
  6502.                                     'property' => 'user.nickName',
  6503.                                     'label' => 'Walker',
  6504.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6505.                                 ],
  6506.                                 => [
  6507.                                     'property' => 'text',
  6508.                                     'label' => 'Review',
  6509.                                 ],
  6510.                                 => [
  6511.                                     'property' => 'saloon.city.name',
  6512.                                     'label' => 'City',
  6513.                                 ],
  6514.                                 => [
  6515.                                     'property' => 'createdAt',
  6516.                                     'label' => 'Created',
  6517.                                 ],
  6518.                                 => [
  6519.                                     'property' => 'ipAddress.ip',
  6520.                                     'label' => 'IP',
  6521.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6522.                                 ],
  6523.                                 => [
  6524.                                     'property' => 'deleted',
  6525.                                     'label' => 'Deleted',
  6526.                                     'type' => 'boolean',
  6527.                                 ],
  6528.                                 => [
  6529.                                     'property' => 'mark',
  6530.                                     'label' => 'Mark',
  6531.                                 ],
  6532.                                 => [
  6533.                                     'property' => 'isCommentedBySupport',
  6534.                                     'label' => 'Replied',
  6535.                                     'type' => 'boolean',
  6536.                                 ],
  6537.                             ],
  6538.                             'actions' => [
  6539.                                 => [
  6540.                                     'name' => 'edit',
  6541.                                     'label' => 'Редактировать',
  6542.                                 ],
  6543.                                 => [
  6544.                                     'name' => 'restore',
  6545.                                     'label' => 'Восстановить',
  6546.                                 ],
  6547.                                 => [
  6548.                                     'name' => 'softDelete',
  6549.                                     'label' => 'Удалить',
  6550.                                 ],
  6551.                             ],
  6552.                         ],
  6553.                         'edit' => [
  6554.                             'fields' => [
  6555.                                 => [
  6556.                                     'property' => 'id',
  6557.                                     'label' => 'id',
  6558.                                     'type_options' => [
  6559.                                         'disabled' => true,
  6560.                                     ],
  6561.                                 ],
  6562.                                 => [
  6563.                                     'property' => 'createdAt',
  6564.                                     'label' => 'Date',
  6565.                                     'type_options' => [
  6566.                                         'disabled' => true,
  6567.                                     ],
  6568.                                 ],
  6569.                                 => [
  6570.                                     'property' => 'text',
  6571.                                     'label' => 'Review',
  6572.                                 ],
  6573.                                 => [
  6574.                                     'property' => 'mark',
  6575.                                     'label' => 'Mark',
  6576.                                     'type' => 'App\\Form\\Type\\SaloonCommentMarkChoiceType',
  6577.                                 ],
  6578.                                 => [
  6579.                                     'property' => 'ipAddress',
  6580.                                     'label' => 'IP',
  6581.                                     'type_options' => [
  6582.                                         'disabled' => true,
  6583.                                     ],
  6584.                                     'css_class' => 'comment-ip-address',
  6585.                                 ],
  6586.                             ],
  6587.                         ],
  6588.                         'templates' => [
  6589.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6590.                         ],
  6591.                         'name' => 'SaloonComment',
  6592.                     ],
  6593.                     'Transactions' => [
  6594.                         'class' => 'App\\Entity\\Sales\\AccountTransaction',
  6595.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6596.                         'disabled_actions' => [
  6597.                             => 'new',
  6598.                             => 'edit',
  6599.                             => 'delete',
  6600.                         ],
  6601.                         'list' => [
  6602.                             'fields' => [
  6603.                                 => 'id',
  6604.                                 => [
  6605.                                     'property' => 'account',
  6606.                                     'label' => 'Account',
  6607.                                 ],
  6608.                                 => [
  6609.                                     'property' => 'date',
  6610.                                     'label' => 'Date',
  6611.                                 ],
  6612.                                 => [
  6613.                                     'property' => 'money',
  6614.                                     'label' => 'Money amount',
  6615.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6616.                                 ],
  6617.                             ],
  6618.                         ],
  6619.                         'name' => 'Transactions',
  6620.                     ],
  6621.                     'Payments' => [
  6622.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  6623.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6624.                         'disabled_actions' => [
  6625.                             => 'new',
  6626.                             => 'edit',
  6627.                             => 'delete',
  6628.                         ],
  6629.                         'list' => [
  6630.                             'fields' => [
  6631.                                 => 'id',
  6632.                                 => [
  6633.                                     'property' => 'account',
  6634.                                     'label' => 'Account',
  6635.                                 ],
  6636.                                 => [
  6637.                                     'property' => 'date',
  6638.                                     'label' => 'Date',
  6639.                                 ],
  6640.                                 => [
  6641.                                     'property' => 'paidMoney',
  6642.                                     'label' => 'Paid',
  6643.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6644.                                 ],
  6645.                                 => [
  6646.                                     'property' => 'enrolledMoney',
  6647.                                     'label' => 'Enrolled',
  6648.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6649.                                 ],
  6650.                                 => [
  6651.                                     'property' => 'redeemedToken',
  6652.                                     'label' => 'Pin-code',
  6653.                                 ],
  6654.                                 => [
  6655.                                     'property' => 'enrolledByDescription',
  6656.                                     'label' => 'Enrolled By',
  6657.                                 ],
  6658.                             ],
  6659.                         ],
  6660.                         'name' => 'Payments',
  6661.                     ],
  6662.                     'Charges' => [
  6663.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  6664.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6665.                         'disabled_actions' => [
  6666.                             => 'new',
  6667.                             => 'edit',
  6668.                             => 'delete',
  6669.                         ],
  6670.                         'list' => [
  6671.                             'fields' => [
  6672.                                 => 'id',
  6673.                                 => [
  6674.                                     'property' => 'account',
  6675.                                     'label' => 'Account',
  6676.                                 ],
  6677.                                 => [
  6678.                                     'property' => 'date',
  6679.                                     'label' => 'Date',
  6680.                                 ],
  6681.                                 => [
  6682.                                     'property' => 'chargedMoney',
  6683.                                     'label' => 'Charged',
  6684.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6685.                                 ],
  6686.                                 => [
  6687.                                     'property' => 'link',
  6688.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  6689.                                 ],
  6690.                                 => [
  6691.                                     'property' => 'price',
  6692.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  6693.                                 ],
  6694.                                 => [
  6695.                                     'property' => 'placementStart',
  6696.                                 ],
  6697.                                 => [
  6698.                                     'property' => 'placementEnd',
  6699.                                 ],
  6700.                             ],
  6701.                         ],
  6702.                         'name' => 'Charges',
  6703.                     ],
  6704.                     'Profile' => [
  6705.                         'class' => 'App\\Entity\\Profile\\Profile',
  6706.                         'controller' => 'App\\Controller\\Management\\ProfileController',
  6707.                         'label' => 'Profiles',
  6708.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  6709.                         'disabled_actions' => [
  6710.                             => 'new',
  6711.                         ],
  6712.                         'list' => [
  6713.                             'title' => 'Profiles List',
  6714.                             'fields' => [
  6715.                                 => [
  6716.                                     'property' => 'id',
  6717.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6718.                                 ],
  6719.                                 => [
  6720.                                     'property' => 'name',
  6721.                                     'label' => 'Name',
  6722.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  6723.                                     'css_class' => 'profile_name_link',
  6724.                                 ],
  6725.                                 => [
  6726.                                     'property' => 'phoneNumber',
  6727.                                     'label' => 'Phone',
  6728.                                 ],
  6729.                                 => [
  6730.                                     'property' => 'city.name',
  6731.                                     'label' => 'City',
  6732.                                 ],
  6733.                                 => [
  6734.                                     'property' => 'owner.nickname',
  6735.                                     'label' => 'Owner',
  6736.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  6737.                                 ],
  6738.                                 => 'createdAt',
  6739.                                 => [
  6740.                                     'property' => 'approved',
  6741.                                     'type' => 'boolean',
  6742.                                 ],
  6743.                                 => [
  6744.                                     'property' => 'isDeleted',
  6745.                                     'type' => 'boolean',
  6746.                                     'label' => 'Deleted',
  6747.                                 ],
  6748.                                 => [
  6749.                                     'property' => 'moderationStatus',
  6750.                                     'type' => 'boolean',
  6751.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  6752.                                 ],
  6753.                                 => [
  6754.                                     'property' => 'isMediaProcessed',
  6755.                                     'type' => 'boolean',
  6756.                                     'label' => 'All video processed',
  6757.                                 ],
  6758.                             ],
  6759.                         ],
  6760.                         'form' => [
  6761.                             'form_options' => [
  6762.                                 'validation_groups' => [
  6763.                                     => 'Edit',
  6764.                                 ],
  6765.                             ],
  6766.                         ],
  6767.                         'templates' => [
  6768.                             'list' => 'EasyAdmin/profiles/list.html.twig',
  6769.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  6770.                         ],
  6771.                         'name' => 'Profile',
  6772.                     ],
  6773.                     'Saloon' => [
  6774.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  6775.                         'controller' => 'App\\Controller\\Management\\SaloonController',
  6776.                         'label' => 'Saloons',
  6777.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  6778.                         'disabled_actions' => [
  6779.                             => 'new',
  6780.                         ],
  6781.                         'list' => [
  6782.                             'title' => 'Saloons List',
  6783.                             'fields' => [
  6784.                                 => [
  6785.                                     'property' => 'id',
  6786.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6787.                                 ],
  6788.                                 => [
  6789.                                     'property' => 'name',
  6790.                                     'label' => 'Name',
  6791.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  6792.                                     'css_class' => 'profile_name_link',
  6793.                                 ],
  6794.                                 => [
  6795.                                     'property' => 'phoneNumber',
  6796.                                     'label' => 'Phone',
  6797.                                 ],
  6798.                                 => [
  6799.                                     'property' => 'city.name',
  6800.                                     'label' => 'City',
  6801.                                 ],
  6802.                                 => [
  6803.                                     'property' => 'owner.nickname',
  6804.                                     'label' => 'Owner',
  6805.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  6806.                                 ],
  6807.                                 => 'createdAt',
  6808.                                 => [
  6809.                                     'property' => 'isDeleted',
  6810.                                     'type' => 'boolean',
  6811.                                     'label' => 'Deleted',
  6812.                                 ],
  6813.                                 => [
  6814.                                     'property' => 'isMediaProcessed',
  6815.                                     'type' => 'boolean',
  6816.                                     'label' => 'All video processed',
  6817.                                 ],
  6818.                             ],
  6819.                         ],
  6820.                         'form' => [
  6821.                             'form_options' => [
  6822.                                 'validation_groups' => [
  6823.                                     => 'Edit',
  6824.                                 ],
  6825.                             ],
  6826.                         ],
  6827.                         'templates' => [
  6828.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  6829.                         ],
  6830.                         'name' => 'Saloon',
  6831.                     ],
  6832.                     'PageMetadata' => [
  6833.                         'class' => 'App\\Entity\\SEO\\PageMetadata',
  6834.                         'controller' => 'App\\Controller\\Management\\PageMetadataController',
  6835.                         'label' => 'Pages SEO',
  6836.                         'role' => 'ROLE_ADMIN_ACCESS_SEO',
  6837.                         'list' => [
  6838.                             'title' => 'Pages SEO',
  6839.                             'form_filters' => [
  6840.                                 => [
  6841.                                     'property' => 'city',
  6842.                                     'label' => 'City',
  6843.                                 ],
  6844.                             ],
  6845.                             'fields' => [
  6846.                                 => [
  6847.                                     'property' => 'city.name',
  6848.                                     'label' => 'City',
  6849.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6850.                                 ],
  6851.                                 => [
  6852.                                     'property' => 'uri',
  6853.                                     'label' => 'Page URI',
  6854.                                 ],
  6855.                                 => [
  6856.                                     'property' => 'hasPageHeading',
  6857.                                     'type' => 'boolean',
  6858.                                     'label' => '&lt;h1&gt;',
  6859.                                 ],
  6860.                                 => [
  6861.                                     'property' => 'hasMetaTitle',
  6862.                                     'type' => 'boolean',
  6863.                                     'label' => '&lt;title&gt;',
  6864.                                 ],
  6865.                                 => [
  6866.                                     'property' => 'hasMetaDescription',
  6867.                                     'type' => 'boolean',
  6868.                                     'label' => '&lt;meta description&gt;',
  6869.                                 ],
  6870.                                 => [
  6871.                                     'property' => 'hasMetaKeywords',
  6872.                                     'type' => 'boolean',
  6873.                                     'label' => '&lt;meta keywords&gt;',
  6874.                                 ],
  6875.                                 => [
  6876.                                     'property' => 'hasTopHtml',
  6877.                                     'type' => 'boolean',
  6878.                                     'label' => 'Top block',
  6879.                                 ],
  6880.                                 => [
  6881.                                     'property' => 'hasBottomHtml',
  6882.                                     'type' => 'boolean',
  6883.                                     'label' => 'Bottom block',
  6884.                                 ],
  6885.                             ],
  6886.                         ],
  6887.                         'form' => [
  6888.                             'title' => 'Page SEO (#%entity_id%)',
  6889.                             'fields' => [
  6890.                                 => [
  6891.                                     'property' => 'city',
  6892.                                     'label' => 'City',
  6893.                                     'type_options' => [
  6894.                                         'required' => true,
  6895.                                     ],
  6896.                                 ],
  6897.                                 => [
  6898.                                     'property' => 'uri',
  6899.                                     'label' => 'Page URI',
  6900.                                 ],
  6901.                                 => [
  6902.                                     'type' => 'section',
  6903.                                     'label' => 'On page texts',
  6904.                                 ],
  6905.                                 => [
  6906.                                     'property' => 'pageHeading',
  6907.                                     'label' => 'Page heading',
  6908.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6909.                                     'type_options' => [
  6910.                                         'locales' => [
  6911.                                             => 'ru',
  6912.                                             => 'en',
  6913.                                         ],
  6914.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  6915.                                     ],
  6916.                                     'help' => 'Usual placement is &lt;h1&gt; tag. Supports <strong>only plain text</strong>.',
  6917.                                 ],
  6918.                                 => [
  6919.                                     'type' => 'section',
  6920.                                     'label' => 'Meta texts',
  6921.                                 ],
  6922.                                 => [
  6923.                                     'property' => 'metaTitle',
  6924.                                     'label' => 'Page title',
  6925.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6926.                                     'type_options' => [
  6927.                                         'locales' => [
  6928.                                             => 'ru',
  6929.                                             => 'en',
  6930.                                         ],
  6931.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  6932.                                     ],
  6933.                                     'help' => 'Placed within &lt;title&gt; tag. Supports <strong>only plain text</strong>.',
  6934.                                 ],
  6935.                                 => [
  6936.                                     'property' => 'metaDescription',
  6937.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6938.                                     'type_options' => [
  6939.                                         'locales' => [
  6940.                                             => 'ru',
  6941.                                             => 'en',
  6942.                                         ],
  6943.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  6944.                                     ],
  6945.                                     'help' => 'Supports <strong>only plain text</strong>.',
  6946.                                 ],
  6947.                                 => [
  6948.                                     'property' => 'metaKeywords',
  6949.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6950.                                     'type_options' => [
  6951.                                         'locales' => [
  6952.                                             => 'ru',
  6953.                                             => 'en',
  6954.                                         ],
  6955.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  6956.                                     ],
  6957.                                     'help' => 'Supports <strong>only plain text</strong>.',
  6958.                                 ],
  6959.                                 => [
  6960.                                     'type' => 'section',
  6961.                                     'label' => 'HTML blocks',
  6962.                                 ],
  6963.                                 => [
  6964.                                     'property' => 'topHtml',
  6965.                                     'label' => 'Top block',
  6966.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6967.                                     'type_options' => [
  6968.                                         'locales' => [
  6969.                                             => 'ru',
  6970.                                             => 'en',
  6971.                                         ],
  6972.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  6973.                                     ],
  6974.                                     'help' => 'Placed at the top of the page. Supports HTML markup.',
  6975.                                 ],
  6976.                                 10 => [
  6977.                                     'property' => 'bottomHtml',
  6978.                                     'label' => 'Bottom block',
  6979.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6980.                                     'type_options' => [
  6981.                                         'locales' => [
  6982.                                             => 'ru',
  6983.                                             => 'en',
  6984.                                         ],
  6985.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  6986.                                     ],
  6987.                                     'help' => 'Placed at the bottom of the page. Supports HTML markup.',
  6988.                                 ],
  6989.                             ],
  6990.                         ],
  6991.                         'edit' => [
  6992.                             'fields' => [
  6993.                                 => [
  6994.                                     'property' => 'city',
  6995.                                     'type_options' => [
  6996.                                         'disabled' => true,
  6997.                                     ],
  6998.                                 ],
  6999.                                 => [
  7000.                                     'property' => 'uri',
  7001.                                     'type_options' => [
  7002.                                         'disabled' => true,
  7003.                                     ],
  7004.                                 ],
  7005.                             ],
  7006.                         ],
  7007.                         'name' => 'PageMetadata',
  7008.                     ],
  7009.                     'ApprovalRequest' => [
  7010.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ApprovalRequest',
  7011.                         'controller' => 'App\\Controller\\Management\\ProfileApprovalController',
  7012.                         'label' => 'Approval',
  7013.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7014.                         'disabled_actions' => [
  7015.                             => 'new',
  7016.                             => 'delete',
  7017.                         ],
  7018.                         'list' => [
  7019.                             'title' => 'Approval List',
  7020.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7021.                             'fields' => [
  7022.                                 => [
  7023.                                     'property' => 'id',
  7024.                                     'label' => 'Request ID',
  7025.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7026.                                 ],
  7027.                                 => [
  7028.                                     'property' => 'profile.id',
  7029.                                     'type_options' => [
  7030.                                         'disabled' => true,
  7031.                                     ],
  7032.                                     'label' => 'Profile ID',
  7033.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7034.                                 ],
  7035.                                 => [
  7036.                                     'property' => 'profile.name',
  7037.                                     'type_options' => [
  7038.                                         'disabled' => true,
  7039.                                     ],
  7040.                                     'label' => 'Profile name',
  7041.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7042.                                 ],
  7043.                                 => [
  7044.                                     'property' => 'profile.owner.nickname',
  7045.                                     'type_options' => [
  7046.                                         'disabled' => true,
  7047.                                     ],
  7048.                                     'label' => 'Owner',
  7049.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7050.                                 ],
  7051.                                 => [
  7052.                                     'property' => 'updatedAt',
  7053.                                     'label' => 'Date',
  7054.                                 ],
  7055.                                 => [
  7056.                                     'property' => 'profile.moderationStatus',
  7057.                                     'type' => 'boolean',
  7058.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7059.                                 ],
  7060.                                 => [
  7061.                                     'property' => 'isMediaProcessed',
  7062.                                     'type' => 'boolean',
  7063.                                     'label' => 'Approval video processed',
  7064.                                 ],
  7065.                             ],
  7066.                         ],
  7067.                         'search' => [
  7068.                             'fields' => [
  7069.                                 => 'profile.id',
  7070.                                 => 'profile.owner.nickName',
  7071.                             ],
  7072.                         ],
  7073.                         'edit' => [
  7074.                             'fields' => [
  7075.                                 => [
  7076.                                     'property' => 'id',
  7077.                                     'type_options' => [
  7078.                                         'disabled' => true,
  7079.                                     ],
  7080.                                 ],
  7081.                             ],
  7082.                         ],
  7083.                         'templates' => [
  7084.                             'edit' => 'EasyAdmin/profile_approval/edit.html.twig',
  7085.                         ],
  7086.                         'name' => 'ApprovalRequest',
  7087.                     ],
  7088.                     'ProfileModeration' => [
  7089.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ModerationRequest',
  7090.                         'controller' => 'App\\Controller\\Management\\ProfileModerationController',
  7091.                         'label' => 'Moderation',
  7092.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7093.                         'disabled_actions' => [
  7094.                             => 'new',
  7095.                         ],
  7096.                         'list' => [
  7097.                             'batch_actions' => [
  7098.                                 => [
  7099.                                     'name' => 'pass',
  7100.                                     'label' => 'Одобрить',
  7101.                                     'ask_confirm' => true,
  7102.                                 ],
  7103.                                 => [
  7104.                                     'name' => 'reject',
  7105.                                     'label' => 'Отклонить',
  7106.                                     'ask_confirm' => true,
  7107.                                 ],
  7108.                             ],
  7109.                             'title' => 'Profiles List',
  7110.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7111.                             'fields' => [
  7112.                                 => [
  7113.                                     'property' => 'id',
  7114.                                     'label' => 'Request ID',
  7115.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7116.                                 ],
  7117.                                 => [
  7118.                                     'property' => 'profile.id',
  7119.                                     'label' => 'Profile ID',
  7120.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7121.                                 ],
  7122.                                 => [
  7123.                                     'property' => 'profile.name',
  7124.                                     'label' => 'Profile name',
  7125.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7126.                                     'css_class' => 'profile_name_link',
  7127.                                 ],
  7128.                                 => [
  7129.                                     'property' => 'profile.phoneNumber',
  7130.                                     'label' => 'Phone',
  7131.                                 ],
  7132.                                 => [
  7133.                                     'property' => 'profile.owner.nickName',
  7134.                                     'label' => 'Owner',
  7135.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7136.                                 ],
  7137.                                 => [
  7138.                                     'property' => 'updatedAt',
  7139.                                     'label' => 'Date',
  7140.                                 ],
  7141.                                 => [
  7142.                                     'property' => 'isProfileMediaProcessed',
  7143.                                     'type' => 'boolean',
  7144.                                     'label' => 'Profile video processed',
  7145.                                 ],
  7146.                             ],
  7147.                         ],
  7148.                         'search' => [
  7149.                             'fields' => [
  7150.                                 => 'profile.id',
  7151.                                 => 'profile.phoneNumber',
  7152.                                 => 'profile.owner.nickName',
  7153.                             ],
  7154.                         ],
  7155.                         'form' => [
  7156.                             'form_options' => [
  7157.                                 'validation_groups' => [
  7158.                                     => 'Edit',
  7159.                                 ],
  7160.                             ],
  7161.                         ],
  7162.                         'templates' => [
  7163.                             'list' => 'EasyAdmin/profile_moderation/list.html.twig',
  7164.                             'edit' => 'EasyAdmin/profile_moderation/edit.html.twig',
  7165.                         ],
  7166.                         'name' => 'ProfileModeration',
  7167.                     ],
  7168.                     'SupportMessage' => [
  7169.                         'class' => 'App\\Entity\\Account\\SupportMessage',
  7170.                         'controller' => 'App\\Controller\\Management\\SupportMessagesController',
  7171.                         'label' => 'Messages',
  7172.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7173.                         'disabled_actions' => [
  7174.                             => 'new',
  7175.                             => 'delete',
  7176.                         ],
  7177.                         'search' => [
  7178.                             'fields' => [
  7179.                                 => 'owner.nickName',
  7180.                                 => 'topic',
  7181.                                 => 'message',
  7182.                             ],
  7183.                         ],
  7184.                         'list' => [
  7185.                             'actions' => [
  7186.                                 => [
  7187.                                     'name' => 'edit',
  7188.                                     'label' => 'Просмотреть',
  7189.                                 ],
  7190.                             ],
  7191.                             'max_results' => 10,
  7192.                             'title' => 'Messages',
  7193.                             'fields' => [
  7194.                                 => 'id',
  7195.                                 => [
  7196.                                     'property' => 'owner.nickname',
  7197.                                     'label' => 'Author',
  7198.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7199.                                 ],
  7200.                                 => [
  7201.                                     'property' => 'topic',
  7202.                                     'label' => 'Topic',
  7203.                                 ],
  7204.                                 => [
  7205.                                     'property' => 'message',
  7206.                                     'label' => 'Message',
  7207.                                 ],
  7208.                                 => [
  7209.                                     'property' => 'lastMessageAt',
  7210.                                     'label' => 'Last user message',
  7211.                                 ],
  7212.                             ],
  7213.                         ],
  7214.                         'edit' => [
  7215.                             'fields' => [
  7216.                                 => [
  7217.                                     'property' => 'id',
  7218.                                     'label' => 'ID',
  7219.                                     'type_options' => [
  7220.                                         'disabled' => true,
  7221.                                     ],
  7222.                                 ],
  7223.                             ],
  7224.                         ],
  7225.                         'templates' => [
  7226.                             'list' => 'EasyAdmin/support_messages/list.html.twig',
  7227.                         ],
  7228.                         'name' => 'SupportMessage',
  7229.                     ],
  7230.                     'PhoneReview' => [
  7231.                         'class' => 'App\\MultiWebsite\\Entity\\PhoneReview',
  7232.                         'label' => 'Phone Reviews',
  7233.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7234.                         'disabled_actions' => [
  7235.                             => 'new',
  7236.                         ],
  7237.                         'list' => [
  7238.                             'max_results' => 50,
  7239.                             'title' => 'Phone Reviews',
  7240.                             'fields' => [
  7241.                                 => 'phone',
  7242.                                 => 'review',
  7243.                                 => 'mark',
  7244.                                 => 'createdAt',
  7245.                             ],
  7246.                         ],
  7247.                         'name' => 'PhoneReview',
  7248.                     ],
  7249.                     'Analytics' => [
  7250.                         'class' => 'App\\Entity\\Sales\\Profile\\PlacementCharge',
  7251.                         'controller' => 'App\\Controller\\Management\\AnalyticsController',
  7252.                         'label' => 'Analytics',
  7253.                         'role' => 'ROLE_ADMIN_ACCESS_SALES',
  7254.                         'disabled_actions' => [
  7255.                             => 'new',
  7256.                             => 'delete',
  7257.                         ],
  7258.                         'list' => [
  7259.                             'title' => 'Live',
  7260.                         ],
  7261.                         'templates' => [
  7262.                             'list' => 'EasyAdmin/analytics/list.html.twig',
  7263.                         ],
  7264.                         'name' => 'Analytics',
  7265.                     ],
  7266.                     'DeletedProfile' => [
  7267.                         'class' => 'App\\Entity\\Profile\\Profile',
  7268.                         'controller' => 'App\\Controller\\Management\\DeletedProfilesController',
  7269.                         'label' => 'Deleted Profiles',
  7270.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7271.                         'disabled_actions' => [
  7272.                             => 'new',
  7273.                             => 'edit',
  7274.                             => 'delete',
  7275.                         ],
  7276.                         'templates' => [
  7277.                             'list' => 'EasyAdmin/deleted_profiles/list.html.twig',
  7278.                         ],
  7279.                         'list' => [
  7280.                             'actions' => [
  7281.                                 => [
  7282.                                     'name' => 'restore',
  7283.                                     'label' => 'Восстановить',
  7284.                                 ],
  7285.                             ],
  7286.                             'title' => 'Profiles List',
  7287.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7288.                             'fields' => [
  7289.                                 => [
  7290.                                     'property' => 'name',
  7291.                                     'label' => 'Name',
  7292.                                     'css_class' => 'profile_name_link',
  7293.                                 ],
  7294.                                 => [
  7295.                                     'property' => 'deletedAt',
  7296.                                     'label' => 'deletedAt',
  7297.                                 ],
  7298.                             ],
  7299.                             'sort' => [
  7300.                                 => 'deletedAt',
  7301.                                 => 'DESC',
  7302.                             ],
  7303.                         ],
  7304.                         'name' => 'DeletedProfile',
  7305.                     ],
  7306.                     'DeletedSaloon' => [
  7307.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7308.                         'controller' => 'App\\Controller\\Management\\DeletedSaloonController',
  7309.                         'label' => 'Deleted Saloons',
  7310.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7311.                         'disabled_actions' => [
  7312.                             => 'new',
  7313.                             => 'edit',
  7314.                             => 'delete',
  7315.                         ],
  7316.                         'templates' => [
  7317.                             'list' => 'EasyAdmin/deleted_saloons/list.html.twig',
  7318.                         ],
  7319.                         'list' => [
  7320.                             'actions' => [
  7321.                                 => [
  7322.                                     'name' => 'restore',
  7323.                                     'label' => 'Восстановить',
  7324.                                 ],
  7325.                             ],
  7326.                             'title' => 'Profiles List',
  7327.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7328.                             'fields' => [
  7329.                                 => [
  7330.                                     'property' => 'name',
  7331.                                     'label' => 'Name',
  7332.                                     'css_class' => 'profile_name_link',
  7333.                                 ],
  7334.                                 => [
  7335.                                     'property' => 'deletedAt',
  7336.                                     'label' => 'deletedAt',
  7337.                                 ],
  7338.                             ],
  7339.                             'sort' => [
  7340.                                 => 'deletedAt',
  7341.                                 => 'DESC',
  7342.                             ],
  7343.                         ],
  7344.                         'name' => 'DeletedSaloon',
  7345.                     ],
  7346.                     'CityPrice' => [
  7347.                         'class' => 'App\\Entity\\Location\\City',
  7348.                         'controller' => 'App\\Controller\\Management\\CityPricesController',
  7349.                         'label' => 'City prices',
  7350.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7351.                         'disabled_actions' => [
  7352.                             => 'new',
  7353.                             => 'delete',
  7354.                         ],
  7355.                         'templates' => [
  7356.                             'list' => 'EasyAdmin/city_prices/list.html.twig',
  7357.                         ],
  7358.                         'list' => [
  7359.                             'title' => 'City prices',
  7360.                             'fields' => [
  7361.                                 => 'id',
  7362.                                 => [
  7363.                                     'property' => 'name',
  7364.                                     'label' => 'Name',
  7365.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7366.                                 ],
  7367.                             ],
  7368.                         ],
  7369.                         'form' => [
  7370.                             'form_options' => [
  7371.                                 'empty_data' => NULL,
  7372.                             ],
  7373.                             'fields' => [
  7374.                                 => [
  7375.                                     'property' => 'name',
  7376.                                     'label' => ' ',
  7377.                                     'type_options' => [
  7378.                                         'disabled' => true,
  7379.                                         'block_name' => 'city_name',
  7380.                                         'required' => false,
  7381.                                     ],
  7382.                                 ],
  7383.                             ],
  7384.                         ],
  7385.                         'name' => 'CityPrice',
  7386.                     ],
  7387.                     'OfferBar' => [
  7388.                         'class' => 'App\\Entity\\System\\Variable',
  7389.                         'controller' => 'App\\Controller\\Management\\OfferBarController',
  7390.                         'label' => 'Offer Bar',
  7391.                         'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  7392.                         'disabled_actions' => [
  7393.                             => 'new',
  7394.                             => 'delete',
  7395.                             => 'form',
  7396.                         ],
  7397.                         'list' => [
  7398.                             'title' => 'Offer Bar',
  7399.                             'actions' => [
  7400.                                 => [
  7401.                                     'name' => 'save',
  7402.                                     'label' => 'Восстановить',
  7403.                                 ],
  7404.                             ],
  7405.                             'fields' => [
  7406.                                 => 'id',
  7407.                             ],
  7408.                         ],
  7409.                         'name' => 'OfferBar',
  7410.                     ],
  7411.                     'IpAddress' => [
  7412.                         'class' => 'App\\Entity\\System\\IpAddress',
  7413.                         'controller' => 'App\\Controller\\Management\\IpAddressController',
  7414.                         'label' => 'IPs',
  7415.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7416.                         'disabled_actions' => [
  7417.                             => 'delete',
  7418.                             => 'form',
  7419.                         ],
  7420.                         'list' => [
  7421.                             'title' => 'IPs',
  7422.                             'actions' => [
  7423.                                 => [
  7424.                                     'name' => 'permanentBan',
  7425.                                     'label' => 'Забанить',
  7426.                                     'icon' => 'ban',
  7427.                                     'css_class' => 'text-danger',
  7428.                                 ],
  7429.                             ],
  7430.                             'fields' => [
  7431.                                 => 'id',
  7432.                                 => [
  7433.                                     'property' => 'ip',
  7434.                                     'label' => 'IP',
  7435.                                 ],
  7436.                                 => [
  7437.                                     'property' => 'activeDailyCommentBan.date',
  7438.                                     'label' => 'Active daily ban',
  7439.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7440.                                 ],
  7441.                                 => [
  7442.                                     'property' => 'activePermanentCommentBan.date',
  7443.                                     'label' => 'Active permanent ban',
  7444.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7445.                                 ],
  7446.                                 => [
  7447.                                     'property' => 'dailyCommentBansCount',
  7448.                                     'label' => 'Temporary bans',
  7449.                                 ],
  7450.                                 => [
  7451.                                     'property' => 'permanentCommentBansCount',
  7452.                                     'label' => 'Permanent bans',
  7453.                                 ],
  7454.                             ],
  7455.                         ],
  7456.                         'edit' => [
  7457.                             'title' => 'IP or Network',
  7458.                             'form_options' => [
  7459.                                 'empty_data' => NULL,
  7460.                             ],
  7461.                             'fields' => [
  7462.                                 => [
  7463.                                     'property' => 'ip',
  7464.                                     'label' => 'IP',
  7465.                                     'type_options' => [
  7466.                                         'disabled' => true,
  7467.                                     ],
  7468.                                 ],
  7469.                                 => [
  7470.                                     'type' => 'group',
  7471.                                     'label' => 'IP profile comments',
  7472.                                 ],
  7473.                                 => [
  7474.                                     'property' => 'profileComments',
  7475.                                     'type' => 'embedded_list',
  7476.                                     'type_options' => [
  7477.                                         'mapped' => false,
  7478.                                         'entity' => 'ProfileComment',
  7479.                                         'ext_filters' => [
  7480.                                             'entity.ipAddress' => 'form:parent.data.id',
  7481.                                         ],
  7482.                                     ],
  7483.                                 ],
  7484.                                 => [
  7485.                                     'type' => 'group',
  7486.                                     'label' => 'IP saloon comments',
  7487.                                 ],
  7488.                                 => [
  7489.                                     'property' => 'saloonComments',
  7490.                                     'type' => 'embedded_list',
  7491.                                     'type_options' => [
  7492.                                         'mapped' => false,
  7493.                                         'entity' => 'SaloonComment',
  7494.                                         'ext_filters' => [
  7495.                                             'entity.ipAddress' => 'form:parent.data.id',
  7496.                                         ],
  7497.                                     ],
  7498.                                 ],
  7499.                                 => [
  7500.                                     'type' => 'group',
  7501.                                     'label' => 'Ban history',
  7502.                                 ],
  7503.                                 => [
  7504.                                     'property' => 'commentBans',
  7505.                                     'type' => 'embedded_list',
  7506.                                     'type_options' => [
  7507.                                         'mapped' => false,
  7508.                                         'entity' => 'IpAddressCommentBan',
  7509.                                         'ext_filters' => [
  7510.                                             'entity.ipAddress' => 'form:parent.data.id',
  7511.                                         ],
  7512.                                     ],
  7513.                                 ],
  7514.                             ],
  7515.                         ],
  7516.                         'new' => [
  7517.                             'title' => 'New IP or Network',
  7518.                             'fields' => [
  7519.                                 => [
  7520.                                     'property' => 'ip',
  7521.                                     'label' => 'IP',
  7522.                                 ],
  7523.                             ],
  7524.                         ],
  7525.                         'name' => 'IpAddress',
  7526.                     ],
  7527.                     'IpAddressDailyCommentBan' => [
  7528.                         'class' => 'App\\Entity\\System\\IpAddressDailyCommentBan',
  7529.                         'controller' => 'App\\Controller\\Management\\IpAddressDailyCommentBanController',
  7530.                         'label' => 'Temporary comment ban (today)',
  7531.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7532.                         'disabled_actions' => [
  7533.                             => 'new',
  7534.                             => 'delete',
  7535.                         ],
  7536.                         'list' => [
  7537.                             'dql_filter' => 'entity.date >= curdate() AND entity.isReset = 0',
  7538.                             'title' => 'Temporary comment ban (today)',
  7539.                             'actions' => [
  7540.                                 => [
  7541.                                     'name' => 'reset',
  7542.                                     'label' => 'Reset',
  7543.                                 ],
  7544.                                 => [
  7545.                                     'name' => 'deleteComments',
  7546.                                     'label' => 'Delete comments',
  7547.                                 ],
  7548.                             ],
  7549.                             'fields' => [
  7550.                                 => 'id',
  7551.                                 => [
  7552.                                     'property' => 'ipAddress.ip',
  7553.                                     'label' => 'IP',
  7554.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7555.                                 ],
  7556.                                 => [
  7557.                                     'property' => 'date',
  7558.                                     'label' => 'Date',
  7559.                                 ],
  7560.                                 => [
  7561.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7562.                                     'label' => 'Temporary bans',
  7563.                                 ],
  7564.                                 => [
  7565.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7566.                                     'label' => 'Permanent bans',
  7567.                                 ],
  7568.                                 => [
  7569.                                     'property' => 'isReset',
  7570.                                     'type' => 'boolean',
  7571.                                 ],
  7572.                             ],
  7573.                         ],
  7574.                         'edit' => [
  7575.                             'fields' => [
  7576.                                 => [
  7577.                                     'property' => 'id',
  7578.                                     'label' => 'id',
  7579.                                     'type_options' => [
  7580.                                         'disabled' => true,
  7581.                                     ],
  7582.                                 ],
  7583.                                 => [
  7584.                                     'property' => 'ipAddress',
  7585.                                     'label' => 'IP',
  7586.                                     'type_options' => [
  7587.                                         'disabled' => true,
  7588.                                     ],
  7589.                                 ],
  7590.                                 => [
  7591.                                     'property' => 'date',
  7592.                                     'label' => 'Date',
  7593.                                     'type_options' => [
  7594.                                         'disabled' => true,
  7595.                                     ],
  7596.                                 ],
  7597.                                 => [
  7598.                                     'property' => 'isReset',
  7599.                                     'type_options' => [
  7600.                                         'disabled' => true,
  7601.                                     ],
  7602.                                 ],
  7603.                             ],
  7604.                         ],
  7605.                         'templates' => [
  7606.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7607.                         ],
  7608.                         'name' => 'IpAddressDailyCommentBan',
  7609.                     ],
  7610.                     'IpAddressPermanentCommentBan' => [
  7611.                         'class' => 'App\\Entity\\System\\IpAddressPermanentCommentBan',
  7612.                         'controller' => 'App\\Controller\\Management\\IpAddressPermanentCommentBanController',
  7613.                         'label' => 'Permanent comment ban',
  7614.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7615.                         'disabled_actions' => [
  7616.                             => 'new',
  7617.                             => 'delete',
  7618.                         ],
  7619.                         'list' => [
  7620.                             'dql_filter' => 'entity.isReset = 0',
  7621.                             'title' => 'Permanent comment ban',
  7622.                             'actions' => [
  7623.                                 => [
  7624.                                     'name' => 'reset',
  7625.                                     'label' => 'Reset',
  7626.                                 ],
  7627.                                 => [
  7628.                                     'name' => 'deleteComments',
  7629.                                     'label' => 'Delete comments',
  7630.                                 ],
  7631.                             ],
  7632.                             'fields' => [
  7633.                                 => 'id',
  7634.                                 => [
  7635.                                     'property' => 'ipAddress.ip',
  7636.                                     'label' => 'IP',
  7637.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7638.                                 ],
  7639.                                 => [
  7640.                                     'property' => 'date',
  7641.                                     'label' => 'Date',
  7642.                                 ],
  7643.                                 => [
  7644.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7645.                                     'label' => 'Temporary bans',
  7646.                                 ],
  7647.                                 => [
  7648.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7649.                                     'label' => 'Permanent bans',
  7650.                                 ],
  7651.                                 => [
  7652.                                     'property' => 'isReset',
  7653.                                     'type' => 'boolean',
  7654.                                 ],
  7655.                             ],
  7656.                         ],
  7657.                         'edit' => [
  7658.                             'fields' => [
  7659.                                 => [
  7660.                                     'property' => 'id',
  7661.                                     'label' => 'id',
  7662.                                     'type_options' => [
  7663.                                         'disabled' => true,
  7664.                                     ],
  7665.                                 ],
  7666.                                 => [
  7667.                                     'property' => 'ipAddress',
  7668.                                     'label' => 'IP',
  7669.                                     'type_options' => [
  7670.                                         'disabled' => true,
  7671.                                     ],
  7672.                                 ],
  7673.                                 => [
  7674.                                     'property' => 'date',
  7675.                                     'label' => 'Date',
  7676.                                     'type_options' => [
  7677.                                         'disabled' => true,
  7678.                                     ],
  7679.                                 ],
  7680.                                 => [
  7681.                                     'property' => 'isReset',
  7682.                                     'type_options' => [
  7683.                                         'disabled' => true,
  7684.                                     ],
  7685.                                 ],
  7686.                             ],
  7687.                         ],
  7688.                         'templates' => [
  7689.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7690.                         ],
  7691.                         'name' => 'IpAddressPermanentCommentBan',
  7692.                     ],
  7693.                     'IpAddressCommentBan' => [
  7694.                         'class' => 'App\\Entity\\System\\IpAddressCommentBan',
  7695.                         'controller' => 'App\\Controller\\Management\\IpAddressCommentBanController',
  7696.                         'label' => 'Comment ban history',
  7697.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7698.                         'disabled_actions' => [
  7699.                             => 'new',
  7700.                             => 'delete',
  7701.                         ],
  7702.                         'list' => [
  7703.                             'title' => 'Comment ban history',
  7704.                             'actions' => [
  7705.                                 => [
  7706.                                     'name' => 'deleteComments',
  7707.                                     'label' => 'Delete comments',
  7708.                                 ],
  7709.                             ],
  7710.                             'fields' => [
  7711.                                 => 'id',
  7712.                                 => [
  7713.                                     'property' => 'ipAddress.ip',
  7714.                                     'label' => 'IP',
  7715.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7716.                                 ],
  7717.                                 => [
  7718.                                     'property' => 'date',
  7719.                                     'label' => 'Date',
  7720.                                 ],
  7721.                                 => [
  7722.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7723.                                     'label' => 'Temporary bans',
  7724.                                 ],
  7725.                                 => [
  7726.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7727.                                     'label' => 'Permanent bans',
  7728.                                 ],
  7729.                                 => [
  7730.                                     'property' => 'isReset',
  7731.                                     'type' => 'boolean',
  7732.                                 ],
  7733.                                 => [
  7734.                                     'property' => 'type',
  7735.                                 ],
  7736.                             ],
  7737.                         ],
  7738.                         'edit' => [
  7739.                             'fields' => [
  7740.                                 => [
  7741.                                     'property' => 'id',
  7742.                                     'label' => 'id',
  7743.                                     'type_options' => [
  7744.                                         'disabled' => true,
  7745.                                     ],
  7746.                                 ],
  7747.                                 => [
  7748.                                     'property' => 'ipAddress',
  7749.                                     'label' => 'IP',
  7750.                                     'type_options' => [
  7751.                                         'disabled' => true,
  7752.                                     ],
  7753.                                 ],
  7754.                                 => [
  7755.                                     'property' => 'date',
  7756.                                     'label' => 'Date',
  7757.                                     'type_options' => [
  7758.                                         'disabled' => true,
  7759.                                     ],
  7760.                                 ],
  7761.                                 => [
  7762.                                     'property' => 'isReset',
  7763.                                     'type_options' => [
  7764.                                         'disabled' => true,
  7765.                                     ],
  7766.                                 ],
  7767.                             ],
  7768.                         ],
  7769.                         'templates' => [
  7770.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7771.                         ],
  7772.                         'name' => 'IpAddressCommentBan',
  7773.                     ],
  7774.                     'AccountProfile' => [
  7775.                         'class' => 'App\\Entity\\Profile\\Profile',
  7776.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7777.                         'disabled_actions' => [
  7778.                             => 'new',
  7779.                         ],
  7780.                         'list' => [
  7781.                             'title' => 'Owned profiles',
  7782.                             'fields' => [
  7783.                                 => [
  7784.                                     'property' => 'id',
  7785.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7786.                                 ],
  7787.                                 => [
  7788.                                     'property' => 'name',
  7789.                                     'label' => 'Name',
  7790.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  7791.                                     'css_class' => 'profile_name_link',
  7792.                                 ],
  7793.                                 => [
  7794.                                     'property' => 'phoneNumber',
  7795.                                     'label' => 'Phone',
  7796.                                 ],
  7797.                                 => [
  7798.                                     'property' => 'city.name',
  7799.                                     'label' => 'City',
  7800.                                 ],
  7801.                                 => [
  7802.                                     'property' => 'owner.nickname',
  7803.                                     'label' => 'Owner',
  7804.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7805.                                 ],
  7806.                                 => 'createdAt',
  7807.                                 => [
  7808.                                     'property' => 'approved',
  7809.                                     'type' => 'boolean',
  7810.                                 ],
  7811.                                 => [
  7812.                                     'property' => 'isDeleted',
  7813.                                     'type' => 'boolean',
  7814.                                     'label' => 'Deleted',
  7815.                                 ],
  7816.                                 => [
  7817.                                     'property' => 'moderationStatus',
  7818.                                     'type' => 'boolean',
  7819.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7820.                                 ],
  7821.                                 => [
  7822.                                     'property' => 'isMediaProcessed',
  7823.                                     'type' => 'boolean',
  7824.                                     'label' => 'All video processed',
  7825.                                 ],
  7826.                             ],
  7827.                         ],
  7828.                         'form' => [
  7829.                             'form_options' => [
  7830.                                 'validation_groups' => [
  7831.                                     => 'Edit',
  7832.                                 ],
  7833.                             ],
  7834.                         ],
  7835.                         'templates' => [
  7836.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  7837.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  7838.                         ],
  7839.                         'name' => 'AccountProfile',
  7840.                     ],
  7841.                     'AccountSaloon' => [
  7842.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7843.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7844.                         'disabled_actions' => [
  7845.                             => 'new',
  7846.                         ],
  7847.                         'list' => [
  7848.                             'title' => 'Owned saloons',
  7849.                             'fields' => [
  7850.                                 => [
  7851.                                     'property' => 'id',
  7852.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7853.                                 ],
  7854.                                 => [
  7855.                                     'property' => 'name',
  7856.                                     'label' => 'Name',
  7857.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  7858.                                     'css_class' => 'profile_name_link',
  7859.                                 ],
  7860.                                 => [
  7861.                                     'property' => 'phoneNumber',
  7862.                                     'label' => 'Phone',
  7863.                                 ],
  7864.                                 => [
  7865.                                     'property' => 'city.name',
  7866.                                     'label' => 'City',
  7867.                                 ],
  7868.                                 => [
  7869.                                     'property' => 'owner.nickname',
  7870.                                     'label' => 'Owner',
  7871.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  7872.                                 ],
  7873.                                 => 'createdAt',
  7874.                                 => [
  7875.                                     'property' => 'isDeleted',
  7876.                                     'type' => 'boolean',
  7877.                                     'label' => 'Deleted',
  7878.                                 ],
  7879.                                 => [
  7880.                                     'property' => 'isMediaProcessed',
  7881.                                     'type' => 'boolean',
  7882.                                     'label' => 'All video processed',
  7883.                                 ],
  7884.                             ],
  7885.                         ],
  7886.                         'form' => [
  7887.                             'form_options' => [
  7888.                                 'validation_groups' => [
  7889.                                     => 'Edit',
  7890.                                 ],
  7891.                             ],
  7892.                         ],
  7893.                         'templates' => [
  7894.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  7895.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  7896.                         ],
  7897.                         'name' => 'AccountSaloon',
  7898.                     ],
  7899.                     'AccountEnrollments' => [
  7900.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  7901.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7902.                         'disabled_actions' => [
  7903.                             => 'new',
  7904.                             => 'edit',
  7905.                             => 'delete',
  7906.                         ],
  7907.                         'list' => [
  7908.                             'title' => 'Enrollments',
  7909.                             'fields' => [
  7910.                                 => 'id',
  7911.                                 => [
  7912.                                     'property' => 'account',
  7913.                                     'label' => 'Account',
  7914.                                 ],
  7915.                                 => [
  7916.                                     'property' => 'date',
  7917.                                     'label' => 'Date',
  7918.                                 ],
  7919.                                 => [
  7920.                                     'property' => 'paidMoney',
  7921.                                     'label' => 'Paid',
  7922.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7923.                                 ],
  7924.                                 => [
  7925.                                     'property' => 'enrolledMoney',
  7926.                                     'label' => 'Enrolled',
  7927.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7928.                                 ],
  7929.                                 => [
  7930.                                     'property' => 'redeemedToken',
  7931.                                     'label' => 'Pin-code',
  7932.                                 ],
  7933.                                 => [
  7934.                                     'property' => 'enrolledByDescription',
  7935.                                     'label' => 'Enrolled By',
  7936.                                 ],
  7937.                             ],
  7938.                         ],
  7939.                         'templates' => [
  7940.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  7941.                         ],
  7942.                         'name' => 'AccountEnrollments',
  7943.                     ],
  7944.                     'AccountCharges' => [
  7945.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  7946.                         'controller' => 'App\\Controller\\Management\\AccountChargesController',
  7947.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7948.                         'disabled_actions' => [
  7949.                             => 'new',
  7950.                             => 'edit',
  7951.                             => 'delete',
  7952.                         ],
  7953.                         'list' => [
  7954.                             'title' => 'Charges',
  7955.                             'fields' => [
  7956.                                 => 'id',
  7957.                                 => [
  7958.                                     'property' => 'account',
  7959.                                     'label' => 'Account',
  7960.                                 ],
  7961.                                 => [
  7962.                                     'property' => 'date',
  7963.                                     'label' => 'Date',
  7964.                                 ],
  7965.                                 => [
  7966.                                     'property' => 'chargedMoney',
  7967.                                     'label' => 'Charged',
  7968.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7969.                                 ],
  7970.                                 => [
  7971.                                     'property' => 'link',
  7972.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  7973.                                 ],
  7974.                                 => [
  7975.                                     'property' => 'price',
  7976.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  7977.                                 ],
  7978.                                 => [
  7979.                                     'property' => 'placementStart',
  7980.                                 ],
  7981.                                 => [
  7982.                                     'property' => 'placementEnd',
  7983.                                 ],
  7984.                             ],
  7985.                         ],
  7986.                         'templates' => [
  7987.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  7988.                         ],
  7989.                         'name' => 'AccountCharges',
  7990.                     ],
  7991.                 ],
  7992.                 'formats' => [
  7993.                     'date' => 'Y-m-d',
  7994.                     'time' => 'H:i:s',
  7995.                     'datetime' => 'F j, Y H:i',
  7996.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  7997.                 ],
  7998.                 'disabled_actions' => [
  7999.                 ],
  8000.                 'translation_domain' => 'messages',
  8001.                 'list' => [
  8002.                     'actions' => [
  8003.                     ],
  8004.                     'collapse_actions' => false,
  8005.                     'batch_actions' => [
  8006.                     ],
  8007.                     'max_results' => 15,
  8008.                     'item_permission' => NULL,
  8009.                 ],
  8010.                 'search' => [
  8011.                 ],
  8012.                 'edit' => [
  8013.                     'actions' => [
  8014.                     ],
  8015.                     'item_permission' => NULL,
  8016.                 ],
  8017.                 'new' => [
  8018.                     'actions' => [
  8019.                     ],
  8020.                     'item_permission' => NULL,
  8021.                 ],
  8022.                 'show' => [
  8023.                     'actions' => [
  8024.                     ],
  8025.                     'max_results' => 10,
  8026.                     'item_permission' => NULL,
  8027.                 ],
  8028.             ]; break;
  8029.             case 'oneup_uploader.chunks'$value = [
  8030.                 'maxage' => 604800,
  8031.                 'storage' => [
  8032.                     'type' => 'filesystem',
  8033.                     'filesystem' => NULL,
  8034.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8035.                     'stream_wrapper' => NULL,
  8036.                     'sync_buffer_size' => '100K',
  8037.                     'prefix' => 'chunks',
  8038.                 ],
  8039.                 'load_distribution' => true,
  8040.             ]; break;
  8041.             case 'oneup_uploader.orphanage'$value = [
  8042.                 'maxage' => 604800,
  8043.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8044.             ]; break;
  8045.             case 'oneup_uploader.config'$value = [
  8046.                 'mappings' => [
  8047.                     'process_queue' => [
  8048.                         'frontend' => 'dropzone',
  8049.                         'namer' => 'oneup_uploader.namer.uniqid',
  8050.                         'storage' => [
  8051.                             'type' => 'flysystem',
  8052.                             'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  8053.                             'service' => NULL,
  8054.                             'directory' => NULL,
  8055.                             'stream_wrapper' => NULL,
  8056.                             'sync_buffer_size' => '100K',
  8057.                         ],
  8058.                         'custom_frontend' => [
  8059.                             'name' => NULL,
  8060.                             'class' => NULL,
  8061.                         ],
  8062.                         'route_prefix' => '',
  8063.                         'endpoints' => [
  8064.                             'upload' => NULL,
  8065.                             'progress' => NULL,
  8066.                             'cancel' => NULL,
  8067.                         ],
  8068.                         'allowed_mimetypes' => [
  8069.                         ],
  8070.                         'disallowed_mimetypes' => [
  8071.                         ],
  8072.                         'error_handler' => NULL,
  8073.                         'max_size' => 9223372036854775807,
  8074.                         'use_orphanage' => false,
  8075.                         'enable_progress' => false,
  8076.                         'enable_cancelation' => false,
  8077.                         'root_folder' => false,
  8078.                     ],
  8079.                     'tmp_media' => [
  8080.                         'frontend' => 'dropzone',
  8081.                         'namer' => 'file_namer.tmp_media',
  8082.                         'storage' => [
  8083.                             'type' => 'flysystem',
  8084.                             'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  8085.                             'service' => NULL,
  8086.                             'directory' => NULL,
  8087.                             'stream_wrapper' => NULL,
  8088.                             'sync_buffer_size' => '100K',
  8089.                         ],
  8090.                         'custom_frontend' => [
  8091.                             'name' => NULL,
  8092.                             'class' => NULL,
  8093.                         ],
  8094.                         'route_prefix' => '',
  8095.                         'endpoints' => [
  8096.                             'upload' => NULL,
  8097.                             'progress' => NULL,
  8098.                             'cancel' => NULL,
  8099.                         ],
  8100.                         'allowed_mimetypes' => [
  8101.                         ],
  8102.                         'disallowed_mimetypes' => [
  8103.                         ],
  8104.                         'error_handler' => NULL,
  8105.                         'max_size' => 9223372036854775807,
  8106.                         'use_orphanage' => false,
  8107.                         'enable_progress' => false,
  8108.                         'enable_cancelation' => false,
  8109.                         'root_folder' => false,
  8110.                     ],
  8111.                     'user_media' => [
  8112.                         'frontend' => 'dropzone',
  8113.                         'namer' => 'file_namer.user_media',
  8114.                         'storage' => [
  8115.                             'type' => 'flysystem',
  8116.                             'filesystem' => 'oneup_flysystem.user_media_filesystem',
  8117.                             'service' => NULL,
  8118.                             'directory' => NULL,
  8119.                             'stream_wrapper' => NULL,
  8120.                             'sync_buffer_size' => '100K',
  8121.                         ],
  8122.                         'custom_frontend' => [
  8123.                             'name' => NULL,
  8124.                             'class' => NULL,
  8125.                         ],
  8126.                         'route_prefix' => '',
  8127.                         'endpoints' => [
  8128.                             'upload' => NULL,
  8129.                             'progress' => NULL,
  8130.                             'cancel' => NULL,
  8131.                         ],
  8132.                         'allowed_mimetypes' => [
  8133.                         ],
  8134.                         'disallowed_mimetypes' => [
  8135.                         ],
  8136.                         'error_handler' => NULL,
  8137.                         'max_size' => 9223372036854775807,
  8138.                         'use_orphanage' => false,
  8139.                         'enable_progress' => false,
  8140.                         'enable_cancelation' => false,
  8141.                         'root_folder' => false,
  8142.                     ],
  8143.                     'profile_photo' => [
  8144.                         'frontend' => 'dropzone',
  8145.                         'namer' => 'file_namer.profile_media',
  8146.                         'storage' => [
  8147.                             'type' => 'flysystem',
  8148.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8149.                             'service' => NULL,
  8150.                             'directory' => NULL,
  8151.                             'stream_wrapper' => NULL,
  8152.                             'sync_buffer_size' => '100K',
  8153.                         ],
  8154.                         'custom_frontend' => [
  8155.                             'name' => NULL,
  8156.                             'class' => NULL,
  8157.                         ],
  8158.                         'route_prefix' => '',
  8159.                         'endpoints' => [
  8160.                             'upload' => NULL,
  8161.                             'progress' => NULL,
  8162.                             'cancel' => NULL,
  8163.                         ],
  8164.                         'allowed_mimetypes' => [
  8165.                         ],
  8166.                         'disallowed_mimetypes' => [
  8167.                         ],
  8168.                         'error_handler' => NULL,
  8169.                         'max_size' => 9223372036854775807,
  8170.                         'use_orphanage' => false,
  8171.                         'enable_progress' => false,
  8172.                         'enable_cancelation' => false,
  8173.                         'root_folder' => false,
  8174.                     ],
  8175.                     'profile_media_avatar' => [
  8176.                         'frontend' => 'dropzone',
  8177.                         'namer' => 'file_namer.profile_media',
  8178.                         'storage' => [
  8179.                             'type' => 'flysystem',
  8180.                             'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  8181.                             'service' => NULL,
  8182.                             'directory' => NULL,
  8183.                             'stream_wrapper' => NULL,
  8184.                             'sync_buffer_size' => '100K',
  8185.                         ],
  8186.                         'custom_frontend' => [
  8187.                             'name' => NULL,
  8188.                             'class' => NULL,
  8189.                         ],
  8190.                         'route_prefix' => '',
  8191.                         'endpoints' => [
  8192.                             'upload' => NULL,
  8193.                             'progress' => NULL,
  8194.                             'cancel' => NULL,
  8195.                         ],
  8196.                         'allowed_mimetypes' => [
  8197.                         ],
  8198.                         'disallowed_mimetypes' => [
  8199.                         ],
  8200.                         'error_handler' => NULL,
  8201.                         'max_size' => 9223372036854775807,
  8202.                         'use_orphanage' => false,
  8203.                         'enable_progress' => false,
  8204.                         'enable_cancelation' => false,
  8205.                         'root_folder' => false,
  8206.                     ],
  8207.                     'profile_media_approval' => [
  8208.                         'frontend' => 'dropzone',
  8209.                         'namer' => 'file_namer.profile_media_approval',
  8210.                         'storage' => [
  8211.                             'type' => 'flysystem',
  8212.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8213.                             'service' => NULL,
  8214.                             'directory' => NULL,
  8215.                             'stream_wrapper' => NULL,
  8216.                             'sync_buffer_size' => '100K',
  8217.                         ],
  8218.                         'custom_frontend' => [
  8219.                             'name' => NULL,
  8220.                             'class' => NULL,
  8221.                         ],
  8222.                         'route_prefix' => '',
  8223.                         'endpoints' => [
  8224.                             'upload' => NULL,
  8225.                             'progress' => NULL,
  8226.                             'cancel' => NULL,
  8227.                         ],
  8228.                         'allowed_mimetypes' => [
  8229.                         ],
  8230.                         'disallowed_mimetypes' => [
  8231.                         ],
  8232.                         'error_handler' => NULL,
  8233.                         'max_size' => 9223372036854775807,
  8234.                         'use_orphanage' => false,
  8235.                         'enable_progress' => false,
  8236.                         'enable_cancelation' => false,
  8237.                         'root_folder' => false,
  8238.                     ],
  8239.                     'profile_selfie' => [
  8240.                         'frontend' => 'dropzone',
  8241.                         'namer' => 'file_namer.profile_media',
  8242.                         'storage' => [
  8243.                             'type' => 'flysystem',
  8244.                             'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  8245.                             'service' => NULL,
  8246.                             'directory' => NULL,
  8247.                             'stream_wrapper' => NULL,
  8248.                             'sync_buffer_size' => '100K',
  8249.                         ],
  8250.                         'custom_frontend' => [
  8251.                             'name' => NULL,
  8252.                             'class' => NULL,
  8253.                         ],
  8254.                         'route_prefix' => '',
  8255.                         'endpoints' => [
  8256.                             'upload' => NULL,
  8257.                             'progress' => NULL,
  8258.                             'cancel' => NULL,
  8259.                         ],
  8260.                         'allowed_mimetypes' => [
  8261.                         ],
  8262.                         'disallowed_mimetypes' => [
  8263.                         ],
  8264.                         'error_handler' => NULL,
  8265.                         'max_size' => 9223372036854775807,
  8266.                         'use_orphanage' => false,
  8267.                         'enable_progress' => false,
  8268.                         'enable_cancelation' => false,
  8269.                         'root_folder' => false,
  8270.                     ],
  8271.                     'profile_video' => [
  8272.                         'frontend' => 'dropzone',
  8273.                         'namer' => 'file_namer.profile_media',
  8274.                         'storage' => [
  8275.                             'type' => 'flysystem',
  8276.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8277.                             'service' => NULL,
  8278.                             'directory' => NULL,
  8279.                             'stream_wrapper' => NULL,
  8280.                             'sync_buffer_size' => '100K',
  8281.                         ],
  8282.                         'custom_frontend' => [
  8283.                             'name' => NULL,
  8284.                             'class' => NULL,
  8285.                         ],
  8286.                         'route_prefix' => '',
  8287.                         'endpoints' => [
  8288.                             'upload' => NULL,
  8289.                             'progress' => NULL,
  8290.                             'cancel' => NULL,
  8291.                         ],
  8292.                         'allowed_mimetypes' => [
  8293.                         ],
  8294.                         'disallowed_mimetypes' => [
  8295.                         ],
  8296.                         'error_handler' => NULL,
  8297.                         'max_size' => 9223372036854775807,
  8298.                         'use_orphanage' => false,
  8299.                         'enable_progress' => false,
  8300.                         'enable_cancelation' => false,
  8301.                         'root_folder' => false,
  8302.                     ],
  8303.                     'saloon_media' => [
  8304.                         'frontend' => 'dropzone',
  8305.                         'namer' => 'file_namer.saloon_media',
  8306.                         'storage' => [
  8307.                             'type' => 'flysystem',
  8308.                             'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  8309.                             'service' => NULL,
  8310.                             'directory' => NULL,
  8311.                             'stream_wrapper' => NULL,
  8312.                             'sync_buffer_size' => '100K',
  8313.                         ],
  8314.                         'custom_frontend' => [
  8315.                             'name' => NULL,
  8316.                             'class' => NULL,
  8317.                         ],
  8318.                         'route_prefix' => '',
  8319.                         'endpoints' => [
  8320.                             'upload' => NULL,
  8321.                             'progress' => NULL,
  8322.                             'cancel' => NULL,
  8323.                         ],
  8324.                         'allowed_mimetypes' => [
  8325.                         ],
  8326.                         'disallowed_mimetypes' => [
  8327.                         ],
  8328.                         'error_handler' => NULL,
  8329.                         'max_size' => 9223372036854775807,
  8330.                         'use_orphanage' => false,
  8331.                         'enable_progress' => false,
  8332.                         'enable_cancelation' => false,
  8333.                         'root_folder' => false,
  8334.                     ],
  8335.                     'saloon_media_thumb' => [
  8336.                         'frontend' => 'dropzone',
  8337.                         'namer' => 'file_namer.saloon_media_thumb',
  8338.                         'storage' => [
  8339.                             'type' => 'flysystem',
  8340.                             'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  8341.                             'service' => NULL,
  8342.                             'directory' => NULL,
  8343.                             'stream_wrapper' => NULL,
  8344.                             'sync_buffer_size' => '100K',
  8345.                         ],
  8346.                         'custom_frontend' => [
  8347.                             'name' => NULL,
  8348.                             'class' => NULL,
  8349.                         ],
  8350.                         'route_prefix' => '',
  8351.                         'endpoints' => [
  8352.                             'upload' => NULL,
  8353.                             'progress' => NULL,
  8354.                             'cancel' => NULL,
  8355.                         ],
  8356.                         'allowed_mimetypes' => [
  8357.                         ],
  8358.                         'disallowed_mimetypes' => [
  8359.                         ],
  8360.                         'error_handler' => NULL,
  8361.                         'max_size' => 9223372036854775807,
  8362.                         'use_orphanage' => false,
  8363.                         'enable_progress' => false,
  8364.                         'enable_cancelation' => false,
  8365.                         'root_folder' => false,
  8366.                     ],
  8367.                     'saloon_media_video' => [
  8368.                         'frontend' => 'dropzone',
  8369.                         'namer' => 'file_namer.saloon_media_video',
  8370.                         'storage' => [
  8371.                             'type' => 'flysystem',
  8372.                             'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  8373.                             'service' => NULL,
  8374.                             'directory' => NULL,
  8375.                             'stream_wrapper' => NULL,
  8376.                             'sync_buffer_size' => '100K',
  8377.                         ],
  8378.                         'custom_frontend' => [
  8379.                             'name' => NULL,
  8380.                             'class' => NULL,
  8381.                         ],
  8382.                         'route_prefix' => '',
  8383.                         'endpoints' => [
  8384.                             'upload' => NULL,
  8385.                             'progress' => NULL,
  8386.                             'cancel' => NULL,
  8387.                         ],
  8388.                         'allowed_mimetypes' => [
  8389.                         ],
  8390.                         'disallowed_mimetypes' => [
  8391.                         ],
  8392.                         'error_handler' => NULL,
  8393.                         'max_size' => 9223372036854775807,
  8394.                         'use_orphanage' => false,
  8395.                         'enable_progress' => false,
  8396.                         'enable_cancelation' => false,
  8397.                         'root_folder' => false,
  8398.                     ],
  8399.                 ],
  8400.                 'chunks' => [
  8401.                     'maxage' => 604800,
  8402.                     'storage' => [
  8403.                         'type' => 'filesystem',
  8404.                         'filesystem' => NULL,
  8405.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8406.                         'stream_wrapper' => NULL,
  8407.                         'sync_buffer_size' => '100K',
  8408.                         'prefix' => 'chunks',
  8409.                     ],
  8410.                     'load_distribution' => true,
  8411.                 ],
  8412.                 'orphanage' => [
  8413.                     'maxage' => 604800,
  8414.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8415.                 ],
  8416.                 'twig' => true,
  8417.             ]; break;
  8418.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  8419.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  8420.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8421.         }
  8422.         $this->loadedDynamicParameters[$name] = true;
  8423.         return $this->dynamicParameters[$name] = $value;
  8424.     }
  8425.     protected function getDefaultParameters(): array
  8426.     {
  8427.         return [
  8428.             'kernel.project_dir' => \dirname(__DIR__4),
  8429.             'kernel.environment' => 'review',
  8430.             'kernel.debug' => true,
  8431.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8432.             'kernel.bundles' => [
  8433.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8434.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8435.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8436.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8437.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8438.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8439.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8440.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8441.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  8442.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  8443.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  8444.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  8445.                 'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
  8446.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  8447.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  8448.                 'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
  8449.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  8450.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  8451.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  8452.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  8453.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  8454.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  8455.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  8456.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  8457.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  8458.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8459.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  8460.                 'AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\AngelGamezTranslatableBundle',
  8461.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  8462.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  8463.                 'AngelGamezPorpaginasBundle' => 'AngelGamez\\PorpaginasBundle\\AngelGamezPorpaginasBundle',
  8464.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8465.                 'GeographicalNamesInflectionBundle' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle\\GeographicalNamesInflectionBundle',
  8466.                 'MorphosTwigBundle' => 'BigIdea\\Bundle\\MorphosTwigBundle\\MorphosTwigBundle',
  8467.             ],
  8468.             'kernel.bundles_metadata' => [
  8469.                 'FrameworkBundle' => [
  8470.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8471.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8472.                 ],
  8473.                 'SensioFrameworkExtraBundle' => [
  8474.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8475.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8476.                 ],
  8477.                 'DoctrineBundle' => [
  8478.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8479.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8480.                 ],
  8481.                 'SecurityBundle' => [
  8482.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8483.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8484.                 ],
  8485.                 'TwigBundle' => [
  8486.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8487.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8488.                 ],
  8489.                 'WebProfilerBundle' => [
  8490.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8491.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8492.                 ],
  8493.                 'MonologBundle' => [
  8494.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8495.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8496.                 ],
  8497.                 'DebugBundle' => [
  8498.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8499.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8500.                 ],
  8501.                 'KnpMenuBundle' => [
  8502.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  8503.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  8504.                 ],
  8505.                 'StofDoctrineExtensionsBundle' => [
  8506.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  8507.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  8508.                 ],
  8509.                 'CocurSlugifyBundle' => [
  8510.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  8511.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  8512.                 ],
  8513.                 'NelmioCorsBundle' => [
  8514.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  8515.                     'namespace' => 'Nelmio\\CorsBundle',
  8516.                 ],
  8517.                 'FlagceptionBundle' => [
  8518.                     'path' => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src'),
  8519.                     'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
  8520.                 ],
  8521.                 'PrestaSitemapBundle' => [
  8522.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  8523.                     'namespace' => 'Presta\\SitemapBundle',
  8524.                 ],
  8525.                 'EasyAdminBundle' => [
  8526.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  8527.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  8528.                 ],
  8529.                 'EasyAdminExtensionBundle' => [
  8530.                     'path' => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src'),
  8531.                     'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
  8532.                 ],
  8533.                 'OneupFlysystemBundle' => [
  8534.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  8535.                     'namespace' => 'Oneup\\FlysystemBundle',
  8536.                 ],
  8537.                 'OneupUploaderBundle' => [
  8538.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  8539.                     'namespace' => 'Oneup\\UploaderBundle',
  8540.                 ],
  8541.                 'DoctrineFixturesBundle' => [
  8542.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  8543.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  8544.                 ],
  8545.                 'SncRedisBundle' => [
  8546.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src'),
  8547.                     'namespace' => 'Snc\\RedisBundle',
  8548.                 ],
  8549.                 'FOSJsRoutingBundle' => [
  8550.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  8551.                     'namespace' => 'FOS\\JsRoutingBundle',
  8552.                 ],
  8553.                 'EightPointsGuzzleBundle' => [
  8554.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  8555.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  8556.                 ],
  8557.                 'SentryBundle' => [
  8558.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  8559.                     'namespace' => 'Sentry\\SentryBundle',
  8560.                 ],
  8561.                 'FOSElasticaBundle' => [
  8562.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  8563.                     'namespace' => 'FOS\\ElasticaBundle',
  8564.                 ],
  8565.                 'EWZRecaptchaBundle' => [
  8566.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  8567.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  8568.                 ],
  8569.                 'DoctrineMigrationsBundle' => [
  8570.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8571.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8572.                 ],
  8573.                 'WebpackEncoreBundle' => [
  8574.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  8575.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  8576.                 ],
  8577.                 'AngelGamezTranslatableBundle' => [
  8578.                     'path' => (\dirname(__DIR__4).'/packages/translatable-bundle'),
  8579.                     'namespace' => 'AngelGamez\\TranslatableBundle',
  8580.                 ],
  8581.                 'MisdPhoneNumberBundle' => [
  8582.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  8583.                     'namespace' => 'Misd\\PhoneNumberBundle',
  8584.                 ],
  8585.                 'KnpPaginatorBundle' => [
  8586.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  8587.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  8588.                 ],
  8589.                 'AngelGamezPorpaginasBundle' => [
  8590.                     'path' => (\dirname(__DIR__4).'/packages/porpaginas-bundle'),
  8591.                     'namespace' => 'AngelGamez\\PorpaginasBundle',
  8592.                 ],
  8593.                 'TwigExtraBundle' => [
  8594.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8595.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8596.                 ],
  8597.                 'GeographicalNamesInflectionBundle' => [
  8598.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src'),
  8599.                     'namespace' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle',
  8600.                 ],
  8601.                 'MorphosTwigBundle' => [
  8602.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src'),
  8603.                     'namespace' => 'BigIdea\\Bundle\\MorphosTwigBundle',
  8604.                 ],
  8605.             ],
  8606.             'kernel.charset' => 'UTF-8',
  8607.             'kernel.container_class' => 'App_KernelReviewDebugContainer',
  8608.             'container.dumper.inline_class_loader' => true,
  8609.             'env(DATABASE_URL)' => '',
  8610.             'env(TRUSTED_PROXIES)' => '127.0.0.1,192.168.0.1/16',
  8611.             'env(TRUSTED_PROXIES_CONFIG)' => '',
  8612.             'env(ROTATION_UPDATE_STREAM)' => 'rotation_update_stream',
  8613.             'common_filesystem_permissions' => [
  8614.                 'permissions' => [
  8615.                     'file' => [
  8616.                         'public' => 420,
  8617.                         'private' => 420,
  8618.                     ],
  8619.                     'dir' => [
  8620.                         'public' => 493,
  8621.                         'private' => 493,
  8622.                     ],
  8623.                 ],
  8624.             ],
  8625.             'env(SENTRY_DSN)' => '',
  8626.             'env(APP_VERSION_FILE)' => (\dirname(__DIR__4).'/.app.version'),
  8627.             'env(REDIS_URL)' => NULL,
  8628.             'env(REVIEW_PROFILER_TOOLBAR)' => true,
  8629.             'env(USE_LEGACY_DOMAIN_REDIRECTOR)' => 'false',
  8630.             'env(REDIRECT_PATHS)' => '',
  8631.             'locale' => 'ru',
  8632.             'app.path.user_avatars' => 'uploads/images/user',
  8633.             'app.smsc.link' => 'https://smsc.ru/sys/send.php?login',
  8634.             'app.smsc.login' => 'mandelshtam',
  8635.             'app.smsc.password' => 'mIh3gwEKy090B90wUal9',
  8636.             'app.profile.status.dir' => (\dirname(__DIR__4).'/artifacts/prices/'),
  8637.             'app.log.dir' => (\dirname(__DIR__3).'/log/'),
  8638.             'app.config.dir' => (\dirname(__DIR__4).'/config/'),
  8639.             'app.allowed_locales' => [
  8640.                 => 'en',
  8641.                 => 'ru',
  8642.             ],
  8643.             'app.redis_ctr_db_index' => '7',
  8644.             'app.path.web' => (\dirname(__DIR__4).'/public/'),
  8645.             'app.path.media.profile' => (\dirname(__DIR__4).'/public//media/profiles/'),
  8646.             'account.setting.advertiser_profile_list_per_page.name' => 'advertiser_profile_list_per_page',
  8647.             'account.setting.advertiser_saloon_list_per_page.name' => 'advertiser_saloon_list_per_page',
  8648.             'account.setting.advertiser_profile_list_ctr_period.name' => 'advertiser_profile_list_ctr_period',
  8649.             'account.setting.advertiser_profile_list_placement_type_filter.name' => 'advertiser_profile_list_placement_type_filter',
  8650.             'account.setting.advertiser_Saloon_list_placement_type_filter.name' => 'advertiser_saloon_list_placement_type_filter',
  8651.             'account.setting.advertiser_profile_list_sort.name' => 'advertiser_profile_list_sort',
  8652.             'account.setting.advertiser_saloon_list_sort.name' => 'advertiser_saloon_list_sort',
  8653.             'account.setting.advertiser_profile_list_sort_direction.name' => 'advertiser_profile_list_sort_direction',
  8654.             'account.setting.advertiser_saloon_list_sort_direction.name' => 'advertiser_saloon_list_sort_direction',
  8655.             'env(GA_TRACKER_ID)' => '',
  8656.             'env(YM_TRACKER_ID)' => '',
  8657.             'env(PAGE_METADATA_VARIANT)' => 'default',
  8658.             'env(DEBUG_ROTATION_API_DATA)' => false,
  8659.             'event_dispatcher.event_aliases' => [
  8660.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8661.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8662.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8663.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8664.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8665.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8666.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8667.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8668.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8669.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8670.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8671.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8672.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8673.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8674.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8675.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8676.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8677.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8678.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8679.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8680.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8681.                 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  8682.                 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  8683.             ],
  8684.             'fragment.renderer.hinclude.global_template' => NULL,
  8685.             'fragment.path' => '/_fragment',
  8686.             'kernel.http_method_override' => true,
  8687.             'kernel.trusted_hosts' => [
  8688.             ],
  8689.             'kernel.default_locale' => 'ru',
  8690.             'kernel.enabled_locales' => [
  8691.             ],
  8692.             'kernel.error_controller' => 'error_controller',
  8693.             'kernel.trusted_headers' => 62,
  8694.             'debug.file_link_format' => NULL,
  8695.             'asset.request_context.base_path' => NULL,
  8696.             'asset.request_context.secure' => NULL,
  8697.             'translator.logging' => false,
  8698.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8699.             'debug.error_handler.throw_at' => -1,
  8700.             'router.request_context.host' => 'localhost',
  8701.             'router.request_context.scheme' => 'http',
  8702.             'router.request_context.base_url' => '',
  8703.             'router.resource' => 'kernel::loadRoutes',
  8704.             'request_listener.http_port' => 80,
  8705.             'request_listener.https_port' => 443,
  8706.             'session.metadata.storage_key' => '_sf2_meta',
  8707.             'session.storage.options' => [
  8708.                 'cache_limiter' => '0',
  8709.                 'cookie_secure' => 'auto',
  8710.                 'cookie_httponly' => true,
  8711.                 'cookie_samesite' => 'lax',
  8712.                 'gc_probability' => 1,
  8713.             ],
  8714.             'session.save_path' => NULL,
  8715.             'session.metadata.update_threshold' => 0,
  8716.             'form.type_extension.csrf.enabled' => true,
  8717.             'form.type_extension.csrf.field_name' => '_token',
  8718.             'validator.translation_domain' => 'validators',
  8719.             'profiler_listener.only_exceptions' => false,
  8720.             'profiler_listener.only_main_requests' => false,
  8721.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8722.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8723.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8724.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8725.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8726.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8727.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8728.             'doctrine.entity_managers' => [
  8729.                 'default' => 'doctrine.orm.default_entity_manager',
  8730.                 'multi_website' => 'doctrine.orm.multi_website_entity_manager',
  8731.             ],
  8732.             'doctrine.default_entity_manager' => 'default',
  8733.             'doctrine.dbal.connection_factory.types' => [
  8734.                 'translatable' => [
  8735.                     'class' => 'AngelGamez\\TranslatableBundle\\Doctrine\\DBAL\\Types\\TranslatableType',
  8736.                 ],
  8737.             ],
  8738.             'doctrine.connections' => [
  8739.                 'default' => 'doctrine.dbal.default_connection',
  8740.                 'multi_website' => 'doctrine.dbal.multi_website_connection',
  8741.             ],
  8742.             'doctrine.default_connection' => 'default',
  8743.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8744.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8745.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8746.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8747.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8748.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8749.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8750.             'doctrine.orm.cache.memcache_port' => 11211,
  8751.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8752.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8753.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8754.             'doctrine.orm.cache.memcached_port' => 11211,
  8755.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8756.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8757.             'doctrine.orm.cache.redis_host' => 'localhost',
  8758.             'doctrine.orm.cache.redis_port' => 6379,
  8759.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8760.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8761.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8762.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8763.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8764.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8765.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8766.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8767.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8768.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8769.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8770.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8771.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8772.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8773.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8774.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8775.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8776.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8777.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8778.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8779.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8780.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8781.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8782.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8783.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8784.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8785.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8786.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8787.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8788.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8789.             'doctrine.orm.auto_generate_proxy_classes' => false,
  8790.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  8791.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8792.             'security.role_hierarchy.roles' => [
  8793.                 'ROLE_ADMIN_ACCESS_ALL' => [
  8794.                     => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8795.                     => 'ROLE_ADMIN_ACCESS_PROFILES',
  8796.                     => 'ROLE_ADMIN_ACCESS_SALES',
  8797.                     => 'ROLE_ADMIN_ACCESS_SEO',
  8798.                     => 'ROLE_ADMIN_ACCESS_LOCATION',
  8799.                     => 'ROLE_ADMIN_ACCESS_DELETED',
  8800.                     => 'ROLE_ADMIN_ACCESS_OTHER',
  8801.                     => 'ROLE_ACCESS_WALKER',
  8802.                 ],
  8803.             ],
  8804.             'security.access.denied_url' => NULL,
  8805.             'security.authentication.manager.erase_credentials' => true,
  8806.             'security.authentication.session_strategy.strategy' => 'migrate',
  8807.             'security.access.always_authenticate_before_granting' => false,
  8808.             'security.authentication.hide_user_not_found' => true,
  8809.             'security.firewalls' => [
  8810.                 => 'dev',
  8811.                 => 'management',
  8812.                 => 'main',
  8813.             ],
  8814.             'security.management._indexed_authenticators' => [
  8815.             ],
  8816.             'security.main._indexed_authenticators' => [
  8817.             ],
  8818.             'twig.form.resources' => [
  8819.                 => 'form_div_layout.html.twig',
  8820.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  8821.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  8822.             ],
  8823.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  8824.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8825.             'web_profiler.debug_toolbar.mode' => 2,
  8826.             'monolog.use_microseconds' => true,
  8827.             'monolog.swift_mailer.handlers' => [
  8828.             ],
  8829.             'monolog.handlers_to_channels' => [
  8830.                 'monolog.handler.chromephp' => NULL,
  8831.                 'monolog.handler.firephp' => NULL,
  8832.             ],
  8833.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8834.             'knp_menu.renderer.list.options' => [
  8835.             ],
  8836.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  8837.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  8838.             'knp_menu.renderer.twig.options' => [
  8839.             ],
  8840.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  8841.             'knp_menu.default_renderer' => 'twig',
  8842.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  8843.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  8844.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  8845.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  8846.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  8847.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  8848.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  8849.             'stof_doctrine_extensions.default_locale' => 'ru',
  8850.             'stof_doctrine_extensions.translation_fallback' => true,
  8851.             'stof_doctrine_extensions.persist_default_translation' => false,
  8852.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  8853.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  8854.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  8855.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  8856.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  8857.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  8858.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  8859.             'nelmio_cors.map' => [
  8860.                 '^/' => [
  8861.                     'skip_same_as_origin' => true,
  8862.                 ],
  8863.             ],
  8864.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  8865.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  8866.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  8867.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  8868.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  8869.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  8870.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  8871.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  8872.             'presta_sitemap.timetolive' => 3600,
  8873.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  8874.             'presta_sitemap.items_by_set' => 50000,
  8875.             'presta_sitemap.defaults' => [
  8876.                 'priority' => 1,
  8877.                 'changefreq' => 'daily',
  8878.                 'lastmod' => 'now',
  8879.             ],
  8880.             'presta_sitemap.default_section' => 'default',
  8881.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  8882.             'easy_admin_extension.custom_form_types' => [
  8883.             ],
  8884.             'easy_admin_extension.minimum_role' => 'ROLE_ADMIN',
  8885.             'easy_admin_extension.embedded_list.open_new_tab' => true,
  8886.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  8887.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  8888.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  8889.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  8890.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  8891.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  8892.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  8893.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  8894.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  8895.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  8896.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  8897.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  8898.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  8899.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  8900.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  8901.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  8902.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  8903.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  8904.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  8905.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  8906.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  8907.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  8908.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  8909.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  8910.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  8911.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  8912.             'oneup_uploader.config.process_queue' => [
  8913.                 'frontend' => 'dropzone',
  8914.                 'namer' => 'oneup_uploader.namer.uniqid',
  8915.                 'storage' => [
  8916.                     'type' => 'flysystem',
  8917.                     'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  8918.                     'service' => NULL,
  8919.                     'directory' => NULL,
  8920.                     'stream_wrapper' => NULL,
  8921.                     'sync_buffer_size' => '100K',
  8922.                 ],
  8923.                 'custom_frontend' => [
  8924.                     'name' => NULL,
  8925.                     'class' => NULL,
  8926.                 ],
  8927.                 'route_prefix' => '',
  8928.                 'endpoints' => [
  8929.                     'upload' => NULL,
  8930.                     'progress' => NULL,
  8931.                     'cancel' => NULL,
  8932.                 ],
  8933.                 'allowed_mimetypes' => [
  8934.                 ],
  8935.                 'disallowed_mimetypes' => [
  8936.                 ],
  8937.                 'error_handler' => NULL,
  8938.                 'max_size' => 9223372036854775807,
  8939.                 'use_orphanage' => false,
  8940.                 'enable_progress' => false,
  8941.                 'enable_cancelation' => false,
  8942.                 'root_folder' => false,
  8943.             ],
  8944.             'oneup_uploader.config.tmp_media' => [
  8945.                 'frontend' => 'dropzone',
  8946.                 'namer' => 'file_namer.tmp_media',
  8947.                 'storage' => [
  8948.                     'type' => 'flysystem',
  8949.                     'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  8950.                     'service' => NULL,
  8951.                     'directory' => NULL,
  8952.                     'stream_wrapper' => NULL,
  8953.                     'sync_buffer_size' => '100K',
  8954.                 ],
  8955.                 'custom_frontend' => [
  8956.                     'name' => NULL,
  8957.                     'class' => NULL,
  8958.                 ],
  8959.                 'route_prefix' => '',
  8960.                 'endpoints' => [
  8961.                     'upload' => NULL,
  8962.                     'progress' => NULL,
  8963.                     'cancel' => NULL,
  8964.                 ],
  8965.                 'allowed_mimetypes' => [
  8966.                 ],
  8967.                 'disallowed_mimetypes' => [
  8968.                 ],
  8969.                 'error_handler' => NULL,
  8970.                 'max_size' => 9223372036854775807,
  8971.                 'use_orphanage' => false,
  8972.                 'enable_progress' => false,
  8973.                 'enable_cancelation' => false,
  8974.                 'root_folder' => false,
  8975.             ],
  8976.             'oneup_uploader.config.user_media' => [
  8977.                 'frontend' => 'dropzone',
  8978.                 'namer' => 'file_namer.user_media',
  8979.                 'storage' => [
  8980.                     'type' => 'flysystem',
  8981.                     'filesystem' => 'oneup_flysystem.user_media_filesystem',
  8982.                     'service' => NULL,
  8983.                     'directory' => NULL,
  8984.                     'stream_wrapper' => NULL,
  8985.                     'sync_buffer_size' => '100K',
  8986.                 ],
  8987.                 'custom_frontend' => [
  8988.                     'name' => NULL,
  8989.                     'class' => NULL,
  8990.                 ],
  8991.                 'route_prefix' => '',
  8992.                 'endpoints' => [
  8993.                     'upload' => NULL,
  8994.                     'progress' => NULL,
  8995.                     'cancel' => NULL,
  8996.                 ],
  8997.                 'allowed_mimetypes' => [
  8998.                 ],
  8999.                 'disallowed_mimetypes' => [
  9000.                 ],
  9001.                 'error_handler' => NULL,
  9002.                 'max_size' => 9223372036854775807,
  9003.                 'use_orphanage' => false,
  9004.                 'enable_progress' => false,
  9005.                 'enable_cancelation' => false,
  9006.                 'root_folder' => false,
  9007.             ],
  9008.             'oneup_uploader.config.profile_photo' => [
  9009.                 'frontend' => 'dropzone',
  9010.                 'namer' => 'file_namer.profile_media',
  9011.                 'storage' => [
  9012.                     'type' => 'flysystem',
  9013.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9014.                     'service' => NULL,
  9015.                     'directory' => NULL,
  9016.                     'stream_wrapper' => NULL,
  9017.                     'sync_buffer_size' => '100K',
  9018.                 ],
  9019.                 'custom_frontend' => [
  9020.                     'name' => NULL,
  9021.                     'class' => NULL,
  9022.                 ],
  9023.                 'route_prefix' => '',
  9024.                 'endpoints' => [
  9025.                     'upload' => NULL,
  9026.                     'progress' => NULL,
  9027.                     'cancel' => NULL,
  9028.                 ],
  9029.                 'allowed_mimetypes' => [
  9030.                 ],
  9031.                 'disallowed_mimetypes' => [
  9032.                 ],
  9033.                 'error_handler' => NULL,
  9034.                 'max_size' => 9223372036854775807,
  9035.                 'use_orphanage' => false,
  9036.                 'enable_progress' => false,
  9037.                 'enable_cancelation' => false,
  9038.                 'root_folder' => false,
  9039.             ],
  9040.             'oneup_uploader.config.profile_media_avatar' => [
  9041.                 'frontend' => 'dropzone',
  9042.                 'namer' => 'file_namer.profile_media',
  9043.                 'storage' => [
  9044.                     'type' => 'flysystem',
  9045.                     'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  9046.                     'service' => NULL,
  9047.                     'directory' => NULL,
  9048.                     'stream_wrapper' => NULL,
  9049.                     'sync_buffer_size' => '100K',
  9050.                 ],
  9051.                 'custom_frontend' => [
  9052.                     'name' => NULL,
  9053.                     'class' => NULL,
  9054.                 ],
  9055.                 'route_prefix' => '',
  9056.                 'endpoints' => [
  9057.                     'upload' => NULL,
  9058.                     'progress' => NULL,
  9059.                     'cancel' => NULL,
  9060.                 ],
  9061.                 'allowed_mimetypes' => [
  9062.                 ],
  9063.                 'disallowed_mimetypes' => [
  9064.                 ],
  9065.                 'error_handler' => NULL,
  9066.                 'max_size' => 9223372036854775807,
  9067.                 'use_orphanage' => false,
  9068.                 'enable_progress' => false,
  9069.                 'enable_cancelation' => false,
  9070.                 'root_folder' => false,
  9071.             ],
  9072.             'oneup_uploader.config.profile_media_approval' => [
  9073.                 'frontend' => 'dropzone',
  9074.                 'namer' => 'file_namer.profile_media_approval',
  9075.                 'storage' => [
  9076.                     'type' => 'flysystem',
  9077.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9078.                     'service' => NULL,
  9079.                     'directory' => NULL,
  9080.                     'stream_wrapper' => NULL,
  9081.                     'sync_buffer_size' => '100K',
  9082.                 ],
  9083.                 'custom_frontend' => [
  9084.                     'name' => NULL,
  9085.                     'class' => NULL,
  9086.                 ],
  9087.                 'route_prefix' => '',
  9088.                 'endpoints' => [
  9089.                     'upload' => NULL,
  9090.                     'progress' => NULL,
  9091.                     'cancel' => NULL,
  9092.                 ],
  9093.                 'allowed_mimetypes' => [
  9094.                 ],
  9095.                 'disallowed_mimetypes' => [
  9096.                 ],
  9097.                 'error_handler' => NULL,
  9098.                 'max_size' => 9223372036854775807,
  9099.                 'use_orphanage' => false,
  9100.                 'enable_progress' => false,
  9101.                 'enable_cancelation' => false,
  9102.                 'root_folder' => false,
  9103.             ],
  9104.             'oneup_uploader.config.profile_selfie' => [
  9105.                 'frontend' => 'dropzone',
  9106.                 'namer' => 'file_namer.profile_media',
  9107.                 'storage' => [
  9108.                     'type' => 'flysystem',
  9109.                     'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  9110.                     'service' => NULL,
  9111.                     'directory' => NULL,
  9112.                     'stream_wrapper' => NULL,
  9113.                     'sync_buffer_size' => '100K',
  9114.                 ],
  9115.                 'custom_frontend' => [
  9116.                     'name' => NULL,
  9117.                     'class' => NULL,
  9118.                 ],
  9119.                 'route_prefix' => '',
  9120.                 'endpoints' => [
  9121.                     'upload' => NULL,
  9122.                     'progress' => NULL,
  9123.                     'cancel' => NULL,
  9124.                 ],
  9125.                 'allowed_mimetypes' => [
  9126.                 ],
  9127.                 'disallowed_mimetypes' => [
  9128.                 ],
  9129.                 'error_handler' => NULL,
  9130.                 'max_size' => 9223372036854775807,
  9131.                 'use_orphanage' => false,
  9132.                 'enable_progress' => false,
  9133.                 'enable_cancelation' => false,
  9134.                 'root_folder' => false,
  9135.             ],
  9136.             'oneup_uploader.config.profile_video' => [
  9137.                 'frontend' => 'dropzone',
  9138.                 'namer' => 'file_namer.profile_media',
  9139.                 'storage' => [
  9140.                     'type' => 'flysystem',
  9141.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9142.                     'service' => NULL,
  9143.                     'directory' => NULL,
  9144.                     'stream_wrapper' => NULL,
  9145.                     'sync_buffer_size' => '100K',
  9146.                 ],
  9147.                 'custom_frontend' => [
  9148.                     'name' => NULL,
  9149.                     'class' => NULL,
  9150.                 ],
  9151.                 'route_prefix' => '',
  9152.                 'endpoints' => [
  9153.                     'upload' => NULL,
  9154.                     'progress' => NULL,
  9155.                     'cancel' => NULL,
  9156.                 ],
  9157.                 'allowed_mimetypes' => [
  9158.                 ],
  9159.                 'disallowed_mimetypes' => [
  9160.                 ],
  9161.                 'error_handler' => NULL,
  9162.                 'max_size' => 9223372036854775807,
  9163.                 'use_orphanage' => false,
  9164.                 'enable_progress' => false,
  9165.                 'enable_cancelation' => false,
  9166.                 'root_folder' => false,
  9167.             ],
  9168.             'oneup_uploader.config.saloon_media' => [
  9169.                 'frontend' => 'dropzone',
  9170.                 'namer' => 'file_namer.saloon_media',
  9171.                 'storage' => [
  9172.                     'type' => 'flysystem',
  9173.                     'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  9174.                     'service' => NULL,
  9175.                     'directory' => NULL,
  9176.                     'stream_wrapper' => NULL,
  9177.                     'sync_buffer_size' => '100K',
  9178.                 ],
  9179.                 'custom_frontend' => [
  9180.                     'name' => NULL,
  9181.                     'class' => NULL,
  9182.                 ],
  9183.                 'route_prefix' => '',
  9184.                 'endpoints' => [
  9185.                     'upload' => NULL,
  9186.                     'progress' => NULL,
  9187.                     'cancel' => NULL,
  9188.                 ],
  9189.                 'allowed_mimetypes' => [
  9190.                 ],
  9191.                 'disallowed_mimetypes' => [
  9192.                 ],
  9193.                 'error_handler' => NULL,
  9194.                 'max_size' => 9223372036854775807,
  9195.                 'use_orphanage' => false,
  9196.                 'enable_progress' => false,
  9197.                 'enable_cancelation' => false,
  9198.                 'root_folder' => false,
  9199.             ],
  9200.             'oneup_uploader.config.saloon_media_thumb' => [
  9201.                 'frontend' => 'dropzone',
  9202.                 'namer' => 'file_namer.saloon_media_thumb',
  9203.                 'storage' => [
  9204.                     'type' => 'flysystem',
  9205.                     'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  9206.                     'service' => NULL,
  9207.                     'directory' => NULL,
  9208.                     'stream_wrapper' => NULL,
  9209.                     'sync_buffer_size' => '100K',
  9210.                 ],
  9211.                 'custom_frontend' => [
  9212.                     'name' => NULL,
  9213.                     'class' => NULL,
  9214.                 ],
  9215.                 'route_prefix' => '',
  9216.                 'endpoints' => [
  9217.                     'upload' => NULL,
  9218.                     'progress' => NULL,
  9219.                     'cancel' => NULL,
  9220.                 ],
  9221.                 'allowed_mimetypes' => [
  9222.                 ],
  9223.                 'disallowed_mimetypes' => [
  9224.                 ],
  9225.                 'error_handler' => NULL,
  9226.                 'max_size' => 9223372036854775807,
  9227.                 'use_orphanage' => false,
  9228.                 'enable_progress' => false,
  9229.                 'enable_cancelation' => false,
  9230.                 'root_folder' => false,
  9231.             ],
  9232.             'oneup_uploader.config.saloon_media_video' => [
  9233.                 'frontend' => 'dropzone',
  9234.                 'namer' => 'file_namer.saloon_media_video',
  9235.                 'storage' => [
  9236.                     'type' => 'flysystem',
  9237.                     'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  9238.                     'service' => NULL,
  9239.                     'directory' => NULL,
  9240.                     'stream_wrapper' => NULL,
  9241.                     'sync_buffer_size' => '100K',
  9242.                 ],
  9243.                 'custom_frontend' => [
  9244.                     'name' => NULL,
  9245.                     'class' => NULL,
  9246.                 ],
  9247.                 'route_prefix' => '',
  9248.                 'endpoints' => [
  9249.                     'upload' => NULL,
  9250.                     'progress' => NULL,
  9251.                     'cancel' => NULL,
  9252.                 ],
  9253.                 'allowed_mimetypes' => [
  9254.                 ],
  9255.                 'disallowed_mimetypes' => [
  9256.                 ],
  9257.                 'error_handler' => NULL,
  9258.                 'max_size' => 9223372036854775807,
  9259.                 'use_orphanage' => false,
  9260.                 'enable_progress' => false,
  9261.                 'enable_cancelation' => false,
  9262.                 'root_folder' => false,
  9263.             ],
  9264.             'oneup_uploader.controllers' => [
  9265.                 'process_queue' => [
  9266.                     => 'oneup_uploader.controller.process_queue',
  9267.                     => [
  9268.                         'enable_progress' => false,
  9269.                         'enable_cancelation' => false,
  9270.                         'route_prefix' => '',
  9271.                         'endpoints' => [
  9272.                             'upload' => NULL,
  9273.                             'progress' => NULL,
  9274.                             'cancel' => NULL,
  9275.                         ],
  9276.                     ],
  9277.                 ],
  9278.                 'tmp_media' => [
  9279.                     => 'oneup_uploader.controller.tmp_media',
  9280.                     => [
  9281.                         'enable_progress' => false,
  9282.                         'enable_cancelation' => false,
  9283.                         'route_prefix' => '',
  9284.                         'endpoints' => [
  9285.                             'upload' => NULL,
  9286.                             'progress' => NULL,
  9287.                             'cancel' => NULL,
  9288.                         ],
  9289.                     ],
  9290.                 ],
  9291.                 'user_media' => [
  9292.                     => 'oneup_uploader.controller.user_media',
  9293.                     => [
  9294.                         'enable_progress' => false,
  9295.                         'enable_cancelation' => false,
  9296.                         'route_prefix' => '',
  9297.                         'endpoints' => [
  9298.                             'upload' => NULL,
  9299.                             'progress' => NULL,
  9300.                             'cancel' => NULL,
  9301.                         ],
  9302.                     ],
  9303.                 ],
  9304.                 'profile_photo' => [
  9305.                     => 'oneup_uploader.controller.profile_photo',
  9306.                     => [
  9307.                         'enable_progress' => false,
  9308.                         'enable_cancelation' => false,
  9309.                         'route_prefix' => '',
  9310.                         'endpoints' => [
  9311.                             'upload' => NULL,
  9312.                             'progress' => NULL,
  9313.                             'cancel' => NULL,
  9314.                         ],
  9315.                     ],
  9316.                 ],
  9317.                 'profile_media_avatar' => [
  9318.                     => 'oneup_uploader.controller.profile_media_avatar',
  9319.                     => [
  9320.                         'enable_progress' => false,
  9321.                         'enable_cancelation' => false,
  9322.                         'route_prefix' => '',
  9323.                         'endpoints' => [
  9324.                             'upload' => NULL,
  9325.                             'progress' => NULL,
  9326.                             'cancel' => NULL,
  9327.                         ],
  9328.                     ],
  9329.                 ],
  9330.                 'profile_media_approval' => [
  9331.                     => 'oneup_uploader.controller.profile_media_approval',
  9332.                     => [
  9333.                         'enable_progress' => false,
  9334.                         'enable_cancelation' => false,
  9335.                         'route_prefix' => '',
  9336.                         'endpoints' => [
  9337.                             'upload' => NULL,
  9338.                             'progress' => NULL,
  9339.                             'cancel' => NULL,
  9340.                         ],
  9341.                     ],
  9342.                 ],
  9343.                 'profile_selfie' => [
  9344.                     => 'oneup_uploader.controller.profile_selfie',
  9345.                     => [
  9346.                         'enable_progress' => false,
  9347.                         'enable_cancelation' => false,
  9348.                         'route_prefix' => '',
  9349.                         'endpoints' => [
  9350.                             'upload' => NULL,
  9351.                             'progress' => NULL,
  9352.                             'cancel' => NULL,
  9353.                         ],
  9354.                     ],
  9355.                 ],
  9356.                 'profile_video' => [
  9357.                     => 'oneup_uploader.controller.profile_video',
  9358.                     => [
  9359.                         'enable_progress' => false,
  9360.                         'enable_cancelation' => false,
  9361.                         'route_prefix' => '',
  9362.                         'endpoints' => [
  9363.                             'upload' => NULL,
  9364.                             'progress' => NULL,
  9365.                             'cancel' => NULL,
  9366.                         ],
  9367.                     ],
  9368.                 ],
  9369.                 'saloon_media' => [
  9370.                     => 'oneup_uploader.controller.saloon_media',
  9371.                     => [
  9372.                         'enable_progress' => false,
  9373.                         'enable_cancelation' => false,
  9374.                         'route_prefix' => '',
  9375.                         'endpoints' => [
  9376.                             'upload' => NULL,
  9377.                             'progress' => NULL,
  9378.                             'cancel' => NULL,
  9379.                         ],
  9380.                     ],
  9381.                 ],
  9382.                 'saloon_media_thumb' => [
  9383.                     => 'oneup_uploader.controller.saloon_media_thumb',
  9384.                     => [
  9385.                         'enable_progress' => false,
  9386.                         'enable_cancelation' => false,
  9387.                         'route_prefix' => '',
  9388.                         'endpoints' => [
  9389.                             'upload' => NULL,
  9390.                             'progress' => NULL,
  9391.                             'cancel' => NULL,
  9392.                         ],
  9393.                     ],
  9394.                 ],
  9395.                 'saloon_media_video' => [
  9396.                     => 'oneup_uploader.controller.saloon_media_video',
  9397.                     => [
  9398.                         'enable_progress' => false,
  9399.                         'enable_cancelation' => false,
  9400.                         'route_prefix' => '',
  9401.                         'endpoints' => [
  9402.                             'upload' => NULL,
  9403.                             'progress' => NULL,
  9404.                             'cancel' => NULL,
  9405.                         ],
  9406.                     ],
  9407.                 ],
  9408.             ],
  9409.             'oneup_uploader.maxsize' => [
  9410.                 'process_queue' => 34359738368,
  9411.                 'tmp_media' => 34359738368,
  9412.                 'user_media' => 34359738368,
  9413.                 'profile_photo' => 34359738368,
  9414.                 'profile_media_avatar' => 34359738368,
  9415.                 'profile_media_approval' => 34359738368,
  9416.                 'profile_selfie' => 34359738368,
  9417.                 'profile_video' => 34359738368,
  9418.                 'saloon_media' => 34359738368,
  9419.                 'saloon_media_thumb' => 34359738368,
  9420.                 'saloon_media_video' => 34359738368,
  9421.             ],
  9422.             'snc_redis.client.class' => 'Predis\\Client',
  9423.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  9424.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  9425.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  9426.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  9427.             'snc_redis.phpredis_client.class' => 'Redis',
  9428.             'snc_redis.relay_client.class' => 'Relay\\Relay',
  9429.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  9430.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  9431.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  9432.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  9433.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  9434.             'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  9435.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  9436.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  9437.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  9438.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  9439.             'fos_js_routing.request_context_base_url' => NULL,
  9440.             'fos_js_routing.cache_control' => [
  9441.                 'enabled' => false,
  9442.             ],
  9443.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  9444.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  9445.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  9446.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  9447.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  9448.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  9449.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  9450.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  9451.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  9452.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  9453.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  9454.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  9455.             'eight_points_guzzle.plugin.header.headers' => [
  9456.             ],
  9457.             'env(SENTRY_RELEASE)' => 'dev-master@667b188',
  9458.             'sentry.tracing.enabled' => true,
  9459.             'sentry.tracing.dbal.enabled' => true,
  9460.             'sentry.tracing.dbal.connections' => [
  9461.             ],
  9462.             'sentry.tracing.cache.enabled' => true,
  9463.             'sentry.tracing.http_client.enabled' => true,
  9464.             'fos_elastica.property_accessor.magicCall' => false,
  9465.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  9466.             'fos_elastica.default_index' => 'recommendations',
  9467.             'ewz_recaptcha.ajax' => true,
  9468.             'ewz_recaptcha.enabled' => true,
  9469.             'ewz_recaptcha.verify_host' => false,
  9470.             'ewz_recaptcha.locale_key' => 'ru',
  9471.             'ewz_recaptcha.api_host' => 'www.google.com',
  9472.             'ewz_recaptcha.locale_from_request' => false,
  9473.             'ewz_recaptcha.version' => 2,
  9474.             'ewz_recaptcha.hide_badge' => false,
  9475.             'ewz_recaptcha.score_threshold' => 0.5,
  9476.             'ewz_recaptcha.timeout' => NULL,
  9477.             'ewz_recaptcha.trusted_roles' => [
  9478.             ],
  9479.             'ewz_recaptcha.http_proxy' => [
  9480.                 'host' => NULL,
  9481.                 'port' => NULL,
  9482.                 'auth' => NULL,
  9483.             ],
  9484.             'ewz_recaptcha.service_definition' => [
  9485.             ],
  9486.             'doctrine.migrations.preferred_em' => NULL,
  9487.             'doctrine.migrations.preferred_connection' => NULL,
  9488.             'misd_phone_number.serializer.default_region' => 'ZZ',
  9489.             'misd_phone_number.serializer.format' => 0,
  9490.             'misd_phone_number.validator.default_region' => 'ZZ',
  9491.             'misd_phone_number.validator.format' => 1,
  9492.             'knp_paginator.template.pagination' => '_pagination.html.twig',
  9493.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  9494.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  9495.             'knp_paginator.page_range' => 5,
  9496.             'knp_paginator.page_limit' => NULL,
  9497.             'porpaginas.twig.extension.class' => 'Porpaginas\\Twig\\PorpaginasExtension',
  9498.             'porpaginas.twig.rendering_adapter.knp.class' => 'AngelGamez\\PorpaginasBundle\\Twig\\KnpPagerRenderingAdapter',
  9499.             'porpaginas.twig.subscriber.class' => 'Porpaginas\\KnpPager\\PorpaginasSubscriber',
  9500.             'data_collector.templates' => [
  9501.                 'data_collector.request' => [
  9502.                     => 'request',
  9503.                     => '@WebProfiler/Collector/request.html.twig',
  9504.                 ],
  9505.                 'data_collector.time' => [
  9506.                     => 'time',
  9507.                     => '@WebProfiler/Collector/time.html.twig',
  9508.                 ],
  9509.                 'data_collector.memory' => [
  9510.                     => 'memory',
  9511.                     => '@WebProfiler/Collector/memory.html.twig',
  9512.                 ],
  9513.                 'data_collector.validator' => [
  9514.                     => 'validator',
  9515.                     => '@WebProfiler/Collector/validator.html.twig',
  9516.                 ],
  9517.                 'data_collector.ajax' => [
  9518.                     => 'ajax',
  9519.                     => '@WebProfiler/Collector/ajax.html.twig',
  9520.                 ],
  9521.                 'data_collector.form' => [
  9522.                     => 'form',
  9523.                     => '@WebProfiler/Collector/form.html.twig',
  9524.                 ],
  9525.                 'data_collector.exception' => [
  9526.                     => 'exception',
  9527.                     => '@WebProfiler/Collector/exception.html.twig',
  9528.                 ],
  9529.                 'data_collector.logger' => [
  9530.                     => 'logger',
  9531.                     => '@WebProfiler/Collector/logger.html.twig',
  9532.                 ],
  9533.                 'data_collector.events' => [
  9534.                     => 'events',
  9535.                     => '@WebProfiler/Collector/events.html.twig',
  9536.                 ],
  9537.                 'data_collector.router' => [
  9538.                     => 'router',
  9539.                     => '@WebProfiler/Collector/router.html.twig',
  9540.                 ],
  9541.                 'data_collector.cache' => [
  9542.                     => 'cache',
  9543.                     => '@WebProfiler/Collector/cache.html.twig',
  9544.                 ],
  9545.                 'data_collector.translation' => [
  9546.                     => 'translation',
  9547.                     => '@WebProfiler/Collector/translation.html.twig',
  9548.                 ],
  9549.                 'data_collector.security' => [
  9550.                     => 'security',
  9551.                     => '@Security/Collector/security.html.twig',
  9552.                 ],
  9553.                 'data_collector.twig' => [
  9554.                     => 'twig',
  9555.                     => '@WebProfiler/Collector/twig.html.twig',
  9556.                 ],
  9557.                 'data_collector.http_client' => [
  9558.                     => 'http_client',
  9559.                     => '@WebProfiler/Collector/http_client.html.twig',
  9560.                 ],
  9561.                 'data_collector.doctrine' => [
  9562.                     => 'db',
  9563.                     => '@Doctrine/Collector/db.html.twig',
  9564.                 ],
  9565.                 'data_collector.dump' => [
  9566.                     => 'dump',
  9567.                     => '@Debug/Profiler/dump.html.twig',
  9568.                 ],
  9569.                 'data_collector.messenger' => [
  9570.                     => 'messenger',
  9571.                     => '@WebProfiler/Collector/messenger.html.twig',
  9572.                 ],
  9573.                 'mailer.data_collector' => [
  9574.                     => 'mailer',
  9575.                     => '@WebProfiler/Collector/mailer.html.twig',
  9576.                 ],
  9577.                 'notifier.data_collector' => [
  9578.                     => 'notifier',
  9579.                     => '@WebProfiler/Collector/notifier.html.twig',
  9580.                 ],
  9581.                 'flagception.profiler.feature_data_collector' => [
  9582.                     => 'flagception',
  9583.                     => '@Flagception/profiler/layout.html.twig',
  9584.                 ],
  9585.                 'easyadmin.data_collector' => [
  9586.                     => 'easyadmin',
  9587.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  9588.                 ],
  9589.                 'snc_redis.data_collector' => [
  9590.                     => 'redis',
  9591.                     => '@SncRedis/Collector/redis.html.twig',
  9592.                 ],
  9593.                 'eight_points_guzzle.data_collector' => [
  9594.                     => 'eight_points_guzzle',
  9595.                     => '@EightPointsGuzzle/debug.html.twig',
  9596.                 ],
  9597.                 'fos_elastica.data_collector' => [
  9598.                     => 'elastica',
  9599.                     => '@FOSElastica/Collector/elastica.html.twig',
  9600.                 ],
  9601.                 'App\\DataCollector\\DebugCollector' => [
  9602.                     => 'app.debug_collector',
  9603.                     => '_data_collector/debug_collector.html.twig',
  9604.                 ],
  9605.                 'data_collector.config' => [
  9606.                     => 'config',
  9607.                     => '@WebProfiler/Collector/config.html.twig',
  9608.                 ],
  9609.             ],
  9610.             'console.command.ids' => [
  9611.                 => 'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog',
  9612.                 => 'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue',
  9613.                 => 'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand',
  9614.                 => 'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand',
  9615.                 => 'console.command.public_alias.App\\Console\\Export\\ExportProfiles',
  9616.                 => 'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand',
  9617.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand',
  9618.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription',
  9619.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand',
  9620.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus',
  9621.                 10 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations',
  9622.                 11 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords',
  9623.                 12 => 'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733',
  9624.                 13 => 'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand',
  9625.                 14 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand',
  9626.                 15 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand',
  9627.                 16 => 'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand',
  9628.                 17 => 'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand',
  9629.                 18 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi',
  9630.                 19 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal',
  9631.                 20 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand',
  9632.                 21 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand',
  9633.                 22 => 'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand',
  9634.                 23 => 'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand',
  9635.                 24 => 'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand',
  9636.                 25 => 'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand',
  9637.                 26 => 'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand',
  9638.                 27 => 'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand',
  9639.                 28 => 'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand',
  9640.                 29 => 'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache',
  9641.                 30 => 'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList',
  9642.                 31 => 'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand',
  9643.                 32 => 'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles',
  9644.                 33 => 'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements',
  9645.                 34 => 'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent',
  9646.                 35 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles',
  9647.                 36 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons',
  9648.                 37 => 'console.command.public_alias.App\\Console\\Management\\UpdateStations',
  9649.                 38 => 'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus',
  9650.                 39 => 'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand',
  9651.                 40 => 'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand',
  9652.                 41 => 'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand',
  9653.                 42 => 'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand',
  9654.                 43 => 'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand',
  9655.                 44 => 'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand',
  9656.                 45 => 'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator',
  9657.                 46 => 'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand',
  9658.                 47 => 'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand',
  9659.                 48 => 'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand',
  9660.                 49 => 'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand',
  9661.                 50 => 'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand',
  9662.                 51 => 'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand',
  9663.                 52 => 'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand',
  9664.                 53 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand',
  9665.                 54 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand',
  9666.                 55 => 'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand',
  9667.                 56 => 'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand',
  9668.                 57 => 'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand',
  9669.                 58 => 'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand',
  9670.                 59 => 'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand',
  9671.                 60 => 'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand',
  9672.                 61 => 'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts',
  9673.             ],
  9674.         ];
  9675.     }
  9676.     protected function throw($message)
  9677.     {
  9678.         throw new RuntimeException($message);
  9679.     }
  9680. }