var/cache/review/ContainerX9gVOfd/App_KernelReviewDebugContainer.php line 2942

Open in your IDE?
  1. <?php
  2. namespace ContainerX9gVOfd;
  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('ewfBFLTgvQ'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('yATnpccLj+'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('0BikI+Wz7M'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'=> 'nohashConfig'=> '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 'nohashConfig' => ($this->privates['assets._package_nohashConfig'] ?? $this->load('getAssets_PackageNohashConfigService'));
  3508.             yield 'nodomainConfig' => ($this->privates['assets._package_nodomainConfig'] ?? $this->load('getAssets_PackageNodomainConfigService'));
  3509.         }, 12));
  3510.     }
  3511.     /**
  3512.      * Gets the private 'cache.annotations.traceable' shared service.
  3513.      *
  3514.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3515.      */
  3516.     protected function getCache_Annotations_TraceableService()
  3517.     {
  3518.         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('DKqJPqZ+ym'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3519.     }
  3520.     /**
  3521.      * Gets the private 'cache.doctrine.orm.default.query.traceable' shared service.
  3522.      *
  3523.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3524.      */
  3525.     protected function getCache_Doctrine_Orm_Default_Query_TraceableService()
  3526.     {
  3527.         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()));
  3528.     }
  3529.     /**
  3530.      * Gets the private 'cache.doctrine.orm.default.result.traceable' shared service.
  3531.      *
  3532.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3533.      */
  3534.     protected function getCache_Doctrine_Orm_Default_Result_TraceableService()
  3535.     {
  3536.         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()));
  3537.     }
  3538.     /**
  3539.      * Gets the private 'cache.doctrine.orm.default.second_level.region_driver.traceable' shared service.
  3540.      *
  3541.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3542.      */
  3543.     protected function getCache_Doctrine_Orm_Default_SecondLevel_RegionDriver_TraceableService()
  3544.     {
  3545.         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()));
  3546.     }
  3547.     /**
  3548.      * Gets the private 'cache.doctrine.orm.multi_website.query.traceable' shared service.
  3549.      *
  3550.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3551.      */
  3552.     protected function getCache_Doctrine_Orm_MultiWebsite_Query_TraceableService()
  3553.     {
  3554.         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()));
  3555.     }
  3556.     /**
  3557.      * Gets the private 'cache.doctrine.orm.multi_website.result.traceable' shared service.
  3558.      *
  3559.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3560.      */
  3561.     protected function getCache_Doctrine_Orm_MultiWebsite_Result_TraceableService()
  3562.     {
  3563.         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()));
  3564.     }
  3565.     /**
  3566.      * Gets the private 'cache.doctrine.orm.multi_website.second_level.region_driver.traceable' shared service.
  3567.      *
  3568.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3569.      */
  3570.     protected function getCache_Doctrine_Orm_MultiWebsite_SecondLevel_RegionDriver_TraceableService()
  3571.     {
  3572.         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()));
  3573.     }
  3574.     /**
  3575.      * Gets the private 'cache.doctrine.traceable' shared service.
  3576.      *
  3577.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3578.      */
  3579.     protected function getCache_Doctrine_TraceableService()
  3580.     {
  3581.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3582.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3583.         $a->setLogger($b);
  3584.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('ZjO-OoC5IS'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3585.         $c->setLogger($b);
  3586.         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)));
  3587.     }
  3588.     /**
  3589.      * Gets the private 'cache.easyadmin.traceable' shared service.
  3590.      *
  3591.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3592.      */
  3593.     protected function getCache_Easyadmin_TraceableService()
  3594.     {
  3595.         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('TY7zVjNAix'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3596.     }
  3597.     /**
  3598.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  3599.      *
  3600.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3601.      */
  3602.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  3603.     {
  3604.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('7dg0jZIQru'0, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3605.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  3606.         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));
  3607.     }
  3608.     /**
  3609.      * Gets the private 'cache.property_info.traceable' shared service.
  3610.      *
  3611.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3612.      */
  3613.     protected function getCache_PropertyInfo_TraceableService()
  3614.     {
  3615.         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('sjc9oAlStg'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3616.     }
  3617.     /**
  3618.      * Gets the private 'cache.rate_limiter.traceable' shared service.
  3619.      *
  3620.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3621.      */
  3622.     protected function getCache_RateLimiter_TraceableService()
  3623.     {
  3624.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(600);
  3625.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3626.         $a->setLogger($b);
  3627.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('MowlMIa2OU'600, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3628.         $c->setLogger($b);
  3629.         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)));
  3630.     }
  3631.     /**
  3632.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  3633.      *
  3634.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3635.      */
  3636.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  3637.     {
  3638.         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('l3L3vlXc7x'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3639.     }
  3640.     /**
  3641.      * Gets the private 'cache.serializer.traceable' shared service.
  3642.      *
  3643.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3644.      */
  3645.     protected function getCache_Serializer_TraceableService()
  3646.     {
  3647.         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('LBn7txPolB'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3648.     }
  3649.     /**
  3650.      * Gets the private 'cache.validator.traceable' shared service.
  3651.      *
  3652.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3653.      */
  3654.     protected function getCache_Validator_TraceableService()
  3655.     {
  3656.         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('7itLjNVcDt'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3657.     }
  3658.     /**
  3659.      * Gets the private 'cache.webpack_encore.traceable' shared service.
  3660.      *
  3661.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3662.      */
  3663.     protected function getCache_WebpackEncore_TraceableService()
  3664.     {
  3665.         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('opScR4T8VJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  3666.     }
  3667.     /**
  3668.      * Gets the private 'config_cache_factory' shared service.
  3669.      *
  3670.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  3671.      */
  3672.     protected function getConfigCacheFactoryService()
  3673.     {
  3674.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  3675.             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)));
  3676.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  3677.         }, 2));
  3678.     }
  3679.     /**
  3680.      * Gets the private 'ctr_stat.cache.traceable' shared service.
  3681.      *
  3682.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  3683.      */
  3684.     protected function getCtrStat_Cache_TraceableService()
  3685.     {
  3686.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  3687.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  3688.         $a->setLogger($b);
  3689.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('20SdNpn3p3'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  3690.         $c->setLogger($b);
  3691.         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)));
  3692.     }
  3693.     /**
  3694.      * Gets the private 'data_collector.form' shared service.
  3695.      *
  3696.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  3697.      */
  3698.     protected function getDataCollector_FormService()
  3699.     {
  3700.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  3701.     }
  3702.     /**
  3703.      * Gets the private 'data_collector.request' shared service.
  3704.      *
  3705.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  3706.      */
  3707.     protected function getDataCollector_RequestService()
  3708.     {
  3709.         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())));
  3710.     }
  3711.     /**
  3712.      * Gets the private 'debug.controller_resolver' shared service.
  3713.      *
  3714.      * @return \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver
  3715.      */
  3716.     protected function getDebug_ControllerResolverService()
  3717.     {
  3718.         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))));
  3719.     }
  3720.     /**
  3721.      * Gets the private 'debug.debug_handlers_listener' shared service.
  3722.      *
  3723.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  3724.      */
  3725.     protected function getDebug_DebugHandlersListenerService()
  3726.     {
  3727.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  3728.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3729.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  3730.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  3731.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3732.         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()));
  3733.     }
  3734.     /**
  3735.      * Gets the private 'debug.file_link_formatter' shared service.
  3736.      *
  3737.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  3738.      */
  3739.     protected function getDebug_FileLinkFormatterService()
  3740.     {
  3741.         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 () {
  3742.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->load('getDebug_FileLinkFormatter_UrlFormatService'));
  3743.         });
  3744.     }
  3745.     /**
  3746.      * Gets the private 'debug.log_processor' shared service.
  3747.      *
  3748.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  3749.      */
  3750.     protected function getDebug_LogProcessorService()
  3751.     {
  3752.         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())));
  3753.     }
  3754.     /**
  3755.      * Gets the private 'debug.security.access.decision_manager' shared service.
  3756.      *
  3757.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  3758.      */
  3759.     protected function getDebug_Security_Access_DecisionManagerService()
  3760.     {
  3761.         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 () {
  3762.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_AuthenticatedVoterService'));
  3763.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService'));
  3764.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->load('getDebug_Security_Voter_Security_Access_ExpressionVoterService'));
  3765.         }, 3), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  3766.     }
  3767.     /**
  3768.      * Gets the private 'debug.security.firewall' shared service.
  3769.      *
  3770.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  3771.      */
  3772.     protected function getDebug_Security_FirewallService()
  3773.     {
  3774.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  3775.         if (isset($this->privates['debug.security.firewall'])) {
  3776.             return $this->privates['debug.security.firewall'];
  3777.         }
  3778.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3779.         if (isset($this->privates['debug.security.firewall'])) {
  3780.             return $this->privates['debug.security.firewall'];
  3781.         }
  3782.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  3783.     }
  3784.     /**
  3785.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  3786.      *
  3787.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  3788.      */
  3789.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  3790.     {
  3791.         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']));
  3792.     }
  3793.     /**
  3794.      * Gets the private 'doctrine.dbal.default_connection.event_manager' shared service.
  3795.      *
  3796.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3797.      */
  3798.     protected function getDoctrine_Dbal_DefaultConnection_EventManagerService()
  3799.     {
  3800.         return $this->privates['doctrine.dbal.default_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3801.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => ['privates''App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber''getDomainEventsSubscriberService'true],
  3802.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3803.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'true],
  3804.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3805.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3806.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3807.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3808.             'stof_doctrine_extensions.listener.blameable' => ['privates''stof_doctrine_extensions.listener.blameable''getStofDoctrineExtensions_Listener_BlameableService'false],
  3809.             'stof_doctrine_extensions.listener.loggable' => ['privates''stof_doctrine_extensions.listener.loggable''getStofDoctrineExtensions_Listener_LoggableService'false],
  3810.             'stof_doctrine_extensions.listener.timestampable' => ['privates''stof_doctrine_extensions.listener.timestampable''getStofDoctrineExtensions_Listener_TimestampableService'true],
  3811.             'stof_doctrine_extensions.listener.translatable' => ['privates''stof_doctrine_extensions.listener.translatable''getStofDoctrineExtensions_Listener_TranslatableService'false],
  3812.         ], [
  3813.             'App\\Bridge\\Doctrine\\ORM\\EventSubscriber\\DomainEventsSubscriber' => '?',
  3814.             'app.doctrine.lifecycle_events.listener' => '?',
  3815.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  3816.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3817.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3818.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3819.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3820.             'stof_doctrine_extensions.listener.blameable' => '?',
  3821.             'stof_doctrine_extensions.listener.loggable' => '?',
  3822.             'stof_doctrine_extensions.listener.timestampable' => '?',
  3823.             'stof_doctrine_extensions.listener.translatable' => '?',
  3824.         ]), [=> [=> [=> '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']]);
  3825.     }
  3826.     /**
  3827.      * Gets the private 'doctrine.dbal.multi_website_connection.event_manager' shared service.
  3828.      *
  3829.      * @return \Symfony\Bridge\Doctrine\ContainerAwareEventManager
  3830.      */
  3831.     protected function getDoctrine_Dbal_MultiWebsiteConnection_EventManagerService()
  3832.     {
  3833.         return $this->privates['doctrine.dbal.multi_website_connection.event_manager'] = new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3834.             'app.doctrine.lifecycle_events.listener' => ['privates''app.doctrine.lifecycle_events.listener''getApp_Doctrine_LifecycleEvents_ListenerService'true],
  3835.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'true],
  3836.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'true],
  3837.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'true],
  3838.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'true],
  3839.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => ['privates''doctrine.orm.multi_website_listeners.attach_entity_listeners''getDoctrine_Orm_MultiWebsiteListeners_AttachEntityListenersService'true],
  3840.         ], [
  3841.             'app.doctrine.lifecycle_events.listener' => '?',
  3842.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  3843.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  3844.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  3845.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  3846.             'doctrine.orm.multi_website_listeners.attach_entity_listeners' => '?',
  3847.         ]), [=> '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']]);
  3848.     }
  3849.     /**
  3850.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  3851.      *
  3852.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  3853.      */
  3854.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  3855.     {
  3856.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3857.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => ['privates''App\\MultiWebsite\\Repository\\PhoneReviewsRepository''getPhoneReviewsRepositoryService'true],
  3858.             'App\\Repository\\AccountChargesRepository' => ['privates''App\\Repository\\AccountChargesRepository''getAccountChargesRepositoryService'true],
  3859.             'App\\Repository\\AccountEnrollmentRepository' => ['privates''App\\Repository\\AccountEnrollmentRepository''getAccountEnrollmentRepositoryService'false],
  3860.             'App\\Repository\\AccountTransactionRepository' => ['privates''App\\Repository\\AccountTransactionRepository''getAccountTransactionRepositoryService'true],
  3861.             'App\\Repository\\AnalyticsRepository' => ['privates''App\\Repository\\AnalyticsRepository''getAnalyticsRepositoryService'true],
  3862.             'App\\Repository\\ApprovalRequestsRepository' => ['privates''App\\Repository\\ApprovalRequestsRepository''getApprovalRequestsRepositoryService'false],
  3863.             'App\\Repository\\BannedEmailRepository' => ['privates''App\\Repository\\BannedEmailRepository''getBannedEmailRepositoryService'false],
  3864.             'App\\Repository\\BannedPhoneRepository' => ['privates''App\\Repository\\BannedPhoneRepository''getBannedPhoneRepositoryService'true],
  3865.             'App\\Repository\\BulkQueueItemRepository' => ['privates''App\\Repository\\BulkQueueItemRepository''getBulkQueueItemRepositoryService'true],
  3866.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'false],
  3867.             'App\\Repository\\CommentBanRepository' => ['privates''App\\Repository\\CommentBanRepository''getCommentBanRepositoryService'true],
  3868.             'App\\Repository\\CountyRepository' => ['privates''App\\Repository\\CountyRepository''getCountyRepositoryService'true],
  3869.             'App\\Repository\\DistrictRepository' => ['privates''App\\Repository\\DistrictRepository''getDistrictRepositoryService'false],
  3870.             'App\\Repository\\FavouriteProfileRepository' => ['privates''App\\Repository\\FavouriteProfileRepository''getFavouriteProfileRepositoryService'true],
  3871.             'App\\Repository\\FileProcessingTaskRepository' => ['privates''App\\Repository\\FileProcessingTaskRepository''getFileProcessingTaskRepositoryService'true],
  3872.             'App\\Repository\\IpAddressCommentBanRepository' => ['privates''App\\Repository\\IpAddressCommentBanRepository''getIpAddressCommentBanRepositoryService'true],
  3873.             'App\\Repository\\IpAddressRepository' => ['privates''App\\Repository\\IpAddressRepository''getIpAddressRepositoryService'true],
  3874.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => ['privates''App\\Repository\\Log\\SourceMapStationsUpdateLogRepository''getSourceMapStationsUpdateLogRepositoryService'true],
  3875.             'App\\Repository\\ModerationRequestsRepository' => ['privates''App\\Repository\\ModerationRequestsRepository''getModerationRequestsRepositoryService'false],
  3876.             'App\\Repository\\PageMetadataRepository' => ['privates''App\\Repository\\PageMetadataRepository''getPageMetadataRepositoryService'false],
  3877.             'App\\Repository\\PaidPlacementPriceRepository' => ['privates''App\\Repository\\PaidPlacementPriceRepository''getPaidPlacementPriceRepositoryService'false],
  3878.             'App\\Repository\\PaidPlacementsOrderRepository' => ['privates''App\\Repository\\PaidPlacementsOrderRepository''getPaidPlacementsOrderRepositoryService'true],
  3879.             'App\\Repository\\PaymentBonusRepository' => ['privates''App\\Repository\\PaymentBonusRepository''getPaymentBonusRepositoryService'true],
  3880.             'App\\Repository\\PaymentProductRepository' => ['privates''App\\Repository\\PaymentProductRepository''getPaymentProductRepositoryService'true],
  3881.             'App\\Repository\\PhoneReviewsAddedRepository' => ['privates''App\\Repository\\PhoneReviewsAddedRepository''getPhoneReviewsAddedRepositoryService'true],
  3882.             'App\\Repository\\PlacementHidingRepository' => ['privates''App\\Repository\\PlacementHidingRepository''getPlacementHidingRepositoryService'true],
  3883.             'App\\Repository\\ProfileAdBoardPlacementRepository' => ['privates''App\\Repository\\ProfileAdBoardPlacementRepository''getProfileAdBoardPlacementRepositoryService'true],
  3884.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => ['privates''App\\Repository\\ProfileApprovalBonusReceivedRepository''getProfileApprovalBonusReceivedRepositoryService'true],
  3885.             'App\\Repository\\ProfileCommentByCustomerRepository' => ['privates''App\\Repository\\ProfileCommentByCustomerRepository''getProfileCommentByCustomerRepositoryService'true],
  3886.             'App\\Repository\\ProfileCommentRepository' => ['privates''App\\Repository\\ProfileCommentRepository''getProfileCommentRepositoryService'false],
  3887.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => ['privates''App\\Repository\\ProfileConfirmationMediaFileRepository''getProfileConfirmationMediaFileRepositoryService'true],
  3888.             'App\\Repository\\ProfileCtrRepository' => ['privates''App\\Repository\\ProfileCtrRepository''getProfileCtrRepositoryService'false],
  3889.             'App\\Repository\\ProfileKVRepository' => ['privates''App\\Repository\\ProfileKVRepository''getProfileKVRepositoryService'false],
  3890.             'App\\Repository\\ProfileMediaFileRepository' => ['privates''App\\Repository\\ProfileMediaFileRepository''getProfileMediaFileRepositoryService'true],
  3891.             'App\\Repository\\ProfileRepository' => ['privates''App\\Repository\\ProfileRepository''getProfileRepositoryService'false],
  3892.             'App\\Repository\\ProfileSidebarPlacementRepository' => ['privates''App\\Repository\\ProfileSidebarPlacementRepository''getProfileSidebarPlacementRepositoryService'false],
  3893.             'App\\Repository\\ProfileTopPlacementRepository' => ['privates''App\\Repository\\ProfileTopPlacementRepository''getProfileTopPlacementRepositoryService'false],
  3894.             'App\\Repository\\SaloonAdBoardPlacementRepository' => ['privates''App\\Repository\\SaloonAdBoardPlacementRepository''getSaloonAdBoardPlacementRepositoryService'true],
  3895.             'App\\Repository\\SaloonCommentByCustomerRepository' => ['privates''App\\Repository\\SaloonCommentByCustomerRepository''getSaloonCommentByCustomerRepositoryService'true],
  3896.             'App\\Repository\\SaloonCommentRepository' => ['privates''App\\Repository\\SaloonCommentRepository''getSaloonCommentRepositoryService'true],
  3897.             'App\\Repository\\SaloonMediaFileRepository' => ['privates''App\\Repository\\SaloonMediaFileRepository''getSaloonMediaFileRepositoryService'true],
  3898.             'App\\Repository\\SaloonPlacementChargeRepository' => ['privates''App\\Repository\\SaloonPlacementChargeRepository''getSaloonPlacementChargeRepositoryService'true],
  3899.             'App\\Repository\\SaloonRepository' => ['privates''App\\Repository\\SaloonRepository''getSaloonRepositoryService'false],
  3900.             'App\\Repository\\SaloonSidebarPlacementRepository' => ['privates''App\\Repository\\SaloonSidebarPlacementRepository''getSaloonSidebarPlacementRepositoryService'false],
  3901.             'App\\Repository\\ServiceRepository' => ['privates''App\\Repository\\ServiceRepository''getServiceRepositoryService'false],
  3902.             'App\\Repository\\SidebarPlacementRepository' => ['privates''App\\Repository\\SidebarPlacementRepository''getSidebarPlacementRepositoryService'false],
  3903.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository''getSourceMapLineRepositoryService'true],
  3904.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => ['privates''App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository''getSourceMapStationRepositoryService'true],
  3905.             'App\\Repository\\StationRepository' => ['privates''App\\Repository\\StationRepository''getStationRepositoryService'false],
  3906.             'App\\Repository\\StatusPricesRepository' => ['privates''App\\Repository\\StatusPricesRepository''getStatusPricesRepositoryService'true],
  3907.             'App\\Repository\\StatusRepository' => ['privates''App\\Repository\\StatusRepository''getStatusRepositoryService'true],
  3908.             'App\\Repository\\Subway\\LineRepository' => ['privates''App\\Repository\\Subway\\LineRepository''getLineRepositoryService'true],
  3909.             'App\\Repository\\SupportMessagesRepository' => ['privates''App\\Repository\\SupportMessagesRepository''getSupportMessagesRepositoryService'false],
  3910.             'App\\Repository\\SystemVariablesRepository' => ['privates''App\\Repository\\SystemVariablesRepository''getSystemVariablesRepositoryService'false],
  3911.             'App\\Repository\\UserRepository' => ['privates''App\\Repository\\UserRepository''getUserRepositoryService'true],
  3912.         ], [
  3913.             'App\\MultiWebsite\\Repository\\PhoneReviewsRepository' => '?',
  3914.             'App\\Repository\\AccountChargesRepository' => '?',
  3915.             'App\\Repository\\AccountEnrollmentRepository' => '?',
  3916.             'App\\Repository\\AccountTransactionRepository' => '?',
  3917.             'App\\Repository\\AnalyticsRepository' => '?',
  3918.             'App\\Repository\\ApprovalRequestsRepository' => '?',
  3919.             'App\\Repository\\BannedEmailRepository' => '?',
  3920.             'App\\Repository\\BannedPhoneRepository' => '?',
  3921.             'App\\Repository\\BulkQueueItemRepository' => '?',
  3922.             'App\\Repository\\CityRepository' => '?',
  3923.             'App\\Repository\\CommentBanRepository' => '?',
  3924.             'App\\Repository\\CountyRepository' => '?',
  3925.             'App\\Repository\\DistrictRepository' => '?',
  3926.             'App\\Repository\\FavouriteProfileRepository' => '?',
  3927.             'App\\Repository\\FileProcessingTaskRepository' => '?',
  3928.             'App\\Repository\\IpAddressCommentBanRepository' => '?',
  3929.             'App\\Repository\\IpAddressRepository' => '?',
  3930.             'App\\Repository\\Log\\SourceMapStationsUpdateLogRepository' => '?',
  3931.             'App\\Repository\\ModerationRequestsRepository' => '?',
  3932.             'App\\Repository\\PageMetadataRepository' => '?',
  3933.             'App\\Repository\\PaidPlacementPriceRepository' => '?',
  3934.             'App\\Repository\\PaidPlacementsOrderRepository' => '?',
  3935.             'App\\Repository\\PaymentBonusRepository' => '?',
  3936.             'App\\Repository\\PaymentProductRepository' => '?',
  3937.             'App\\Repository\\PhoneReviewsAddedRepository' => '?',
  3938.             'App\\Repository\\PlacementHidingRepository' => '?',
  3939.             'App\\Repository\\ProfileAdBoardPlacementRepository' => '?',
  3940.             'App\\Repository\\ProfileApprovalBonusReceivedRepository' => '?',
  3941.             'App\\Repository\\ProfileCommentByCustomerRepository' => '?',
  3942.             'App\\Repository\\ProfileCommentRepository' => '?',
  3943.             'App\\Repository\\ProfileConfirmationMediaFileRepository' => '?',
  3944.             'App\\Repository\\ProfileCtrRepository' => '?',
  3945.             'App\\Repository\\ProfileKVRepository' => '?',
  3946.             'App\\Repository\\ProfileMediaFileRepository' => '?',
  3947.             'App\\Repository\\ProfileRepository' => '?',
  3948.             'App\\Repository\\ProfileSidebarPlacementRepository' => '?',
  3949.             'App\\Repository\\ProfileTopPlacementRepository' => '?',
  3950.             'App\\Repository\\SaloonAdBoardPlacementRepository' => '?',
  3951.             'App\\Repository\\SaloonCommentByCustomerRepository' => '?',
  3952.             'App\\Repository\\SaloonCommentRepository' => '?',
  3953.             'App\\Repository\\SaloonMediaFileRepository' => '?',
  3954.             'App\\Repository\\SaloonPlacementChargeRepository' => '?',
  3955.             'App\\Repository\\SaloonRepository' => '?',
  3956.             'App\\Repository\\SaloonSidebarPlacementRepository' => '?',
  3957.             'App\\Repository\\ServiceRepository' => '?',
  3958.             'App\\Repository\\SidebarPlacementRepository' => '?',
  3959.             'App\\Repository\\SourceMap\\Subway\\SourceMapLineRepository' => '?',
  3960.             'App\\Repository\\SourceMap\\Subway\\SourceMapStationRepository' => '?',
  3961.             'App\\Repository\\StationRepository' => '?',
  3962.             'App\\Repository\\StatusPricesRepository' => '?',
  3963.             'App\\Repository\\StatusRepository' => '?',
  3964.             'App\\Repository\\Subway\\LineRepository' => '?',
  3965.             'App\\Repository\\SupportMessagesRepository' => '?',
  3966.             'App\\Repository\\SystemVariablesRepository' => '?',
  3967.             'App\\Repository\\UserRepository' => '?',
  3968.         ]));
  3969.     }
  3970.     /**
  3971.      * Gets the private 'eight_points_guzzle.data_collector' shared service.
  3972.      *
  3973.      * @return \EightPoints\Bundle\GuzzleBundle\DataCollector\HttpDataCollector
  3974.      */
  3975.     protected function getEightPointsGuzzle_DataCollectorService()
  3976.     {
  3977.         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);
  3978.     }
  3979.     /**
  3980.      * Gets the private 'esi_listener' shared service.
  3981.      *
  3982.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  3983.      */
  3984.     protected function getEsiListenerService()
  3985.     {
  3986.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  3987.     }
  3988.     /**
  3989.      * Gets the private 'exception_listener' shared service.
  3990.      *
  3991.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  3992.      */
  3993.     protected function getExceptionListenerService()
  3994.     {
  3995.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  3996.     }
  3997.     /**
  3998.      * Gets the private 'flagception.activator.chain_activator' shared service.
  3999.      *
  4000.      * @return \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator
  4001.      */
  4002.     protected function getFlagception_Activator_ChainActivatorService()
  4003.     {
  4004.         $this->privates['flagception.activator.chain_activator'] = $instance = new \Flagception\Bundle\FlagceptionBundle\Activator\TraceableChainActivator();
  4005.         $a = new \Flagception\Factory\ExpressionLanguageFactory();
  4006.         $a->addProvider(new \Flagception\Constraint\Provider\DateProvider());
  4007.         $a->addProvider(new \Flagception\Constraint\Provider\MatchProvider());
  4008.         $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]));
  4009.         $instance->add(new \Flagception\Activator\EnvironmentActivator([]));
  4010.         $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']));
  4011.         return $instance;
  4012.     }
  4013.     /**
  4014.      * Gets the private 'form.registry' shared service.
  4015.      *
  4016.      * @return \Symfony\Component\Form\FormRegistry
  4017.      */
  4018.     protected function getForm_RegistryService()
  4019.     {
  4020.         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, [
  4021.             'easyadmin.filter.type.array' => ['privates''easyadmin.filter.type.array''getEasyadmin_Filter_Type_ArrayService'true],
  4022.             'easyadmin.filter.type.boolean' => ['privates''easyadmin.filter.type.boolean''getEasyadmin_Filter_Type_BooleanService'true],
  4023.             'easyadmin.filter.type.choice' => ['privates''easyadmin.filter.type.choice''getEasyadmin_Filter_Type_ChoiceService'true],
  4024.             'easyadmin.filter.type.comparison' => ['privates''easyadmin.filter.type.comparison''getEasyadmin_Filter_Type_ComparisonService'true],
  4025.             'easyadmin.filter.type.date' => ['privates''easyadmin.filter.type.date''getEasyadmin_Filter_Type_DateService'true],
  4026.             'easyadmin.filter.type.dateinterval' => ['privates''easyadmin.filter.type.dateinterval''getEasyadmin_Filter_Type_DateintervalService'true],
  4027.             'easyadmin.filter.type.datetime' => ['privates''easyadmin.filter.type.datetime''getEasyadmin_Filter_Type_DatetimeService'true],
  4028.             'easyadmin.filter.type.decimal' => ['privates''easyadmin.filter.type.decimal''getEasyadmin_Filter_Type_DecimalService'true],
  4029.             'easyadmin.filter.type.entity' => ['privates''easyadmin.filter.type.entity''getEasyadmin_Filter_Type_EntityService'true],
  4030.             'easyadmin.filter.type.float' => ['privates''easyadmin.filter.type.float''getEasyadmin_Filter_Type_FloatService'true],
  4031.             'easyadmin.filter.type.integer' => ['privates''easyadmin.filter.type.integer''getEasyadmin_Filter_Type_IntegerService'true],
  4032.             'easyadmin.filter.type.text' => ['privates''easyadmin.filter.type.text''getEasyadmin_Filter_Type_TextService'true],
  4033.             'easyadmin.filter.type.textarea' => ['privates''easyadmin.filter.type.textarea''getEasyadmin_Filter_Type_TextareaService'true],
  4034.             'easyadmin.filter.type.time' => ['privates''easyadmin.filter.type.time''getEasyadmin_Filter_Type_TimeService'true],
  4035.         ], [
  4036.             'easyadmin.filter.type.array' => '?',
  4037.             'easyadmin.filter.type.boolean' => '?',
  4038.             'easyadmin.filter.type.choice' => '?',
  4039.             'easyadmin.filter.type.comparison' => '?',
  4040.             'easyadmin.filter.type.date' => '?',
  4041.             'easyadmin.filter.type.dateinterval' => '?',
  4042.             'easyadmin.filter.type.datetime' => '?',
  4043.             'easyadmin.filter.type.decimal' => '?',
  4044.             'easyadmin.filter.type.entity' => '?',
  4045.             'easyadmin.filter.type.float' => '?',
  4046.             'easyadmin.filter.type.integer' => '?',
  4047.             'easyadmin.filter.type.text' => '?',
  4048.             'easyadmin.filter.type.textarea' => '?',
  4049.             'easyadmin.filter.type.time' => '?',
  4050.         ]), [], new RewindableGenerator(function () {
  4051.             return new \EmptyIterator();
  4052.         }, 0)), => new \Symfony\Component\Form\Extension\DependencyInjection\DependencyInjectionExtension(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4053.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType''getEasyAdminEmbeddedListTypeService'true],
  4054.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => ['privates''AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType''getAdminRolesTypeService'true],
  4055.             'App\\Form\\AccountTopPlacementForm' => ['privates''App\\Form\\AccountTopPlacementForm''getAccountTopPlacementFormService'true],
  4056.             'App\\Form\\BulkActionForm' => ['privates''App\\Form\\BulkActionForm''getBulkActionFormService'true],
  4057.             'App\\Form\\ChangeAccountInformationForm' => ['privates''App\\Form\\ChangeAccountInformationForm''getChangeAccountInformationFormService'true],
  4058.             'App\\Form\\ChangeAccountPasswordForm' => ['privates''App\\Form\\ChangeAccountPasswordForm''getChangeAccountPasswordFormService'true],
  4059.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => ['privates''App\\Form\\ChangeCustomerAdditionalInfoForm''getChangeCustomerAdditionalInfoFormService'true],
  4060.             'App\\Form\\CommentForm' => ['privates''App\\Form\\CommentForm''getCommentFormService'true],
  4061.             'App\\Form\\CreateOrEditProfileForm' => ['privates''App\\Form\\CreateOrEditProfileForm''getCreateOrEditProfileFormService'true],
  4062.             'App\\Form\\CreateOrEditSaloonForm' => ['privates''App\\Form\\CreateOrEditSaloonForm''getCreateOrEditSaloonFormService'true],
  4063.             'App\\Form\\CustomerProfilePreferenceForm' => ['privates''App\\Form\\CustomerProfilePreferenceForm''getCustomerProfilePreferenceFormService'true],
  4064.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => ['privates''App\\Form\\EasyAdmin\\ApprovalRequestForm''getApprovalRequestFormService'true],
  4065.             'App\\Form\\EasyAdmin\\CityPricesForm' => ['privates''App\\Form\\EasyAdmin\\CityPricesForm''getCityPricesFormService'true],
  4066.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm''getManuallyEnrollArbitraryMoneyValueByStaffFormService'true],
  4067.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => ['privates''App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm''getManuallyRedeemPrepaidTokenByStaffFormService'true],
  4068.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => ['privates''App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm''getProfileAnalyticsFilterFormService'true],
  4069.             'App\\Form\\EasyAdmin\\ProfileForm' => ['privates''App\\Form\\EasyAdmin\\ProfileForm''getProfileFormService'true],
  4070.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => ['privates''App\\Form\\EasyAdmin\\ProfileModerationForm''getProfileModerationFormService'true],
  4071.             'App\\Form\\EasyAdmin\\SaloonForm' => ['privates''App\\Form\\EasyAdmin\\SaloonForm''getSaloonFormService'true],
  4072.             'App\\Form\\EasyAdmin\\SupportMessageForm' => ['privates''App\\Form\\EasyAdmin\\SupportMessageForm''getSupportMessageFormService'true],
  4073.             'App\\Form\\FilterAccountTransactionsForm' => ['privates''App\\Form\\FilterAccountTransactionsForm''getFilterAccountTransactionsFormService'true],
  4074.             'App\\Form\\FilterMapForm' => ['privates''App\\Form\\FilterMapForm''getFilterMapFormService'true],
  4075.             'App\\Form\\ForgottenUserType' => ['privates''App\\Form\\ForgottenUserType''getForgottenUserTypeService'true],
  4076.             'App\\Form\\MoneyPaymentForm' => ['privates''App\\Form\\MoneyPaymentForm''getMoneyPaymentFormService'true],
  4077.             'App\\Form\\PhoneReviewForm' => ['privates''App\\Form\\PhoneReviewForm''getPhoneReviewFormService'true],
  4078.             'App\\Form\\ProfileFilterForm' => ['privates''App\\Form\\ProfileFilterForm''getProfileFilterFormService'true],
  4079.             'App\\Form\\ReceivePasswordForm' => ['privates''App\\Form\\ReceivePasswordForm''getReceivePasswordFormService'true],
  4080.             'App\\Form\\RedeemPrepaidTokenForm' => ['privates''App\\Form\\RedeemPrepaidTokenForm''getRedeemPrepaidTokenFormService'true],
  4081.             'App\\Form\\RegisterAccountForm' => ['privates''App\\Form\\RegisterAccountForm''getRegisterAccountFormService'true],
  4082.             'App\\Form\\ReplySupportMessageForm' => ['privates''App\\Form\\ReplySupportMessageForm''getReplySupportMessageFormService'true],
  4083.             'App\\Form\\SearchByKeywordsForm' => ['privates''App\\Form\\SearchByKeywordsForm''getSearchByKeywordsFormService'true],
  4084.             'App\\Form\\SearchPhoneForm' => ['privates''App\\Form\\SearchPhoneForm''getSearchPhoneFormService'true],
  4085.             'App\\Form\\SearchProfileForm' => ['privates''App\\Form\\SearchProfileForm''getSearchProfileFormService'true],
  4086.             'App\\Form\\Type\\AdvertiserBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserBanChoiceType''getAdvertiserBanChoiceTypeService'true],
  4087.             'App\\Form\\Type\\AdvertiserBanType' => ['privates''App\\Form\\Type\\AdvertiserBanType''getAdvertiserBanTypeService'true],
  4088.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => ['privates''App\\Form\\Type\\AdvertiserUnBanChoiceType''getAdvertiserUnBanChoiceTypeService'true],
  4089.             'App\\Form\\Type\\ApartmentsPricingType' => ['privates''App\\Form\\Type\\ApartmentsPricingType''getApartmentsPricingTypeService'true],
  4090.             'App\\Form\\Type\\CarPricingType' => ['privates''App\\Form\\Type\\CarPricingType''getCarPricingTypeService'true],
  4091.             'App\\Form\\Type\\CityGroupType' => ['privates''App\\Form\\Type\\CityGroupType''getCityGroupTypeService'true],
  4092.             'App\\Form\\Type\\ClientRestrictionsType' => ['privates''App\\Form\\Type\\ClientRestrictionsType''getClientRestrictionsTypeService'true],
  4093.             'App\\Form\\Type\\CustomerBanChoiceType' => ['privates''App\\Form\\Type\\CustomerBanChoiceType''getCustomerBanChoiceTypeService'true],
  4094.             'App\\Form\\Type\\CustomerBanType' => ['privates''App\\Form\\Type\\CustomerBanType''getCustomerBanTypeService'true],
  4095.             'App\\Form\\Type\\CustomerUnBanChoiceType' => ['privates''App\\Form\\Type\\CustomerUnBanChoiceType''getCustomerUnBanChoiceTypeService'true],
  4096.             'App\\Form\\Type\\ExpressPricingType' => ['privates''App\\Form\\Type\\ExpressPricingType''getExpressPricingTypeService'true],
  4097.             'App\\Form\\Type\\MapCoordinateType' => ['privates''App\\Form\\Type\\MapCoordinateType''getMapCoordinateTypeService'true],
  4098.             'App\\Form\\Type\\MessengersType' => ['privates''App\\Form\\Type\\MessengersType''getMessengersTypeService'true],
  4099.             'App\\Form\\Type\\PersonParametersType' => ['privates''App\\Form\\Type\\PersonParametersType''getPersonParametersTypeService'true],
  4100.             'App\\Form\\Type\\PhoneCallRestrictionsType' => ['privates''App\\Form\\Type\\PhoneCallRestrictionsType''getPhoneCallRestrictionsTypeService'true],
  4101.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => ['privates''App\\Form\\Type\\ProfileCommentMarkChoiceType''getProfileCommentMarkChoiceTypeService'true],
  4102.             'App\\Form\\Type\\ProfileFiltersType' => ['privates''App\\Form\\Type\\ProfileFiltersType''getProfileFiltersTypeService'true],
  4103.             'App\\Form\\Type\\ProvideServicesCollectionType' => ['privates''App\\Form\\Type\\ProvideServicesCollectionType''getProvideServicesCollectionTypeService'true],
  4104.             'App\\Form\\Type\\ProvidedServiceType' => ['privates''App\\Form\\Type\\ProvidedServiceType''getProvidedServiceTypeService'true],
  4105.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => ['privates''App\\Form\\Type\\SaloonCommentMarkChoiceType''getSaloonCommentMarkChoiceTypeService'true],
  4106.             'App\\Form\\Type\\SearchRangeType' => ['privates''App\\Form\\Type\\SearchRangeType''getSearchRangeTypeService'true],
  4107.             'App\\Form\\Type\\ServiceType' => ['privates''App\\Form\\Type\\ServiceType''getServiceTypeService'true],
  4108.             'App\\Form\\Type\\TakeOutPricingType' => ['privates''App\\Form\\Type\\TakeOutPricingType''getTakeOutPricingTypeService'true],
  4109.             'App\\Form\\Type\\TimezoneType' => ['privates''App\\Form\\Type\\TimezoneType''getTimezoneTypeService'true],
  4110.             'App\\Form\\Type\\TranslatableValueType' => ['privates''App\\Form\\Type\\TranslatableValueType''getTranslatableValueTypeService'true],
  4111.             'App\\Form\\Type\\WorkingHoursType' => ['privates''App\\Form\\Type\\WorkingHoursType''getWorkingHoursTypeService'true],
  4112.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => ['privates''App\\Form\\Type\\YesNoNoMatterChoiceType''getYesNoNoMatterChoiceTypeService'true],
  4113.             'App\\Form\\WriteSupportMessageForm' => ['privates''App\\Form\\WriteSupportMessageForm''getWriteSupportMessageFormService'true],
  4114.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => ['services''ewz_recaptcha.form.type''getEwzRecaptcha_Form_TypeService'true],
  4115.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => ['services''ewz_recaptcha.v3.form.type''getEwzRecaptcha_V3_Form_TypeService'true],
  4116.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => ['privates''easyadmin.form.type.autocomplete''getEasyadmin_Form_Type_AutocompleteService'true],
  4117.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => ['privates''easyadmin.form.type.batch''getEasyadmin_Form_Type_BatchService'true],
  4118.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => ['privates''easyadmin.form.type.divider''getEasyadmin_Form_Type_DividerService'true],
  4119.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => ['privates''easyadmin.form.type.filters''getEasyadmin_Form_Type_FiltersService'true],
  4120.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => ['privates''easyadmin.form.type''getEasyadmin_Form_TypeService'true],
  4121.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => ['privates''easyadmin.form.type.group''getEasyadmin_Form_Type_GroupService'true],
  4122.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => ['privates''easyadmin.form.type.section''getEasyadmin_Form_Type_SectionService'true],
  4123.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => ['privates''easyadmin.form.type.fileupload''getEasyadmin_Form_Type_FileuploadService'true],
  4124.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => ['privates''Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType''getPhoneNumberTypeService'true],
  4125.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'true],
  4126.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'true],
  4127.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'true],
  4128.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'true],
  4129.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'true],
  4130.         ], [
  4131.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\EasyAdminEmbeddedListType' => '?',
  4132.             'AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Security\\AdminRolesType' => '?',
  4133.             'App\\Form\\AccountTopPlacementForm' => '?',
  4134.             'App\\Form\\BulkActionForm' => '?',
  4135.             'App\\Form\\ChangeAccountInformationForm' => '?',
  4136.             'App\\Form\\ChangeAccountPasswordForm' => '?',
  4137.             'App\\Form\\ChangeCustomerAdditionalInfoForm' => '?',
  4138.             'App\\Form\\CommentForm' => '?',
  4139.             'App\\Form\\CreateOrEditProfileForm' => '?',
  4140.             'App\\Form\\CreateOrEditSaloonForm' => '?',
  4141.             'App\\Form\\CustomerProfilePreferenceForm' => '?',
  4142.             'App\\Form\\EasyAdmin\\ApprovalRequestForm' => '?',
  4143.             'App\\Form\\EasyAdmin\\CityPricesForm' => '?',
  4144.             'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm' => '?',
  4145.             'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm' => '?',
  4146.             'App\\Form\\EasyAdmin\\ProfileAnalyticsFilterForm' => '?',
  4147.             'App\\Form\\EasyAdmin\\ProfileForm' => '?',
  4148.             'App\\Form\\EasyAdmin\\ProfileModerationForm' => '?',
  4149.             'App\\Form\\EasyAdmin\\SaloonForm' => '?',
  4150.             'App\\Form\\EasyAdmin\\SupportMessageForm' => '?',
  4151.             'App\\Form\\FilterAccountTransactionsForm' => '?',
  4152.             'App\\Form\\FilterMapForm' => '?',
  4153.             'App\\Form\\ForgottenUserType' => '?',
  4154.             'App\\Form\\MoneyPaymentForm' => '?',
  4155.             'App\\Form\\PhoneReviewForm' => '?',
  4156.             'App\\Form\\ProfileFilterForm' => '?',
  4157.             'App\\Form\\ReceivePasswordForm' => '?',
  4158.             'App\\Form\\RedeemPrepaidTokenForm' => '?',
  4159.             'App\\Form\\RegisterAccountForm' => '?',
  4160.             'App\\Form\\ReplySupportMessageForm' => '?',
  4161.             'App\\Form\\SearchByKeywordsForm' => '?',
  4162.             'App\\Form\\SearchPhoneForm' => '?',
  4163.             'App\\Form\\SearchProfileForm' => '?',
  4164.             'App\\Form\\Type\\AdvertiserBanChoiceType' => '?',
  4165.             'App\\Form\\Type\\AdvertiserBanType' => '?',
  4166.             'App\\Form\\Type\\AdvertiserUnBanChoiceType' => '?',
  4167.             'App\\Form\\Type\\ApartmentsPricingType' => '?',
  4168.             'App\\Form\\Type\\CarPricingType' => '?',
  4169.             'App\\Form\\Type\\CityGroupType' => '?',
  4170.             'App\\Form\\Type\\ClientRestrictionsType' => '?',
  4171.             'App\\Form\\Type\\CustomerBanChoiceType' => '?',
  4172.             'App\\Form\\Type\\CustomerBanType' => '?',
  4173.             'App\\Form\\Type\\CustomerUnBanChoiceType' => '?',
  4174.             'App\\Form\\Type\\ExpressPricingType' => '?',
  4175.             'App\\Form\\Type\\MapCoordinateType' => '?',
  4176.             'App\\Form\\Type\\MessengersType' => '?',
  4177.             'App\\Form\\Type\\PersonParametersType' => '?',
  4178.             'App\\Form\\Type\\PhoneCallRestrictionsType' => '?',
  4179.             'App\\Form\\Type\\ProfileCommentMarkChoiceType' => '?',
  4180.             'App\\Form\\Type\\ProfileFiltersType' => '?',
  4181.             'App\\Form\\Type\\ProvideServicesCollectionType' => '?',
  4182.             'App\\Form\\Type\\ProvidedServiceType' => '?',
  4183.             'App\\Form\\Type\\SaloonCommentMarkChoiceType' => '?',
  4184.             'App\\Form\\Type\\SearchRangeType' => '?',
  4185.             'App\\Form\\Type\\ServiceType' => '?',
  4186.             'App\\Form\\Type\\TakeOutPricingType' => '?',
  4187.             'App\\Form\\Type\\TimezoneType' => '?',
  4188.             'App\\Form\\Type\\TranslatableValueType' => '?',
  4189.             'App\\Form\\Type\\WorkingHoursType' => '?',
  4190.             'App\\Form\\Type\\YesNoNoMatterChoiceType' => '?',
  4191.             'App\\Form\\WriteSupportMessageForm' => '?',
  4192.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaType' => '?',
  4193.             'EWZ\\Bundle\\RecaptchaBundle\\Form\\Type\\EWZRecaptchaV3Type' => '?',
  4194.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => '?',
  4195.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminBatchFormType' => '?',
  4196.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminDividerType' => '?',
  4197.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFiltersFormType' => '?',
  4198.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminFormType' => '?',
  4199.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminGroupType' => '?',
  4200.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminSectionType' => '?',
  4201.             'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\FileUploadType' => '?',
  4202.             'Misd\\PhoneNumberBundle\\Form\\Type\\PhoneNumberType' => '?',
  4203.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  4204.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  4205.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  4206.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  4207.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  4208.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  4209.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->load('getForm_TypeExtension_Form_TransformationFailureHandlingService'));
  4210.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->load('getForm_TypeExtension_Form_HttpFoundationService'));
  4211.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->load('getForm_TypeExtension_Form_ValidatorService'));
  4212.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->load('getForm_TypeExtension_Upload_ValidatorService'));
  4213.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->load('getForm_TypeExtension_CsrfService'));
  4214.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->load('getForm_TypeExtension_Form_DataCollectorService'));
  4215.             yield => ($this->privates['easyadmin.form.type.extension'] ?? $this->load('getEasyadmin_Form_Type_ExtensionService'));
  4216.         }, 7), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  4217.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  4218.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  4219.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  4220.         }, 1), 'EasyCorp\\Bundle\\EasyAdminBundle\\Form\\Type\\EasyAdminAutocompleteType' => new RewindableGenerator(function () {
  4221.             yield => ($this->privates['AlterPHP\\EasyAdminExtensionBundle\\Form\\Type\\Extension\\EasyAdminAutocompleteTypeExtension'] ?? $this->load('getEasyAdminAutocompleteTypeExtensionService'));
  4222.         }, 1)], new RewindableGenerator(function () {
  4223.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->load('getForm_TypeGuesser_ValidatorService'));
  4224.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->load('getForm_TypeGuesser_DoctrineService'));
  4225.             yield => ($this->services['easyadmin.form.guesser.missing_doctrine_orm_type_guesser'] ?? $this->load('getEasyadmin_Form_Guesser_MissingDoctrineOrmTypeGuesserService'));
  4226.         }, 3))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  4227.     }
  4228.     /**
  4229.      * Gets the private 'fos_elastica.logger' shared service.
  4230.      *
  4231.      * @return \FOS\ElasticaBundle\Logger\ElasticaLogger
  4232.      */
  4233.     protected function getFosElastica_LoggerService()
  4234.     {
  4235.         $a = new \Symfony\Bridge\Monolog\Logger('elastica');
  4236.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4237.         $a->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4238.         $a->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4239.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  4240.         return $this->privates['fos_elastica.logger'] = new \FOS\ElasticaBundle\Logger\ElasticaLogger($atrue);
  4241.     }
  4242.     /**
  4243.      * Gets the private 'fragment.listener' shared service.
  4244.      *
  4245.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  4246.      */
  4247.     protected function getFragment_ListenerService()
  4248.     {
  4249.         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');
  4250.     }
  4251.     /**
  4252.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  4253.      *
  4254.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  4255.      */
  4256.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  4257.     {
  4258.         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())));
  4259.     }
  4260.     /**
  4261.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  4262.      *
  4263.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  4264.      */
  4265.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  4266.     {
  4267.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4268.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  4269.             return $this->privates['framework_extra_bundle.event.is_granted'];
  4270.         }
  4271.         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);
  4272.     }
  4273.     /**
  4274.      * Gets the private 'knp_paginator.subscriber.sliding_pagination' shared service.
  4275.      *
  4276.      * @return \Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber
  4277.      */
  4278.     protected function getKnpPaginator_Subscriber_SlidingPaginationService()
  4279.     {
  4280.         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]);
  4281.     }
  4282.     /**
  4283.      * Gets the private 'libphonenumber\PhoneNumberUtil' shared service.
  4284.      *
  4285.      * @return \libphonenumber\PhoneNumberUtil
  4286.      */
  4287.     protected function getPhoneNumberUtilService()
  4288.     {
  4289.         return $this->privates['libphonenumber\\PhoneNumberUtil'] = \libphonenumber\PhoneNumberUtil::getInstance();
  4290.     }
  4291.     /**
  4292.      * Gets the private 'locale_aware_listener' shared service.
  4293.      *
  4294.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  4295.      */
  4296.     protected function getLocaleAwareListenerService()
  4297.     {
  4298.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  4299.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('ru')));
  4300.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  4301.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  4302.     }
  4303.     /**
  4304.      * Gets the private 'locale_listener' shared service.
  4305.      *
  4306.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  4307.      */
  4308.     protected function getLocaleListenerService()
  4309.     {
  4310.         $a = ($this->services['router'] ?? $this->getRouterService());
  4311.         if (isset($this->privates['locale_listener'])) {
  4312.             return $this->privates['locale_listener'];
  4313.         }
  4314.         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, []);
  4315.     }
  4316.     /**
  4317.      * Gets the private 'monolog.handler.chromephp' shared service.
  4318.      *
  4319.      * @return \Symfony\Bridge\Monolog\Handler\ChromePhpHandler
  4320.      */
  4321.     protected function getMonolog_Handler_ChromephpService()
  4322.     {
  4323.         $this->privates['monolog.handler.chromephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\ChromePhpHandler('debug'true);
  4324.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4325.         return $instance;
  4326.     }
  4327.     /**
  4328.      * Gets the private 'monolog.handler.firephp' shared service.
  4329.      *
  4330.      * @return \Symfony\Bridge\Monolog\Handler\FirePHPHandler
  4331.      */
  4332.     protected function getMonolog_Handler_FirephpService()
  4333.     {
  4334.         $this->privates['monolog.handler.firephp'] = $instance = new \Symfony\Bridge\Monolog\Handler\FirePHPHandler('debug'true);
  4335.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  4336.         return $instance;
  4337.     }
  4338.     /**
  4339.      * Gets the private 'monolog.logger' shared service.
  4340.      *
  4341.      * @return \Symfony\Bridge\Monolog\Logger
  4342.      */
  4343.     protected function getMonolog_LoggerService()
  4344.     {
  4345.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  4346.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4347.         $instance->useMicrosecondTimestamps(true);
  4348.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4349.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4350.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4351.         return $instance;
  4352.     }
  4353.     /**
  4354.      * Gets the private 'monolog.logger.cache' shared service.
  4355.      *
  4356.      * @return \Symfony\Bridge\Monolog\Logger
  4357.      */
  4358.     protected function getMonolog_Logger_CacheService()
  4359.     {
  4360.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  4361.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4362.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4363.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4364.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4365.         return $instance;
  4366.     }
  4367.     /**
  4368.      * Gets the private 'monolog.logger.doctrine' shared service.
  4369.      *
  4370.      * @return \Symfony\Bridge\Monolog\Logger
  4371.      */
  4372.     protected function getMonolog_Logger_DoctrineService()
  4373.     {
  4374.         $this->privates['monolog.logger.doctrine'] = $instance = new \Symfony\Bridge\Monolog\Logger('doctrine');
  4375.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4376.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4377.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4378.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4379.         return $instance;
  4380.     }
  4381.     /**
  4382.      * Gets the private 'monolog.logger.request' shared service.
  4383.      *
  4384.      * @return \Symfony\Bridge\Monolog\Logger
  4385.      */
  4386.     protected function getMonolog_Logger_RequestService()
  4387.     {
  4388.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  4389.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  4390.         $instance->pushHandler(($this->privates['monolog.handler.chromephp'] ?? $this->getMonolog_Handler_ChromephpService()));
  4391.         $instance->pushHandler(($this->privates['monolog.handler.firephp'] ?? $this->getMonolog_Handler_FirephpService()));
  4392.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  4393.         return $instance;
  4394.     }
  4395.     /**
  4396.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  4397.      *
  4398.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  4399.      */
  4400.     protected function getNelmioCors_CorsListenerService()
  4401.     {
  4402.         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'))]));
  4403.     }
  4404.     /**
  4405.      * Gets the private 'parameter_bag' shared service.
  4406.      *
  4407.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  4408.      */
  4409.     protected function getParameterBagService()
  4410.     {
  4411.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  4412.     }
  4413.     /**
  4414.      * Gets the private 'profile_widget.cache.traceable' shared service.
  4415.      *
  4416.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4417.      */
  4418.     protected function getProfileWidget_Cache_TraceableService()
  4419.     {
  4420.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4421.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4422.         $a->setLogger($b);
  4423.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('aQGAtl3uhz'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4424.         $c->setLogger($b);
  4425.         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)));
  4426.     }
  4427.     /**
  4428.      * Gets the private 'profiler_listener' shared service.
  4429.      *
  4430.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  4431.      */
  4432.     protected function getProfilerListenerService()
  4433.     {
  4434.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  4435.         if (isset($this->privates['profiler_listener'])) {
  4436.             return $this->privates['profiler_listener'];
  4437.         }
  4438.         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);
  4439.     }
  4440.     /**
  4441.      * Gets the private 'profiles_filter.cache.traceable' shared service.
  4442.      *
  4443.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4444.      */
  4445.     protected function getProfilesFilter_Cache_TraceableService()
  4446.     {
  4447.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4448.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4449.         $a->setLogger($b);
  4450.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('NeIK8Fdyg4'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4451.         $c->setLogger($b);
  4452.         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)));
  4453.     }
  4454.     /**
  4455.      * Gets the private 'project_data.cache.traceable' shared service.
  4456.      *
  4457.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4458.      */
  4459.     protected function getProjectData_Cache_TraceableService()
  4460.     {
  4461.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4462.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4463.         $a->setLogger($b);
  4464.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('W8T3yqoTfz'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4465.         $c->setLogger($b);
  4466.         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)));
  4467.     }
  4468.     /**
  4469.      * Gets the private 'property_info' shared service.
  4470.      *
  4471.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  4472.      */
  4473.     protected function getPropertyInfoService()
  4474.     {
  4475.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  4476.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->load('getPropertyInfo_SerializerExtractorService'));
  4477.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4478.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4479.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4480.         }, 4), new RewindableGenerator(function () {
  4481.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4482.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4483.             yield => ($this->privates['property_info.phpstan_extractor'] ?? ($this->privates['property_info.phpstan_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpStanExtractor()));
  4484.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4485.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4486.         }, 5), new RewindableGenerator(function () {
  4487.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  4488.         }, 1), new RewindableGenerator(function () {
  4489.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService'));
  4490.             yield => ($this->privates['doctrine.orm.multi_website_entity_manager.property_info_extractor'] ?? $this->load('getDoctrine_Orm_MultiWebsiteEntityManager_PropertyInfoExtractorService'));
  4491.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4492.         }, 3), new RewindableGenerator(function () {
  4493.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  4494.         }, 1));
  4495.     }
  4496.     /**
  4497.      * Gets the private 'router.expression_language_provider' shared service.
  4498.      *
  4499.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  4500.      */
  4501.     protected function getRouter_ExpressionLanguageProviderService()
  4502.     {
  4503.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4504.             'env' => ['privates''container.getenv''getContainer_GetenvService'true],
  4505.         ], [
  4506.             'env' => 'Closure',
  4507.         ]));
  4508.     }
  4509.     /**
  4510.      * Gets the private 'router.request_context' shared service.
  4511.      *
  4512.      * @return \Symfony\Component\Routing\RequestContext
  4513.      */
  4514.     protected function getRouter_RequestContextService()
  4515.     {
  4516.         $this->privates['router.request_context'] = $instance \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  4517.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  4518.         return $instance;
  4519.     }
  4520.     /**
  4521.      * Gets the private 'router_listener' shared service.
  4522.      *
  4523.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  4524.      */
  4525.     protected function getRouterListenerService()
  4526.     {
  4527.         $a = ($this->services['router'] ?? $this->getRouterService());
  4528.         if (isset($this->privates['router_listener'])) {
  4529.             return $this->privates['router_listener'];
  4530.         }
  4531.         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);
  4532.     }
  4533.     /**
  4534.      * Gets the private 'security.firewall.map' shared service.
  4535.      *
  4536.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  4537.      */
  4538.     protected function getSecurity_Firewall_MapService()
  4539.     {
  4540.         $a = ($this->privates['.service_locator.Tip.8_I'] ?? $this->get_ServiceLocator_Tip_8IService());
  4541.         if (isset($this->privates['security.firewall.map'])) {
  4542.             return $this->privates['security.firewall.map'];
  4543.         }
  4544.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  4545.             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)/')));
  4546.             yield 'security.firewall.map.context.management' => ($this->privates['.security.request_matcher.KsWz1b8'] ?? ($this->privates['.security.request_matcher.KsWz1b8'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/management')));
  4547.             yield 'security.firewall.map.context.main' => ($this->privates['.security.request_matcher.3UEFixr'] ?? ($this->privates['.security.request_matcher.3UEFixr'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/')));
  4548.         }, 3));
  4549.     }
  4550.     /**
  4551.      * Gets the private 'security.helper' shared service.
  4552.      *
  4553.      * @return \Symfony\Component\Security\Core\Security
  4554.      */
  4555.     protected function getSecurity_HelperService()
  4556.     {
  4557.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4558.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  4559.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  4560.         ], [
  4561.             'security.authorization_checker' => '?',
  4562.             'security.token_storage' => '?',
  4563.         ]));
  4564.     }
  4565.     /**
  4566.      * Gets the private 'security.logout_url_generator' shared service.
  4567.      *
  4568.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  4569.      */
  4570.     protected function getSecurity_LogoutUrlGeneratorService()
  4571.     {
  4572.         $a = ($this->services['router'] ?? $this->getRouterService());
  4573.         if (isset($this->privates['security.logout_url_generator'])) {
  4574.             return $this->privates['security.logout_url_generator'];
  4575.         }
  4576.         $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()));
  4577.         $instance->registerListener('management''management.authentication.logout''logout''_csrf_token'NULLNULL);
  4578.         $instance->registerListener('main''logout''logout''_csrf_token'NULLNULL);
  4579.         return $instance;
  4580.     }
  4581.     /**
  4582.      * Gets the private 'security.role_hierarchy' shared service.
  4583.      *
  4584.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  4585.      */
  4586.     protected function getSecurity_RoleHierarchyService()
  4587.     {
  4588.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  4589.     }
  4590.     /**
  4591.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  4592.      *
  4593.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  4594.      */
  4595.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  4596.     {
  4597.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4598.     }
  4599.     /**
  4600.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  4601.      *
  4602.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  4603.      */
  4604.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  4605.     {
  4606.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  4607.         $b = new \App\ParamConverter\CityParamConverter(($this->privates['App\\Repository\\CityRepository'] ?? $this->getCityRepositoryService()), ($this->privates['App\\Service\\DefaultCityProvider'] ?? $this->getDefaultCityProviderService()));
  4608.         $a->add($b0'city_converter');
  4609.         $a->add($b0NULL);
  4610.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  4611.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  4612.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  4613.     }
  4614.     /**
  4615.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  4616.      *
  4617.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  4618.      */
  4619.     protected function getSensioFrameworkExtra_Security_ListenerService()
  4620.     {
  4621.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4622.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  4623.             return $this->privates['sensio_framework_extra.security.listener'];
  4624.         }
  4625.         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()));
  4626.     }
  4627.     /**
  4628.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  4629.      *
  4630.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  4631.      */
  4632.     protected function getSensioFrameworkExtra_View_ListenerService()
  4633.     {
  4634.         $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))));
  4635.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4636.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  4637.         ], [
  4638.             'twig' => '?',
  4639.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  4640.         return $instance;
  4641.     }
  4642.     /**
  4643.      * Gets the private 'session_listener' shared service.
  4644.      *
  4645.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  4646.      */
  4647.     protected function getSessionListenerService()
  4648.     {
  4649.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4650.             'initialized_session' => ['services''.container.private.session'NULLtrue],
  4651.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  4652.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  4653.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'true],
  4654.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'true],
  4655.             'session_factory' => ['privates''session.factory''getSession_FactoryService'true],
  4656.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'true],
  4657.         ], [
  4658.             'initialized_session' => '?',
  4659.             'logger' => '?',
  4660.             'request_stack' => '?',
  4661.             'session' => '?',
  4662.             'session_collector' => '?',
  4663.             'session_factory' => '?',
  4664.             'session_storage' => '?',
  4665.         ]), true$this->parameters['session.storage.options']);
  4666.     }
  4667.     /**
  4668.      * Gets the private 'sidebar_new_check_cool_down.cache.traceable' shared service.
  4669.      *
  4670.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4671.      */
  4672.     protected function getSidebarNewCheckCoolDown_Cache_TraceableService()
  4673.     {
  4674.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4675.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4676.         $a->setLogger($b);
  4677.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('rrts9cMVGo'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4678.         $c->setLogger($b);
  4679.         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)));
  4680.     }
  4681.     /**
  4682.      * Gets the private 'station_added_profiles.cache.traceable' shared service.
  4683.      *
  4684.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4685.      */
  4686.     protected function getStationAddedProfiles_Cache_TraceableService()
  4687.     {
  4688.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(120);
  4689.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4690.         $a->setLogger($b);
  4691.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('Y7XF+a-CW8'120, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4692.         $c->setLogger($b);
  4693.         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)));
  4694.     }
  4695.     /**
  4696.      * Gets the private 'stations_lines.cache.traceable' shared service.
  4697.      *
  4698.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4699.      */
  4700.     protected function getStationsLines_Cache_TraceableService()
  4701.     {
  4702.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4703.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4704.         $a->setLogger($b);
  4705.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('v53KtCgKX2'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4706.         $c->setLogger($b);
  4707.         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)));
  4708.     }
  4709.     /**
  4710.      * Gets the private 'stof_doctrine_extensions.event_listener.blame' shared service.
  4711.      *
  4712.      * @return \Stof\DoctrineExtensionsBundle\EventListener\BlameListener
  4713.      */
  4714.     protected function getStofDoctrineExtensions_EventListener_BlameService()
  4715.     {
  4716.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4717.         if (isset($this->privates['stof_doctrine_extensions.event_listener.blame'])) {
  4718.             return $this->privates['stof_doctrine_extensions.event_listener.blame'];
  4719.         }
  4720.         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);
  4721.     }
  4722.     /**
  4723.      * Gets the private 'stof_doctrine_extensions.event_listener.locale' shared service.
  4724.      *
  4725.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LocaleListener
  4726.      */
  4727.     protected function getStofDoctrineExtensions_EventListener_LocaleService()
  4728.     {
  4729.         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()));
  4730.     }
  4731.     /**
  4732.      * Gets the private 'stof_doctrine_extensions.event_listener.logger' shared service.
  4733.      *
  4734.      * @return \Stof\DoctrineExtensionsBundle\EventListener\LoggerListener
  4735.      */
  4736.     protected function getStofDoctrineExtensions_EventListener_LoggerService()
  4737.     {
  4738.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4739.         if (isset($this->privates['stof_doctrine_extensions.event_listener.logger'])) {
  4740.             return $this->privates['stof_doctrine_extensions.event_listener.logger'];
  4741.         }
  4742.         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);
  4743.     }
  4744.     /**
  4745.      * Gets the private 'stof_doctrine_extensions.listener.blameable' shared service.
  4746.      *
  4747.      * @return \Gedmo\Blameable\BlameableListener
  4748.      */
  4749.     protected function getStofDoctrineExtensions_Listener_BlameableService()
  4750.     {
  4751.         $this->privates['stof_doctrine_extensions.listener.blameable'] = $instance = new \Gedmo\Blameable\BlameableListener();
  4752.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4753.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4754.         return $instance;
  4755.     }
  4756.     /**
  4757.      * Gets the private 'stof_doctrine_extensions.listener.loggable' shared service.
  4758.      *
  4759.      * @return \Gedmo\Loggable\LoggableListener
  4760.      */
  4761.     protected function getStofDoctrineExtensions_Listener_LoggableService()
  4762.     {
  4763.         $this->privates['stof_doctrine_extensions.listener.loggable'] = $instance = new \Gedmo\Loggable\LoggableListener();
  4764.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4765.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4766.         return $instance;
  4767.     }
  4768.     /**
  4769.      * Gets the private 'stof_doctrine_extensions.listener.translatable' shared service.
  4770.      *
  4771.      * @return \Gedmo\Translatable\TranslatableListener
  4772.      */
  4773.     protected function getStofDoctrineExtensions_Listener_TranslatableService()
  4774.     {
  4775.         $this->privates['stof_doctrine_extensions.listener.translatable'] = $instance = new \Gedmo\Translatable\TranslatableListener();
  4776.         $instance->setCacheItemPool(($this->privates['stof_doctrine_extensions.metadata_cache'] ?? ($this->privates['stof_doctrine_extensions.metadata_cache'] = new \Symfony\Component\Cache\Adapter\ArrayAdapter())));
  4777.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4778.         $instance->setDefaultLocale('ru');
  4779.         $instance->setTranslatableLocale('ru');
  4780.         $instance->setTranslationFallback(true);
  4781.         $instance->setPersistDefaultLocaleTranslation(false);
  4782.         $instance->setSkipOnLoad(false);
  4783.         return $instance;
  4784.     }
  4785.     /**
  4786.      * Gets the private 'translator.data_collector' shared service.
  4787.      *
  4788.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  4789.      */
  4790.     protected function getTranslator_DataCollectorService()
  4791.     {
  4792.         return $this->privates['translator.data_collector'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  4793.     }
  4794.     /**
  4795.      * Gets the private 'translator.default' shared service.
  4796.      *
  4797.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  4798.      */
  4799.     protected function getTranslator_DefaultService()
  4800.     {
  4801.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4802.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'true],
  4803.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'true],
  4804.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'true],
  4805.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'true],
  4806.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'true],
  4807.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'true],
  4808.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'true],
  4809.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'true],
  4810.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'true],
  4811.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'true],
  4812.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'true],
  4813.         ], [
  4814.             'translation.loader.csv' => '?',
  4815.             'translation.loader.dat' => '?',
  4816.             'translation.loader.ini' => '?',
  4817.             'translation.loader.json' => '?',
  4818.             'translation.loader.mo' => '?',
  4819.             'translation.loader.php' => '?',
  4820.             'translation.loader.po' => '?',
  4821.             'translation.loader.qt' => '?',
  4822.             'translation.loader.res' => '?',
  4823.             'translation.loader.xliff' => '?',
  4824.             'translation.loader.yml' => '?',
  4825.         ]), 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/date.ru.yaml'), 18 => (\dirname(__DIR__4).'/translations/districts_linkage.ru.yaml'), 19 => (\dirname(__DIR__4).'/translations/easy_admin.ru.yaml'), 20 => (\dirname(__DIR__4).'/translations/flashes.ru.yaml'), 21 => (\dirname(__DIR__4).'/translations/genders.ru.yaml'), 22 => (\dirname(__DIR__4).'/translations/hair_colors.ru.yaml'), 23 => (\dirname(__DIR__4).'/translations/inner_linkage_circle.ru.yaml'), 24 => (\dirname(__DIR__4).'/translations/left_menu.ru.yaml'), 25 => (\dirname(__DIR__4).'/translations/messages.ru.yaml'), 26 => (\dirname(__DIR__4).'/translations/nationalities.ru.yaml'), 27 => (\dirname(__DIR__4).'/translations/phone_call_restrictions.ru.yaml'), 28 => (\dirname(__DIR__4).'/translations/private_haircuts.ru.yaml'), 29 => (\dirname(__DIR__4).'/translations/profile.ru.yaml'), 30 => (\dirname(__DIR__4).'/translations/seo_desc.ru.yaml'), 31 => (\dirname(__DIR__4).'/translations/seo_heading+intl-icu.ru.yaml'), 32 => (\dirname(__DIR__4).'/translations/seo_heading.ru.yaml'), 33 => (\dirname(__DIR__4).'/translations/service_conditions.ru.yaml'), 34 => (\dirname(__DIR__4).'/translations/service_groups.ru.yaml'), 35 => (\dirname(__DIR__4).'/translations/station_pages_linkage.ru.yaml'), 36 => (\dirname(__DIR__4).'/translations/take_out_location.ru.yaml'), 37 => (\dirname(__DIR__4).'/translations/translations/profile_list+intl-icu.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']]], []);
  4826.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  4827.         $instance->setFallbackLocales([=> 'ru']);
  4828.         return $instance;
  4829.     }
  4830.     /**
  4831.      * Gets the private 'twig.loader.native_filesystem' shared service.
  4832.      *
  4833.      * @return \Twig\Loader\FilesystemLoader
  4834.      */
  4835.     protected function getTwig_Loader_NativeFilesystemService()
  4836.     {
  4837.         $this->privates['twig.loader.native_filesystem'] = $instance = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  4838.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu/src/Knp/Menu/Resources/views'));
  4839.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle/'), 'EasyAdmin');
  4840.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views/'), 'EasyAdmin');
  4841.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), 'Doctrine');
  4842.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/templates'), '!Doctrine');
  4843.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  4844.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  4845.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  4846.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  4847.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  4848.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  4849.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  4850.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  4851.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), 'KnpMenu');
  4852.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src/Resources/views'), '!KnpMenu');
  4853.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), 'Flagception');
  4854.         $instance->addPath((\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src/Resources/views'), '!Flagception');
  4855.         $instance->addPath((\dirname(__DIR__4).'/templates/bundles/EasyAdminBundle'), 'EasyAdmin');
  4856.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), 'EasyAdmin');
  4857.         $instance->addPath((\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src/Resources/views'), '!EasyAdmin');
  4858.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), 'EasyAdminExtension');
  4859.         $instance->addPath((\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src/Resources/views'), '!EasyAdminExtension');
  4860.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), 'SncRedis');
  4861.         $instance->addPath((\dirname(__DIR__4).'/vendor/snc/redis-bundle/src/Resources/views'), '!SncRedis');
  4862.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), 'EightPointsGuzzle');
  4863.         $instance->addPath((\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src/Resources/views'), '!EightPointsGuzzle');
  4864.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), 'FOSElastica');
  4865.         $instance->addPath((\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src/Resources/views'), '!FOSElastica');
  4866.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), 'EWZRecaptcha');
  4867.         $instance->addPath((\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src/Resources/views'), '!EWZRecaptcha');
  4868.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), 'DoctrineMigrations');
  4869.         $instance->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Resources/views'), '!DoctrineMigrations');
  4870.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), 'MisdPhoneNumber');
  4871.         $instance->addPath((\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src/Resources/views'), '!MisdPhoneNumber');
  4872.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), 'KnpPaginator');
  4873.         $instance->addPath((\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle/templates'), '!KnpPaginator');
  4874.         $instance->addPath((\dirname(__DIR__4).'/templates'));
  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/Email'), '!email');
  4877.         $instance->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  4878.         return $instance;
  4879.     }
  4880.     /**
  4881.      * Gets the private 'user_predict.cache.traceable' shared service.
  4882.      *
  4883.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  4884.      */
  4885.     protected function getUserPredict_Cache_TraceableService()
  4886.     {
  4887.         $a = new \Symfony\Component\Cache\Adapter\ArrayAdapter(30);
  4888.         $b = ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService());
  4889.         $a->setLogger($b);
  4890.         $c = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('x7kfaJljwk'30, ($this->targetDir.''.'/pools/app'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  4891.         $c->setLogger($b);
  4892.         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)));
  4893.     }
  4894.     /**
  4895.      * Gets the private 'validator.builder' shared service.
  4896.      *
  4897.      * @return \Symfony\Component\Validator\ValidatorBuilder
  4898.      */
  4899.     protected function getValidator_BuilderService()
  4900.     {
  4901.         $this->privates['validator.builder'] = $instance \Symfony\Component\Validator\Validation::createValidatorBuilder();
  4902.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  4903.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  4904.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => ['privates''App\\Validator\\Constraints\\EmailNotBlackValidator''getEmailNotBlackValidatorService'true],
  4905.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => ['privates''App\\Validator\\Constraints\\PhoneNotBlackValidator''getPhoneNotBlackValidatorService'true],
  4906.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => ['privates''App\\Validator\\Constraints\\PhoneReviewNotAddedValidator''getPhoneReviewNotAddedValidatorService'true],
  4907.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => ['privates''App\\Validator\\Constraints\\TextIsNotASpamValidator''getTextIsNotASpamValidatorService'true],
  4908.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => ['privates''App\\Validator\\Constraints\\ValidPhoneForCountryValidator''getValidPhoneForCountryValidatorService'true],
  4909.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  4910.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  4911.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => ['privates''Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator''getPhoneNumberValidatorService'true],
  4912.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4913.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4914.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'true],
  4915.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4916.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'true],
  4917.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'true],
  4918.             'ewz_recaptcha.true' => ['services''ewz_recaptcha.validator.true''getEwzRecaptcha_Validator_TrueService'true],
  4919.             'ewz_recaptcha.v3.true' => ['services''ewz_recaptcha.validator.v3.true''getEwzRecaptcha_Validator_V3_TrueService'true],
  4920.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'true],
  4921.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'true],
  4922.         ], [
  4923.             'App\\Validator\\Constraints\\EmailNotBlackValidator' => '?',
  4924.             'App\\Validator\\Constraints\\PhoneNotBlackValidator' => '?',
  4925.             'App\\Validator\\Constraints\\PhoneReviewNotAddedValidator' => '?',
  4926.             'App\\Validator\\Constraints\\TextIsNotASpamValidator' => '?',
  4927.             'App\\Validator\\Constraints\\ValidPhoneForCountryValidator' => '?',
  4928.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidator' => '?',
  4929.             'EWZ\\Bundle\\RecaptchaBundle\\Validator\\Constraints\\IsTrueValidatorV3' => '?',
  4930.             'Misd\\PhoneNumberBundle\\Validator\\Constraints\\PhoneNumberValidator' => '?',
  4931.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  4932.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  4933.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  4934.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  4935.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  4936.             'doctrine.orm.validator.unique' => '?',
  4937.             'ewz_recaptcha.true' => '?',
  4938.             'ewz_recaptcha.v3.true' => '?',
  4939.             'security.validator.user_password' => '?',
  4940.             'validator.expression' => '?',
  4941.         ])));
  4942.         if ($this->has('translator')) {
  4943.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  4944.         }
  4945.         $instance->setTranslationDomain('validators');
  4946.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  4947.         $instance->enableAnnotationMapping(true);
  4948.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  4949.         $instance->addMethodMapping('loadValidatorMetadata');
  4950.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  4951.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  4952.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  4953.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.multi_website_entity_manager'] ?? $this->getDoctrine_Orm_MultiWebsiteEntityManagerService()), NULL));
  4954.         return $instance;
  4955.     }
  4956.     /**
  4957.      * Gets the private 'var_dumper.html_dumper' shared service.
  4958.      *
  4959.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  4960.      */
  4961.     protected function getVarDumper_HtmlDumperService()
  4962.     {
  4963.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  4964.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  4965.         return $instance;
  4966.     }
  4967.     /**
  4968.      * Gets the private 'web_profiler.csp.handler' shared service.
  4969.      *
  4970.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  4971.      */
  4972.     protected function getWebProfiler_Csp_HandlerService()
  4973.     {
  4974.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  4975.     }
  4976.     /**
  4977.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  4978.      *
  4979.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  4980.      */
  4981.     protected function getWebProfiler_DebugToolbarService()
  4982.     {
  4983.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4984.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4985.             return $this->privates['web_profiler.debug_toolbar'];
  4986.         }
  4987.         $b = ($this->services['router'] ?? $this->getRouterService());
  4988.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  4989.             return $this->privates['web_profiler.debug_toolbar'];
  4990.         }
  4991.         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()));
  4992.     }
  4993.     /**
  4994.      * Gets the private 'webpack_encore.entrypoint_lookup_collection' shared service.
  4995.      *
  4996.      * @return \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection
  4997.      */
  4998.     protected function getWebpackEncore_EntrypointLookupCollectionService()
  4999.     {
  5000.         return $this->privates['webpack_encore.entrypoint_lookup_collection'] = new \Symfony\WebpackEncoreBundle\Asset\EntrypointLookupCollection(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  5001.             'basicConfig' => ['privates''webpack_encore.entrypoint_lookup[basicConfig]''getWebpackEncore_EntrypointLookupbasicConfigService'true],
  5002.             'nodomainConfig' => ['privates''webpack_encore.entrypoint_lookup[nodomainConfig]''getWebpackEncore_EntrypointLookupnodomainConfigService'true],
  5003.             'nohashConfig' => ['privates''webpack_encore.entrypoint_lookup[nohashConfig]''getWebpackEncore_EntrypointLookupnohashConfigService'true],
  5004.         ], [
  5005.             'basicConfig' => '?',
  5006.             'nodomainConfig' => '?',
  5007.             'nohashConfig' => '?',
  5008.         ]));
  5009.     }
  5010.     /**
  5011.      * Gets the public 'cache_clearer' alias.
  5012.      *
  5013.      * @return object The ".container.private.cache_clearer" service.
  5014.      */
  5015.     protected function getCacheClearerService()
  5016.     {
  5017.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  5018.         return $this->get('.container.private.cache_clearer');
  5019.     }
  5020.     /**
  5021.      * Gets the public 'filesystem' alias.
  5022.      *
  5023.      * @return object The ".container.private.filesystem" service.
  5024.      */
  5025.     protected function getFilesystemService()
  5026.     {
  5027.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  5028.         return $this->get('.container.private.filesystem');
  5029.     }
  5030.     /**
  5031.      * Gets the public 'serializer' alias.
  5032.      *
  5033.      * @return object The ".container.private.serializer" service.
  5034.      */
  5035.     protected function getSerializerService()
  5036.     {
  5037.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  5038.         return $this->get('.container.private.serializer');
  5039.     }
  5040.     /**
  5041.      * Gets the public 'security.csrf.token_manager' alias.
  5042.      *
  5043.      * @return object The ".container.private.security.csrf.token_manager" service.
  5044.      */
  5045.     protected function getSecurity_Csrf_TokenManagerService()
  5046.     {
  5047.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  5048.         return $this->get('.container.private.security.csrf.token_manager');
  5049.     }
  5050.     /**
  5051.      * Gets the public 'form.factory' alias.
  5052.      *
  5053.      * @return object The ".container.private.form.factory" service.
  5054.      */
  5055.     protected function getForm_FactoryService()
  5056.     {
  5057.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  5058.         return $this->get('.container.private.form.factory');
  5059.     }
  5060.     /**
  5061.      * Gets the public 'form.type.file' alias.
  5062.      *
  5063.      * @return object The ".container.private.form.type.file" service.
  5064.      */
  5065.     protected function getForm_Type_FileService()
  5066.     {
  5067.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  5068.         return $this->get('.container.private.form.type.file');
  5069.     }
  5070.     /**
  5071.      * Gets the public 'profiler' alias.
  5072.      *
  5073.      * @return object The ".container.private.profiler" service.
  5074.      */
  5075.     protected function getProfilerService()
  5076.     {
  5077.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  5078.         return $this->get('.container.private.profiler');
  5079.     }
  5080.     /**
  5081.      * Gets the public 'security.authorization_checker' alias.
  5082.      *
  5083.      * @return object The ".container.private.security.authorization_checker" service.
  5084.      */
  5085.     protected function getSecurity_AuthorizationCheckerService()
  5086.     {
  5087.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  5088.         return $this->get('.container.private.security.authorization_checker');
  5089.     }
  5090.     /**
  5091.      * Gets the public 'security.token_storage' alias.
  5092.      *
  5093.      * @return object The ".container.private.security.token_storage" service.
  5094.      */
  5095.     protected function getSecurity_TokenStorageService()
  5096.     {
  5097.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  5098.         return $this->get('.container.private.security.token_storage');
  5099.     }
  5100.     /**
  5101.      * Gets the public 'twig' alias.
  5102.      *
  5103.      * @return object The ".container.private.twig" service.
  5104.      */
  5105.     protected function getTwigService()
  5106.     {
  5107.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  5108.         return $this->get('.container.private.twig');
  5109.     }
  5110.     /**
  5111.      * Gets the public 'security.password_encoder' alias.
  5112.      *
  5113.      * @return object The ".container.private.security.password_encoder" service.
  5114.      */
  5115.     protected function getSecurity_PasswordEncoderService()
  5116.     {
  5117.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  5118.         return $this->get('.container.private.security.password_encoder');
  5119.     }
  5120.     /**
  5121.      * Gets the public 'session' alias.
  5122.      *
  5123.      * @return object The ".container.private.session" service.
  5124.      */
  5125.     protected function getSessionService()
  5126.     {
  5127.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  5128.         return $this->get('.container.private.session');
  5129.     }
  5130.     /**
  5131.      * Gets the public 'validator' alias.
  5132.      *
  5133.      * @return object The ".container.private.validator" service.
  5134.      */
  5135.     protected function getValidatorService()
  5136.     {
  5137.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  5138.         return $this->get('.container.private.validator');
  5139.     }
  5140.     /**
  5141.      * @return array|bool|float|int|string|\UnitEnum|null
  5142.      */
  5143.     public function getParameter(string $name)
  5144.     {
  5145.         if (isset($this->buildParameters[$name])) {
  5146.             return $this->buildParameters[$name];
  5147.         }
  5148.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  5149.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  5150.         }
  5151.         if (isset($this->loadedDynamicParameters[$name])) {
  5152.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5153.         }
  5154.         return $this->parameters[$name];
  5155.     }
  5156.     public function hasParameter(string $name): bool
  5157.     {
  5158.         if (isset($this->buildParameters[$name])) {
  5159.             return true;
  5160.         }
  5161.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  5162.     }
  5163.     public function setParameter(string $name$value): void
  5164.     {
  5165.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  5166.     }
  5167.     public function getParameterBag(): ParameterBagInterface
  5168.     {
  5169.         if (null === $this->parameterBag) {
  5170.             $parameters $this->parameters;
  5171.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  5172.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  5173.             }
  5174.             foreach ($this->buildParameters as $name => $value) {
  5175.                 $parameters[$name] = $value;
  5176.             }
  5177.             $this->parameterBag = new FrozenParameterBag($parameters);
  5178.         }
  5179.         return $this->parameterBag;
  5180.     }
  5181.     private $loadedDynamicParameters = [
  5182.         'kernel.runtime_environment' => false,
  5183.         'kernel.build_dir' => false,
  5184.         'kernel.cache_dir' => false,
  5185.         'raw_trusted_proxies' => false,
  5186.         'env(APP_VERSION)' => false,
  5187.         'app.use_legacy_domain_redirector' => false,
  5188.         'app.redirect_paths' => false,
  5189.         'default_city' => false,
  5190.         'default_currency' => false,
  5191.         'default_timezone' => false,
  5192.         'default_timezone.city_name' => false,
  5193.         'management_timezone' => false,
  5194.         'app.main_domain' => false,
  5195.         'app.mirror_domain' => false,
  5196.         'app.approval_media_upload_domain' => false,
  5197.         'app.responsive_media_base_url' => false,
  5198.         'app.email' => false,
  5199.         'app.login.five.day' => false,
  5200.         'app.sitemap.https' => false,
  5201.         'app.sitemap.gzip' => false,
  5202.         'app.sitemap.directory' => false,
  5203.         'app.cache_prefix' => false,
  5204.         'app.cache_prefix.redis' => false,
  5205.         'app.redis_url' => false,
  5206.         'app.profile.avatar.min_width' => false,
  5207.         'app.profile.avatar.min_height' => false,
  5208.         'app.profile.image.max_side_size' => false,
  5209.         'app.profile.page.deleted_profile_http_200_starting_from' => false,
  5210.         'app.profile.page.deleted_saloon_http_200_starting_from' => false,
  5211.         'app.profile.station_page.added_profiles.spread' => false,
  5212.         'app.profile.bulk_action.max_entities_to_process_immediately' => false,
  5213.         'app.profile_approval_bonus_amount' => false,
  5214.         'app.path.video.tmp' => false,
  5215.         'app.path.video_watermark' => false,
  5216.         'app.api.vouchers.whitelist' => false,
  5217.         'oplata_info.merchant_id' => false,
  5218.         'oplata_info.merchant_password' => false,
  5219.         'stations_update.domain' => false,
  5220.         'profile_list.per_page' => false,
  5221.         'saloon_list.per_page' => false,
  5222.         'customer.preferred_profiles.per_page' => false,
  5223.         'customer.favourite_profiles.per_page' => false,
  5224.         'customer.profile_comments.per_page' => false,
  5225.         'customer.saloon_comments.per_page' => false,
  5226.         'advertiser.profiles.per_page' => false,
  5227.         'advertiser.saloons.per_page' => false,
  5228.         'advertiser.commented_profiles.per_page' => false,
  5229.         'advertiser.commented_saloons.per_page' => false,
  5230.         'advertiser.profile_comments.per_page' => false,
  5231.         'advertiser.saloon_comments.per_page' => false,
  5232.         'advertiser.support_messages.per_page' => false,
  5233.         'advertiser.phone_reviews.per_page' => false,
  5234.         'account.setting.advertiser_profile_list_per_page.variants' => false,
  5235.         'account.setting.advertiser_saloon_list_per_page.variants' => false,
  5236.         'search.form_cookie_time' => false,
  5237.         'recommendations_viewed_profiles_data_stored_count' => false,
  5238.         'bot_helper_viewed_profiles_data_stored_count' => false,
  5239.         'bot_helper_minimum_viewed_profiles_needed' => false,
  5240.         'search_profiles_by_keywords.per_page' => false,
  5241.         'linkage_circle.district_pages.random_mode' => false,
  5242.         'linkage_circle.station_pages.random_mode' => false,
  5243.         'comments.anonymous_comments_from_ip_address_per_day' => false,
  5244.         'test_data.dummy_profiles.cities_and_count' => false,
  5245.         'profile_list.bdsm_page.min_profile_services' => false,
  5246.         'ewz_recaptcha_secret' => false,
  5247.         'kernel.secret' => false,
  5248.         'kernel.trusted_proxies' => false,
  5249.         'debug.container.dump' => false,
  5250.         'serializer.mapping.cache.file' => false,
  5251.         'validator.mapping.cache.file' => false,
  5252.         'profiler.storage.dsn' => false,
  5253.         'doctrine.orm.proxy_dir' => false,
  5254.         'nelmio_cors.defaults' => false,
  5255.         'easyadmin.config' => false,
  5256.         'oneup_uploader.chunks' => false,
  5257.         'oneup_uploader.orphanage' => false,
  5258.         'oneup_uploader.config' => false,
  5259.         'ewz_recaptcha.public_key' => false,
  5260.         'ewz_recaptcha.private_key' => false,
  5261.     ];
  5262.     private $dynamicParameters = [];
  5263.     private function getDynamicParameter(string $name)
  5264.     {
  5265.         switch ($name) {
  5266.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  5267.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  5268.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  5269.             case 'raw_trusted_proxies'$value $this->getEnv('resolve:TRUSTED_PROXIES'); break;
  5270.             case 'env(APP_VERSION)'$value $this->getEnv('trim:default::file:resolve:APP_VERSION_FILE'); break;
  5271.             case 'app.use_legacy_domain_redirector'$value $this->getEnv('USE_LEGACY_DOMAIN_REDIRECTOR'); break;
  5272.             case 'app.redirect_paths'$value $this->getEnv('resolve:REDIRECT_PATHS'); break;
  5273.             case 'default_city'$value $this->getEnv('DEFAULT_CITY'); break;
  5274.             case 'default_currency'$value $this->getEnv('DEFAULT_CURRENCY'); break;
  5275.             case 'default_timezone'$value $this->getEnv('DEFAULT_TIMEZONE'); break;
  5276.             case 'default_timezone.city_name'$value $this->getEnv('DEFAULT_TIMEZONE_CITY_NAME'); break;
  5277.             case 'management_timezone'$value $this->getEnv('MANAGEMENT_TIMEZONE'); break;
  5278.             case 'app.main_domain'$value $this->getEnv('MAIN_DOMAIN'); break;
  5279.             case 'app.mirror_domain'$value $this->getEnv('MIRROR_DOMAIN'); break;
  5280.             case 'app.approval_media_upload_domain'$value $this->getEnv('APPROVAL_MEDIA_UPLOAD_DOMAIN'); break;
  5281.             case 'app.responsive_media_base_url'$value $this->getEnv('RESPONSIVE_MEDIA_BASE_URL'); break;
  5282.             case 'app.email'$value $this->getEnv('EMAIL_FROM'); break;
  5283.             case 'app.login.five.day'$value $this->getEnv('bool:FAKE_AUTHENTICATION'); break;
  5284.             case 'app.sitemap.https'$value $this->getEnv('bool:SITEMAP_HTTPS'); break;
  5285.             case 'app.sitemap.gzip'$value $this->getEnv('bool:SITEMAP_GZIP'); break;
  5286.             case 'app.sitemap.directory'$value $this->getEnv('SITEMAP_DIRECTORY'); break;
  5287.             case 'app.cache_prefix'$value $this->getEnv('CACHE_PREFIX'); break;
  5288.             case 'app.cache_prefix.redis'$value $this->getEnv('string:CACHE_PREFIX').'|'; break;
  5289.             case 'app.redis_url'$value $this->getEnv('REDIS_URL'); break;
  5290.             case 'app.profile.avatar.min_width'$value $this->getEnv('PROFILE_AVATAR_MIN_WIDTH'); break;
  5291.             case 'app.profile.avatar.min_height'$value $this->getEnv('PROFILE_AVATAR_MIN_HEIGHT'); break;
  5292.             case 'app.profile.image.max_side_size'$value $this->getEnv('PROFILE_IMAGE_MAX_SIDE_SIZE'); break;
  5293.             case 'app.profile.page.deleted_profile_http_200_starting_from'$value $this->getEnv('DELETED_PROFILE_HTTP_200_STARTING_FROM'); break;
  5294.             case 'app.profile.page.deleted_saloon_http_200_starting_from'$value $this->getEnv('DELETED_SALOON_HTTP_200_STARTING_FROM'); break;
  5295.             case 'app.profile.station_page.added_profiles.spread'$value $this->getEnv('STATION_PAGE_ADDED_PROFILES_SPREAD'); break;
  5296.             case 'app.profile.bulk_action.max_entities_to_process_immediately'$value $this->getEnv('BULK_MAX_ENTITIES_TO_PROCESS_IMMEDIATELY'); break;
  5297.             case 'app.profile_approval_bonus_amount'$value $this->getEnv('PROFILE_APPROVAL_BONUS_AMOUNT'); break;
  5298.             case 'app.path.video.tmp'$value $this->getEnv('UPLOAD_TMP_DIRECTORY'); break;
  5299.             case 'app.path.video_watermark'$value $this->getEnv('VIDEO_WATERMARK_PATH'); break;
  5300.             case 'app.api.vouchers.whitelist'$value $this->getEnv('API_VOUCHERS_IP_WHITELIST'); break;
  5301.             case 'oplata_info.merchant_id'$value $this->getEnv('OPLATA_MERCHANT_ID'); break;
  5302.             case 'oplata_info.merchant_password'$value $this->getEnv('OPLATA_MERCHANT_PASSWORD'); break;
  5303.             case 'stations_update.domain'$value $this->getEnv('STATIONS_DATA_DOMAIN'); break;
  5304.             case 'profile_list.per_page'$value $this->getEnv('PROFILE_LIST_PER_PAGE'); break;
  5305.             case 'saloon_list.per_page'$value $this->getEnv('SALOON_LIST_PER_PAGE'); break;
  5306.             case 'customer.preferred_profiles.per_page'$value $this->getEnv('CUSTOMER_PREFERRED_PROFILES_PER_PAGE'); break;
  5307.             case 'customer.favourite_profiles.per_page'$value $this->getEnv('CUSTOMER_FAVOURITE_PROFILES_PER_PAGE'); break;
  5308.             case 'customer.profile_comments.per_page'$value $this->getEnv('CUSTOMER_PROFILE_COMMENTS_PER_PAGE'); break;
  5309.             case 'customer.saloon_comments.per_page'$value $this->getEnv('CUSTOMER_SALOON_COMMENTS_PER_PAGE'); break;
  5310.             case 'advertiser.profiles.per_page'$value $this->getEnv('ADVERTISER_PROFILES_PER_PAGE'); break;
  5311.             case 'advertiser.saloons.per_page'$value $this->getEnv('ADVERTISER_SALOONS_PER_PAGE'); break;
  5312.             case 'advertiser.commented_profiles.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_PROFILES_PER_PAGE'); break;
  5313.             case 'advertiser.commented_saloons.per_page'$value $this->getEnv('ADVERTISER_COMMENTED_SALOONS_PER_PAGE'); break;
  5314.             case 'advertiser.profile_comments.per_page'$value $this->getEnv('ADVERTISER_PROFILE_COMMENTS_PER_PAGE'); break;
  5315.             case 'advertiser.saloon_comments.per_page'$value $this->getEnv('ADVERTISER_SALOON_COMMENTS_PER_PAGE'); break;
  5316.             case 'advertiser.support_messages.per_page'$value $this->getEnv('ADVERTISER_SUPPORT_MESSAGES_PER_PAGE'); break;
  5317.             case 'advertiser.phone_reviews.per_page'$value $this->getEnv('ADVERTISER_PHONE_REVIEWS_PER_PAGE'); break;
  5318.             case 'account.setting.advertiser_profile_list_per_page.variants'$value $this->getEnv('ADVERTISER_PROFILE_LIST_PER_PAGE_VARIANTS'); break;
  5319.             case 'account.setting.advertiser_saloon_list_per_page.variants'$value $this->getEnv('ADVERTISER_SALOON_LIST_PER_PAGE_VARIANTS'); break;
  5320.             case 'search.form_cookie_time'$value $this->getEnv('SEARCH_FORM_COOKIE_TIME'); break;
  5321.             case 'recommendations_viewed_profiles_data_stored_count'$value $this->getEnv('RECOMMENDATIONS_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5322.             case 'bot_helper_viewed_profiles_data_stored_count'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_STORED_COUNT'); break;
  5323.             case 'bot_helper_minimum_viewed_profiles_needed'$value $this->getEnv('BOT_HELPER_VIEWED_PROFILES_DATA_MINIMUM_NEEDED'); break;
  5324.             case 'search_profiles_by_keywords.per_page'$value $this->getEnv('SEARCH_BY_KEYWORDS_PER_PAGE'); break;
  5325.             case 'linkage_circle.district_pages.random_mode'$value $this->getEnv('DISTRICT_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5326.             case 'linkage_circle.station_pages.random_mode'$value $this->getEnv('STATION_PAGES_LINKAGE_CIRCLE_RANDOM_MODE'); break;
  5327.             case 'comments.anonymous_comments_from_ip_address_per_day'$value $this->getEnv('ANONYMOUS_COMMENTS_FROM_IP_ADDRESS_PER_DAY'); break;
  5328.             case 'test_data.dummy_profiles.cities_and_count'$value $this->getEnv('DUMMY_PROFILES_CITIES_AND_COUNT'); break;
  5329.             case 'profile_list.bdsm_page.min_profile_services'$value $this->getEnv('MIN_PROFILE_BDSM_SERVICES_FOR_BDSM_PAGE'); break;
  5330.             case 'ewz_recaptcha_secret'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  5331.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  5332.             case 'kernel.trusted_proxies'$value $this->getEnv('string:default:raw_trusted_proxies:file:resolve:TRUSTED_PROXIES_CONFIG'); break;
  5333.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelReviewDebugContainer.xml'); break;
  5334.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  5335.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  5336.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  5337.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  5338.             case 'nelmio_cors.defaults'$value = [
  5339.                 'allow_origin' => [
  5340.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  5341.                 ],
  5342.                 'allow_credentials' => false,
  5343.                 'allow_headers' => [
  5344.                     => 'content-type',
  5345.                     => 'authorization',
  5346.                 ],
  5347.                 'expose_headers' => [
  5348.                     => 'Link',
  5349.                 ],
  5350.                 'allow_methods' => [
  5351.                     => 'GET',
  5352.                     => 'OPTIONS',
  5353.                     => 'POST',
  5354.                     => 'PUT',
  5355.                     => 'PATCH',
  5356.                     => 'DELETE',
  5357.                 ],
  5358.                 'max_age' => 3600,
  5359.                 'hosts' => [
  5360.                 ],
  5361.                 'origin_regex' => true,
  5362.                 'forced_allow_origin_value' => NULL,
  5363.                 'skip_same_as_origin' => true,
  5364.             ]; break;
  5365.             case 'easyadmin.config'$value = [
  5366.                 'site_name' => $this->getEnv('MAIN_DOMAIN'),
  5367.                 'user' => [
  5368.                     'name_property_path' => 'username',
  5369.                     'display_name' => true,
  5370.                     'display_avatar' => true,
  5371.                     'avatar_property_path' => NULL,
  5372.                 ],
  5373.                 'design' => [
  5374.                     'form_theme' => [
  5375.                         => '@EasyAdmin/form/bootstrap_4.html.twig',
  5376.                         => 'EasyAdmin/form/account_form_theme.html.twig',
  5377.                         => 'EasyAdmin/city_prices/city_name.html.twig',
  5378.                     ],
  5379.                     'assets' => [
  5380.                         'css' => [
  5381.                             => 'bundles/easyadmin/bootstrap-all.css',
  5382.                         ],
  5383.                         'js' => [
  5384.                             => 'bundles/easyadmin/bootstrap-all.js',
  5385.                         ],
  5386.                         'favicon' => [
  5387.                             'path' => 'favicon.ico',
  5388.                             'mime_type' => 'image/x-icon',
  5389.                         ],
  5390.                     ],
  5391.                     'menu' => [
  5392.                         => [
  5393.                             'entity' => 'Default',
  5394.                             'default' => true,
  5395.                         ],
  5396.                         => [
  5397.                             'label' => 'Account',
  5398.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5399.                         ],
  5400.                         => [
  5401.                             'entity' => 'Account',
  5402.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5403.                         ],
  5404.                         => [
  5405.                             'entity' => 'SupportMessage',
  5406.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5407.                             'css_class' => 'SupportMessages',
  5408.                             'default' => true,
  5409.                         ],
  5410.                         => [
  5411.                             'entity' => 'PhoneReview',
  5412.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5413.                             'css_class' => 'PhoneReview',
  5414.                         ],
  5415.                         => [
  5416.                             'entity' => 'CityPrice',
  5417.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5418.                         ],
  5419.                         => [
  5420.                             'label' => 'Profile',
  5421.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5422.                         ],
  5423.                         => [
  5424.                             'entity' => 'Profile',
  5425.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5426.                         ],
  5427.                         => [
  5428.                             'entity' => 'ApprovalRequest',
  5429.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5430.                             'css_class' => 'ApprovalRequests',
  5431.                         ],
  5432.                         => [
  5433.                             'entity' => 'ProfileModeration',
  5434.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5435.                             'css_class' => 'ModerationRequests',
  5436.                         ],
  5437.                         10 => [
  5438.                             'entity' => 'Saloon',
  5439.                             'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  5440.                         ],
  5441.                         11 => [
  5442.                             'label' => 'Geo-Location',
  5443.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5444.                         ],
  5445.                         12 => [
  5446.                             'entity' => 'City',
  5447.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5448.                         ],
  5449.                         13 => [
  5450.                             'entity' => 'County',
  5451.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5452.                         ],
  5453.                         14 => [
  5454.                             'entity' => 'District',
  5455.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5456.                         ],
  5457.                         15 => [
  5458.                             'entity' => 'Station',
  5459.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5460.                         ],
  5461.                         16 => [
  5462.                             'entity' => 'SourceMapStationsLog',
  5463.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5464.                         ],
  5465.                         17 => [
  5466.                             'entity' => 'ProfileAdBoardLog',
  5467.                             'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5468.                         ],
  5469.                         18 => [
  5470.                             'label' => 'SEO',
  5471.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5472.                         ],
  5473.                         19 => [
  5474.                             'entity' => 'PageMetadata',
  5475.                             'role' => 'ROLE_ADMIN_ACCESS_SEO',
  5476.                         ],
  5477.                         20 => [
  5478.                             'label' => 'Sales',
  5479.                             'role' => 'ROLE_ADMIN_ACCESS_SALES',
  5480.                         ],
  5481.                         21 => [
  5482.                             'entity' => 'Analytics',
  5483.                             'role' => 'ROLE_ADMIN_ACCESS_SALES',
  5484.                         ],
  5485.                         22 => [
  5486.                             'label' => 'Deleted',
  5487.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5488.                         ],
  5489.                         23 => [
  5490.                             'entity' => 'DeletedProfile',
  5491.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5492.                         ],
  5493.                         24 => [
  5494.                             'entity' => 'DeletedSaloon',
  5495.                             'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  5496.                         ],
  5497.                         25 => [
  5498.                             'label' => 'Other',
  5499.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5500.                         ],
  5501.                         26 => [
  5502.                             'entity' => 'OfferBar',
  5503.                             'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  5504.                         ],
  5505.                         27 => [
  5506.                             'label' => 'Walkers',
  5507.                             'role' => 'ROLE_ACCESS_WALKER',
  5508.                         ],
  5509.                         28 => [
  5510.                             'entity' => 'Customer',
  5511.                             'role' => 'ROLE_ACCESS_WALKER',
  5512.                         ],
  5513.                         29 => [
  5514.                             'entity' => 'ProfileComment',
  5515.                             'role' => 'ROLE_ACCESS_WALKER',
  5516.                         ],
  5517.                         30 => [
  5518.                             'entity' => 'SaloonComment',
  5519.                             'role' => 'ROLE_ACCESS_WALKER',
  5520.                         ],
  5521.                         31 => [
  5522.                             'label' => 'Blocked IPs',
  5523.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5524.                         ],
  5525.                         32 => [
  5526.                             'entity' => 'IpAddress',
  5527.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5528.                         ],
  5529.                         33 => [
  5530.                             'entity' => 'IpAddressDailyCommentBan',
  5531.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5532.                         ],
  5533.                         34 => [
  5534.                             'entity' => 'IpAddressPermanentCommentBan',
  5535.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5536.                         ],
  5537.                         35 => [
  5538.                             'entity' => 'IpAddressCommentBan',
  5539.                             'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  5540.                         ],
  5541.                         36 => [
  5542.                             'label' => 'Useful links',
  5543.                         ],
  5544.                         37 => [
  5545.                             'label' => 'Open '.$this->getEnv('string:MIRROR_DOMAIN'),
  5546.                             'url' => 'https://'.$this->getEnv('string:MIRROR_DOMAIN'),
  5547.                             'target' => '_blank',
  5548.                         ],
  5549.                     ],
  5550.                     'brand_color' => 'hsl(230, 55%, 60%)',
  5551.                 ],
  5552.                 'entities' => [
  5553.                     'Default' => [
  5554.                         'disabled_actions' => [
  5555.                             => 'new',
  5556.                             => 'edit',
  5557.                             => 'delete',
  5558.                         ],
  5559.                         'class' => 'App\\Entity\\Location\\City',
  5560.                         'templates' => [
  5561.                             'list' => 'EasyAdmin/default/list.html.twig',
  5562.                         ],
  5563.                         'name' => 'Default',
  5564.                     ],
  5565.                     'City' => [
  5566.                         'class' => 'App\\Entity\\Location\\City',
  5567.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5568.                         'label' => 'Cities',
  5569.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5570.                         'disabled_actions' => [
  5571.                             => 'delete',
  5572.                         ],
  5573.                         'list' => [
  5574.                             'title' => 'Cities List',
  5575.                             'form_filters' => [
  5576.                                 => [
  5577.                                     'property' => 'countryCode',
  5578.                                     'type' => 'country',
  5579.                                     'label' => 'Country',
  5580.                                 ],
  5581.                                 => [
  5582.                                     'property' => 'cityGroup',
  5583.                                     'label' => 'Group',
  5584.                                     'type' => 'choice',
  5585.                                     'type_options' => [
  5586.                                         'choices' => [
  5587.                                             'Мегаполис' => 1,
  5588.                                             'Московская область' => 2,
  5589.                                         ],
  5590.                                     ],
  5591.                                 ],
  5592.                             ],
  5593.                             'fields' => [
  5594.                                 => 'id',
  5595.                                 => [
  5596.                                     'property' => 'name',
  5597.                                     'label' => 'Name',
  5598.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5599.                                 ],
  5600.                                 => [
  5601.                                     'property' => 'uriIdentity',
  5602.                                     'label' => 'URI',
  5603.                                 ],
  5604.                                 => [
  5605.                                     'property' => 'countryCode',
  5606.                                     'label' => 'Country',
  5607.                                 ],
  5608.                                 => [
  5609.                                     'property' => 'cityGroup',
  5610.                                     'label' => 'Group',
  5611.                                     'template' => 'EasyAdmin/field_city_group.html.twig',
  5612.                                 ],
  5613.                                 => [
  5614.                                     'property' => 'mapCoordinate.latitude',
  5615.                                     'label' => 'Latitude',
  5616.                                 ],
  5617.                                 => [
  5618.                                     'property' => 'mapCoordinate.longitude',
  5619.                                     'label' => 'Longitude',
  5620.                                 ],
  5621.                                 => [
  5622.                                     'property' => 'timezone',
  5623.                                     'label' => 't.zone',
  5624.                                 ],
  5625.                                 => 'counties',
  5626.                                 => 'districts',
  5627.                                 10 => 'stations',
  5628.                             ],
  5629.                         ],
  5630.                         'form' => [
  5631.                             'form_options' => [
  5632.                                 'empty_data' => NULL,
  5633.                             ],
  5634.                             'fields' => [
  5635.                                 => [
  5636.                                     'property' => 'name',
  5637.                                     'label' => 'Name',
  5638.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5639.                                     'type_options' => [
  5640.                                         'locales' => [
  5641.                                             => 'ru',
  5642.                                             => 'en',
  5643.                                         ],
  5644.                                     ],
  5645.                                 ],
  5646.                                 => [
  5647.                                     'property' => 'uriIdentity',
  5648.                                     'label' => 'URI',
  5649.                                 ],
  5650.                                 => [
  5651.                                     'property' => 'countryCode',
  5652.                                     'label' => 'Country',
  5653.                                     'type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\CountryType',
  5654.                                 ],
  5655.                                 => [
  5656.                                     'property' => 'cityGroup',
  5657.                                     'label' => 'Group',
  5658.                                     'type' => 'App\\Form\\Type\\CityGroupType',
  5659.                                 ],
  5660.                                 => [
  5661.                                     'property' => 'mapCoordinate',
  5662.                                     'label' => 'Map coordinate',
  5663.                                     'type' => 'App\\Form\\Type\\MapCoordinateType',
  5664.                                 ],
  5665.                                 => [
  5666.                                     'property' => 'timezone',
  5667.                                     'label' => 'Timezone',
  5668.                                     'type' => 'App\\Form\\Type\\TimezoneType',
  5669.                                 ],
  5670.                                 => [
  5671.                                     'type' => 'group',
  5672.                                     'label' => 'City Counties',
  5673.                                 ],
  5674.                                 => [
  5675.                                     'property' => 'counties',
  5676.                                     'type' => 'embedded_list',
  5677.                                 ],
  5678.                                 => [
  5679.                                     'type' => 'group',
  5680.                                     'label' => 'City Districts',
  5681.                                 ],
  5682.                                 => [
  5683.                                     'property' => 'districts',
  5684.                                     'type' => 'embedded_list',
  5685.                                 ],
  5686.                                 10 => [
  5687.                                     'type' => 'group',
  5688.                                     'label' => 'City Stations',
  5689.                                 ],
  5690.                                 11 => [
  5691.                                     'property' => 'stations',
  5692.                                     'type' => 'embedded_list',
  5693.                                 ],
  5694.                             ],
  5695.                         ],
  5696.                         'new' => [
  5697.                             'fields' => [
  5698.                                 => '-counties',
  5699.                                 => '-districts',
  5700.                                 => '-stations',
  5701.                             ],
  5702.                         ],
  5703.                         'name' => 'City',
  5704.                     ],
  5705.                     'County' => [
  5706.                         'class' => 'App\\Entity\\Location\\County',
  5707.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5708.                         'label' => 'City Counties',
  5709.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5710.                         'disabled_actions' => [
  5711.                             => 'delete',
  5712.                         ],
  5713.                         'list' => [
  5714.                             'title' => 'City Counties List',
  5715.                             'form_filters' => [
  5716.                                 => [
  5717.                                     'property' => 'city',
  5718.                                     'label' => 'City',
  5719.                                 ],
  5720.                             ],
  5721.                             'fields' => [
  5722.                                 => 'id',
  5723.                                 => [
  5724.                                     'property' => 'name',
  5725.                                     'label' => 'Name',
  5726.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5727.                                 ],
  5728.                                 => [
  5729.                                     'property' => 'uriIdentity',
  5730.                                     'label' => 'URI',
  5731.                                 ],
  5732.                                 => 'city',
  5733.                                 => 'districts',
  5734.                                 => 'stations',
  5735.                             ],
  5736.                         ],
  5737.                         'form' => [
  5738.                             'form_options' => [
  5739.                                 'empty_data' => NULL,
  5740.                             ],
  5741.                             'fields' => [
  5742.                                 => [
  5743.                                     'property' => 'name',
  5744.                                     'label' => 'Name',
  5745.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5746.                                     'type_options' => [
  5747.                                         'locales' => [
  5748.                                             => 'ru',
  5749.                                             => 'en',
  5750.                                         ],
  5751.                                     ],
  5752.                                 ],
  5753.                                 => [
  5754.                                     'property' => 'uriIdentity',
  5755.                                     'label' => 'URI',
  5756.                                 ],
  5757.                                 => [
  5758.                                     'property' => 'city',
  5759.                                     'label' => 'City',
  5760.                                     'type_options' => [
  5761.                                         'required' => true,
  5762.                                         'group_by' => 'countryCode',
  5763.                                     ],
  5764.                                 ],
  5765.                                 => [
  5766.                                     'type' => 'group',
  5767.                                     'label' => 'City Districts',
  5768.                                 ],
  5769.                                 => [
  5770.                                     'property' => 'districts',
  5771.                                     'type' => 'embedded_list',
  5772.                                 ],
  5773.                                 => [
  5774.                                     'type' => 'group',
  5775.                                     'label' => 'City Stations',
  5776.                                 ],
  5777.                                 => [
  5778.                                     'property' => 'stations',
  5779.                                     'type' => 'embedded_list',
  5780.                                 ],
  5781.                             ],
  5782.                         ],
  5783.                         'new' => [
  5784.                             'fields' => [
  5785.                                 => '-districts',
  5786.                                 => '-stations',
  5787.                             ],
  5788.                         ],
  5789.                         'name' => 'County',
  5790.                     ],
  5791.                     'District' => [
  5792.                         'class' => 'App\\Entity\\Location\\District',
  5793.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5794.                         'label' => 'City Districts',
  5795.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5796.                         'disabled_actions' => [
  5797.                             => 'delete',
  5798.                         ],
  5799.                         'list' => [
  5800.                             'title' => 'City Districts List',
  5801.                             'form_filters' => [
  5802.                                 => [
  5803.                                     'property' => 'city',
  5804.                                     'label' => 'City',
  5805.                                 ],
  5806.                                 => [
  5807.                                     'property' => 'county',
  5808.                                     'label' => 'County',
  5809.                                 ],
  5810.                             ],
  5811.                             'fields' => [
  5812.                                 => 'id',
  5813.                                 => [
  5814.                                     'property' => 'name',
  5815.                                     'label' => 'Name',
  5816.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5817.                                 ],
  5818.                                 => [
  5819.                                     'property' => 'uriIdentity',
  5820.                                     'label' => 'URI',
  5821.                                 ],
  5822.                                 => 'city',
  5823.                                 => 'county',
  5824.                                 => 'stations',
  5825.                             ],
  5826.                         ],
  5827.                         'form' => [
  5828.                             'form_options' => [
  5829.                                 'empty_data' => NULL,
  5830.                             ],
  5831.                             'fields' => [
  5832.                                 => [
  5833.                                     'property' => 'name',
  5834.                                     'label' => 'Name',
  5835.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5836.                                     'type_options' => [
  5837.                                         'locales' => [
  5838.                                             => 'ru',
  5839.                                             => 'en',
  5840.                                         ],
  5841.                                     ],
  5842.                                 ],
  5843.                                 => [
  5844.                                     'property' => 'uriIdentity',
  5845.                                     'label' => 'URI',
  5846.                                 ],
  5847.                                 => [
  5848.                                     'property' => 'city',
  5849.                                     'label' => 'City',
  5850.                                     'type_options' => [
  5851.                                         'required' => true,
  5852.                                         'group_by' => 'countryCode',
  5853.                                     ],
  5854.                                 ],
  5855.                                 => [
  5856.                                     'property' => 'county',
  5857.                                     'label' => 'County',
  5858.                                     'type_options' => [
  5859.                                         'required' => false,
  5860.                                         'group_by' => 'city.name',
  5861.                                     ],
  5862.                                 ],
  5863.                                 => [
  5864.                                     'type' => 'group',
  5865.                                     'label' => 'City Stations',
  5866.                                 ],
  5867.                                 => [
  5868.                                     'property' => 'stations',
  5869.                                     'type' => 'embedded_list',
  5870.                                 ],
  5871.                             ],
  5872.                         ],
  5873.                         'new' => [
  5874.                             'fields' => [
  5875.                                 => '-stations',
  5876.                             ],
  5877.                         ],
  5878.                         'name' => 'District',
  5879.                     ],
  5880.                     'Station' => [
  5881.                         'class' => 'App\\Entity\\Location\\Station',
  5882.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5883.                         'label' => 'City Stations',
  5884.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5885.                         'disabled_actions' => [
  5886.                             => 'delete',
  5887.                         ],
  5888.                         'list' => [
  5889.                             'title' => 'City Stations List',
  5890.                             'form_filters' => [
  5891.                                 => [
  5892.                                     'property' => 'city',
  5893.                                     'label' => 'City',
  5894.                                 ],
  5895.                                 => [
  5896.                                     'property' => 'county',
  5897.                                     'label' => 'County',
  5898.                                 ],
  5899.                                 => [
  5900.                                     'property' => 'district',
  5901.                                     'label' => 'District',
  5902.                                 ],
  5903.                             ],
  5904.                             'fields' => [
  5905.                                 => 'id',
  5906.                                 => [
  5907.                                     'property' => 'name',
  5908.                                     'label' => 'Name',
  5909.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  5910.                                 ],
  5911.                                 => [
  5912.                                     'property' => 'uriIdentity',
  5913.                                     'label' => 'URI',
  5914.                                 ],
  5915.                                 => 'city',
  5916.                                 => 'county',
  5917.                                 => 'district',
  5918.                             ],
  5919.                         ],
  5920.                         'form' => [
  5921.                             'form_options' => [
  5922.                                 'empty_data' => NULL,
  5923.                             ],
  5924.                             'fields' => [
  5925.                                 => [
  5926.                                     'property' => 'name',
  5927.                                     'label' => 'Name',
  5928.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  5929.                                     'type_options' => [
  5930.                                         'locales' => [
  5931.                                             => 'ru',
  5932.                                             => 'en',
  5933.                                         ],
  5934.                                     ],
  5935.                                 ],
  5936.                                 => [
  5937.                                     'property' => 'uriIdentity',
  5938.                                     'label' => 'URI',
  5939.                                 ],
  5940.                                 => [
  5941.                                     'property' => 'city',
  5942.                                     'label' => 'City',
  5943.                                     'type_options' => [
  5944.                                         'required' => true,
  5945.                                         'group_by' => 'countryCode',
  5946.                                     ],
  5947.                                 ],
  5948.                                 => [
  5949.                                     'property' => 'county',
  5950.                                     'label' => 'County',
  5951.                                     'type_options' => [
  5952.                                         'required' => false,
  5953.                                         'group_by' => 'city.name',
  5954.                                     ],
  5955.                                 ],
  5956.                                 => [
  5957.                                     'property' => 'district',
  5958.                                     'label' => 'District',
  5959.                                     'type_options' => [
  5960.                                         'required' => false,
  5961.                                         'group_by' => 'city.name',
  5962.                                     ],
  5963.                                 ],
  5964.                             ],
  5965.                         ],
  5966.                         'name' => 'Station',
  5967.                     ],
  5968.                     'SourceMapStationsLog' => [
  5969.                         'class' => 'App\\Entity\\SourceMap\\Log\\SourceMapStationsUpdateLog',
  5970.                         'controller' => 'App\\Controller\\Management\\LocationController',
  5971.                         'label' => 'Stations update log',
  5972.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  5973.                         'disabled_actions' => [
  5974.                             => 'new',
  5975.                             => 'edit',
  5976.                             => 'delete',
  5977.                         ],
  5978.                         'list' => [
  5979.                             'title' => 'Stations update log',
  5980.                             'fields' => [
  5981.                                 => 'id',
  5982.                                 => [
  5983.                                     'property' => 'log',
  5984.                                     'label' => 'log',
  5985.                                     'template' => 'EasyAdmin/field_string_array.html.twig',
  5986.                                 ],
  5987.                                 => [
  5988.                                     'property' => 'changes',
  5989.                                     'label' => 'changes',
  5990.                                     'template' => 'EasyAdmin/source_map_stations_log/field_changes.html.twig',
  5991.                                 ],
  5992.                                 => 'date',
  5993.                             ],
  5994.                         ],
  5995.                         'name' => 'SourceMapStationsLog',
  5996.                     ],
  5997.                     'ProfileAdBoardLog' => [
  5998.                         'class' => 'App\\Entity\\Sales\\Profile\\AdBoardPlacement',
  5999.                         'controller' => 'App\\Controller\\Management\\LogController',
  6000.                         'label' => 'Profile adboard log',
  6001.                         'role' => 'ROLE_ADMIN_ACCESS_LOCATION',
  6002.                         'disabled_actions' => [
  6003.                             => 'new',
  6004.                             => 'edit',
  6005.                             => 'delete',
  6006.                         ],
  6007.                         'list' => [
  6008.                             'title' => 'Profile adboard log',
  6009.                         ],
  6010.                         'templates' => [
  6011.                             'list' => 'EasyAdmin/log/list.html.twig',
  6012.                         ],
  6013.                         'name' => 'ProfileAdBoardLog',
  6014.                     ],
  6015.                     'Account' => [
  6016.                         'class' => 'App\\Entity\\Account\\Advertiser',
  6017.                         'controller' => 'App\\Controller\\Management\\AccountController',
  6018.                         'label' => 'Accounts',
  6019.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6020.                         'disabled_actions' => [
  6021.                             => 'delete',
  6022.                         ],
  6023.                         'embeddedList' => [
  6024.                             'open_new_tab' => true,
  6025.                         ],
  6026.                         'list' => [
  6027.                             'title' => 'Accounts List',
  6028.                             'fields' => [
  6029.                                 => [
  6030.                                     'property' => 'id',
  6031.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6032.                                 ],
  6033.                                 => 'email',
  6034.                                 => 'nickName',
  6035.                                 => 'country',
  6036.                                 => [
  6037.                                     'property' => 'city.name',
  6038.                                     'label' => 'City',
  6039.                                 ],
  6040.                                 => [
  6041.                                     'property' => 'currentBalance',
  6042.                                     'label' => 'Balance',
  6043.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6044.                                 ],
  6045.                                 => [
  6046.                                     'property' => 'enabled',
  6047.                                     'type' => 'boolean',
  6048.                                 ],
  6049.                                 => [
  6050.                                     'property' => 'trusted',
  6051.                                     'type' => 'boolean',
  6052.                                 ],
  6053.                             ],
  6054.                         ],
  6055.                         'show' => [
  6056.                             'fields' => [
  6057.                                 => 'email',
  6058.                                 => 'nickName',
  6059.                                 => [
  6060.                                     'property' => 'enabled',
  6061.                                     'type' => 'boolean',
  6062.                                 ],
  6063.                                 => [
  6064.                                     'property' => 'city.name',
  6065.                                     'label' => 'City',
  6066.                                 ],
  6067.                                 => [
  6068.                                     'property' => 'country',
  6069.                                     'label' => 'Country',
  6070.                                     'type' => 'country',
  6071.                                 ],
  6072.                                 => [
  6073.                                     'property' => 'currentBalance',
  6074.                                     'label' => 'Balance',
  6075.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6076.                                 ],
  6077.                             ],
  6078.                         ],
  6079.                         'form' => [
  6080.                             'form_options' => [
  6081.                                 'validation_groups' => [
  6082.                                     => 'Edit',
  6083.                                 ],
  6084.                             ],
  6085.                             'fields' => [
  6086.                                 => [
  6087.                                     'type' => 'tab',
  6088.                                     'label' => 'Account information',
  6089.                                 ],
  6090.                                 => [
  6091.                                     'type' => 'group',
  6092.                                     'label' => 'General information',
  6093.                                     'columns' => 4,
  6094.                                 ],
  6095.                                 => 'email',
  6096.                                 => 'nickName',
  6097.                                 => 'notes',
  6098.                                 => [
  6099.                                     'property' => 'enabled',
  6100.                                     'type_options' => [
  6101.                                         'required' => false,
  6102.                                     ],
  6103.                                 ],
  6104.                                 => [
  6105.                                     'property' => 'trusted',
  6106.                                     'type_options' => [
  6107.                                         'required' => false,
  6108.                                     ],
  6109.                                 ],
  6110.                                 => [
  6111.                                     'property' => 'currentBalance',
  6112.                                     'type' => 'text',
  6113.                                     'type_options' => [
  6114.                                         'block_name' => 'current_balance',
  6115.                                         'mapped' => false,
  6116.                                     ],
  6117.                                 ],
  6118.                                 => [
  6119.                                     'type' => 'group',
  6120.                                     'label' => 'Ban',
  6121.                                     'columns' => 4,
  6122.                                 ],
  6123.                                 => [
  6124.                                     'property' => 'ban',
  6125.                                     'label' => ' ',
  6126.                                     'type' => 'App\\Form\\Type\\AdvertiserBanType',
  6127.                                     'type_options' => [
  6128.                                         'required' => false,
  6129.                                         'mapped' => false,
  6130.                                     ],
  6131.                                 ],
  6132.                                 10 => [
  6133.                                     'type' => 'group',
  6134.                                     'label' => 'Geo Location',
  6135.                                     'columns' => 4,
  6136.                                 ],
  6137.                                 11 => [
  6138.                                     'property' => 'city',
  6139.                                     'type_options' => [
  6140.                                         'group_by' => 'countryCode',
  6141.                                     ],
  6142.                                 ],
  6143.                                 12 => [
  6144.                                     'property' => 'country',
  6145.                                     'label' => 'Country',
  6146.                                     'type_options' => [
  6147.                                         'disabled' => true,
  6148.                                     ],
  6149.                                     'help' => 'Will be set according to the selected city.',
  6150.                                 ],
  6151.                                 13 => [
  6152.                                     'type' => 'group',
  6153.                                     'label' => 'Pin-codes',
  6154.                                     'columns' => 6,
  6155.                                 ],
  6156.                                 14 => [
  6157.                                     'property' => 'Manually_Redeem_Pin-code',
  6158.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyRedeemPrepaidTokenByStaffForm',
  6159.                                 ],
  6160.                                 15 => [
  6161.                                     'type' => 'group',
  6162.                                     'label' => 'Enrollments',
  6163.                                     'columns' => 6,
  6164.                                 ],
  6165.                                 16 => [
  6166.                                     'property' => 'Enroll_Money',
  6167.                                     'type' => 'App\\Form\\EasyAdmin\\ManuallyEnrollArbitraryMoneyValueByStaffForm',
  6168.                                 ],
  6169.                                 17 => [
  6170.                                     'type' => 'tab',
  6171.                                     'label' => 'Ads',
  6172.                                 ],
  6173.                                 18 => [
  6174.                                     'type' => 'tab',
  6175.                                     'label' => 'Finance Transactions',
  6176.                                 ],
  6177.                             ],
  6178.                         ],
  6179.                         'templates' => [
  6180.                             'edit' => 'EasyAdmin/account/edit.html.twig',
  6181.                         ],
  6182.                         'name' => 'Account',
  6183.                     ],
  6184.                     'Customer' => [
  6185.                         'class' => 'App\\Entity\\Account\\Customer',
  6186.                         'controller' => 'App\\Controller\\Management\\CustomerController',
  6187.                         'label' => 'Users',
  6188.                         'role' => 'ROLE_ACCESS_WALKER',
  6189.                         'disabled_actions' => [
  6190.                             => 'delete',
  6191.                         ],
  6192.                         'list' => [
  6193.                             'title' => 'Walkers List',
  6194.                             'fields' => [
  6195.                                 => [
  6196.                                     'property' => 'id',
  6197.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6198.                                 ],
  6199.                                 => 'email',
  6200.                                 => 'nickName',
  6201.                                 => 'country',
  6202.                                 => [
  6203.                                     'property' => 'city.name',
  6204.                                     'label' => 'City',
  6205.                                 ],
  6206.                                 => [
  6207.                                     'property' => 'enabled',
  6208.                                     'type' => 'toggle',
  6209.                                 ],
  6210.                             ],
  6211.                         ],
  6212.                         'show' => [
  6213.                             'fields' => [
  6214.                                 => 'email',
  6215.                                 => 'nickName',
  6216.                                 => [
  6217.                                     'property' => 'enabled',
  6218.                                     'type' => 'boolean',
  6219.                                 ],
  6220.                                 => [
  6221.                                     'property' => 'city.name',
  6222.                                     'label' => 'City',
  6223.                                 ],
  6224.                                 => [
  6225.                                     'property' => 'country',
  6226.                                     'label' => 'Country',
  6227.                                     'type' => 'country',
  6228.                                 ],
  6229.                             ],
  6230.                         ],
  6231.                         'form' => [
  6232.                             'form_options' => [
  6233.                                 'validation_groups' => [
  6234.                                     => 'Edit',
  6235.                                 ],
  6236.                             ],
  6237.                             'fields' => [
  6238.                                 => [
  6239.                                     'type' => 'tab',
  6240.                                     'label' => 'Walker information',
  6241.                                 ],
  6242.                                 => [
  6243.                                     'type' => 'group',
  6244.                                     'label' => 'General information',
  6245.                                     'columns' => 6,
  6246.                                 ],
  6247.                                 => 'email',
  6248.                                 => 'nickName',
  6249.                                 => 'notes',
  6250.                                 => [
  6251.                                     'property' => 'enabled',
  6252.                                     'type_options' => [
  6253.                                         'required' => false,
  6254.                                     ],
  6255.                                 ],
  6256.                                 => [
  6257.                                     'type' => 'group',
  6258.                                     'label' => 'Ban',
  6259.                                 ],
  6260.                                 => [
  6261.                                     'property' => 'ban',
  6262.                                     'label' => ' ',
  6263.                                     'type' => 'App\\Form\\Type\\CustomerBanType',
  6264.                                     'type_options' => [
  6265.                                         'required' => false,
  6266.                                         'mapped' => false,
  6267.                                     ],
  6268.                                 ],
  6269.                                 => [
  6270.                                     'type' => 'group',
  6271.                                     'label' => 'Geo Location',
  6272.                                     'columns' => 6,
  6273.                                 ],
  6274.                                 => [
  6275.                                     'property' => 'city',
  6276.                                     'type_options' => [
  6277.                                         'group_by' => 'countryCode',
  6278.                                     ],
  6279.                                 ],
  6280.                                 10 => [
  6281.                                     'property' => 'country',
  6282.                                     'label' => 'Country',
  6283.                                     'type_options' => [
  6284.                                         'disabled' => true,
  6285.                                     ],
  6286.                                     'help' => 'Will be set according to the selected city.',
  6287.                                 ],
  6288.                                 11 => [
  6289.                                     'type' => 'group',
  6290.                                     'label' => 'Walker reviews',
  6291.                                 ],
  6292.                                 12 => [
  6293.                                     'property' => 'profile_comments',
  6294.                                     'type' => 'embedded_list',
  6295.                                     'type_options' => [
  6296.                                         'mapped' => false,
  6297.                                         'entity' => 'ProfileComment',
  6298.                                         'ext_filters' => [
  6299.                                             'entity.user' => 'form:parent.data.id',
  6300.                                         ],
  6301.                                     ],
  6302.                                 ],
  6303.                                 13 => [
  6304.                                     'property' => 'saloon_comments',
  6305.                                     'type' => 'embedded_list',
  6306.                                     'type_options' => [
  6307.                                         'mapped' => false,
  6308.                                         'entity' => 'SaloonComment',
  6309.                                         'ext_filters' => [
  6310.                                             'entity.user' => 'form:parent.data.id',
  6311.                                         ],
  6312.                                     ],
  6313.                                 ],
  6314.                             ],
  6315.                         ],
  6316.                         'templates' => [
  6317.                             'edit' => 'EasyAdmin/customer/edit.html.twig',
  6318.                         ],
  6319.                         'name' => 'Customer',
  6320.                     ],
  6321.                     'ProfileComment' => [
  6322.                         'class' => 'App\\Entity\\Profile\\Comment\\CommentByCustomer',
  6323.                         'controller' => 'App\\Controller\\Management\\ProfileCommentController',
  6324.                         'label' => 'Girls reviews',
  6325.                         'role' => 'ROLE_ACCESS_WALKER',
  6326.                         'disabled_actions' => [
  6327.                             => 'new',
  6328.                             => 'delete',
  6329.                         ],
  6330.                         'search' => [
  6331.                             'fields' => [
  6332.                                 => 'profile.owner.nickName',
  6333.                                 => 'profile.name',
  6334.                                 => 'user.nickName',
  6335.                                 => 'text',
  6336.                                 => 'ipAddress.ip',
  6337.                             ],
  6338.                         ],
  6339.                         'list' => [
  6340.                             'batch_actions' => [
  6341.                                 => [
  6342.                                     'name' => 'restore',
  6343.                                     'label' => 'Восстановить',
  6344.                                     'ask_confirm' => true,
  6345.                                 ],
  6346.                                 => [
  6347.                                     'name' => 'softDelete',
  6348.                                     'label' => 'Удалить',
  6349.                                     'ask_confirm' => true,
  6350.                                 ],
  6351.                             ],
  6352.                             'max_results' => 50,
  6353.                             'title' => 'Girls Reviews',
  6354.                             'fields' => [
  6355.                                 => [
  6356.                                     'property' => 'id',
  6357.                                     'label' => 'id',
  6358.                                 ],
  6359.                                 => [
  6360.                                     'property' => 'profile.owner.nickname',
  6361.                                     'label' => 'Profile owner',
  6362.                                     'template' => 'EasyAdmin/comment/field_owner_name.html.twig',
  6363.                                 ],
  6364.                                 => [
  6365.                                     'property' => 'profile.name',
  6366.                                     'label' => 'Profile name',
  6367.                                     'template' => 'EasyAdmin/comment/field_profile_name.html.twig',
  6368.                                 ],
  6369.                                 => [
  6370.                                     'property' => 'user.nickName',
  6371.                                     'label' => 'Walker',
  6372.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6373.                                 ],
  6374.                                 => [
  6375.                                     'property' => 'text',
  6376.                                     'label' => 'Review',
  6377.                                 ],
  6378.                                 => [
  6379.                                     'property' => 'profile.city.name',
  6380.                                     'label' => 'City',
  6381.                                 ],
  6382.                                 => [
  6383.                                     'property' => 'createdAt',
  6384.                                     'label' => 'Created',
  6385.                                 ],
  6386.                                 => [
  6387.                                     'property' => 'ipAddress.ip',
  6388.                                     'label' => 'IP',
  6389.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6390.                                 ],
  6391.                                 => [
  6392.                                     'property' => 'deleted',
  6393.                                     'label' => 'Deleted',
  6394.                                     'type' => 'boolean',
  6395.                                 ],
  6396.                                 => [
  6397.                                     'property' => 'mark',
  6398.                                     'label' => 'Mark',
  6399.                                 ],
  6400.                                 10 => [
  6401.                                     'property' => 'isCommentedBySupport',
  6402.                                     'label' => 'Replied',
  6403.                                     'type' => 'boolean',
  6404.                                 ],
  6405.                             ],
  6406.                             'actions' => [
  6407.                                 => [
  6408.                                     'name' => 'edit',
  6409.                                     'label' => 'Редактировать',
  6410.                                 ],
  6411.                                 => [
  6412.                                     'name' => 'restore',
  6413.                                     'label' => 'Восстановить',
  6414.                                 ],
  6415.                                 => [
  6416.                                     'name' => 'softDelete',
  6417.                                     'label' => 'Удалить',
  6418.                                 ],
  6419.                             ],
  6420.                         ],
  6421.                         'edit' => [
  6422.                             'fields' => [
  6423.                                 => [
  6424.                                     'property' => 'id',
  6425.                                     'label' => 'id',
  6426.                                     'type_options' => [
  6427.                                         'disabled' => true,
  6428.                                     ],
  6429.                                 ],
  6430.                                 => [
  6431.                                     'property' => 'createdAt',
  6432.                                     'label' => 'Date',
  6433.                                     'type_options' => [
  6434.                                         'disabled' => true,
  6435.                                     ],
  6436.                                 ],
  6437.                                 => [
  6438.                                     'property' => 'text',
  6439.                                     'label' => 'Review',
  6440.                                 ],
  6441.                                 => [
  6442.                                     'property' => 'mark',
  6443.                                     'label' => 'Mark',
  6444.                                     'type' => 'App\\Form\\Type\\ProfileCommentMarkChoiceType',
  6445.                                 ],
  6446.                                 => [
  6447.                                     'property' => 'ipAddress',
  6448.                                     'label' => 'IP',
  6449.                                     'type_options' => [
  6450.                                         'disabled' => true,
  6451.                                     ],
  6452.                                     'css_class' => 'comment-ip-address',
  6453.                                 ],
  6454.                             ],
  6455.                         ],
  6456.                         'templates' => [
  6457.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6458.                         ],
  6459.                         'name' => 'ProfileComment',
  6460.                     ],
  6461.                     'SaloonComment' => [
  6462.                         'class' => 'App\\Entity\\Saloon\\Comment\\CommentByCustomer',
  6463.                         'controller' => 'App\\Controller\\Management\\SaloonCommentController',
  6464.                         'label' => 'Saloons reviews',
  6465.                         'role' => 'ROLE_ACCESS_WALKER',
  6466.                         'disabled_actions' => [
  6467.                             => 'new',
  6468.                             => 'delete',
  6469.                         ],
  6470.                         'search' => [
  6471.                             'fields' => [
  6472.                                 => 'saloon.owner.nickName',
  6473.                                 => 'saloon.name',
  6474.                                 => 'user.nickName',
  6475.                                 => 'text',
  6476.                                 => 'ipAddress.ip',
  6477.                             ],
  6478.                         ],
  6479.                         'list' => [
  6480.                             'batch_actions' => [
  6481.                                 => [
  6482.                                     'name' => 'restore',
  6483.                                     'label' => 'Восстановить',
  6484.                                     'ask_confirm' => true,
  6485.                                 ],
  6486.                                 => [
  6487.                                     'name' => 'softDelete',
  6488.                                     'label' => 'Удалить',
  6489.                                     'ask_confirm' => true,
  6490.                                 ],
  6491.                             ],
  6492.                             'max_results' => 50,
  6493.                             'title' => 'Saloons Reviews',
  6494.                             'fields' => [
  6495.                                 => [
  6496.                                     'property' => 'id',
  6497.                                     'label' => 'id',
  6498.                                 ],
  6499.                                 => [
  6500.                                     'property' => 'saloon.name',
  6501.                                     'label' => 'Name',
  6502.                                     'template' => 'EasyAdmin/comment/field_saloon_name.html.twig',
  6503.                                 ],
  6504.                                 => [
  6505.                                     'property' => 'user.nickName',
  6506.                                     'label' => 'Walker',
  6507.                                     'template' => 'EasyAdmin/comment/field_customer_name.html.twig',
  6508.                                 ],
  6509.                                 => [
  6510.                                     'property' => 'text',
  6511.                                     'label' => 'Review',
  6512.                                 ],
  6513.                                 => [
  6514.                                     'property' => 'saloon.city.name',
  6515.                                     'label' => 'City',
  6516.                                 ],
  6517.                                 => [
  6518.                                     'property' => 'createdAt',
  6519.                                     'label' => 'Created',
  6520.                                 ],
  6521.                                 => [
  6522.                                     'property' => 'ipAddress.ip',
  6523.                                     'label' => 'IP',
  6524.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  6525.                                 ],
  6526.                                 => [
  6527.                                     'property' => 'deleted',
  6528.                                     'label' => 'Deleted',
  6529.                                     'type' => 'boolean',
  6530.                                 ],
  6531.                                 => [
  6532.                                     'property' => 'mark',
  6533.                                     'label' => 'Mark',
  6534.                                 ],
  6535.                                 => [
  6536.                                     'property' => 'isCommentedBySupport',
  6537.                                     'label' => 'Replied',
  6538.                                     'type' => 'boolean',
  6539.                                 ],
  6540.                             ],
  6541.                             'actions' => [
  6542.                                 => [
  6543.                                     'name' => 'edit',
  6544.                                     'label' => 'Редактировать',
  6545.                                 ],
  6546.                                 => [
  6547.                                     'name' => 'restore',
  6548.                                     'label' => 'Восстановить',
  6549.                                 ],
  6550.                                 => [
  6551.                                     'name' => 'softDelete',
  6552.                                     'label' => 'Удалить',
  6553.                                 ],
  6554.                             ],
  6555.                         ],
  6556.                         'edit' => [
  6557.                             'fields' => [
  6558.                                 => [
  6559.                                     'property' => 'id',
  6560.                                     'label' => 'id',
  6561.                                     'type_options' => [
  6562.                                         'disabled' => true,
  6563.                                     ],
  6564.                                 ],
  6565.                                 => [
  6566.                                     'property' => 'createdAt',
  6567.                                     'label' => 'Date',
  6568.                                     'type_options' => [
  6569.                                         'disabled' => true,
  6570.                                     ],
  6571.                                 ],
  6572.                                 => [
  6573.                                     'property' => 'text',
  6574.                                     'label' => 'Review',
  6575.                                 ],
  6576.                                 => [
  6577.                                     'property' => 'mark',
  6578.                                     'label' => 'Mark',
  6579.                                     'type' => 'App\\Form\\Type\\SaloonCommentMarkChoiceType',
  6580.                                 ],
  6581.                                 => [
  6582.                                     'property' => 'ipAddress',
  6583.                                     'label' => 'IP',
  6584.                                     'type_options' => [
  6585.                                         'disabled' => true,
  6586.                                     ],
  6587.                                     'css_class' => 'comment-ip-address',
  6588.                                 ],
  6589.                             ],
  6590.                         ],
  6591.                         'templates' => [
  6592.                             'edit' => 'EasyAdmin/comment/edit.html.twig',
  6593.                         ],
  6594.                         'name' => 'SaloonComment',
  6595.                     ],
  6596.                     'Transactions' => [
  6597.                         'class' => 'App\\Entity\\Sales\\AccountTransaction',
  6598.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6599.                         'disabled_actions' => [
  6600.                             => 'new',
  6601.                             => 'edit',
  6602.                             => 'delete',
  6603.                         ],
  6604.                         'list' => [
  6605.                             'fields' => [
  6606.                                 => 'id',
  6607.                                 => [
  6608.                                     'property' => 'account',
  6609.                                     'label' => 'Account',
  6610.                                 ],
  6611.                                 => [
  6612.                                     'property' => 'date',
  6613.                                     'label' => 'Date',
  6614.                                 ],
  6615.                                 => [
  6616.                                     'property' => 'money',
  6617.                                     'label' => 'Money amount',
  6618.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6619.                                 ],
  6620.                             ],
  6621.                         ],
  6622.                         'name' => 'Transactions',
  6623.                     ],
  6624.                     'Payments' => [
  6625.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  6626.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6627.                         'disabled_actions' => [
  6628.                             => 'new',
  6629.                             => 'edit',
  6630.                             => 'delete',
  6631.                         ],
  6632.                         'list' => [
  6633.                             'fields' => [
  6634.                                 => 'id',
  6635.                                 => [
  6636.                                     'property' => 'account',
  6637.                                     'label' => 'Account',
  6638.                                 ],
  6639.                                 => [
  6640.                                     'property' => 'date',
  6641.                                     'label' => 'Date',
  6642.                                 ],
  6643.                                 => [
  6644.                                     'property' => 'paidMoney',
  6645.                                     'label' => 'Paid',
  6646.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6647.                                 ],
  6648.                                 => [
  6649.                                     'property' => 'enrolledMoney',
  6650.                                     'label' => 'Enrolled',
  6651.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6652.                                 ],
  6653.                                 => [
  6654.                                     'property' => 'redeemedToken',
  6655.                                     'label' => 'Pin-code',
  6656.                                 ],
  6657.                                 => [
  6658.                                     'property' => 'enrolledByDescription',
  6659.                                     'label' => 'Enrolled By',
  6660.                                 ],
  6661.                             ],
  6662.                         ],
  6663.                         'name' => 'Payments',
  6664.                     ],
  6665.                     'Charges' => [
  6666.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  6667.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  6668.                         'disabled_actions' => [
  6669.                             => 'new',
  6670.                             => 'edit',
  6671.                             => 'delete',
  6672.                         ],
  6673.                         'list' => [
  6674.                             'fields' => [
  6675.                                 => 'id',
  6676.                                 => [
  6677.                                     'property' => 'account',
  6678.                                     'label' => 'Account',
  6679.                                 ],
  6680.                                 => [
  6681.                                     'property' => 'date',
  6682.                                     'label' => 'Date',
  6683.                                 ],
  6684.                                 => [
  6685.                                     'property' => 'chargedMoney',
  6686.                                     'label' => 'Charged',
  6687.                                     'template' => 'EasyAdmin/field_money.html.twig',
  6688.                                 ],
  6689.                                 => [
  6690.                                     'property' => 'link',
  6691.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  6692.                                 ],
  6693.                                 => [
  6694.                                     'property' => 'price',
  6695.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  6696.                                 ],
  6697.                                 => [
  6698.                                     'property' => 'placementStart',
  6699.                                 ],
  6700.                                 => [
  6701.                                     'property' => 'placementEnd',
  6702.                                 ],
  6703.                             ],
  6704.                         ],
  6705.                         'name' => 'Charges',
  6706.                     ],
  6707.                     'Profile' => [
  6708.                         'class' => 'App\\Entity\\Profile\\Profile',
  6709.                         'controller' => 'App\\Controller\\Management\\ProfileController',
  6710.                         'label' => 'Profiles',
  6711.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  6712.                         'disabled_actions' => [
  6713.                             => 'new',
  6714.                         ],
  6715.                         'list' => [
  6716.                             'title' => 'Profiles List',
  6717.                             'fields' => [
  6718.                                 => [
  6719.                                     'property' => 'id',
  6720.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6721.                                 ],
  6722.                                 => [
  6723.                                     'property' => 'name',
  6724.                                     'label' => 'Name',
  6725.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  6726.                                     'css_class' => 'profile_name_link',
  6727.                                 ],
  6728.                                 => [
  6729.                                     'property' => 'phoneNumber',
  6730.                                     'label' => 'Phone',
  6731.                                 ],
  6732.                                 => [
  6733.                                     'property' => 'city.name',
  6734.                                     'label' => 'City',
  6735.                                 ],
  6736.                                 => [
  6737.                                     'property' => 'owner.nickname',
  6738.                                     'label' => 'Owner',
  6739.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  6740.                                 ],
  6741.                                 => 'createdAt',
  6742.                                 => [
  6743.                                     'property' => 'approved',
  6744.                                     'type' => 'boolean',
  6745.                                 ],
  6746.                                 => [
  6747.                                     'property' => 'isDeleted',
  6748.                                     'type' => 'boolean',
  6749.                                     'label' => 'Deleted',
  6750.                                 ],
  6751.                                 => [
  6752.                                     'property' => 'moderationStatus',
  6753.                                     'type' => 'boolean',
  6754.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  6755.                                 ],
  6756.                                 => [
  6757.                                     'property' => 'isMediaProcessed',
  6758.                                     'type' => 'boolean',
  6759.                                     'label' => 'All video processed',
  6760.                                 ],
  6761.                             ],
  6762.                         ],
  6763.                         'form' => [
  6764.                             'form_options' => [
  6765.                                 'validation_groups' => [
  6766.                                     => 'Edit',
  6767.                                 ],
  6768.                             ],
  6769.                         ],
  6770.                         'templates' => [
  6771.                             'list' => 'EasyAdmin/profiles/list.html.twig',
  6772.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  6773.                         ],
  6774.                         'name' => 'Profile',
  6775.                     ],
  6776.                     'Saloon' => [
  6777.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  6778.                         'controller' => 'App\\Controller\\Management\\SaloonController',
  6779.                         'label' => 'Saloons',
  6780.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  6781.                         'disabled_actions' => [
  6782.                             => 'new',
  6783.                         ],
  6784.                         'list' => [
  6785.                             'title' => 'Saloons List',
  6786.                             'fields' => [
  6787.                                 => [
  6788.                                     'property' => 'id',
  6789.                                     'template' => 'EasyAdmin/field_id.html.twig',
  6790.                                 ],
  6791.                                 => [
  6792.                                     'property' => 'name',
  6793.                                     'label' => 'Name',
  6794.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  6795.                                     'css_class' => 'profile_name_link',
  6796.                                 ],
  6797.                                 => [
  6798.                                     'property' => 'phoneNumber',
  6799.                                     'label' => 'Phone',
  6800.                                 ],
  6801.                                 => [
  6802.                                     'property' => 'city.name',
  6803.                                     'label' => 'City',
  6804.                                 ],
  6805.                                 => [
  6806.                                     'property' => 'owner.nickname',
  6807.                                     'label' => 'Owner',
  6808.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  6809.                                 ],
  6810.                                 => 'createdAt',
  6811.                                 => [
  6812.                                     'property' => 'isDeleted',
  6813.                                     'type' => 'boolean',
  6814.                                     'label' => 'Deleted',
  6815.                                 ],
  6816.                                 => [
  6817.                                     'property' => 'isMediaProcessed',
  6818.                                     'type' => 'boolean',
  6819.                                     'label' => 'All video processed',
  6820.                                 ],
  6821.                             ],
  6822.                         ],
  6823.                         'form' => [
  6824.                             'form_options' => [
  6825.                                 'validation_groups' => [
  6826.                                     => 'Edit',
  6827.                                 ],
  6828.                             ],
  6829.                         ],
  6830.                         'templates' => [
  6831.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  6832.                         ],
  6833.                         'name' => 'Saloon',
  6834.                     ],
  6835.                     'PageMetadata' => [
  6836.                         'class' => 'App\\Entity\\SEO\\PageMetadata',
  6837.                         'controller' => 'App\\Controller\\Management\\PageMetadataController',
  6838.                         'label' => 'Pages SEO',
  6839.                         'role' => 'ROLE_ADMIN_ACCESS_SEO',
  6840.                         'list' => [
  6841.                             'title' => 'Pages SEO',
  6842.                             'form_filters' => [
  6843.                                 => [
  6844.                                     'property' => 'city',
  6845.                                     'label' => 'City',
  6846.                                 ],
  6847.                             ],
  6848.                             'fields' => [
  6849.                                 => [
  6850.                                     'property' => 'city.name',
  6851.                                     'label' => 'City',
  6852.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  6853.                                 ],
  6854.                                 => [
  6855.                                     'property' => 'uri',
  6856.                                     'label' => 'Page URI',
  6857.                                 ],
  6858.                                 => [
  6859.                                     'property' => 'hasPageHeading',
  6860.                                     'type' => 'boolean',
  6861.                                     'label' => '&lt;h1&gt;',
  6862.                                 ],
  6863.                                 => [
  6864.                                     'property' => 'hasMetaTitle',
  6865.                                     'type' => 'boolean',
  6866.                                     'label' => '&lt;title&gt;',
  6867.                                 ],
  6868.                                 => [
  6869.                                     'property' => 'hasMetaDescription',
  6870.                                     'type' => 'boolean',
  6871.                                     'label' => '&lt;meta description&gt;',
  6872.                                 ],
  6873.                                 => [
  6874.                                     'property' => 'hasMetaKeywords',
  6875.                                     'type' => 'boolean',
  6876.                                     'label' => '&lt;meta keywords&gt;',
  6877.                                 ],
  6878.                                 => [
  6879.                                     'property' => 'hasTopHtml',
  6880.                                     'type' => 'boolean',
  6881.                                     'label' => 'Top block',
  6882.                                 ],
  6883.                                 => [
  6884.                                     'property' => 'hasBottomHtml',
  6885.                                     'type' => 'boolean',
  6886.                                     'label' => 'Bottom block',
  6887.                                 ],
  6888.                             ],
  6889.                         ],
  6890.                         'form' => [
  6891.                             'title' => 'Page SEO (#%entity_id%)',
  6892.                             'fields' => [
  6893.                                 => [
  6894.                                     'property' => 'city',
  6895.                                     'label' => 'City',
  6896.                                     'type_options' => [
  6897.                                         'required' => true,
  6898.                                     ],
  6899.                                 ],
  6900.                                 => [
  6901.                                     'property' => 'uri',
  6902.                                     'label' => 'Page URI',
  6903.                                 ],
  6904.                                 => [
  6905.                                     'type' => 'section',
  6906.                                     'label' => 'On page texts',
  6907.                                 ],
  6908.                                 => [
  6909.                                     'property' => 'pageHeading',
  6910.                                     'label' => 'Page heading',
  6911.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6912.                                     'type_options' => [
  6913.                                         'locales' => [
  6914.                                             => 'ru',
  6915.                                             => 'en',
  6916.                                         ],
  6917.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  6918.                                     ],
  6919.                                     'help' => 'Usual placement is &lt;h1&gt; tag. Supports <strong>only plain text</strong>.',
  6920.                                 ],
  6921.                                 => [
  6922.                                     'type' => 'section',
  6923.                                     'label' => 'Meta texts',
  6924.                                 ],
  6925.                                 => [
  6926.                                     'property' => 'metaTitle',
  6927.                                     'label' => 'Page title',
  6928.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6929.                                     'type_options' => [
  6930.                                         'locales' => [
  6931.                                             => 'ru',
  6932.                                             => 'en',
  6933.                                         ],
  6934.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  6935.                                     ],
  6936.                                     'help' => 'Placed within &lt;title&gt; tag. Supports <strong>only plain text</strong>.',
  6937.                                 ],
  6938.                                 => [
  6939.                                     'property' => 'metaDescription',
  6940.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6941.                                     'type_options' => [
  6942.                                         'locales' => [
  6943.                                             => 'ru',
  6944.                                             => 'en',
  6945.                                         ],
  6946.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  6947.                                     ],
  6948.                                     'help' => 'Supports <strong>only plain text</strong>.',
  6949.                                 ],
  6950.                                 => [
  6951.                                     'property' => 'metaKeywords',
  6952.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6953.                                     'type_options' => [
  6954.                                         'locales' => [
  6955.                                             => 'ru',
  6956.                                             => 'en',
  6957.                                         ],
  6958.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  6959.                                     ],
  6960.                                     'help' => 'Supports <strong>only plain text</strong>.',
  6961.                                 ],
  6962.                                 => [
  6963.                                     'type' => 'section',
  6964.                                     'label' => 'HTML blocks',
  6965.                                 ],
  6966.                                 => [
  6967.                                     'property' => 'topHtml',
  6968.                                     'label' => 'Top block',
  6969.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6970.                                     'type_options' => [
  6971.                                         'locales' => [
  6972.                                             => 'ru',
  6973.                                             => 'en',
  6974.                                         ],
  6975.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  6976.                                     ],
  6977.                                     'help' => 'Placed at the top of the page. Supports HTML markup.',
  6978.                                 ],
  6979.                                 10 => [
  6980.                                     'property' => 'bottomHtml',
  6981.                                     'label' => 'Bottom block',
  6982.                                     'type' => 'App\\Form\\Type\\TranslatableValueType',
  6983.                                     'type_options' => [
  6984.                                         'locales' => [
  6985.                                             => 'ru',
  6986.                                             => 'en',
  6987.                                         ],
  6988.                                         'entry_type' => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TextareaType',
  6989.                                     ],
  6990.                                     'help' => 'Placed at the bottom of the page. Supports HTML markup.',
  6991.                                 ],
  6992.                             ],
  6993.                         ],
  6994.                         'edit' => [
  6995.                             'fields' => [
  6996.                                 => [
  6997.                                     'property' => 'city',
  6998.                                     'type_options' => [
  6999.                                         'disabled' => true,
  7000.                                     ],
  7001.                                 ],
  7002.                                 => [
  7003.                                     'property' => 'uri',
  7004.                                     'type_options' => [
  7005.                                         'disabled' => true,
  7006.                                     ],
  7007.                                 ],
  7008.                             ],
  7009.                         ],
  7010.                         'name' => 'PageMetadata',
  7011.                     ],
  7012.                     'ApprovalRequest' => [
  7013.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ApprovalRequest',
  7014.                         'controller' => 'App\\Controller\\Management\\ProfileApprovalController',
  7015.                         'label' => 'Approval',
  7016.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7017.                         'disabled_actions' => [
  7018.                             => 'new',
  7019.                             => 'delete',
  7020.                         ],
  7021.                         'list' => [
  7022.                             'title' => 'Approval List',
  7023.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7024.                             'fields' => [
  7025.                                 => [
  7026.                                     'property' => 'id',
  7027.                                     'label' => 'Request ID',
  7028.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7029.                                 ],
  7030.                                 => [
  7031.                                     'property' => 'profile.id',
  7032.                                     'type_options' => [
  7033.                                         'disabled' => true,
  7034.                                     ],
  7035.                                     'label' => 'Profile ID',
  7036.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7037.                                 ],
  7038.                                 => [
  7039.                                     'property' => 'profile.name',
  7040.                                     'type_options' => [
  7041.                                         'disabled' => true,
  7042.                                     ],
  7043.                                     'label' => 'Profile name',
  7044.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7045.                                 ],
  7046.                                 => [
  7047.                                     'property' => 'profile.owner.nickname',
  7048.                                     'type_options' => [
  7049.                                         'disabled' => true,
  7050.                                     ],
  7051.                                     'label' => 'Owner',
  7052.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7053.                                 ],
  7054.                                 => [
  7055.                                     'property' => 'updatedAt',
  7056.                                     'label' => 'Date',
  7057.                                 ],
  7058.                                 => [
  7059.                                     'property' => 'profile.moderationStatus',
  7060.                                     'type' => 'boolean',
  7061.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7062.                                 ],
  7063.                                 => [
  7064.                                     'property' => 'isMediaProcessed',
  7065.                                     'type' => 'boolean',
  7066.                                     'label' => 'Approval video processed',
  7067.                                 ],
  7068.                             ],
  7069.                         ],
  7070.                         'search' => [
  7071.                             'fields' => [
  7072.                                 => 'profile.id',
  7073.                                 => 'profile.owner.nickName',
  7074.                             ],
  7075.                         ],
  7076.                         'edit' => [
  7077.                             'fields' => [
  7078.                                 => [
  7079.                                     'property' => 'id',
  7080.                                     'type_options' => [
  7081.                                         'disabled' => true,
  7082.                                     ],
  7083.                                 ],
  7084.                             ],
  7085.                         ],
  7086.                         'templates' => [
  7087.                             'edit' => 'EasyAdmin/profile_approval/edit.html.twig',
  7088.                         ],
  7089.                         'name' => 'ApprovalRequest',
  7090.                     ],
  7091.                     'ProfileModeration' => [
  7092.                         'class' => 'App\\Entity\\Profile\\Confirmation\\ModerationRequest',
  7093.                         'controller' => 'App\\Controller\\Management\\ProfileModerationController',
  7094.                         'label' => 'Moderation',
  7095.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7096.                         'disabled_actions' => [
  7097.                             => 'new',
  7098.                         ],
  7099.                         'list' => [
  7100.                             'batch_actions' => [
  7101.                                 => [
  7102.                                     'name' => 'pass',
  7103.                                     'label' => 'Одобрить',
  7104.                                     'ask_confirm' => true,
  7105.                                 ],
  7106.                                 => [
  7107.                                     'name' => 'reject',
  7108.                                     'label' => 'Отклонить',
  7109.                                     'ask_confirm' => true,
  7110.                                 ],
  7111.                             ],
  7112.                             'title' => 'Profiles List',
  7113.                             'dql_filter' => 'entity.status = \'WAITING\'',
  7114.                             'fields' => [
  7115.                                 => [
  7116.                                     'property' => 'id',
  7117.                                     'label' => 'Request ID',
  7118.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7119.                                 ],
  7120.                                 => [
  7121.                                     'property' => 'profile.id',
  7122.                                     'label' => 'Profile ID',
  7123.                                     'template' => 'EasyAdmin/profile_approval/field_profile_id.html.twig',
  7124.                                 ],
  7125.                                 => [
  7126.                                     'property' => 'profile.name',
  7127.                                     'label' => 'Profile name',
  7128.                                     'template' => 'EasyAdmin/profile_approval/field_profile_name.html.twig',
  7129.                                     'css_class' => 'profile_name_link',
  7130.                                 ],
  7131.                                 => [
  7132.                                     'property' => 'profile.phoneNumber',
  7133.                                     'label' => 'Phone',
  7134.                                 ],
  7135.                                 => [
  7136.                                     'property' => 'profile.owner.nickName',
  7137.                                     'label' => 'Owner',
  7138.                                     'template' => 'EasyAdmin/profile_approval/field_user_name.html.twig',
  7139.                                 ],
  7140.                                 => [
  7141.                                     'property' => 'updatedAt',
  7142.                                     'label' => 'Date',
  7143.                                 ],
  7144.                                 => [
  7145.                                     'property' => 'isProfileMediaProcessed',
  7146.                                     'type' => 'boolean',
  7147.                                     'label' => 'Profile video processed',
  7148.                                 ],
  7149.                             ],
  7150.                         ],
  7151.                         'search' => [
  7152.                             'fields' => [
  7153.                                 => 'profile.id',
  7154.                                 => 'profile.phoneNumber',
  7155.                                 => 'profile.owner.nickName',
  7156.                             ],
  7157.                         ],
  7158.                         'form' => [
  7159.                             'form_options' => [
  7160.                                 'validation_groups' => [
  7161.                                     => 'Edit',
  7162.                                 ],
  7163.                             ],
  7164.                         ],
  7165.                         'templates' => [
  7166.                             'list' => 'EasyAdmin/profile_moderation/list.html.twig',
  7167.                             'edit' => 'EasyAdmin/profile_moderation/edit.html.twig',
  7168.                         ],
  7169.                         'name' => 'ProfileModeration',
  7170.                     ],
  7171.                     'SupportMessage' => [
  7172.                         'class' => 'App\\Entity\\Account\\SupportMessage',
  7173.                         'controller' => 'App\\Controller\\Management\\SupportMessagesController',
  7174.                         'label' => 'Messages',
  7175.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7176.                         'disabled_actions' => [
  7177.                             => 'new',
  7178.                             => 'delete',
  7179.                         ],
  7180.                         'search' => [
  7181.                             'fields' => [
  7182.                                 => 'owner.nickName',
  7183.                                 => 'topic',
  7184.                                 => 'message',
  7185.                             ],
  7186.                         ],
  7187.                         'list' => [
  7188.                             'actions' => [
  7189.                                 => [
  7190.                                     'name' => 'edit',
  7191.                                     'label' => 'Просмотреть',
  7192.                                 ],
  7193.                             ],
  7194.                             'max_results' => 10,
  7195.                             'title' => 'Messages',
  7196.                             'fields' => [
  7197.                                 => 'id',
  7198.                                 => [
  7199.                                     'property' => 'owner.nickname',
  7200.                                     'label' => 'Author',
  7201.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7202.                                 ],
  7203.                                 => [
  7204.                                     'property' => 'topic',
  7205.                                     'label' => 'Topic',
  7206.                                 ],
  7207.                                 => [
  7208.                                     'property' => 'message',
  7209.                                     'label' => 'Message',
  7210.                                 ],
  7211.                                 => [
  7212.                                     'property' => 'lastMessageAt',
  7213.                                     'label' => 'Last user message',
  7214.                                 ],
  7215.                             ],
  7216.                         ],
  7217.                         'edit' => [
  7218.                             'fields' => [
  7219.                                 => [
  7220.                                     'property' => 'id',
  7221.                                     'label' => 'ID',
  7222.                                     'type_options' => [
  7223.                                         'disabled' => true,
  7224.                                     ],
  7225.                                 ],
  7226.                             ],
  7227.                         ],
  7228.                         'templates' => [
  7229.                             'list' => 'EasyAdmin/support_messages/list.html.twig',
  7230.                         ],
  7231.                         'name' => 'SupportMessage',
  7232.                     ],
  7233.                     'PhoneReview' => [
  7234.                         'class' => 'App\\MultiWebsite\\Entity\\PhoneReview',
  7235.                         'label' => 'Phone Reviews',
  7236.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7237.                         'disabled_actions' => [
  7238.                             => 'new',
  7239.                         ],
  7240.                         'list' => [
  7241.                             'max_results' => 50,
  7242.                             'title' => 'Phone Reviews',
  7243.                             'fields' => [
  7244.                                 => 'phone',
  7245.                                 => 'review',
  7246.                                 => 'mark',
  7247.                                 => 'createdAt',
  7248.                             ],
  7249.                         ],
  7250.                         'name' => 'PhoneReview',
  7251.                     ],
  7252.                     'Analytics' => [
  7253.                         'class' => 'App\\Entity\\Sales\\Profile\\PlacementCharge',
  7254.                         'controller' => 'App\\Controller\\Management\\AnalyticsController',
  7255.                         'label' => 'Analytics',
  7256.                         'role' => 'ROLE_ADMIN_ACCESS_SALES',
  7257.                         'disabled_actions' => [
  7258.                             => 'new',
  7259.                             => 'delete',
  7260.                         ],
  7261.                         'list' => [
  7262.                             'title' => 'Live',
  7263.                         ],
  7264.                         'templates' => [
  7265.                             'list' => 'EasyAdmin/analytics/list.html.twig',
  7266.                         ],
  7267.                         'name' => 'Analytics',
  7268.                     ],
  7269.                     'DeletedProfile' => [
  7270.                         'class' => 'App\\Entity\\Profile\\Profile',
  7271.                         'controller' => 'App\\Controller\\Management\\DeletedProfilesController',
  7272.                         'label' => 'Deleted Profiles',
  7273.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7274.                         'disabled_actions' => [
  7275.                             => 'new',
  7276.                             => 'edit',
  7277.                             => 'delete',
  7278.                         ],
  7279.                         'templates' => [
  7280.                             'list' => 'EasyAdmin/deleted_profiles/list.html.twig',
  7281.                         ],
  7282.                         'list' => [
  7283.                             'actions' => [
  7284.                                 => [
  7285.                                     'name' => 'restore',
  7286.                                     'label' => 'Восстановить',
  7287.                                 ],
  7288.                             ],
  7289.                             'title' => 'Profiles List',
  7290.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7291.                             'fields' => [
  7292.                                 => [
  7293.                                     'property' => 'name',
  7294.                                     'label' => 'Name',
  7295.                                     'css_class' => 'profile_name_link',
  7296.                                 ],
  7297.                                 => [
  7298.                                     'property' => 'deletedAt',
  7299.                                     'label' => 'deletedAt',
  7300.                                 ],
  7301.                             ],
  7302.                             'sort' => [
  7303.                                 => 'deletedAt',
  7304.                                 => 'DESC',
  7305.                             ],
  7306.                         ],
  7307.                         'name' => 'DeletedProfile',
  7308.                     ],
  7309.                     'DeletedSaloon' => [
  7310.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7311.                         'controller' => 'App\\Controller\\Management\\DeletedSaloonController',
  7312.                         'label' => 'Deleted Saloons',
  7313.                         'role' => 'ROLE_ADMIN_ACCESS_DELETED',
  7314.                         'disabled_actions' => [
  7315.                             => 'new',
  7316.                             => 'edit',
  7317.                             => 'delete',
  7318.                         ],
  7319.                         'templates' => [
  7320.                             'list' => 'EasyAdmin/deleted_saloons/list.html.twig',
  7321.                         ],
  7322.                         'list' => [
  7323.                             'actions' => [
  7324.                                 => [
  7325.                                     'name' => 'restore',
  7326.                                     'label' => 'Восстановить',
  7327.                                 ],
  7328.                             ],
  7329.                             'title' => 'Profiles List',
  7330.                             'dql_filter' => 'entity.deletedAt IS NOT NULL',
  7331.                             'fields' => [
  7332.                                 => [
  7333.                                     'property' => 'name',
  7334.                                     'label' => 'Name',
  7335.                                     'css_class' => 'profile_name_link',
  7336.                                 ],
  7337.                                 => [
  7338.                                     'property' => 'deletedAt',
  7339.                                     'label' => 'deletedAt',
  7340.                                 ],
  7341.                             ],
  7342.                             'sort' => [
  7343.                                 => 'deletedAt',
  7344.                                 => 'DESC',
  7345.                             ],
  7346.                         ],
  7347.                         'name' => 'DeletedSaloon',
  7348.                     ],
  7349.                     'CityPrice' => [
  7350.                         'class' => 'App\\Entity\\Location\\City',
  7351.                         'controller' => 'App\\Controller\\Management\\CityPricesController',
  7352.                         'label' => 'City prices',
  7353.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7354.                         'disabled_actions' => [
  7355.                             => 'new',
  7356.                             => 'delete',
  7357.                         ],
  7358.                         'templates' => [
  7359.                             'list' => 'EasyAdmin/city_prices/list.html.twig',
  7360.                         ],
  7361.                         'list' => [
  7362.                             'title' => 'City prices',
  7363.                             'fields' => [
  7364.                                 => 'id',
  7365.                                 => [
  7366.                                     'property' => 'name',
  7367.                                     'label' => 'Name',
  7368.                                     'template' => 'EasyAdmin/field_translatable.html.twig',
  7369.                                 ],
  7370.                             ],
  7371.                         ],
  7372.                         'form' => [
  7373.                             'form_options' => [
  7374.                                 'empty_data' => NULL,
  7375.                             ],
  7376.                             'fields' => [
  7377.                                 => [
  7378.                                     'property' => 'name',
  7379.                                     'label' => ' ',
  7380.                                     'type_options' => [
  7381.                                         'disabled' => true,
  7382.                                         'block_name' => 'city_name',
  7383.                                         'required' => false,
  7384.                                     ],
  7385.                                 ],
  7386.                             ],
  7387.                         ],
  7388.                         'name' => 'CityPrice',
  7389.                     ],
  7390.                     'OfferBar' => [
  7391.                         'class' => 'App\\Entity\\System\\Variable',
  7392.                         'controller' => 'App\\Controller\\Management\\OfferBarController',
  7393.                         'label' => 'Offer Bar',
  7394.                         'role' => 'ROLE_ADMIN_ACCESS_OTHER',
  7395.                         'disabled_actions' => [
  7396.                             => 'new',
  7397.                             => 'delete',
  7398.                             => 'form',
  7399.                         ],
  7400.                         'list' => [
  7401.                             'title' => 'Offer Bar',
  7402.                             'actions' => [
  7403.                                 => [
  7404.                                     'name' => 'save',
  7405.                                     'label' => 'Восстановить',
  7406.                                 ],
  7407.                             ],
  7408.                             'fields' => [
  7409.                                 => 'id',
  7410.                             ],
  7411.                         ],
  7412.                         'name' => 'OfferBar',
  7413.                     ],
  7414.                     'IpAddress' => [
  7415.                         'class' => 'App\\Entity\\System\\IpAddress',
  7416.                         'controller' => 'App\\Controller\\Management\\IpAddressController',
  7417.                         'label' => 'IPs',
  7418.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7419.                         'disabled_actions' => [
  7420.                             => 'delete',
  7421.                             => 'form',
  7422.                         ],
  7423.                         'list' => [
  7424.                             'title' => 'IPs',
  7425.                             'actions' => [
  7426.                                 => [
  7427.                                     'name' => 'permanentBan',
  7428.                                     'label' => 'Забанить',
  7429.                                     'icon' => 'ban',
  7430.                                     'css_class' => 'text-danger',
  7431.                                 ],
  7432.                             ],
  7433.                             'fields' => [
  7434.                                 => 'id',
  7435.                                 => [
  7436.                                     'property' => 'ip',
  7437.                                     'label' => 'IP',
  7438.                                 ],
  7439.                                 => [
  7440.                                     'property' => 'activeDailyCommentBan.date',
  7441.                                     'label' => 'Active daily ban',
  7442.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7443.                                 ],
  7444.                                 => [
  7445.                                     'property' => 'activePermanentCommentBan.date',
  7446.                                     'label' => 'Active permanent ban',
  7447.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_comment_ban_date.html.twig',
  7448.                                 ],
  7449.                                 => [
  7450.                                     'property' => 'dailyCommentBansCount',
  7451.                                     'label' => 'Temporary bans',
  7452.                                 ],
  7453.                                 => [
  7454.                                     'property' => 'permanentCommentBansCount',
  7455.                                     'label' => 'Permanent bans',
  7456.                                 ],
  7457.                             ],
  7458.                         ],
  7459.                         'edit' => [
  7460.                             'title' => 'IP or Network',
  7461.                             'form_options' => [
  7462.                                 'empty_data' => NULL,
  7463.                             ],
  7464.                             'fields' => [
  7465.                                 => [
  7466.                                     'property' => 'ip',
  7467.                                     'label' => 'IP',
  7468.                                     'type_options' => [
  7469.                                         'disabled' => true,
  7470.                                     ],
  7471.                                 ],
  7472.                                 => [
  7473.                                     'type' => 'group',
  7474.                                     'label' => 'IP profile comments',
  7475.                                 ],
  7476.                                 => [
  7477.                                     'property' => 'profileComments',
  7478.                                     'type' => 'embedded_list',
  7479.                                     'type_options' => [
  7480.                                         'mapped' => false,
  7481.                                         'entity' => 'ProfileComment',
  7482.                                         'ext_filters' => [
  7483.                                             'entity.ipAddress' => 'form:parent.data.id',
  7484.                                         ],
  7485.                                     ],
  7486.                                 ],
  7487.                                 => [
  7488.                                     'type' => 'group',
  7489.                                     'label' => 'IP saloon comments',
  7490.                                 ],
  7491.                                 => [
  7492.                                     'property' => 'saloonComments',
  7493.                                     'type' => 'embedded_list',
  7494.                                     'type_options' => [
  7495.                                         'mapped' => false,
  7496.                                         'entity' => 'SaloonComment',
  7497.                                         'ext_filters' => [
  7498.                                             'entity.ipAddress' => 'form:parent.data.id',
  7499.                                         ],
  7500.                                     ],
  7501.                                 ],
  7502.                                 => [
  7503.                                     'type' => 'group',
  7504.                                     'label' => 'Ban history',
  7505.                                 ],
  7506.                                 => [
  7507.                                     'property' => 'commentBans',
  7508.                                     'type' => 'embedded_list',
  7509.                                     'type_options' => [
  7510.                                         'mapped' => false,
  7511.                                         'entity' => 'IpAddressCommentBan',
  7512.                                         'ext_filters' => [
  7513.                                             'entity.ipAddress' => 'form:parent.data.id',
  7514.                                         ],
  7515.                                     ],
  7516.                                 ],
  7517.                             ],
  7518.                         ],
  7519.                         'new' => [
  7520.                             'title' => 'New IP or Network',
  7521.                             'fields' => [
  7522.                                 => [
  7523.                                     'property' => 'ip',
  7524.                                     'label' => 'IP',
  7525.                                 ],
  7526.                             ],
  7527.                         ],
  7528.                         'name' => 'IpAddress',
  7529.                     ],
  7530.                     'IpAddressDailyCommentBan' => [
  7531.                         'class' => 'App\\Entity\\System\\IpAddressDailyCommentBan',
  7532.                         'controller' => 'App\\Controller\\Management\\IpAddressDailyCommentBanController',
  7533.                         'label' => 'Temporary comment ban (today)',
  7534.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7535.                         'disabled_actions' => [
  7536.                             => 'new',
  7537.                             => 'delete',
  7538.                         ],
  7539.                         'list' => [
  7540.                             'dql_filter' => 'entity.date >= curdate() AND entity.isReset = 0',
  7541.                             'title' => 'Temporary comment ban (today)',
  7542.                             'actions' => [
  7543.                                 => [
  7544.                                     'name' => 'reset',
  7545.                                     'label' => 'Reset',
  7546.                                 ],
  7547.                                 => [
  7548.                                     'name' => 'deleteComments',
  7549.                                     'label' => 'Delete comments',
  7550.                                 ],
  7551.                             ],
  7552.                             'fields' => [
  7553.                                 => 'id',
  7554.                                 => [
  7555.                                     'property' => 'ipAddress.ip',
  7556.                                     'label' => 'IP',
  7557.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7558.                                 ],
  7559.                                 => [
  7560.                                     'property' => 'date',
  7561.                                     'label' => 'Date',
  7562.                                 ],
  7563.                                 => [
  7564.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7565.                                     'label' => 'Temporary bans',
  7566.                                 ],
  7567.                                 => [
  7568.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7569.                                     'label' => 'Permanent bans',
  7570.                                 ],
  7571.                                 => [
  7572.                                     'property' => 'isReset',
  7573.                                     'type' => 'boolean',
  7574.                                 ],
  7575.                             ],
  7576.                         ],
  7577.                         'edit' => [
  7578.                             'fields' => [
  7579.                                 => [
  7580.                                     'property' => 'id',
  7581.                                     'label' => 'id',
  7582.                                     'type_options' => [
  7583.                                         'disabled' => true,
  7584.                                     ],
  7585.                                 ],
  7586.                                 => [
  7587.                                     'property' => 'ipAddress',
  7588.                                     'label' => 'IP',
  7589.                                     'type_options' => [
  7590.                                         'disabled' => true,
  7591.                                     ],
  7592.                                 ],
  7593.                                 => [
  7594.                                     'property' => 'date',
  7595.                                     'label' => 'Date',
  7596.                                     'type_options' => [
  7597.                                         'disabled' => true,
  7598.                                     ],
  7599.                                 ],
  7600.                                 => [
  7601.                                     'property' => 'isReset',
  7602.                                     'type_options' => [
  7603.                                         'disabled' => true,
  7604.                                     ],
  7605.                                 ],
  7606.                             ],
  7607.                         ],
  7608.                         'templates' => [
  7609.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7610.                         ],
  7611.                         'name' => 'IpAddressDailyCommentBan',
  7612.                     ],
  7613.                     'IpAddressPermanentCommentBan' => [
  7614.                         'class' => 'App\\Entity\\System\\IpAddressPermanentCommentBan',
  7615.                         'controller' => 'App\\Controller\\Management\\IpAddressPermanentCommentBanController',
  7616.                         'label' => 'Permanent comment ban',
  7617.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7618.                         'disabled_actions' => [
  7619.                             => 'new',
  7620.                             => 'delete',
  7621.                         ],
  7622.                         'list' => [
  7623.                             'dql_filter' => 'entity.isReset = 0',
  7624.                             'title' => 'Permanent comment ban',
  7625.                             'actions' => [
  7626.                                 => [
  7627.                                     'name' => 'reset',
  7628.                                     'label' => 'Reset',
  7629.                                 ],
  7630.                                 => [
  7631.                                     'name' => 'deleteComments',
  7632.                                     'label' => 'Delete comments',
  7633.                                 ],
  7634.                             ],
  7635.                             'fields' => [
  7636.                                 => 'id',
  7637.                                 => [
  7638.                                     'property' => 'ipAddress.ip',
  7639.                                     'label' => 'IP',
  7640.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7641.                                 ],
  7642.                                 => [
  7643.                                     'property' => 'date',
  7644.                                     'label' => 'Date',
  7645.                                 ],
  7646.                                 => [
  7647.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7648.                                     'label' => 'Temporary bans',
  7649.                                 ],
  7650.                                 => [
  7651.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7652.                                     'label' => 'Permanent bans',
  7653.                                 ],
  7654.                                 => [
  7655.                                     'property' => 'isReset',
  7656.                                     'type' => 'boolean',
  7657.                                 ],
  7658.                             ],
  7659.                         ],
  7660.                         'edit' => [
  7661.                             'fields' => [
  7662.                                 => [
  7663.                                     'property' => 'id',
  7664.                                     'label' => 'id',
  7665.                                     'type_options' => [
  7666.                                         'disabled' => true,
  7667.                                     ],
  7668.                                 ],
  7669.                                 => [
  7670.                                     'property' => 'ipAddress',
  7671.                                     'label' => 'IP',
  7672.                                     'type_options' => [
  7673.                                         'disabled' => true,
  7674.                                     ],
  7675.                                 ],
  7676.                                 => [
  7677.                                     'property' => 'date',
  7678.                                     'label' => 'Date',
  7679.                                     'type_options' => [
  7680.                                         'disabled' => true,
  7681.                                     ],
  7682.                                 ],
  7683.                                 => [
  7684.                                     'property' => 'isReset',
  7685.                                     'type_options' => [
  7686.                                         'disabled' => true,
  7687.                                     ],
  7688.                                 ],
  7689.                             ],
  7690.                         ],
  7691.                         'templates' => [
  7692.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7693.                         ],
  7694.                         'name' => 'IpAddressPermanentCommentBan',
  7695.                     ],
  7696.                     'IpAddressCommentBan' => [
  7697.                         'class' => 'App\\Entity\\System\\IpAddressCommentBan',
  7698.                         'controller' => 'App\\Controller\\Management\\IpAddressCommentBanController',
  7699.                         'label' => 'Comment ban history',
  7700.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7701.                         'disabled_actions' => [
  7702.                             => 'new',
  7703.                             => 'delete',
  7704.                         ],
  7705.                         'list' => [
  7706.                             'title' => 'Comment ban history',
  7707.                             'actions' => [
  7708.                                 => [
  7709.                                     'name' => 'deleteComments',
  7710.                                     'label' => 'Delete comments',
  7711.                                 ],
  7712.                             ],
  7713.                             'fields' => [
  7714.                                 => 'id',
  7715.                                 => [
  7716.                                     'property' => 'ipAddress.ip',
  7717.                                     'label' => 'IP',
  7718.                                     'template' => 'EasyAdmin/ip_address_comment_ban/field_ip_address.html.twig',
  7719.                                 ],
  7720.                                 => [
  7721.                                     'property' => 'date',
  7722.                                     'label' => 'Date',
  7723.                                 ],
  7724.                                 => [
  7725.                                     'property' => 'ipAddress.dailyCommentBansCount',
  7726.                                     'label' => 'Temporary bans',
  7727.                                 ],
  7728.                                 => [
  7729.                                     'property' => 'ipAddress.permanentCommentBansCount',
  7730.                                     'label' => 'Permanent bans',
  7731.                                 ],
  7732.                                 => [
  7733.                                     'property' => 'isReset',
  7734.                                     'type' => 'boolean',
  7735.                                 ],
  7736.                                 => [
  7737.                                     'property' => 'type',
  7738.                                 ],
  7739.                             ],
  7740.                         ],
  7741.                         'edit' => [
  7742.                             'fields' => [
  7743.                                 => [
  7744.                                     'property' => 'id',
  7745.                                     'label' => 'id',
  7746.                                     'type_options' => [
  7747.                                         'disabled' => true,
  7748.                                     ],
  7749.                                 ],
  7750.                                 => [
  7751.                                     'property' => 'ipAddress',
  7752.                                     'label' => 'IP',
  7753.                                     'type_options' => [
  7754.                                         'disabled' => true,
  7755.                                     ],
  7756.                                 ],
  7757.                                 => [
  7758.                                     'property' => 'date',
  7759.                                     'label' => 'Date',
  7760.                                     'type_options' => [
  7761.                                         'disabled' => true,
  7762.                                     ],
  7763.                                 ],
  7764.                                 => [
  7765.                                     'property' => 'isReset',
  7766.                                     'type_options' => [
  7767.                                         'disabled' => true,
  7768.                                     ],
  7769.                                 ],
  7770.                             ],
  7771.                         ],
  7772.                         'templates' => [
  7773.                             'edit' => 'EasyAdmin/ip_address_comment_ban/edit.html.twig',
  7774.                         ],
  7775.                         'name' => 'IpAddressCommentBan',
  7776.                     ],
  7777.                     'AccountProfile' => [
  7778.                         'class' => 'App\\Entity\\Profile\\Profile',
  7779.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7780.                         'disabled_actions' => [
  7781.                             => 'new',
  7782.                         ],
  7783.                         'list' => [
  7784.                             'title' => 'Owned profiles',
  7785.                             'fields' => [
  7786.                                 => [
  7787.                                     'property' => 'id',
  7788.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7789.                                 ],
  7790.                                 => [
  7791.                                     'property' => 'name',
  7792.                                     'label' => 'Name',
  7793.                                     'template' => 'EasyAdmin/profiles/field_profile_name.html.twig',
  7794.                                     'css_class' => 'profile_name_link',
  7795.                                 ],
  7796.                                 => [
  7797.                                     'property' => 'phoneNumber',
  7798.                                     'label' => 'Phone',
  7799.                                 ],
  7800.                                 => [
  7801.                                     'property' => 'city.name',
  7802.                                     'label' => 'City',
  7803.                                 ],
  7804.                                 => [
  7805.                                     'property' => 'owner.nickname',
  7806.                                     'label' => 'Owner',
  7807.                                     'template' => 'EasyAdmin/profiles/field_user_name.html.twig',
  7808.                                 ],
  7809.                                 => 'createdAt',
  7810.                                 => [
  7811.                                     'property' => 'approved',
  7812.                                     'type' => 'boolean',
  7813.                                 ],
  7814.                                 => [
  7815.                                     'property' => 'isDeleted',
  7816.                                     'type' => 'boolean',
  7817.                                     'label' => 'Deleted',
  7818.                                 ],
  7819.                                 => [
  7820.                                     'property' => 'moderationStatus',
  7821.                                     'type' => 'boolean',
  7822.                                     'template' => 'EasyAdmin/profiles/field_profile_moderation_status.html.twig',
  7823.                                 ],
  7824.                                 => [
  7825.                                     'property' => 'isMediaProcessed',
  7826.                                     'type' => 'boolean',
  7827.                                     'label' => 'All video processed',
  7828.                                 ],
  7829.                             ],
  7830.                         ],
  7831.                         'form' => [
  7832.                             'form_options' => [
  7833.                                 'validation_groups' => [
  7834.                                     => 'Edit',
  7835.                                 ],
  7836.                             ],
  7837.                         ],
  7838.                         'templates' => [
  7839.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  7840.                             'edit' => 'EasyAdmin/profiles/edit.html.twig',
  7841.                         ],
  7842.                         'name' => 'AccountProfile',
  7843.                     ],
  7844.                     'AccountSaloon' => [
  7845.                         'class' => 'App\\Entity\\Saloon\\Saloon',
  7846.                         'role' => 'ROLE_ADMIN_ACCESS_PROFILES',
  7847.                         'disabled_actions' => [
  7848.                             => 'new',
  7849.                         ],
  7850.                         'list' => [
  7851.                             'title' => 'Owned saloons',
  7852.                             'fields' => [
  7853.                                 => [
  7854.                                     'property' => 'id',
  7855.                                     'template' => 'EasyAdmin/field_id.html.twig',
  7856.                                 ],
  7857.                                 => [
  7858.                                     'property' => 'name',
  7859.                                     'label' => 'Name',
  7860.                                     'template' => 'EasyAdmin/saloon/field_saloon_name.html.twig',
  7861.                                     'css_class' => 'profile_name_link',
  7862.                                 ],
  7863.                                 => [
  7864.                                     'property' => 'phoneNumber',
  7865.                                     'label' => 'Phone',
  7866.                                 ],
  7867.                                 => [
  7868.                                     'property' => 'city.name',
  7869.                                     'label' => 'City',
  7870.                                 ],
  7871.                                 => [
  7872.                                     'property' => 'owner.nickname',
  7873.                                     'label' => 'Owner',
  7874.                                     'template' => 'EasyAdmin/saloon/field_user_name.html.twig',
  7875.                                 ],
  7876.                                 => 'createdAt',
  7877.                                 => [
  7878.                                     'property' => 'isDeleted',
  7879.                                     'type' => 'boolean',
  7880.                                     'label' => 'Deleted',
  7881.                                 ],
  7882.                                 => [
  7883.                                     'property' => 'isMediaProcessed',
  7884.                                     'type' => 'boolean',
  7885.                                     'label' => 'All video processed',
  7886.                                 ],
  7887.                             ],
  7888.                         ],
  7889.                         'form' => [
  7890.                             'form_options' => [
  7891.                                 'validation_groups' => [
  7892.                                     => 'Edit',
  7893.                                 ],
  7894.                             ],
  7895.                         ],
  7896.                         'templates' => [
  7897.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  7898.                             'edit' => 'EasyAdmin/saloon/edit.html.twig',
  7899.                         ],
  7900.                         'name' => 'AccountSaloon',
  7901.                     ],
  7902.                     'AccountEnrollments' => [
  7903.                         'class' => 'App\\Entity\\Sales\\AccountEnrollment',
  7904.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7905.                         'disabled_actions' => [
  7906.                             => 'new',
  7907.                             => 'edit',
  7908.                             => 'delete',
  7909.                         ],
  7910.                         'list' => [
  7911.                             'title' => 'Enrollments',
  7912.                             'fields' => [
  7913.                                 => 'id',
  7914.                                 => [
  7915.                                     'property' => 'account',
  7916.                                     'label' => 'Account',
  7917.                                 ],
  7918.                                 => [
  7919.                                     'property' => 'date',
  7920.                                     'label' => 'Date',
  7921.                                 ],
  7922.                                 => [
  7923.                                     'property' => 'paidMoney',
  7924.                                     'label' => 'Paid',
  7925.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7926.                                 ],
  7927.                                 => [
  7928.                                     'property' => 'enrolledMoney',
  7929.                                     'label' => 'Enrolled',
  7930.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7931.                                 ],
  7932.                                 => [
  7933.                                     'property' => 'redeemedToken',
  7934.                                     'label' => 'Pin-code',
  7935.                                 ],
  7936.                                 => [
  7937.                                     'property' => 'enrolledByDescription',
  7938.                                     'label' => 'Enrolled By',
  7939.                                 ],
  7940.                             ],
  7941.                         ],
  7942.                         'templates' => [
  7943.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  7944.                         ],
  7945.                         'name' => 'AccountEnrollments',
  7946.                     ],
  7947.                     'AccountCharges' => [
  7948.                         'class' => 'App\\Entity\\Sales\\AccountCharge',
  7949.                         'controller' => 'App\\Controller\\Management\\AccountChargesController',
  7950.                         'role' => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  7951.                         'disabled_actions' => [
  7952.                             => 'new',
  7953.                             => 'edit',
  7954.                             => 'delete',
  7955.                         ],
  7956.                         'list' => [
  7957.                             'title' => 'Charges',
  7958.                             'fields' => [
  7959.                                 => 'id',
  7960.                                 => [
  7961.                                     'property' => 'account',
  7962.                                     'label' => 'Account',
  7963.                                 ],
  7964.                                 => [
  7965.                                     'property' => 'date',
  7966.                                     'label' => 'Date',
  7967.                                 ],
  7968.                                 => [
  7969.                                     'property' => 'chargedMoney',
  7970.                                     'label' => 'Charged',
  7971.                                     'template' => 'EasyAdmin/field_money.html.twig',
  7972.                                 ],
  7973.                                 => [
  7974.                                     'property' => 'link',
  7975.                                     'template' => 'EasyAdmin/account/charge/placement_subject_link.html.twig',
  7976.                                 ],
  7977.                                 => [
  7978.                                     'property' => 'price',
  7979.                                     'template' => 'EasyAdmin/account/charge/placement_type.html.twig',
  7980.                                 ],
  7981.                                 => [
  7982.                                     'property' => 'placementStart',
  7983.                                 ],
  7984.                                 => [
  7985.                                     'property' => 'placementEnd',
  7986.                                 ],
  7987.                             ],
  7988.                         ],
  7989.                         'templates' => [
  7990.                             'list' => 'EasyAdmin/account/embedded/list.html.twig',
  7991.                         ],
  7992.                         'name' => 'AccountCharges',
  7993.                     ],
  7994.                 ],
  7995.                 'formats' => [
  7996.                     'date' => 'Y-m-d',
  7997.                     'time' => 'H:i:s',
  7998.                     'datetime' => 'F j, Y H:i',
  7999.                     'dateinterval' => '%y Year(s) %m Month(s) %d Day(s)',
  8000.                 ],
  8001.                 'disabled_actions' => [
  8002.                 ],
  8003.                 'translation_domain' => 'messages',
  8004.                 'list' => [
  8005.                     'actions' => [
  8006.                     ],
  8007.                     'collapse_actions' => false,
  8008.                     'batch_actions' => [
  8009.                     ],
  8010.                     'max_results' => 15,
  8011.                     'item_permission' => NULL,
  8012.                 ],
  8013.                 'search' => [
  8014.                 ],
  8015.                 'edit' => [
  8016.                     'actions' => [
  8017.                     ],
  8018.                     'item_permission' => NULL,
  8019.                 ],
  8020.                 'new' => [
  8021.                     'actions' => [
  8022.                     ],
  8023.                     'item_permission' => NULL,
  8024.                 ],
  8025.                 'show' => [
  8026.                     'actions' => [
  8027.                     ],
  8028.                     'max_results' => 10,
  8029.                     'item_permission' => NULL,
  8030.                 ],
  8031.             ]; break;
  8032.             case 'oneup_uploader.chunks'$value = [
  8033.                 'maxage' => 604800,
  8034.                 'storage' => [
  8035.                     'type' => 'filesystem',
  8036.                     'filesystem' => NULL,
  8037.                     'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8038.                     'stream_wrapper' => NULL,
  8039.                     'sync_buffer_size' => '100K',
  8040.                     'prefix' => 'chunks',
  8041.                 ],
  8042.                 'load_distribution' => true,
  8043.             ]; break;
  8044.             case 'oneup_uploader.orphanage'$value = [
  8045.                 'maxage' => 604800,
  8046.                 'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8047.             ]; break;
  8048.             case 'oneup_uploader.config'$value = [
  8049.                 'mappings' => [
  8050.                     'process_queue' => [
  8051.                         'frontend' => 'dropzone',
  8052.                         'namer' => 'oneup_uploader.namer.uniqid',
  8053.                         'storage' => [
  8054.                             'type' => 'flysystem',
  8055.                             'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  8056.                             'service' => NULL,
  8057.                             'directory' => NULL,
  8058.                             'stream_wrapper' => NULL,
  8059.                             'sync_buffer_size' => '100K',
  8060.                         ],
  8061.                         'custom_frontend' => [
  8062.                             'name' => NULL,
  8063.                             'class' => NULL,
  8064.                         ],
  8065.                         'route_prefix' => '',
  8066.                         'endpoints' => [
  8067.                             'upload' => NULL,
  8068.                             'progress' => NULL,
  8069.                             'cancel' => NULL,
  8070.                         ],
  8071.                         'allowed_mimetypes' => [
  8072.                         ],
  8073.                         'disallowed_mimetypes' => [
  8074.                         ],
  8075.                         'error_handler' => NULL,
  8076.                         'max_size' => 9223372036854775807,
  8077.                         'use_orphanage' => false,
  8078.                         'enable_progress' => false,
  8079.                         'enable_cancelation' => false,
  8080.                         'root_folder' => false,
  8081.                     ],
  8082.                     'tmp_media' => [
  8083.                         'frontend' => 'dropzone',
  8084.                         'namer' => 'file_namer.tmp_media',
  8085.                         'storage' => [
  8086.                             'type' => 'flysystem',
  8087.                             'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  8088.                             'service' => NULL,
  8089.                             'directory' => NULL,
  8090.                             'stream_wrapper' => NULL,
  8091.                             'sync_buffer_size' => '100K',
  8092.                         ],
  8093.                         'custom_frontend' => [
  8094.                             'name' => NULL,
  8095.                             'class' => NULL,
  8096.                         ],
  8097.                         'route_prefix' => '',
  8098.                         'endpoints' => [
  8099.                             'upload' => NULL,
  8100.                             'progress' => NULL,
  8101.                             'cancel' => NULL,
  8102.                         ],
  8103.                         'allowed_mimetypes' => [
  8104.                         ],
  8105.                         'disallowed_mimetypes' => [
  8106.                         ],
  8107.                         'error_handler' => NULL,
  8108.                         'max_size' => 9223372036854775807,
  8109.                         'use_orphanage' => false,
  8110.                         'enable_progress' => false,
  8111.                         'enable_cancelation' => false,
  8112.                         'root_folder' => false,
  8113.                     ],
  8114.                     'user_media' => [
  8115.                         'frontend' => 'dropzone',
  8116.                         'namer' => 'file_namer.user_media',
  8117.                         'storage' => [
  8118.                             'type' => 'flysystem',
  8119.                             'filesystem' => 'oneup_flysystem.user_media_filesystem',
  8120.                             'service' => NULL,
  8121.                             'directory' => NULL,
  8122.                             'stream_wrapper' => NULL,
  8123.                             'sync_buffer_size' => '100K',
  8124.                         ],
  8125.                         'custom_frontend' => [
  8126.                             'name' => NULL,
  8127.                             'class' => NULL,
  8128.                         ],
  8129.                         'route_prefix' => '',
  8130.                         'endpoints' => [
  8131.                             'upload' => NULL,
  8132.                             'progress' => NULL,
  8133.                             'cancel' => NULL,
  8134.                         ],
  8135.                         'allowed_mimetypes' => [
  8136.                         ],
  8137.                         'disallowed_mimetypes' => [
  8138.                         ],
  8139.                         'error_handler' => NULL,
  8140.                         'max_size' => 9223372036854775807,
  8141.                         'use_orphanage' => false,
  8142.                         'enable_progress' => false,
  8143.                         'enable_cancelation' => false,
  8144.                         'root_folder' => false,
  8145.                     ],
  8146.                     'profile_photo' => [
  8147.                         'frontend' => 'dropzone',
  8148.                         'namer' => 'file_namer.profile_media',
  8149.                         'storage' => [
  8150.                             'type' => 'flysystem',
  8151.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8152.                             'service' => NULL,
  8153.                             'directory' => NULL,
  8154.                             'stream_wrapper' => NULL,
  8155.                             'sync_buffer_size' => '100K',
  8156.                         ],
  8157.                         'custom_frontend' => [
  8158.                             'name' => NULL,
  8159.                             'class' => NULL,
  8160.                         ],
  8161.                         'route_prefix' => '',
  8162.                         'endpoints' => [
  8163.                             'upload' => NULL,
  8164.                             'progress' => NULL,
  8165.                             'cancel' => NULL,
  8166.                         ],
  8167.                         'allowed_mimetypes' => [
  8168.                         ],
  8169.                         'disallowed_mimetypes' => [
  8170.                         ],
  8171.                         'error_handler' => NULL,
  8172.                         'max_size' => 9223372036854775807,
  8173.                         'use_orphanage' => false,
  8174.                         'enable_progress' => false,
  8175.                         'enable_cancelation' => false,
  8176.                         'root_folder' => false,
  8177.                     ],
  8178.                     'profile_media_avatar' => [
  8179.                         'frontend' => 'dropzone',
  8180.                         'namer' => 'file_namer.profile_media',
  8181.                         'storage' => [
  8182.                             'type' => 'flysystem',
  8183.                             'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  8184.                             'service' => NULL,
  8185.                             'directory' => NULL,
  8186.                             'stream_wrapper' => NULL,
  8187.                             'sync_buffer_size' => '100K',
  8188.                         ],
  8189.                         'custom_frontend' => [
  8190.                             'name' => NULL,
  8191.                             'class' => NULL,
  8192.                         ],
  8193.                         'route_prefix' => '',
  8194.                         'endpoints' => [
  8195.                             'upload' => NULL,
  8196.                             'progress' => NULL,
  8197.                             'cancel' => NULL,
  8198.                         ],
  8199.                         'allowed_mimetypes' => [
  8200.                         ],
  8201.                         'disallowed_mimetypes' => [
  8202.                         ],
  8203.                         'error_handler' => NULL,
  8204.                         'max_size' => 9223372036854775807,
  8205.                         'use_orphanage' => false,
  8206.                         'enable_progress' => false,
  8207.                         'enable_cancelation' => false,
  8208.                         'root_folder' => false,
  8209.                     ],
  8210.                     'profile_media_approval' => [
  8211.                         'frontend' => 'dropzone',
  8212.                         'namer' => 'file_namer.profile_media_approval',
  8213.                         'storage' => [
  8214.                             'type' => 'flysystem',
  8215.                             'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  8216.                             'service' => NULL,
  8217.                             'directory' => NULL,
  8218.                             'stream_wrapper' => NULL,
  8219.                             'sync_buffer_size' => '100K',
  8220.                         ],
  8221.                         'custom_frontend' => [
  8222.                             'name' => NULL,
  8223.                             'class' => NULL,
  8224.                         ],
  8225.                         'route_prefix' => '',
  8226.                         'endpoints' => [
  8227.                             'upload' => NULL,
  8228.                             'progress' => NULL,
  8229.                             'cancel' => NULL,
  8230.                         ],
  8231.                         'allowed_mimetypes' => [
  8232.                         ],
  8233.                         'disallowed_mimetypes' => [
  8234.                         ],
  8235.                         'error_handler' => NULL,
  8236.                         'max_size' => 9223372036854775807,
  8237.                         'use_orphanage' => false,
  8238.                         'enable_progress' => false,
  8239.                         'enable_cancelation' => false,
  8240.                         'root_folder' => false,
  8241.                     ],
  8242.                     'profile_selfie' => [
  8243.                         'frontend' => 'dropzone',
  8244.                         'namer' => 'file_namer.profile_media',
  8245.                         'storage' => [
  8246.                             'type' => 'flysystem',
  8247.                             'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  8248.                             'service' => NULL,
  8249.                             'directory' => NULL,
  8250.                             'stream_wrapper' => NULL,
  8251.                             'sync_buffer_size' => '100K',
  8252.                         ],
  8253.                         'custom_frontend' => [
  8254.                             'name' => NULL,
  8255.                             'class' => NULL,
  8256.                         ],
  8257.                         'route_prefix' => '',
  8258.                         'endpoints' => [
  8259.                             'upload' => NULL,
  8260.                             'progress' => NULL,
  8261.                             'cancel' => NULL,
  8262.                         ],
  8263.                         'allowed_mimetypes' => [
  8264.                         ],
  8265.                         'disallowed_mimetypes' => [
  8266.                         ],
  8267.                         'error_handler' => NULL,
  8268.                         'max_size' => 9223372036854775807,
  8269.                         'use_orphanage' => false,
  8270.                         'enable_progress' => false,
  8271.                         'enable_cancelation' => false,
  8272.                         'root_folder' => false,
  8273.                     ],
  8274.                     'profile_video' => [
  8275.                         'frontend' => 'dropzone',
  8276.                         'namer' => 'file_namer.profile_media',
  8277.                         'storage' => [
  8278.                             'type' => 'flysystem',
  8279.                             'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  8280.                             'service' => NULL,
  8281.                             'directory' => NULL,
  8282.                             'stream_wrapper' => NULL,
  8283.                             'sync_buffer_size' => '100K',
  8284.                         ],
  8285.                         'custom_frontend' => [
  8286.                             'name' => NULL,
  8287.                             'class' => NULL,
  8288.                         ],
  8289.                         'route_prefix' => '',
  8290.                         'endpoints' => [
  8291.                             'upload' => NULL,
  8292.                             'progress' => NULL,
  8293.                             'cancel' => NULL,
  8294.                         ],
  8295.                         'allowed_mimetypes' => [
  8296.                         ],
  8297.                         'disallowed_mimetypes' => [
  8298.                         ],
  8299.                         'error_handler' => NULL,
  8300.                         'max_size' => 9223372036854775807,
  8301.                         'use_orphanage' => false,
  8302.                         'enable_progress' => false,
  8303.                         'enable_cancelation' => false,
  8304.                         'root_folder' => false,
  8305.                     ],
  8306.                     'saloon_media' => [
  8307.                         'frontend' => 'dropzone',
  8308.                         'namer' => 'file_namer.saloon_media',
  8309.                         'storage' => [
  8310.                             'type' => 'flysystem',
  8311.                             'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  8312.                             'service' => NULL,
  8313.                             'directory' => NULL,
  8314.                             'stream_wrapper' => NULL,
  8315.                             'sync_buffer_size' => '100K',
  8316.                         ],
  8317.                         'custom_frontend' => [
  8318.                             'name' => NULL,
  8319.                             'class' => NULL,
  8320.                         ],
  8321.                         'route_prefix' => '',
  8322.                         'endpoints' => [
  8323.                             'upload' => NULL,
  8324.                             'progress' => NULL,
  8325.                             'cancel' => NULL,
  8326.                         ],
  8327.                         'allowed_mimetypes' => [
  8328.                         ],
  8329.                         'disallowed_mimetypes' => [
  8330.                         ],
  8331.                         'error_handler' => NULL,
  8332.                         'max_size' => 9223372036854775807,
  8333.                         'use_orphanage' => false,
  8334.                         'enable_progress' => false,
  8335.                         'enable_cancelation' => false,
  8336.                         'root_folder' => false,
  8337.                     ],
  8338.                     'saloon_media_thumb' => [
  8339.                         'frontend' => 'dropzone',
  8340.                         'namer' => 'file_namer.saloon_media_thumb',
  8341.                         'storage' => [
  8342.                             'type' => 'flysystem',
  8343.                             'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  8344.                             'service' => NULL,
  8345.                             'directory' => NULL,
  8346.                             'stream_wrapper' => NULL,
  8347.                             'sync_buffer_size' => '100K',
  8348.                         ],
  8349.                         'custom_frontend' => [
  8350.                             'name' => NULL,
  8351.                             'class' => NULL,
  8352.                         ],
  8353.                         'route_prefix' => '',
  8354.                         'endpoints' => [
  8355.                             'upload' => NULL,
  8356.                             'progress' => NULL,
  8357.                             'cancel' => NULL,
  8358.                         ],
  8359.                         'allowed_mimetypes' => [
  8360.                         ],
  8361.                         'disallowed_mimetypes' => [
  8362.                         ],
  8363.                         'error_handler' => NULL,
  8364.                         'max_size' => 9223372036854775807,
  8365.                         'use_orphanage' => false,
  8366.                         'enable_progress' => false,
  8367.                         'enable_cancelation' => false,
  8368.                         'root_folder' => false,
  8369.                     ],
  8370.                     'saloon_media_video' => [
  8371.                         'frontend' => 'dropzone',
  8372.                         'namer' => 'file_namer.saloon_media_video',
  8373.                         'storage' => [
  8374.                             'type' => 'flysystem',
  8375.                             'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  8376.                             'service' => NULL,
  8377.                             'directory' => NULL,
  8378.                             'stream_wrapper' => NULL,
  8379.                             'sync_buffer_size' => '100K',
  8380.                         ],
  8381.                         'custom_frontend' => [
  8382.                             'name' => NULL,
  8383.                             'class' => NULL,
  8384.                         ],
  8385.                         'route_prefix' => '',
  8386.                         'endpoints' => [
  8387.                             'upload' => NULL,
  8388.                             'progress' => NULL,
  8389.                             'cancel' => NULL,
  8390.                         ],
  8391.                         'allowed_mimetypes' => [
  8392.                         ],
  8393.                         'disallowed_mimetypes' => [
  8394.                         ],
  8395.                         'error_handler' => NULL,
  8396.                         'max_size' => 9223372036854775807,
  8397.                         'use_orphanage' => false,
  8398.                         'enable_progress' => false,
  8399.                         'enable_cancelation' => false,
  8400.                         'root_folder' => false,
  8401.                     ],
  8402.                 ],
  8403.                 'chunks' => [
  8404.                     'maxage' => 604800,
  8405.                     'storage' => [
  8406.                         'type' => 'filesystem',
  8407.                         'filesystem' => NULL,
  8408.                         'directory' => ($this->targetDir.''.'/uploader/chunks'),
  8409.                         'stream_wrapper' => NULL,
  8410.                         'sync_buffer_size' => '100K',
  8411.                         'prefix' => 'chunks',
  8412.                     ],
  8413.                     'load_distribution' => true,
  8414.                 ],
  8415.                 'orphanage' => [
  8416.                     'maxage' => 604800,
  8417.                     'directory' => ($this->targetDir.''.'/uploader/orphanage'),
  8418.                 ],
  8419.                 'twig' => true,
  8420.             ]; break;
  8421.             case 'ewz_recaptcha.public_key'$value $this->getEnv('EWZ_RECAPTCHA_SITE_KEY'); break;
  8422.             case 'ewz_recaptcha.private_key'$value $this->getEnv('EWZ_RECAPTCHA_SECRET'); break;
  8423.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  8424.         }
  8425.         $this->loadedDynamicParameters[$name] = true;
  8426.         return $this->dynamicParameters[$name] = $value;
  8427.     }
  8428.     protected function getDefaultParameters(): array
  8429.     {
  8430.         return [
  8431.             'kernel.project_dir' => \dirname(__DIR__4),
  8432.             'kernel.environment' => 'review',
  8433.             'kernel.debug' => true,
  8434.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  8435.             'kernel.bundles' => [
  8436.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  8437.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  8438.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  8439.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  8440.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  8441.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  8442.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  8443.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  8444.                 'KnpMenuBundle' => 'Knp\\Bundle\\MenuBundle\\KnpMenuBundle',
  8445.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  8446.                 'CocurSlugifyBundle' => 'Cocur\\Slugify\\Bridge\\Symfony\\CocurSlugifyBundle',
  8447.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  8448.                 'FlagceptionBundle' => 'Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle',
  8449.                 'PrestaSitemapBundle' => 'Presta\\SitemapBundle\\PrestaSitemapBundle',
  8450.                 'EasyAdminBundle' => 'EasyCorp\\Bundle\\EasyAdminBundle\\EasyAdminBundle',
  8451.                 'EasyAdminExtensionBundle' => 'AlterPHP\\EasyAdminExtensionBundle\\EasyAdminExtensionBundle',
  8452.                 'OneupFlysystemBundle' => 'Oneup\\FlysystemBundle\\OneupFlysystemBundle',
  8453.                 'OneupUploaderBundle' => 'Oneup\\UploaderBundle\\OneupUploaderBundle',
  8454.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  8455.                 'SncRedisBundle' => 'Snc\\RedisBundle\\SncRedisBundle',
  8456.                 'FOSJsRoutingBundle' => 'FOS\\JsRoutingBundle\\FOSJsRoutingBundle',
  8457.                 'EightPointsGuzzleBundle' => 'EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle',
  8458.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  8459.                 'FOSElasticaBundle' => 'FOS\\ElasticaBundle\\FOSElasticaBundle',
  8460.                 'EWZRecaptchaBundle' => 'EWZ\\Bundle\\RecaptchaBundle\\EWZRecaptchaBundle',
  8461.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  8462.                 'WebpackEncoreBundle' => 'Symfony\\WebpackEncoreBundle\\WebpackEncoreBundle',
  8463.                 'AngelGamezTranslatableBundle' => 'AngelGamez\\TranslatableBundle\\AngelGamezTranslatableBundle',
  8464.                 'MisdPhoneNumberBundle' => 'Misd\\PhoneNumberBundle\\MisdPhoneNumberBundle',
  8465.                 'KnpPaginatorBundle' => 'Knp\\Bundle\\PaginatorBundle\\KnpPaginatorBundle',
  8466.                 'AngelGamezPorpaginasBundle' => 'AngelGamez\\PorpaginasBundle\\AngelGamezPorpaginasBundle',
  8467.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  8468.                 'GeographicalNamesInflectionBundle' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle\\GeographicalNamesInflectionBundle',
  8469.                 'MorphosTwigBundle' => 'BigIdea\\Bundle\\MorphosTwigBundle\\MorphosTwigBundle',
  8470.             ],
  8471.             'kernel.bundles_metadata' => [
  8472.                 'FrameworkBundle' => [
  8473.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  8474.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  8475.                 ],
  8476.                 'SensioFrameworkExtraBundle' => [
  8477.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  8478.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  8479.                 ],
  8480.                 'DoctrineBundle' => [
  8481.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  8482.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  8483.                 ],
  8484.                 'SecurityBundle' => [
  8485.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  8486.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  8487.                 ],
  8488.                 'TwigBundle' => [
  8489.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  8490.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  8491.                 ],
  8492.                 'WebProfilerBundle' => [
  8493.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  8494.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  8495.                 ],
  8496.                 'MonologBundle' => [
  8497.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  8498.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  8499.                 ],
  8500.                 'DebugBundle' => [
  8501.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  8502.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  8503.                 ],
  8504.                 'KnpMenuBundle' => [
  8505.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-menu-bundle/src'),
  8506.                     'namespace' => 'Knp\\Bundle\\MenuBundle',
  8507.                 ],
  8508.                 'StofDoctrineExtensionsBundle' => [
  8509.                     'path' => (\dirname(__DIR__4).'/vendor/stof/doctrine-extensions-bundle/src'),
  8510.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  8511.                 ],
  8512.                 'CocurSlugifyBundle' => [
  8513.                     'path' => (\dirname(__DIR__4).'/vendor/cocur/slugify/src/Bridge/Symfony'),
  8514.                     'namespace' => 'Cocur\\Slugify\\Bridge\\Symfony',
  8515.                 ],
  8516.                 'NelmioCorsBundle' => [
  8517.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  8518.                     'namespace' => 'Nelmio\\CorsBundle',
  8519.                 ],
  8520.                 'FlagceptionBundle' => [
  8521.                     'path' => (\dirname(__DIR__4).'/vendor/flagception/flagception-bundle/src'),
  8522.                     'namespace' => 'Flagception\\Bundle\\FlagceptionBundle',
  8523.                 ],
  8524.                 'PrestaSitemapBundle' => [
  8525.                     'path' => (\dirname(__DIR__4).'/vendor/presta/sitemap-bundle'),
  8526.                     'namespace' => 'Presta\\SitemapBundle',
  8527.                 ],
  8528.                 'EasyAdminBundle' => [
  8529.                     'path' => (\dirname(__DIR__4).'/vendor/easycorp/easyadmin-bundle/src'),
  8530.                     'namespace' => 'EasyCorp\\Bundle\\EasyAdminBundle',
  8531.                 ],
  8532.                 'EasyAdminExtensionBundle' => [
  8533.                     'path' => (\dirname(__DIR__4).'/vendor/alterphp/easyadmin-extension-bundle/src'),
  8534.                     'namespace' => 'AlterPHP\\EasyAdminExtensionBundle',
  8535.                 ],
  8536.                 'OneupFlysystemBundle' => [
  8537.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/flysystem-bundle/src'),
  8538.                     'namespace' => 'Oneup\\FlysystemBundle',
  8539.                 ],
  8540.                 'OneupUploaderBundle' => [
  8541.                     'path' => (\dirname(__DIR__4).'/vendor/oneup/uploader-bundle/src'),
  8542.                     'namespace' => 'Oneup\\UploaderBundle',
  8543.                 ],
  8544.                 'DoctrineFixturesBundle' => [
  8545.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  8546.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  8547.                 ],
  8548.                 'SncRedisBundle' => [
  8549.                     'path' => (\dirname(__DIR__4).'/vendor/snc/redis-bundle/src'),
  8550.                     'namespace' => 'Snc\\RedisBundle',
  8551.                 ],
  8552.                 'FOSJsRoutingBundle' => [
  8553.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/jsrouting-bundle'),
  8554.                     'namespace' => 'FOS\\JsRoutingBundle',
  8555.                 ],
  8556.                 'EightPointsGuzzleBundle' => [
  8557.                     'path' => (\dirname(__DIR__4).'/vendor/eightpoints/guzzle-bundle/src'),
  8558.                     'namespace' => 'EightPoints\\Bundle\\GuzzleBundle',
  8559.                 ],
  8560.                 'SentryBundle' => [
  8561.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  8562.                     'namespace' => 'Sentry\\SentryBundle',
  8563.                 ],
  8564.                 'FOSElasticaBundle' => [
  8565.                     'path' => (\dirname(__DIR__4).'/vendor/friendsofsymfony/elastica-bundle/src'),
  8566.                     'namespace' => 'FOS\\ElasticaBundle',
  8567.                 ],
  8568.                 'EWZRecaptchaBundle' => [
  8569.                     'path' => (\dirname(__DIR__4).'/vendor/excelwebzone/recaptcha-bundle/src'),
  8570.                     'namespace' => 'EWZ\\Bundle\\RecaptchaBundle',
  8571.                 ],
  8572.                 'DoctrineMigrationsBundle' => [
  8573.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  8574.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  8575.                 ],
  8576.                 'WebpackEncoreBundle' => [
  8577.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/webpack-encore-bundle/src'),
  8578.                     'namespace' => 'Symfony\\WebpackEncoreBundle',
  8579.                 ],
  8580.                 'AngelGamezTranslatableBundle' => [
  8581.                     'path' => (\dirname(__DIR__4).'/packages/translatable-bundle'),
  8582.                     'namespace' => 'AngelGamez\\TranslatableBundle',
  8583.                 ],
  8584.                 'MisdPhoneNumberBundle' => [
  8585.                     'path' => (\dirname(__DIR__4).'/vendor/odolbeau/phone-number-bundle/src'),
  8586.                     'namespace' => 'Misd\\PhoneNumberBundle',
  8587.                 ],
  8588.                 'KnpPaginatorBundle' => [
  8589.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-paginator-bundle'),
  8590.                     'namespace' => 'Knp\\Bundle\\PaginatorBundle',
  8591.                 ],
  8592.                 'AngelGamezPorpaginasBundle' => [
  8593.                     'path' => (\dirname(__DIR__4).'/packages/porpaginas-bundle'),
  8594.                     'namespace' => 'AngelGamez\\PorpaginasBundle',
  8595.                 ],
  8596.                 'TwigExtraBundle' => [
  8597.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  8598.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  8599.                 ],
  8600.                 'GeographicalNamesInflectionBundle' => [
  8601.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/geographical-names-inflection-bundle/src'),
  8602.                     'namespace' => 'BigIdea\\Bundle\\GeographicalNamesInflectionBundle',
  8603.                 ],
  8604.                 'MorphosTwigBundle' => [
  8605.                     'path' => (\dirname(__DIR__4).'/vendor/bigidea/morphos-twig-bundle/src'),
  8606.                     'namespace' => 'BigIdea\\Bundle\\MorphosTwigBundle',
  8607.                 ],
  8608.             ],
  8609.             'kernel.charset' => 'UTF-8',
  8610.             'kernel.container_class' => 'App_KernelReviewDebugContainer',
  8611.             'container.dumper.inline_class_loader' => true,
  8612.             'env(DATABASE_URL)' => '',
  8613.             'env(TRUSTED_PROXIES)' => '127.0.0.1,192.168.0.1/16',
  8614.             'env(TRUSTED_PROXIES_CONFIG)' => '',
  8615.             'env(ROTATION_UPDATE_STREAM)' => 'rotation_update_stream',
  8616.             'common_filesystem_permissions' => [
  8617.                 'permissions' => [
  8618.                     'file' => [
  8619.                         'public' => 420,
  8620.                         'private' => 420,
  8621.                     ],
  8622.                     'dir' => [
  8623.                         'public' => 493,
  8624.                         'private' => 493,
  8625.                     ],
  8626.                 ],
  8627.             ],
  8628.             'env(SENTRY_DSN)' => '',
  8629.             'env(APP_VERSION_FILE)' => (\dirname(__DIR__4).'/.app.version'),
  8630.             'env(REDIS_URL)' => NULL,
  8631.             'env(REVIEW_PROFILER_TOOLBAR)' => true,
  8632.             'env(USE_LEGACY_DOMAIN_REDIRECTOR)' => 'false',
  8633.             'env(REDIRECT_PATHS)' => '',
  8634.             'locale' => 'ru',
  8635.             'app.path.user_avatars' => 'uploads/images/user',
  8636.             'app.smsc.link' => 'https://smsc.ru/sys/send.php?login',
  8637.             'app.smsc.login' => 'mandelshtam',
  8638.             'app.smsc.password' => 'mIh3gwEKy090B90wUal9',
  8639.             'app.profile.status.dir' => (\dirname(__DIR__4).'/artifacts/prices/'),
  8640.             'app.log.dir' => (\dirname(__DIR__3).'/log/'),
  8641.             'app.config.dir' => (\dirname(__DIR__4).'/config/'),
  8642.             'app.allowed_locales' => [
  8643.                 => 'en',
  8644.                 => 'ru',
  8645.             ],
  8646.             'app.redis_ctr_db_index' => '7',
  8647.             'app.path.web' => (\dirname(__DIR__4).'/public/'),
  8648.             'app.path.media.profile' => (\dirname(__DIR__4).'/public//media/profiles/'),
  8649.             'account.setting.advertiser_profile_list_per_page.name' => 'advertiser_profile_list_per_page',
  8650.             'account.setting.advertiser_saloon_list_per_page.name' => 'advertiser_saloon_list_per_page',
  8651.             'account.setting.advertiser_profile_list_ctr_period.name' => 'advertiser_profile_list_ctr_period',
  8652.             'account.setting.advertiser_profile_list_placement_type_filter.name' => 'advertiser_profile_list_placement_type_filter',
  8653.             'account.setting.advertiser_Saloon_list_placement_type_filter.name' => 'advertiser_saloon_list_placement_type_filter',
  8654.             'account.setting.advertiser_profile_list_sort.name' => 'advertiser_profile_list_sort',
  8655.             'account.setting.advertiser_saloon_list_sort.name' => 'advertiser_saloon_list_sort',
  8656.             'account.setting.advertiser_profile_list_sort_direction.name' => 'advertiser_profile_list_sort_direction',
  8657.             'account.setting.advertiser_saloon_list_sort_direction.name' => 'advertiser_saloon_list_sort_direction',
  8658.             'env(GA_TRACKER_ID)' => '',
  8659.             'env(YM_TRACKER_ID)' => '',
  8660.             'env(PAGE_METADATA_VARIANT)' => 'default',
  8661.             'env(DEBUG_ROTATION_API_DATA)' => false,
  8662.             'event_dispatcher.event_aliases' => [
  8663.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  8664.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  8665.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  8666.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  8667.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  8668.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  8669.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  8670.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  8671.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  8672.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  8673.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  8674.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  8675.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  8676.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  8677.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  8678.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  8679.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  8680.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  8681.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  8682.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  8683.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  8684.                 'Presta\\SitemapBundle\\Event\\SitemapAddUrlEvent' => 'presta_sitemap.add_url',
  8685.                 'Presta\\SitemapBundle\\Event\\SitemapPopulateEvent' => 'presta_sitemap.populate',
  8686.             ],
  8687.             'fragment.renderer.hinclude.global_template' => NULL,
  8688.             'fragment.path' => '/_fragment',
  8689.             'kernel.http_method_override' => true,
  8690.             'kernel.trusted_hosts' => [
  8691.             ],
  8692.             'kernel.default_locale' => 'ru',
  8693.             'kernel.enabled_locales' => [
  8694.             ],
  8695.             'kernel.error_controller' => 'error_controller',
  8696.             'kernel.trusted_headers' => 62,
  8697.             'debug.file_link_format' => NULL,
  8698.             'asset.request_context.base_path' => NULL,
  8699.             'asset.request_context.secure' => NULL,
  8700.             'translator.logging' => false,
  8701.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  8702.             'debug.error_handler.throw_at' => -1,
  8703.             'router.request_context.host' => 'localhost',
  8704.             'router.request_context.scheme' => 'http',
  8705.             'router.request_context.base_url' => '',
  8706.             'router.resource' => 'kernel::loadRoutes',
  8707.             'request_listener.http_port' => 80,
  8708.             'request_listener.https_port' => 443,
  8709.             'session.metadata.storage_key' => '_sf2_meta',
  8710.             'session.storage.options' => [
  8711.                 'cache_limiter' => '0',
  8712.                 'cookie_secure' => 'auto',
  8713.                 'cookie_httponly' => true,
  8714.                 'cookie_samesite' => 'lax',
  8715.                 'gc_probability' => 1,
  8716.             ],
  8717.             'session.save_path' => NULL,
  8718.             'session.metadata.update_threshold' => 0,
  8719.             'form.type_extension.csrf.enabled' => true,
  8720.             'form.type_extension.csrf.field_name' => '_token',
  8721.             'validator.translation_domain' => 'validators',
  8722.             'profiler_listener.only_exceptions' => false,
  8723.             'profiler_listener.only_main_requests' => false,
  8724.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  8725.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  8726.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  8727.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  8728.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  8729.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  8730.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  8731.             'doctrine.entity_managers' => [
  8732.                 'default' => 'doctrine.orm.default_entity_manager',
  8733.                 'multi_website' => 'doctrine.orm.multi_website_entity_manager',
  8734.             ],
  8735.             'doctrine.default_entity_manager' => 'default',
  8736.             'doctrine.dbal.connection_factory.types' => [
  8737.                 'translatable' => [
  8738.                     'class' => 'AngelGamez\\TranslatableBundle\\Doctrine\\DBAL\\Types\\TranslatableType',
  8739.                 ],
  8740.             ],
  8741.             'doctrine.connections' => [
  8742.                 'default' => 'doctrine.dbal.default_connection',
  8743.                 'multi_website' => 'doctrine.dbal.multi_website_connection',
  8744.             ],
  8745.             'doctrine.default_connection' => 'default',
  8746.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  8747.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  8748.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  8749.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  8750.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  8751.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  8752.             'doctrine.orm.cache.memcache_host' => 'localhost',
  8753.             'doctrine.orm.cache.memcache_port' => 11211,
  8754.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  8755.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  8756.             'doctrine.orm.cache.memcached_host' => 'localhost',
  8757.             'doctrine.orm.cache.memcached_port' => 11211,
  8758.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  8759.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  8760.             'doctrine.orm.cache.redis_host' => 'localhost',
  8761.             'doctrine.orm.cache.redis_port' => 6379,
  8762.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  8763.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  8764.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  8765.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  8766.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  8767.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  8768.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  8769.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  8770.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  8771.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  8772.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  8773.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  8774.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  8775.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  8776.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  8777.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  8778.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  8779.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  8780.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  8781.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  8782.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  8783.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  8784.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  8785.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  8786.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  8787.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  8788.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  8789.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  8790.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  8791.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  8792.             'doctrine.orm.auto_generate_proxy_classes' => false,
  8793.             'doctrine.orm.enable_lazy_ghost_objects' => false,
  8794.             'doctrine.orm.proxy_namespace' => 'Proxies',
  8795.             'security.role_hierarchy.roles' => [
  8796.                 'ROLE_ADMIN_ACCESS_ALL' => [
  8797.                     => 'ROLE_ADMIN_ACCESS_ACCOUNTS',
  8798.                     => 'ROLE_ADMIN_ACCESS_PROFILES',
  8799.                     => 'ROLE_ADMIN_ACCESS_SALES',
  8800.                     => 'ROLE_ADMIN_ACCESS_SEO',
  8801.                     => 'ROLE_ADMIN_ACCESS_LOCATION',
  8802.                     => 'ROLE_ADMIN_ACCESS_DELETED',
  8803.                     => 'ROLE_ADMIN_ACCESS_OTHER',
  8804.                     => 'ROLE_ACCESS_WALKER',
  8805.                 ],
  8806.             ],
  8807.             'security.access.denied_url' => NULL,
  8808.             'security.authentication.manager.erase_credentials' => true,
  8809.             'security.authentication.session_strategy.strategy' => 'migrate',
  8810.             'security.access.always_authenticate_before_granting' => false,
  8811.             'security.authentication.hide_user_not_found' => true,
  8812.             'security.firewalls' => [
  8813.                 => 'dev',
  8814.                 => 'management',
  8815.                 => 'main',
  8816.             ],
  8817.             'security.management._indexed_authenticators' => [
  8818.             ],
  8819.             'security.main._indexed_authenticators' => [
  8820.             ],
  8821.             'twig.form.resources' => [
  8822.                 => 'form_div_layout.html.twig',
  8823.                 => '@MisdPhoneNumber/Form/phone_number.html.twig',
  8824.                 => '@EWZRecaptcha/Form/ewz_recaptcha_widget.html.twig',
  8825.             ],
  8826.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  8827.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  8828.             'web_profiler.debug_toolbar.mode' => 2,
  8829.             'monolog.use_microseconds' => true,
  8830.             'monolog.swift_mailer.handlers' => [
  8831.             ],
  8832.             'monolog.handlers_to_channels' => [
  8833.                 'monolog.handler.chromephp' => NULL,
  8834.                 'monolog.handler.firephp' => NULL,
  8835.             ],
  8836.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  8837.             'knp_menu.renderer.list.options' => [
  8838.             ],
  8839.             'knp_menu.twig.extension.class' => 'Knp\\Menu\\Twig\\MenuExtension',
  8840.             'knp_menu.renderer.twig.class' => 'Knp\\Menu\\Renderer\\TwigRenderer',
  8841.             'knp_menu.renderer.twig.options' => [
  8842.             ],
  8843.             'knp_menu.renderer.twig.template' => '@KnpMenu/menu.html.twig',
  8844.             'knp_menu.default_renderer' => 'twig',
  8845.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  8846.             'stof_doctrine_extensions.event_listener.locale.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LocaleListener',
  8847.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  8848.             'stof_doctrine_extensions.event_listener.logger.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\LoggerListener',
  8849.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  8850.             'stof_doctrine_extensions.event_listener.blame.class' => 'Stof\\DoctrineExtensionsBundle\\EventListener\\BlameListener',
  8851.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  8852.             'stof_doctrine_extensions.default_locale' => 'ru',
  8853.             'stof_doctrine_extensions.translation_fallback' => true,
  8854.             'stof_doctrine_extensions.persist_default_translation' => false,
  8855.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  8856.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  8857.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  8858.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  8859.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  8860.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  8861.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  8862.             'nelmio_cors.map' => [
  8863.                 '^/' => [
  8864.                     'skip_same_as_origin' => true,
  8865.                 ],
  8866.             ],
  8867.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  8868.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  8869.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  8870.             'presta_sitemap.generator.class' => 'Presta\\SitemapBundle\\Service\\Generator',
  8871.             'presta_sitemap.dumper.class' => 'Presta\\SitemapBundle\\Service\\Dumper',
  8872.             'presta_sitemap.routing_loader.class' => 'Presta\\SitemapBundle\\Routing\\SitemapRoutingLoader',
  8873.             'presta_sitemap.dump_command.class' => 'Presta\\SitemapBundle\\Command\\DumpSitemapsCommand',
  8874.             'presta_sitemap.dump_directory' => (\dirname(__DIR__4).'/public'),
  8875.             'presta_sitemap.timetolive' => 3600,
  8876.             'presta_sitemap.sitemap_file_prefix' => 'sitemap',
  8877.             'presta_sitemap.items_by_set' => 50000,
  8878.             'presta_sitemap.defaults' => [
  8879.                 'priority' => 1,
  8880.                 'changefreq' => 'daily',
  8881.                 'lastmod' => 'now',
  8882.             ],
  8883.             'presta_sitemap.default_section' => 'default',
  8884.             'presta_sitemap.eventlistener.route_annotation.class' => 'Presta\\SitemapBundle\\EventListener\\RouteAnnotationEventListener',
  8885.             'easy_admin_extension.custom_form_types' => [
  8886.             ],
  8887.             'easy_admin_extension.minimum_role' => 'ROLE_ADMIN',
  8888.             'easy_admin_extension.embedded_list.open_new_tab' => true,
  8889.             'oneup_uploader.chunks.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\ChunkManager',
  8890.             'oneup_uploader.chunks_storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\GaufretteStorage',
  8891.             'oneup_uploader.chunks_storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FlysystemStorage',
  8892.             'oneup_uploader.chunks_storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Chunk\\Storage\\FilesystemStorage',
  8893.             'oneup_uploader.namer.urlsafename.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UrlSafeNamer',
  8894.             'oneup_uploader.namer.uniqid.class' => 'Oneup\\UploaderBundle\\Uploader\\Naming\\UniqidNamer',
  8895.             'oneup_uploader.routing.loader.class' => 'Oneup\\UploaderBundle\\Routing\\RouteLoader',
  8896.             'oneup_uploader.storage.gaufrette.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\GaufretteStorage',
  8897.             'oneup_uploader.storage.flysystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FlysystemStorage',
  8898.             'oneup_uploader.storage.filesystem.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemStorage',
  8899.             'oneup_uploader.orphanage.class' => 'Oneup\\UploaderBundle\\Uploader\\Storage\\FilesystemOrphanageStorage',
  8900.             'oneup_uploader.orphanage.manager.class' => 'Oneup\\UploaderBundle\\Uploader\\Orphanage\\OrphanageManager',
  8901.             'oneup_uploader.controller.fineuploader.class' => 'Oneup\\UploaderBundle\\Controller\\FineUploaderController',
  8902.             'oneup_uploader.controller.blueimp.class' => 'Oneup\\UploaderBundle\\Controller\\BlueimpController',
  8903.             'oneup_uploader.controller.uploadify.class' => 'Oneup\\UploaderBundle\\Controller\\UploadifyController',
  8904.             'oneup_uploader.controller.yui3.class' => 'Oneup\\UploaderBundle\\Controller\\YUI3Controller',
  8905.             'oneup_uploader.controller.fancyupload.class' => 'Oneup\\UploaderBundle\\Controller\\FancyUploadController',
  8906.             'oneup_uploader.controller.mooupload.class' => 'Oneup\\UploaderBundle\\Controller\\MooUploadController',
  8907.             'oneup_uploader.controller.plupload.class' => 'Oneup\\UploaderBundle\\Controller\\PluploadController',
  8908.             'oneup_uploader.controller.dropzone.class' => 'Oneup\\UploaderBundle\\Controller\\DropzoneController',
  8909.             'oneup_uploader.command.clear_chunks.class' => 'Oneup\\UploaderBundle\\Command\\ClearChunkCommand',
  8910.             'oneup_uploader.command.clear_orphans.class' => 'Oneup\\UploaderBundle\\Command\\ClearOrphansCommand',
  8911.             'oneup_uploader.error_handler.noop.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\NoopErrorHandler',
  8912.             'oneup_uploader.error_handler.blueimp.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\BlueimpErrorHandler',
  8913.             'oneup_uploader.error_handler.plupload.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\PluploadErrorHandler',
  8914.             'oneup_uploader.error_handler.dropzone.class' => 'Oneup\\UploaderBundle\\Uploader\\ErrorHandler\\DropzoneErrorHandler',
  8915.             'oneup_uploader.config.process_queue' => [
  8916.                 'frontend' => 'dropzone',
  8917.                 'namer' => 'oneup_uploader.namer.uniqid',
  8918.                 'storage' => [
  8919.                     'type' => 'flysystem',
  8920.                     'filesystem' => 'oneup_flysystem.process_queue_filesystem',
  8921.                     'service' => NULL,
  8922.                     'directory' => NULL,
  8923.                     'stream_wrapper' => NULL,
  8924.                     'sync_buffer_size' => '100K',
  8925.                 ],
  8926.                 'custom_frontend' => [
  8927.                     'name' => NULL,
  8928.                     'class' => NULL,
  8929.                 ],
  8930.                 'route_prefix' => '',
  8931.                 'endpoints' => [
  8932.                     'upload' => NULL,
  8933.                     'progress' => NULL,
  8934.                     'cancel' => NULL,
  8935.                 ],
  8936.                 'allowed_mimetypes' => [
  8937.                 ],
  8938.                 'disallowed_mimetypes' => [
  8939.                 ],
  8940.                 'error_handler' => NULL,
  8941.                 'max_size' => 9223372036854775807,
  8942.                 'use_orphanage' => false,
  8943.                 'enable_progress' => false,
  8944.                 'enable_cancelation' => false,
  8945.                 'root_folder' => false,
  8946.             ],
  8947.             'oneup_uploader.config.tmp_media' => [
  8948.                 'frontend' => 'dropzone',
  8949.                 'namer' => 'file_namer.tmp_media',
  8950.                 'storage' => [
  8951.                     'type' => 'flysystem',
  8952.                     'filesystem' => 'oneup_flysystem.tmp_media_filesystem',
  8953.                     'service' => NULL,
  8954.                     'directory' => NULL,
  8955.                     'stream_wrapper' => NULL,
  8956.                     'sync_buffer_size' => '100K',
  8957.                 ],
  8958.                 'custom_frontend' => [
  8959.                     'name' => NULL,
  8960.                     'class' => NULL,
  8961.                 ],
  8962.                 'route_prefix' => '',
  8963.                 'endpoints' => [
  8964.                     'upload' => NULL,
  8965.                     'progress' => NULL,
  8966.                     'cancel' => NULL,
  8967.                 ],
  8968.                 'allowed_mimetypes' => [
  8969.                 ],
  8970.                 'disallowed_mimetypes' => [
  8971.                 ],
  8972.                 'error_handler' => NULL,
  8973.                 'max_size' => 9223372036854775807,
  8974.                 'use_orphanage' => false,
  8975.                 'enable_progress' => false,
  8976.                 'enable_cancelation' => false,
  8977.                 'root_folder' => false,
  8978.             ],
  8979.             'oneup_uploader.config.user_media' => [
  8980.                 'frontend' => 'dropzone',
  8981.                 'namer' => 'file_namer.user_media',
  8982.                 'storage' => [
  8983.                     'type' => 'flysystem',
  8984.                     'filesystem' => 'oneup_flysystem.user_media_filesystem',
  8985.                     'service' => NULL,
  8986.                     'directory' => NULL,
  8987.                     'stream_wrapper' => NULL,
  8988.                     'sync_buffer_size' => '100K',
  8989.                 ],
  8990.                 'custom_frontend' => [
  8991.                     'name' => NULL,
  8992.                     'class' => NULL,
  8993.                 ],
  8994.                 'route_prefix' => '',
  8995.                 'endpoints' => [
  8996.                     'upload' => NULL,
  8997.                     'progress' => NULL,
  8998.                     'cancel' => NULL,
  8999.                 ],
  9000.                 'allowed_mimetypes' => [
  9001.                 ],
  9002.                 'disallowed_mimetypes' => [
  9003.                 ],
  9004.                 'error_handler' => NULL,
  9005.                 'max_size' => 9223372036854775807,
  9006.                 'use_orphanage' => false,
  9007.                 'enable_progress' => false,
  9008.                 'enable_cancelation' => false,
  9009.                 'root_folder' => false,
  9010.             ],
  9011.             'oneup_uploader.config.profile_photo' => [
  9012.                 'frontend' => 'dropzone',
  9013.                 'namer' => 'file_namer.profile_media',
  9014.                 'storage' => [
  9015.                     'type' => 'flysystem',
  9016.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9017.                     'service' => NULL,
  9018.                     'directory' => NULL,
  9019.                     'stream_wrapper' => NULL,
  9020.                     'sync_buffer_size' => '100K',
  9021.                 ],
  9022.                 'custom_frontend' => [
  9023.                     'name' => NULL,
  9024.                     'class' => NULL,
  9025.                 ],
  9026.                 'route_prefix' => '',
  9027.                 'endpoints' => [
  9028.                     'upload' => NULL,
  9029.                     'progress' => NULL,
  9030.                     'cancel' => NULL,
  9031.                 ],
  9032.                 'allowed_mimetypes' => [
  9033.                 ],
  9034.                 'disallowed_mimetypes' => [
  9035.                 ],
  9036.                 'error_handler' => NULL,
  9037.                 'max_size' => 9223372036854775807,
  9038.                 'use_orphanage' => false,
  9039.                 'enable_progress' => false,
  9040.                 'enable_cancelation' => false,
  9041.                 'root_folder' => false,
  9042.             ],
  9043.             'oneup_uploader.config.profile_media_avatar' => [
  9044.                 'frontend' => 'dropzone',
  9045.                 'namer' => 'file_namer.profile_media',
  9046.                 'storage' => [
  9047.                     'type' => 'flysystem',
  9048.                     'filesystem' => 'oneup_flysystem.profile_media_avatar_filesystem',
  9049.                     'service' => NULL,
  9050.                     'directory' => NULL,
  9051.                     'stream_wrapper' => NULL,
  9052.                     'sync_buffer_size' => '100K',
  9053.                 ],
  9054.                 'custom_frontend' => [
  9055.                     'name' => NULL,
  9056.                     'class' => NULL,
  9057.                 ],
  9058.                 'route_prefix' => '',
  9059.                 'endpoints' => [
  9060.                     'upload' => NULL,
  9061.                     'progress' => NULL,
  9062.                     'cancel' => NULL,
  9063.                 ],
  9064.                 'allowed_mimetypes' => [
  9065.                 ],
  9066.                 'disallowed_mimetypes' => [
  9067.                 ],
  9068.                 'error_handler' => NULL,
  9069.                 'max_size' => 9223372036854775807,
  9070.                 'use_orphanage' => false,
  9071.                 'enable_progress' => false,
  9072.                 'enable_cancelation' => false,
  9073.                 'root_folder' => false,
  9074.             ],
  9075.             'oneup_uploader.config.profile_media_approval' => [
  9076.                 'frontend' => 'dropzone',
  9077.                 'namer' => 'file_namer.profile_media_approval',
  9078.                 'storage' => [
  9079.                     'type' => 'flysystem',
  9080.                     'filesystem' => 'oneup_flysystem.profile_media_approval_filesystem',
  9081.                     'service' => NULL,
  9082.                     'directory' => NULL,
  9083.                     'stream_wrapper' => NULL,
  9084.                     'sync_buffer_size' => '100K',
  9085.                 ],
  9086.                 'custom_frontend' => [
  9087.                     'name' => NULL,
  9088.                     'class' => NULL,
  9089.                 ],
  9090.                 'route_prefix' => '',
  9091.                 'endpoints' => [
  9092.                     'upload' => NULL,
  9093.                     'progress' => NULL,
  9094.                     'cancel' => NULL,
  9095.                 ],
  9096.                 'allowed_mimetypes' => [
  9097.                 ],
  9098.                 'disallowed_mimetypes' => [
  9099.                 ],
  9100.                 'error_handler' => NULL,
  9101.                 'max_size' => 9223372036854775807,
  9102.                 'use_orphanage' => false,
  9103.                 'enable_progress' => false,
  9104.                 'enable_cancelation' => false,
  9105.                 'root_folder' => false,
  9106.             ],
  9107.             'oneup_uploader.config.profile_selfie' => [
  9108.                 'frontend' => 'dropzone',
  9109.                 'namer' => 'file_namer.profile_media',
  9110.                 'storage' => [
  9111.                     'type' => 'flysystem',
  9112.                     'filesystem' => 'oneup_flysystem.profile_media_selfie_filesystem',
  9113.                     'service' => NULL,
  9114.                     'directory' => NULL,
  9115.                     'stream_wrapper' => NULL,
  9116.                     'sync_buffer_size' => '100K',
  9117.                 ],
  9118.                 'custom_frontend' => [
  9119.                     'name' => NULL,
  9120.                     'class' => NULL,
  9121.                 ],
  9122.                 'route_prefix' => '',
  9123.                 'endpoints' => [
  9124.                     'upload' => NULL,
  9125.                     'progress' => NULL,
  9126.                     'cancel' => NULL,
  9127.                 ],
  9128.                 'allowed_mimetypes' => [
  9129.                 ],
  9130.                 'disallowed_mimetypes' => [
  9131.                 ],
  9132.                 'error_handler' => NULL,
  9133.                 'max_size' => 9223372036854775807,
  9134.                 'use_orphanage' => false,
  9135.                 'enable_progress' => false,
  9136.                 'enable_cancelation' => false,
  9137.                 'root_folder' => false,
  9138.             ],
  9139.             'oneup_uploader.config.profile_video' => [
  9140.                 'frontend' => 'dropzone',
  9141.                 'namer' => 'file_namer.profile_media',
  9142.                 'storage' => [
  9143.                     'type' => 'flysystem',
  9144.                     'filesystem' => 'oneup_flysystem.profile_media_filesystem',
  9145.                     'service' => NULL,
  9146.                     'directory' => NULL,
  9147.                     'stream_wrapper' => NULL,
  9148.                     'sync_buffer_size' => '100K',
  9149.                 ],
  9150.                 'custom_frontend' => [
  9151.                     'name' => NULL,
  9152.                     'class' => NULL,
  9153.                 ],
  9154.                 'route_prefix' => '',
  9155.                 'endpoints' => [
  9156.                     'upload' => NULL,
  9157.                     'progress' => NULL,
  9158.                     'cancel' => NULL,
  9159.                 ],
  9160.                 'allowed_mimetypes' => [
  9161.                 ],
  9162.                 'disallowed_mimetypes' => [
  9163.                 ],
  9164.                 'error_handler' => NULL,
  9165.                 'max_size' => 9223372036854775807,
  9166.                 'use_orphanage' => false,
  9167.                 'enable_progress' => false,
  9168.                 'enable_cancelation' => false,
  9169.                 'root_folder' => false,
  9170.             ],
  9171.             'oneup_uploader.config.saloon_media' => [
  9172.                 'frontend' => 'dropzone',
  9173.                 'namer' => 'file_namer.saloon_media',
  9174.                 'storage' => [
  9175.                     'type' => 'flysystem',
  9176.                     'filesystem' => 'oneup_flysystem.saloon_media_filesystem',
  9177.                     'service' => NULL,
  9178.                     'directory' => NULL,
  9179.                     'stream_wrapper' => NULL,
  9180.                     'sync_buffer_size' => '100K',
  9181.                 ],
  9182.                 'custom_frontend' => [
  9183.                     'name' => NULL,
  9184.                     'class' => NULL,
  9185.                 ],
  9186.                 'route_prefix' => '',
  9187.                 'endpoints' => [
  9188.                     'upload' => NULL,
  9189.                     'progress' => NULL,
  9190.                     'cancel' => NULL,
  9191.                 ],
  9192.                 'allowed_mimetypes' => [
  9193.                 ],
  9194.                 'disallowed_mimetypes' => [
  9195.                 ],
  9196.                 'error_handler' => NULL,
  9197.                 'max_size' => 9223372036854775807,
  9198.                 'use_orphanage' => false,
  9199.                 'enable_progress' => false,
  9200.                 'enable_cancelation' => false,
  9201.                 'root_folder' => false,
  9202.             ],
  9203.             'oneup_uploader.config.saloon_media_thumb' => [
  9204.                 'frontend' => 'dropzone',
  9205.                 'namer' => 'file_namer.saloon_media_thumb',
  9206.                 'storage' => [
  9207.                     'type' => 'flysystem',
  9208.                     'filesystem' => 'oneup_flysystem.saloon_media_thumb_filesystem',
  9209.                     'service' => NULL,
  9210.                     'directory' => NULL,
  9211.                     'stream_wrapper' => NULL,
  9212.                     'sync_buffer_size' => '100K',
  9213.                 ],
  9214.                 'custom_frontend' => [
  9215.                     'name' => NULL,
  9216.                     'class' => NULL,
  9217.                 ],
  9218.                 'route_prefix' => '',
  9219.                 'endpoints' => [
  9220.                     'upload' => NULL,
  9221.                     'progress' => NULL,
  9222.                     'cancel' => NULL,
  9223.                 ],
  9224.                 'allowed_mimetypes' => [
  9225.                 ],
  9226.                 'disallowed_mimetypes' => [
  9227.                 ],
  9228.                 'error_handler' => NULL,
  9229.                 'max_size' => 9223372036854775807,
  9230.                 'use_orphanage' => false,
  9231.                 'enable_progress' => false,
  9232.                 'enable_cancelation' => false,
  9233.                 'root_folder' => false,
  9234.             ],
  9235.             'oneup_uploader.config.saloon_media_video' => [
  9236.                 'frontend' => 'dropzone',
  9237.                 'namer' => 'file_namer.saloon_media_video',
  9238.                 'storage' => [
  9239.                     'type' => 'flysystem',
  9240.                     'filesystem' => 'oneup_flysystem.saloon_media_video_filesystem',
  9241.                     'service' => NULL,
  9242.                     'directory' => NULL,
  9243.                     'stream_wrapper' => NULL,
  9244.                     'sync_buffer_size' => '100K',
  9245.                 ],
  9246.                 'custom_frontend' => [
  9247.                     'name' => NULL,
  9248.                     'class' => NULL,
  9249.                 ],
  9250.                 'route_prefix' => '',
  9251.                 'endpoints' => [
  9252.                     'upload' => NULL,
  9253.                     'progress' => NULL,
  9254.                     'cancel' => NULL,
  9255.                 ],
  9256.                 'allowed_mimetypes' => [
  9257.                 ],
  9258.                 'disallowed_mimetypes' => [
  9259.                 ],
  9260.                 'error_handler' => NULL,
  9261.                 'max_size' => 9223372036854775807,
  9262.                 'use_orphanage' => false,
  9263.                 'enable_progress' => false,
  9264.                 'enable_cancelation' => false,
  9265.                 'root_folder' => false,
  9266.             ],
  9267.             'oneup_uploader.controllers' => [
  9268.                 'process_queue' => [
  9269.                     => 'oneup_uploader.controller.process_queue',
  9270.                     => [
  9271.                         'enable_progress' => false,
  9272.                         'enable_cancelation' => false,
  9273.                         'route_prefix' => '',
  9274.                         'endpoints' => [
  9275.                             'upload' => NULL,
  9276.                             'progress' => NULL,
  9277.                             'cancel' => NULL,
  9278.                         ],
  9279.                     ],
  9280.                 ],
  9281.                 'tmp_media' => [
  9282.                     => 'oneup_uploader.controller.tmp_media',
  9283.                     => [
  9284.                         'enable_progress' => false,
  9285.                         'enable_cancelation' => false,
  9286.                         'route_prefix' => '',
  9287.                         'endpoints' => [
  9288.                             'upload' => NULL,
  9289.                             'progress' => NULL,
  9290.                             'cancel' => NULL,
  9291.                         ],
  9292.                     ],
  9293.                 ],
  9294.                 'user_media' => [
  9295.                     => 'oneup_uploader.controller.user_media',
  9296.                     => [
  9297.                         'enable_progress' => false,
  9298.                         'enable_cancelation' => false,
  9299.                         'route_prefix' => '',
  9300.                         'endpoints' => [
  9301.                             'upload' => NULL,
  9302.                             'progress' => NULL,
  9303.                             'cancel' => NULL,
  9304.                         ],
  9305.                     ],
  9306.                 ],
  9307.                 'profile_photo' => [
  9308.                     => 'oneup_uploader.controller.profile_photo',
  9309.                     => [
  9310.                         'enable_progress' => false,
  9311.                         'enable_cancelation' => false,
  9312.                         'route_prefix' => '',
  9313.                         'endpoints' => [
  9314.                             'upload' => NULL,
  9315.                             'progress' => NULL,
  9316.                             'cancel' => NULL,
  9317.                         ],
  9318.                     ],
  9319.                 ],
  9320.                 'profile_media_avatar' => [
  9321.                     => 'oneup_uploader.controller.profile_media_avatar',
  9322.                     => [
  9323.                         'enable_progress' => false,
  9324.                         'enable_cancelation' => false,
  9325.                         'route_prefix' => '',
  9326.                         'endpoints' => [
  9327.                             'upload' => NULL,
  9328.                             'progress' => NULL,
  9329.                             'cancel' => NULL,
  9330.                         ],
  9331.                     ],
  9332.                 ],
  9333.                 'profile_media_approval' => [
  9334.                     => 'oneup_uploader.controller.profile_media_approval',
  9335.                     => [
  9336.                         'enable_progress' => false,
  9337.                         'enable_cancelation' => false,
  9338.                         'route_prefix' => '',
  9339.                         'endpoints' => [
  9340.                             'upload' => NULL,
  9341.                             'progress' => NULL,
  9342.                             'cancel' => NULL,
  9343.                         ],
  9344.                     ],
  9345.                 ],
  9346.                 'profile_selfie' => [
  9347.                     => 'oneup_uploader.controller.profile_selfie',
  9348.                     => [
  9349.                         'enable_progress' => false,
  9350.                         'enable_cancelation' => false,
  9351.                         'route_prefix' => '',
  9352.                         'endpoints' => [
  9353.                             'upload' => NULL,
  9354.                             'progress' => NULL,
  9355.                             'cancel' => NULL,
  9356.                         ],
  9357.                     ],
  9358.                 ],
  9359.                 'profile_video' => [
  9360.                     => 'oneup_uploader.controller.profile_video',
  9361.                     => [
  9362.                         'enable_progress' => false,
  9363.                         'enable_cancelation' => false,
  9364.                         'route_prefix' => '',
  9365.                         'endpoints' => [
  9366.                             'upload' => NULL,
  9367.                             'progress' => NULL,
  9368.                             'cancel' => NULL,
  9369.                         ],
  9370.                     ],
  9371.                 ],
  9372.                 'saloon_media' => [
  9373.                     => 'oneup_uploader.controller.saloon_media',
  9374.                     => [
  9375.                         'enable_progress' => false,
  9376.                         'enable_cancelation' => false,
  9377.                         'route_prefix' => '',
  9378.                         'endpoints' => [
  9379.                             'upload' => NULL,
  9380.                             'progress' => NULL,
  9381.                             'cancel' => NULL,
  9382.                         ],
  9383.                     ],
  9384.                 ],
  9385.                 'saloon_media_thumb' => [
  9386.                     => 'oneup_uploader.controller.saloon_media_thumb',
  9387.                     => [
  9388.                         'enable_progress' => false,
  9389.                         'enable_cancelation' => false,
  9390.                         'route_prefix' => '',
  9391.                         'endpoints' => [
  9392.                             'upload' => NULL,
  9393.                             'progress' => NULL,
  9394.                             'cancel' => NULL,
  9395.                         ],
  9396.                     ],
  9397.                 ],
  9398.                 'saloon_media_video' => [
  9399.                     => 'oneup_uploader.controller.saloon_media_video',
  9400.                     => [
  9401.                         'enable_progress' => false,
  9402.                         'enable_cancelation' => false,
  9403.                         'route_prefix' => '',
  9404.                         'endpoints' => [
  9405.                             'upload' => NULL,
  9406.                             'progress' => NULL,
  9407.                             'cancel' => NULL,
  9408.                         ],
  9409.                     ],
  9410.                 ],
  9411.             ],
  9412.             'oneup_uploader.maxsize' => [
  9413.                 'process_queue' => 34359738368,
  9414.                 'tmp_media' => 34359738368,
  9415.                 'user_media' => 34359738368,
  9416.                 'profile_photo' => 34359738368,
  9417.                 'profile_media_avatar' => 34359738368,
  9418.                 'profile_media_approval' => 34359738368,
  9419.                 'profile_selfie' => 34359738368,
  9420.                 'profile_video' => 34359738368,
  9421.                 'saloon_media' => 34359738368,
  9422.                 'saloon_media_thumb' => 34359738368,
  9423.                 'saloon_media_video' => 34359738368,
  9424.             ],
  9425.             'snc_redis.client.class' => 'Predis\\Client',
  9426.             'snc_redis.client_options.class' => 'Predis\\Configuration\\Options',
  9427.             'snc_redis.connection_parameters.class' => 'Predis\\Connection\\Parameters',
  9428.             'snc_redis.connection_factory.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionFactory',
  9429.             'snc_redis.connection_wrapper.class' => 'Snc\\RedisBundle\\Client\\Predis\\Connection\\ConnectionWrapper',
  9430.             'snc_redis.phpredis_client.class' => 'Redis',
  9431.             'snc_redis.relay_client.class' => 'Relay\\Relay',
  9432.             'snc_redis.phpredis_clusterclient.class' => 'RedisCluster',
  9433.             'snc_redis.logger.class' => 'Snc\\RedisBundle\\Logger\\RedisLogger',
  9434.             'snc_redis.data_collector.class' => 'Snc\\RedisBundle\\DataCollector\\RedisDataCollector',
  9435.             'snc_redis.monolog_handler.class' => 'Monolog\\Handler\\RedisHandler',
  9436.             'fos_js_routing.extractor.class' => 'FOS\\JsRoutingBundle\\Extractor\\ExposedRoutesExtractor',
  9437.             'fos_js_routing.routes_response.class' => 'FOS\\JsRoutingBundle\\Response\\RoutesResponse',
  9438.             'fos_js_routing.controller.class' => 'FOS\\JsRoutingBundle\\Controller\\Controller',
  9439.             'fos_js_routing.normalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RouteCollectionNormalizer',
  9440.             'fos_js_routing.normalizer.routes_response.class' => 'FOS\\JsRoutingBundle\\Serializer\\Normalizer\\RoutesResponseNormalizer',
  9441.             'fos_js_routing.denormalizer.route_collection.class' => 'FOS\\JsRoutingBundle\\Serializer\\Denormalizer\\RouteCollectionDenormalizer',
  9442.             'fos_js_routing.request_context_base_url' => NULL,
  9443.             'fos_js_routing.cache_control' => [
  9444.                 'enabled' => false,
  9445.             ],
  9446.             'eight_points_guzzle.http_client.class' => 'GuzzleHttp\\Client',
  9447.             'eight_points_guzzle.formatter.class' => 'GuzzleHttp\\MessageFormatter',
  9448.             'eight_points_guzzle.symfony_log_formatter.class' => 'GuzzleHttp\\MessageFormatter',
  9449.             'eight_points_guzzle.data_collector.class' => 'EightPoints\\Bundle\\GuzzleBundle\\DataCollector\\HttpDataCollector',
  9450.             'eight_points_guzzle.logger.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Log\\Logger',
  9451.             'eight_points_guzzle.middleware.log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\LogMiddleware',
  9452.             'eight_points_guzzle.middleware.profile.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\ProfileMiddleware',
  9453.             'eight_points_guzzle.middleware.event_dispatcher.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\EventDispatchMiddleware',
  9454.             'eight_points_guzzle.middleware.request_time.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\RequestTimeMiddleware',
  9455.             'eight_points_guzzle.middleware.symfony_log.class' => 'EightPoints\\Bundle\\GuzzleBundle\\Middleware\\SymfonyLogMiddleware',
  9456.             'eight_points_guzzle.symfony_log_formatter.pattern' => '{method} {uri} {code}',
  9457.             'eight_points_guzzle.middleware.class' => 'GuzzleHttp\\Middleware',
  9458.             'eight_points_guzzle.plugin.header.headers' => [
  9459.             ],
  9460.             'env(SENTRY_RELEASE)' => 'dev-master@d8c7284',
  9461.             'sentry.tracing.enabled' => true,
  9462.             'sentry.tracing.dbal.enabled' => true,
  9463.             'sentry.tracing.dbal.connections' => [
  9464.             ],
  9465.             'sentry.tracing.cache.enabled' => true,
  9466.             'sentry.tracing.http_client.enabled' => true,
  9467.             'fos_elastica.property_accessor.magicCall' => false,
  9468.             'fos_elastica.property_accessor.throwExceptionOnInvalidIndex' => false,
  9469.             'fos_elastica.default_index' => 'recommendations',
  9470.             'ewz_recaptcha.ajax' => true,
  9471.             'ewz_recaptcha.enabled' => true,
  9472.             'ewz_recaptcha.verify_host' => false,
  9473.             'ewz_recaptcha.locale_key' => 'ru',
  9474.             'ewz_recaptcha.api_host' => 'www.google.com',
  9475.             'ewz_recaptcha.locale_from_request' => false,
  9476.             'ewz_recaptcha.version' => 2,
  9477.             'ewz_recaptcha.hide_badge' => false,
  9478.             'ewz_recaptcha.score_threshold' => 0.5,
  9479.             'ewz_recaptcha.timeout' => NULL,
  9480.             'ewz_recaptcha.trusted_roles' => [
  9481.             ],
  9482.             'ewz_recaptcha.http_proxy' => [
  9483.                 'host' => NULL,
  9484.                 'port' => NULL,
  9485.                 'auth' => NULL,
  9486.             ],
  9487.             'ewz_recaptcha.service_definition' => [
  9488.             ],
  9489.             'doctrine.migrations.preferred_em' => NULL,
  9490.             'doctrine.migrations.preferred_connection' => NULL,
  9491.             'misd_phone_number.serializer.default_region' => 'ZZ',
  9492.             'misd_phone_number.serializer.format' => 0,
  9493.             'misd_phone_number.validator.default_region' => 'ZZ',
  9494.             'misd_phone_number.validator.format' => 1,
  9495.             'knp_paginator.template.pagination' => '_pagination.html.twig',
  9496.             'knp_paginator.template.filtration' => '@KnpPaginator/Pagination/filtration.html.twig',
  9497.             'knp_paginator.template.sortable' => '@KnpPaginator/Pagination/sortable_link.html.twig',
  9498.             'knp_paginator.page_range' => 5,
  9499.             'knp_paginator.page_limit' => NULL,
  9500.             'porpaginas.twig.extension.class' => 'Porpaginas\\Twig\\PorpaginasExtension',
  9501.             'porpaginas.twig.rendering_adapter.knp.class' => 'AngelGamez\\PorpaginasBundle\\Twig\\KnpPagerRenderingAdapter',
  9502.             'porpaginas.twig.subscriber.class' => 'Porpaginas\\KnpPager\\PorpaginasSubscriber',
  9503.             'data_collector.templates' => [
  9504.                 'data_collector.request' => [
  9505.                     => 'request',
  9506.                     => '@WebProfiler/Collector/request.html.twig',
  9507.                 ],
  9508.                 'data_collector.time' => [
  9509.                     => 'time',
  9510.                     => '@WebProfiler/Collector/time.html.twig',
  9511.                 ],
  9512.                 'data_collector.memory' => [
  9513.                     => 'memory',
  9514.                     => '@WebProfiler/Collector/memory.html.twig',
  9515.                 ],
  9516.                 'data_collector.validator' => [
  9517.                     => 'validator',
  9518.                     => '@WebProfiler/Collector/validator.html.twig',
  9519.                 ],
  9520.                 'data_collector.ajax' => [
  9521.                     => 'ajax',
  9522.                     => '@WebProfiler/Collector/ajax.html.twig',
  9523.                 ],
  9524.                 'data_collector.form' => [
  9525.                     => 'form',
  9526.                     => '@WebProfiler/Collector/form.html.twig',
  9527.                 ],
  9528.                 'data_collector.exception' => [
  9529.                     => 'exception',
  9530.                     => '@WebProfiler/Collector/exception.html.twig',
  9531.                 ],
  9532.                 'data_collector.logger' => [
  9533.                     => 'logger',
  9534.                     => '@WebProfiler/Collector/logger.html.twig',
  9535.                 ],
  9536.                 'data_collector.events' => [
  9537.                     => 'events',
  9538.                     => '@WebProfiler/Collector/events.html.twig',
  9539.                 ],
  9540.                 'data_collector.router' => [
  9541.                     => 'router',
  9542.                     => '@WebProfiler/Collector/router.html.twig',
  9543.                 ],
  9544.                 'data_collector.cache' => [
  9545.                     => 'cache',
  9546.                     => '@WebProfiler/Collector/cache.html.twig',
  9547.                 ],
  9548.                 'data_collector.translation' => [
  9549.                     => 'translation',
  9550.                     => '@WebProfiler/Collector/translation.html.twig',
  9551.                 ],
  9552.                 'data_collector.security' => [
  9553.                     => 'security',
  9554.                     => '@Security/Collector/security.html.twig',
  9555.                 ],
  9556.                 'data_collector.twig' => [
  9557.                     => 'twig',
  9558.                     => '@WebProfiler/Collector/twig.html.twig',
  9559.                 ],
  9560.                 'data_collector.http_client' => [
  9561.                     => 'http_client',
  9562.                     => '@WebProfiler/Collector/http_client.html.twig',
  9563.                 ],
  9564.                 'data_collector.doctrine' => [
  9565.                     => 'db',
  9566.                     => '@Doctrine/Collector/db.html.twig',
  9567.                 ],
  9568.                 'data_collector.dump' => [
  9569.                     => 'dump',
  9570.                     => '@Debug/Profiler/dump.html.twig',
  9571.                 ],
  9572.                 'data_collector.messenger' => [
  9573.                     => 'messenger',
  9574.                     => '@WebProfiler/Collector/messenger.html.twig',
  9575.                 ],
  9576.                 'mailer.data_collector' => [
  9577.                     => 'mailer',
  9578.                     => '@WebProfiler/Collector/mailer.html.twig',
  9579.                 ],
  9580.                 'notifier.data_collector' => [
  9581.                     => 'notifier',
  9582.                     => '@WebProfiler/Collector/notifier.html.twig',
  9583.                 ],
  9584.                 'flagception.profiler.feature_data_collector' => [
  9585.                     => 'flagception',
  9586.                     => '@Flagception/profiler/layout.html.twig',
  9587.                 ],
  9588.                 'easyadmin.data_collector' => [
  9589.                     => 'easyadmin',
  9590.                     => '@EasyAdmin/data_collector/easyadmin.html.twig',
  9591.                 ],
  9592.                 'snc_redis.data_collector' => [
  9593.                     => 'redis',
  9594.                     => '@SncRedis/Collector/redis.html.twig',
  9595.                 ],
  9596.                 'eight_points_guzzle.data_collector' => [
  9597.                     => 'eight_points_guzzle',
  9598.                     => '@EightPointsGuzzle/debug.html.twig',
  9599.                 ],
  9600.                 'fos_elastica.data_collector' => [
  9601.                     => 'elastica',
  9602.                     => '@FOSElastica/Collector/elastica.html.twig',
  9603.                 ],
  9604.                 'App\\DataCollector\\DebugCollector' => [
  9605.                     => 'app.debug_collector',
  9606.                     => '_data_collector/debug_collector.html.twig',
  9607.                 ],
  9608.                 'data_collector.config' => [
  9609.                     => 'config',
  9610.                     => '@WebProfiler/Collector/config.html.twig',
  9611.                 ],
  9612.             ],
  9613.             'console.command.ids' => [
  9614.                 => 'console.command.public_alias.App\\Console\\Account\\BulkQueueWatchDog',
  9615.                 => 'console.command.public_alias.App\\Console\\Account\\ProcessBulkQueue',
  9616.                 => 'console.command.public_alias.App\\Console\\Deploy\\ConfigureCacheDirectoryCommand',
  9617.                 => 'console.command.public_alias.App\\Console\\Deploy\\RemoveOutdatedCacheDirectoriesCommand',
  9618.                 => 'console.command.public_alias.App\\Console\\Export\\ExportProfiles',
  9619.                 => 'console.command.public_alias.App\\Console\\Export\\ExportRotationListingsConfigCommand',
  9620.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForAvatarCommand',
  9621.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForESDescription',
  9622.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForFreeProfilesCommand',
  9623.                 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileModerationStatus',
  9624.                 10 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForProfileRecommendations',
  9625.                 11 => 'console.command.public_alias.App\\Console\\Feature\\AdaptForSearchByKeywords',
  9626.                 12 => 'console.command.public_alias.App\\Console\\Feature\\AddServicesForTask28733',
  9627.                 13 => 'console.command.public_alias.App\\Console\\Feature\\AnalExtraChargeToServiceExtraChargeCommand',
  9628.                 14 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForAvatarCommand',
  9629.                 15 => 'console.command.public_alias.App\\Console\\Feature\\RevertAdaptForFreeProfilesCommand',
  9630.                 16 => 'console.command.public_alias.App\\Console\\Feature\\SetAvatarFromFirstPhotoCommand',
  9631.                 17 => 'console.command.public_alias.App\\Console\\Feature\\SetUniqueDescriptionForDuplicatesCommand',
  9632.                 18 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationVerhnieLihoborodyi',
  9633.                 19 => 'console.command.public_alias.App\\Console\\Fix\\RemoveStationobvodnoyKanal',
  9634.                 20 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesCommand',
  9635.                 21 => 'console.command.public_alias.App\\Console\\Import\\ImportCitiesMapCoordinatesCommand',
  9636.                 22 => 'console.command.public_alias.App\\Console\\Import\\ImportPageMetadataCommand',
  9637.                 23 => 'console.command.public_alias.App\\Console\\Import\\ImportPaidPlacementPricesCommand',
  9638.                 24 => 'console.command.public_alias.App\\Console\\Import\\ImportPaymentProductsCommand',
  9639.                 25 => 'console.command.public_alias.App\\Console\\Import\\ImportProfilesCommand',
  9640.                 26 => 'console.command.public_alias.App\\Console\\Import\\ImportSaloonsCommand',
  9641.                 27 => 'console.command.public_alias.App\\Console\\Import\\ImportServicesCommand',
  9642.                 28 => 'console.command.public_alias.App\\Console\\Import\\ImportStationDistrictCommand',
  9643.                 29 => 'console.command.public_alias.App\\Console\\Management\\ClearCtrValuesCache',
  9644.                 30 => 'console.command.public_alias.App\\Console\\Management\\ClearCurrentModerationList',
  9645.                 31 => 'console.command.public_alias.App\\Console\\Management\\CreateStaffAccountCommand',
  9646.                 32 => 'console.command.public_alias.App\\Console\\Management\\DeleteModerationRejectedProfiles',
  9647.                 33 => 'console.command.public_alias.App\\Console\\Management\\HideFreeUnapprovedPlacements',
  9648.                 34 => 'console.command.public_alias.App\\Console\\Management\\PersistProfileCtrValuesPermanent',
  9649.                 35 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForProfiles',
  9650.                 36 => 'console.command.public_alias.App\\Console\\Management\\SetSeoPhoneNumbersForSaloons',
  9651.                 37 => 'console.command.public_alias.App\\Console\\Management\\UpdateStations',
  9652.                 38 => 'console.command.public_alias.App\\Console\\Management\\UpdateUsersTrustedStatus',
  9653.                 39 => 'console.command.public_alias.App\\Console\\Routing\\GenerateCityUriDumpCommand',
  9654.                 40 => 'console.command.public_alias.App\\Console\\Routing\\GenerateServicesUriDumpCommand',
  9655.                 41 => 'console.command.public_alias.App\\Console\\SEO\\CreatePageMetadataTemplatesCommand',
  9656.                 42 => 'console.command.public_alias.App\\Console\\SEO\\GenerateSitemapCommand',
  9657.                 43 => 'console.command.public_alias.App\\Console\\SEO\\ImportPageMetadataCommand',
  9658.                 44 => 'console.command.public_alias.App\\Console\\SEO\\ImportProfileDescriptionCommand',
  9659.                 45 => 'console.command.public_alias.App\\Console\\SEO\\ListingPagesSitemapGenerator',
  9660.                 46 => 'console.command.public_alias.App\\Console\\Sales\\FixProfileAdBoardPositionsCommand',
  9661.                 47 => 'console.command.public_alias.App\\Console\\Sales\\ManualAccountChargesCommand',
  9662.                 48 => 'console.command.public_alias.App\\Console\\Sales\\MigrateFinancialDataCommand',
  9663.                 49 => 'console.command.public_alias.App\\Console\\Sales\\PlaceProfilesFreeAdBoardPlacementsCommand',
  9664.                 50 => 'console.command.public_alias.App\\Console\\Sales\\PlacementHiderHourlyChargeCommand',
  9665.                 51 => 'console.command.public_alias.App\\Console\\Sales\\ProcessOutdatedNewSidebarPlacementsCommand',
  9666.                 52 => 'console.command.public_alias.App\\Console\\Sales\\ProfileAdBoardHourlyChargeCommand',
  9667.                 53 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileAdBoardPlacementsCommand',
  9668.                 54 => 'console.command.public_alias.App\\Console\\Sales\\RotateProfileFreeAdBoardPlacementsCommand',
  9669.                 55 => 'console.command.public_alias.App\\Console\\Sales\\RotateSaloonAdBoardPlacementsCommand',
  9670.                 56 => 'console.command.public_alias.App\\Console\\Sales\\RotateSidebarPlacementsCommand',
  9671.                 57 => 'console.command.public_alias.App\\Console\\Sales\\SaloonAdBoardHourlyChargeCommand',
  9672.                 58 => 'console.command.public_alias.App\\Console\\Sales\\UserLowBalanceNotifyCommand',
  9673.                 59 => 'console.command.public_alias.App\\Console\\System\\FillIpAddressRangeCommand',
  9674.                 60 => 'console.command.public_alias.App\\Console\\System\\PrepareOldVideoFilesCommand',
  9675.                 61 => 'console.command.public_alias.App\\Console\\TestData\\CreateDummyAccounts',
  9676.             ],
  9677.         ];
  9678.     }
  9679.     protected function throw($message)
  9680.     {
  9681.         throw new RuntimeException($message);
  9682.     }
  9683. }