var/cache/te_dev/ContainerH8sZpfT/FlexApp_KernelTe_devDebugContainer.php line 26250

Open in your IDE?
  1. <?php
  2. namespace ContainerH8sZpfT;
  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 FlexApp_KernelTe_devDebugContainer 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.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'AdmBundle\\Controller\\AdmCfgPageController' => 'getAdmCfgPageControllerService',
  47.             'AdmBundle\\Controller\\AdmCfgParametersController' => 'getAdmCfgParametersControllerService',
  48.             'AdmBundle\\Controller\\ArticleController' => 'getArticleControllerService',
  49.             'AdmBundle\\Controller\\ArticleFilterController' => 'getArticleFilterControllerService',
  50.             'AdmBundle\\Controller\\BlogController' => 'getBlogControllerService',
  51.             'AdmBundle\\Controller\\BoolDBSettingController' => 'getBoolDBSettingControllerService',
  52.             'AdmBundle\\Controller\\BrandController' => 'getBrandControllerService',
  53.             'AdmBundle\\Controller\\CalendarController' => 'getCalendarControllerService',
  54.             'AdmBundle\\Controller\\CheckListController' => 'getCheckListControllerService',
  55.             'AdmBundle\\Controller\\CollectionController' => 'getCollectionControllerService',
  56.             'AdmBundle\\Controller\\CommentController' => 'getCommentControllerService',
  57.             'AdmBundle\\Controller\\ConsultantController' => 'getConsultantControllerService',
  58.             'AdmBundle\\Controller\\CountryController' => 'getCountryControllerService',
  59.             'AdmBundle\\Controller\\CountryLangSpecificDataController' => 'getCountryLangSpecificDataControllerService',
  60.             'AdmBundle\\Controller\\CurrencyNgController' => 'getCurrencyNgControllerService',
  61.             'AdmBundle\\Controller\\DashboardController' => 'getDashboardControllerService',
  62.             'AdmBundle\\Controller\\ExhController' => 'getExhControllerService',
  63.             'AdmBundle\\Controller\\ExportController' => 'getExportControllerService',
  64.             'AdmBundle\\Controller\\ExtendedController' => 'getExtendedControllerService',
  65.             'AdmBundle\\Controller\\FactoryNgController' => 'getFactoryNgControllerService',
  66.             'AdmBundle\\Controller\\FilesController' => 'getFilesControllerService',
  67.             'AdmBundle\\Controller\\FilterController' => 'getFilterControllerService',
  68.             'AdmBundle\\Controller\\FilterGroupController' => 'getFilterGroupControllerService',
  69.             'AdmBundle\\Controller\\FilterGroupSortController' => 'getFilterGroupSortControllerService',
  70.             'AdmBundle\\Controller\\GeoCountryController' => 'getGeoCountryControllerService',
  71.             'AdmBundle\\Controller\\HistoryController' => 'getHistoryControllerService',
  72.             'AdmBundle\\Controller\\InteriorFilterController' => 'getInteriorFilterControllerService',
  73.             'AdmBundle\\Controller\\ListBigSizeFormatController' => 'getListBigSizeFormatControllerService',
  74.             'AdmBundle\\Controller\\ListCountryController' => 'getListCountryControllerService',
  75.             'AdmBundle\\Controller\\ListEmailController' => 'getListEmailControllerService',
  76.             'AdmBundle\\Controller\\LocalizationController' => 'getLocalizationControllerService',
  77.             'AdmBundle\\Controller\\MobileUserSliderController' => 'getMobileUserSliderControllerService',
  78.             'AdmBundle\\Controller\\NameNgController' => 'getNameNgControllerService',
  79.             'AdmBundle\\Controller\\OrderController' => 'getOrderControllerService',
  80.             'AdmBundle\\Controller\\ParticipantController' => 'getParticipantControllerService',
  81.             'AdmBundle\\Controller\\PollController' => 'getPollControllerService',
  82.             'AdmBundle\\Controller\\StatOrdersController' => 'getStatOrdersControllerService',
  83.             'AdmBundle\\Controller\\StatViewsController' => 'getStatViewsControllerService',
  84.             'AdmBundle\\Controller\\StaticPageController' => 'getStaticPageControllerService',
  85.             'AdmBundle\\Controller\\ToolsController' => 'getToolsControllerService',
  86.             'AdmBundle\\Controller\\TransController' => 'getTransControllerService',
  87.             'AdmBundle\\Controller\\TransExController' => 'getTransExControllerService',
  88.             'AdmBundle\\Controller\\TransGroupController' => 'getTransGroupControllerService',
  89.             'AdmBundle\\Controller\\TransMeasuresController' => 'getTransMeasuresControllerService',
  90.             'AdmBundle\\Controller\\TranslatorController' => 'getTranslatorControllerService',
  91.             'AdmBundle\\Controller\\UsersController' => 'getUsersControllerService',
  92.             'AdmBundle\\Controller\\VacancyController' => 'getVacancyControllerService',
  93.             'AdmBundle\\Controller\\WidgetController' => 'getWidgetControllerService',
  94.             'Faker\\Generator' => 'getGeneratorService',
  95.             'FlexApp\\Controller\\AmazonPersonalizeController' => 'getAmazonPersonalizeControllerService',
  96.             'FlexApp\\Controller\\Api\\GetEmailReviewController' => 'getGetEmailReviewControllerService',
  97.             'FlexApp\\Controller\\Api\\MobileUserSliderController' => 'getMobileUserSliderController2Service',
  98.             'FlexApp\\Controller\\Api\\PollController' => 'getPollController2Service',
  99.             'FlexApp\\Controller\\Api\\SaveJsLogController' => 'getSaveJsLogControllerService',
  100.             'FlexApp\\Controller\\Api\\TransApiController' => 'getTransApiControllerService',
  101.             'FlexApp\\Controller\\Api\\TransExApiController' => 'getTransExApiControllerService',
  102.             'FlexApp\\Controller\\Api\\UserApiController' => 'getUserApiControllerService',
  103.             'FlexApp\\Controller\\CareerController' => 'getCareerControllerService',
  104.             'FlexApp\\Controller\\ChangeLocaleStatController' => 'getChangeLocaleStatControllerService',
  105.             'FlexApp\\Controller\\ChatBController' => 'getChatBControllerService',
  106.             'FlexApp\\Controller\\CollectionReviewController' => 'getCollectionReviewControllerService',
  107.             'FlexApp\\Controller\\CommentController' => 'getCommentController2Service',
  108.             'FlexApp\\Controller\\CompareArticleController' => 'getCompareArticleControllerService',
  109.             'FlexApp\\Controller\\CryptoPaymentController' => 'getCryptoPaymentControllerService',
  110.             'FlexApp\\Controller\\EmailTrackingController' => 'getEmailTrackingControllerService',
  111.             'FlexApp\\Controller\\FileUploadExampleController' => 'getFileUploadExampleControllerService',
  112.             'FlexApp\\Controller\\HeaderApiController' => 'getHeaderApiControllerService',
  113.             'FlexApp\\Controller\\HeaderOrderApiController' => 'getHeaderOrderApiControllerService',
  114.             'FlexApp\\Controller\\InterviewController' => 'getInterviewControllerService',
  115.             'FlexApp\\Controller\\LeaveReviewController' => 'getLeaveReviewControllerService',
  116.             'FlexApp\\Controller\\MailingReportController' => 'getMailingReportControllerService',
  117.             'FlexApp\\Controller\\NewUserProfileController' => 'getNewUserProfileControllerService',
  118.             'FlexApp\\Controller\\NotExtend\\FixFailsController' => 'getFixFailsControllerService',
  119.             'FlexApp\\Controller\\NotExtend\\LogsController' => 'getLogsControllerService',
  120.             'FlexApp\\Controller\\NotExtend\\ManualTestController' => 'getManualTestControllerService',
  121.             'FlexApp\\Controller\\NotExtend\\PortalApiController' => 'getPortalApiControllerService',
  122.             'FlexApp\\Controller\\OneCController' => 'getOneCControllerService',
  123.             'FlexApp\\Controller\\PriceSyncController' => 'getPriceSyncControllerService',
  124.             'FlexApp\\Controller\\PushController' => 'getPushControllerService',
  125.             'FlexApp\\Controller\\ReviewsReportController' => 'getReviewsReportControllerService',
  126.             'FlexApp\\Controller\\SaveUserCookieController' => 'getSaveUserCookieControllerService',
  127.             'FlexApp\\Controller\\SecurityController' => 'getSecurityControllerService',
  128.             'FlexApp\\Controller\\VisitController' => 'getVisitControllerService',
  129.             'FlexApp\\Extensions\\RouterDecorator' => 'getRouterDecoratorService',
  130.             'FlexApp\\Repository\\CommentRepository' => 'getCommentRepositoryService',
  131.             'FlexApp\\Service\\BBCodeManager' => 'getBBCodeManagerService',
  132.             'FlexApp\\Service\\CalendarService' => 'getCalendarServiceService',
  133.             'FlexApp\\Service\\CollectionsDataStructureForLeaveReviewProvider' => 'getCollectionsDataStructureForLeaveReviewProviderService',
  134.             'FlexApp\\Service\\CommentablePageDataProvider' => 'getCommentablePageDataProviderService',
  135.             'FlexApp\\Service\\ConsDataForContactsPageProvider' => 'getConsDataForContactsPageProviderService',
  136.             'FlexApp\\Service\\ConsDefiner' => 'getConsDefinerService',
  137.             'FlexApp\\Service\\CurrentUserProvider' => 'getCurrentUserProviderService',
  138.             'FlexApp\\Service\\ExtendedCountryListProvider' => 'getExtendedCountryListProviderService',
  139.             'FlexApp\\Service\\LoginLinkGenerator' => 'getLoginLinkGeneratorService',
  140.             'FlexApp\\Service\\LogsManager' => 'getLogsManagerService',
  141.             'FlexApp\\Service\\ParametersGenerator' => 'getParametersGeneratorService',
  142.             'FlexApp\\Service\\RedisCachePool' => 'getRedisCachePoolService',
  143.             'FlexApp\\Service\\SystemChatNotificationService' => 'getSystemChatNotificationServiceService',
  144.             'FlexApp\\Service\\TimeFormatTransformer' => 'getTimeFormatTransformerService',
  145.             'FlexApp\\Service\\TimezoneManager' => 'getTimezoneManagerService',
  146.             'Import1CBundle\\Command\\ArticleReviewGoogleFeed\\DataProvider\\ArticleReviewProvider' => 'getArticleReviewProviderService',
  147.             'Import1CBundle\\Command\\ArticleReviewGoogleFeed\\Service\\ReviewsFeedXmlWriter' => 'getReviewsFeedXmlWriterService',
  148.             'Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand' => 'getSyncListMeasureWithEdinicaCommandService',
  149.             'Import1CBundle\\Controller\\v3\\Api\\ApiController' => 'getApiControllerService',
  150.             'Import1CBundle\\Controller\\v3\\Api\\ArticleController' => 'getArticleController2Service',
  151.             'Import1CBundle\\Controller\\v3\\Api\\CheckListController' => 'getCheckListController2Service',
  152.             'Import1CBundle\\Controller\\v3\\Api\\CollectionController' => 'getCollectionController2Service',
  153.             'Import1CBundle\\Controller\\v3\\Api\\CommonController' => 'getCommonControllerService',
  154.             'Import1CBundle\\Controller\\v3\\Api\\FactoryController' => 'getFactoryControllerService',
  155.             'Import1CBundle\\Controller\\v3\\Api\\ImagesController' => 'getImagesControllerService',
  156.             'Import1CBundle\\Controller\\v3\\Api\\InteriorController' => 'getInteriorControllerService',
  157.             'Import1CBundle\\Controller\\v3\\Api\\OneCController' => 'getOneCController2Service',
  158.             'Import1CBundle\\Controller\\v3\\Api\\UploadController' => 'getUploadControllerService',
  159.             'Import1CBundle\\Controller\\v3\\ArticleHandlerController' => 'getArticleHandlerControllerService',
  160.             'Import1CBundle\\Controller\\v3\\ArticleServiceController' => 'getArticleServiceControllerService',
  161.             'Import1CBundle\\Controller\\v3\\CheckListController' => 'getCheckListController3Service',
  162.             'Import1CBundle\\Controller\\v3\\CollectionController' => 'getCollectionController3Service',
  163.             'Import1CBundle\\Controller\\v3\\CollectionHandlerController' => 'getCollectionHandlerControllerService',
  164.             'Import1CBundle\\Controller\\v3\\FactoryHandlerController' => 'getFactoryHandlerControllerService',
  165.             'Import1CBundle\\Controller\\v3\\FactoryServiceController' => 'getFactoryServiceControllerService',
  166.             'Import1CBundle\\Controller\\v3\\HistoryController' => 'getHistoryController2Service',
  167.             'Import1CBundle\\Controller\\v3\\HomeController' => 'getHomeControllerService',
  168.             'Import1CBundle\\Controller\\v3\\InteriorHandlerController' => 'getInteriorHandlerControllerService',
  169.             'Import1CBundle\\Controller\\v3\\InteriorServiceController' => 'getInteriorServiceControllerService',
  170.             'Import1CBundle\\Controller\\v3\\OneCController' => 'getOneCController3Service',
  171.             'Import1CBundle\\Controller\\v3\\ReportController' => 'getReportControllerService',
  172.             'Import1CBundle\\Controller\\v3\\SliderController' => 'getSliderControllerService',
  173.             'Import1CBundle\\Controller\\v3\\UpdateController' => 'getUpdateControllerService',
  174.             'Import1CBundle\\Controller\\v3\\UploadController' => 'getUploadController2Service',
  175.             'Import1CBundle\\Controller\\v4\\ImageController' => 'getImageControllerService',
  176.             'Import1CBundle\\Controller\\v4\\InteriorServiceController' => 'getInteriorServiceController2Service',
  177.             'Import1CBundle\\Controller\\v4\\UploadController' => 'getUploadController3Service',
  178.             'Import1CBundle\\Controller\\v4\\api\\ApiController' => 'getApiController2Service',
  179.             'Import1CBundle\\Controller\\v4\\api\\CitrixController' => 'getCitrixControllerService',
  180.             'Import1CBundle\\Controller\\v4\\api\\UploadController' => 'getUploadController4Service',
  181.             'Import1CBundle\\EventListener\\CollectionStatusChangeListener' => 'getCollectionStatusChangeListenerService',
  182.             'Import1CBundle\\EventListener\\InteriorArticlesLinkingListener' => 'getInteriorArticlesLinkingListenerService',
  183.             'Import1CBundle\\MessageHandler\\Feed\\ProcessFeedLinksBatchHandler' => 'getProcessFeedLinksBatchHandlerService',
  184.             'Import1CBundle\\Repository\\ArticleReviewsRepository' => 'getArticleReviewsRepositoryService',
  185.             'Import1CBundle\\Repository\\OneC\\AbstractRepository' => 'getAbstractRepositoryService',
  186.             'Import1CBundle\\Repository\\OneC\\EdinicaRepository' => 'getEdinicaRepositoryService',
  187.             'Import1CBundle\\Service\\MeasureListEdinicaService' => 'getMeasureListEdinicaServiceService',
  188.             'Import1CBundle\\Service\\v3\\FilteredArticlesGoogleFeedEndpointClient' => 'getFilteredArticlesGoogleFeedEndpointClientService',
  189.             'Import1CBundle\\Service\\v3\\FilteredArticlesGoogleFeedFileManager' => 'getFilteredArticlesGoogleFeedFileManagerService',
  190.             'Limenius\\Liform\\Form\\Extension\\AddLiformExtension' => 'getAddLiformExtensionService',
  191.             'Limenius\\Liform\\Liform' => 'getLiformService',
  192.             'Limenius\\Liform\\Resolver' => 'getResolverService',
  193.             'Limenius\\Liform\\Serializer\\Normalizer\\FormErrorNormalizer' => 'getFormErrorNormalizerService',
  194.             'Limenius\\Liform\\Serializer\\Normalizer\\InitialValuesNormalizer' => 'getInitialValuesNormalizerService',
  195.             'Sentry\\Integration\\IgnoreErrorsIntegration' => 'getIgnoreErrorsIntegrationService',
  196.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  197.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  198.             'WebBundle\\Client\\GoogleTranslateClient' => 'getGoogleTranslateClientService',
  199.             'WebBundle\\Client\\OneCSoapApiClient' => 'getOneCSoapApiClientService',
  200.             'WebBundle\\Command\\SendPaidIncompletelyReminderCommand' => 'getSendPaidIncompletelyReminderCommandService',
  201.             'WebBundle\\Controller\\Api\\AnalyticsApiController' => 'getAnalyticsApiControllerService',
  202.             'WebBundle\\Controller\\Api\\ApiController' => 'getApiController3Service',
  203.             'WebBundle\\Controller\\Api\\ExtendedApiController' => 'getExtendedApiControllerService',
  204.             'WebBundle\\Controller\\Api\\TestConnectApiController' => 'getTestConnectApiControllerService',
  205.             'WebBundle\\Controller\\BuyOrderController' => 'getBuyOrderControllerService',
  206.             'WebBundle\\Controller\\CatalogController' => 'getCatalogControllerService',
  207.             'WebBundle\\Controller\\CollectionController' => 'getCollectionController4Service',
  208.             'WebBundle\\Controller\\CommonController' => 'getCommonController2Service',
  209.             'WebBundle\\Controller\\CookieController' => 'getCookieControllerService',
  210.             'WebBundle\\Controller\\DbgetController' => 'getDbgetControllerService',
  211.             'WebBundle\\Controller\\DeliveryController' => 'getDeliveryControllerService',
  212.             'WebBundle\\Controller\\ExtendedController' => 'getExtendedController2Service',
  213.             'WebBundle\\Controller\\FiltersController' => 'getFiltersControllerService',
  214.             'WebBundle\\Controller\\HomeController' => 'getHomeController2Service',
  215.             'WebBundle\\Controller\\IdeaController' => 'getIdeaControllerService',
  216.             'WebBundle\\Controller\\InvoiceController' => 'getInvoiceControllerService',
  217.             'WebBundle\\Controller\\JournalCollectionController' => 'getJournalCollectionControllerService',
  218.             'WebBundle\\Controller\\KladrController' => 'getKladrControllerService',
  219.             'WebBundle\\Controller\\MakingController' => 'getMakingControllerService',
  220.             'WebBundle\\Controller\\OrderController' => 'getOrderController2Service',
  221.             'WebBundle\\Controller\\OrderPaymentController' => 'getOrderPaymentControllerService',
  222.             'WebBundle\\Controller\\OrdersController' => 'getOrdersControllerService',
  223.             'WebBundle\\Controller\\PageController' => 'getPageControllerService',
  224.             'WebBundle\\Controller\\PaymentFromOneCController' => 'getPaymentFromOneCControllerService',
  225.             'WebBundle\\Controller\\ProductReviewController' => 'getProductReviewControllerService',
  226.             'WebBundle\\Controller\\ProductionController' => 'getProductionControllerService',
  227.             'WebBundle\\Controller\\ProformaController' => 'getProformaControllerService',
  228.             'WebBundle\\Controller\\PublicationController' => 'getPublicationControllerService',
  229.             'WebBundle\\Controller\\ResettingController' => 'getResettingControllerService',
  230.             'WebBundle\\Controller\\ReviewController' => 'getReviewControllerService',
  231.             'WebBundle\\Controller\\SampleController' => 'getSampleControllerService',
  232.             'WebBundle\\Controller\\SearchController' => 'getSearchControllerService',
  233.             'WebBundle\\Controller\\SeoController' => 'getSeoControllerService',
  234.             'WebBundle\\Controller\\SliderController' => 'getSliderController2Service',
  235.             'WebBundle\\Controller\\SoapController' => 'getSoapControllerService',
  236.             'WebBundle\\Controller\\SupportController' => 'getSupportControllerService',
  237.             'WebBundle\\Controller\\TableRouterController' => 'getTableRouterControllerService',
  238.             'WebBundle\\Controller\\TileController' => 'getTileControllerService',
  239.             'WebBundle\\Controller\\TopController' => 'getTopControllerService',
  240.             'WebBundle\\Controller\\TranslateController' => 'getTranslateControllerService',
  241.             'WebBundle\\Controller\\TwilioController' => 'getTwilioControllerService',
  242.             'WebBundle\\Controller\\UserController' => 'getUserControllerService',
  243.             'WebBundle\\Controller\\UserProfileController' => 'getUserProfileControllerService',
  244.             'WebBundle\\Controller\\VacancyController' => 'getVacancyController2Service',
  245.             'WebBundle\\Controller\\WidgetsController' => 'getWidgetsControllerService',
  246.             'WebBundle\\Factory\\ListMeasureFactory' => 'getListMeasureFactoryService',
  247.             'WebBundle\\Filler\\BuyOrderDeliveryFiller' => 'getBuyOrderDeliveryFillerService',
  248.             'WebBundle\\Filler\\ListEmailFiller' => 'getListEmailFillerService',
  249.             'WebBundle\\Filler\\MessageFiller' => 'getMessageFillerService',
  250.             'WebBundle\\Filler\\OrderFiller' => 'getOrderFillerService',
  251.             'WebBundle\\Filler\\OrderItemsFiller' => 'getOrderItemsFillerService',
  252.             'WebBundle\\Filler\\OrderOneCFiller' => 'getOrderOneCFillerService',
  253.             'WebBundle\\Helper\\Mailer' => 'getMailerService',
  254.             'WebBundle\\Helper\\ParticipantHelper' => 'getParticipantHelperService',
  255.             'WebBundle\\Helper\\PortalHelper' => 'getPortalHelperService',
  256.             'WebBundle\\Helper\\TextHelper' => 'getTextHelperService',
  257.             'WebBundle\\Repository\\ArticleDetailRepository' => 'getArticleDetailRepositoryService',
  258.             'WebBundle\\Repository\\ArticleFilterRepository' => 'getArticleFilterRepositoryService',
  259.             'WebBundle\\Repository\\ArticleRepository' => 'getArticleRepositoryService',
  260.             'WebBundle\\Repository\\BuyOrderArticleHolidayRepository' => 'getBuyOrderArticleHolidayRepositoryService',
  261.             'WebBundle\\Repository\\BuyOrderArticleRepository' => 'getBuyOrderArticleRepositoryService',
  262.             'WebBundle\\Repository\\BuyOrderManagerRepository' => 'getBuyOrderManagerRepositoryService',
  263.             'WebBundle\\Repository\\BuyOrderRepository' => 'getBuyOrderRepositoryService',
  264.             'WebBundle\\Repository\\CollectionRepository' => 'getCollectionRepositoryService',
  265.             'WebBundle\\Repository\\ConfirmTimeStatRepository' => 'getConfirmTimeStatRepositoryService',
  266.             'WebBundle\\Repository\\DeliveryRequestRepository' => 'getDeliveryRequestRepositoryService',
  267.             'WebBundle\\Repository\\FactoryRepository' => 'getFactoryRepositoryService',
  268.             'WebBundle\\Repository\\FilterDisplaySettingsRepository' => 'getFilterDisplaySettingsRepositoryService',
  269.             'WebBundle\\Repository\\FilterGroupRepository' => 'getFilterGroupRepositoryService',
  270.             'WebBundle\\Repository\\FilterHistorySearchRepository' => 'getFilterHistorySearchRepositoryService',
  271.             'WebBundle\\Repository\\FilterRepository' => 'getFilterRepositoryService',
  272.             'WebBundle\\Repository\\IdeaRepository' => 'getIdeaRepositoryService',
  273.             'WebBundle\\Repository\\IdeasShareRepository' => 'getIdeasShareRepositoryService',
  274.             'WebBundle\\Repository\\InteriorFilterRepository' => 'getInteriorFilterRepositoryService',
  275.             'WebBundle\\Repository\\InteriorHistoryRepository' => 'getInteriorHistoryRepositoryService',
  276.             'WebBundle\\Repository\\InteriorRepository' => 'getInteriorRepositoryService',
  277.             'WebBundle\\Repository\\ItalianMunicipalityRepository' => 'getItalianMunicipalityRepositoryService',
  278.             'WebBundle\\Repository\\LastUrlRepository' => 'getLastUrlRepositoryService',
  279.             'WebBundle\\Repository\\ListCountryRepository' => 'getListCountryRepositoryService',
  280.             'WebBundle\\Repository\\ListEmailRepository' => 'getListEmailRepositoryService',
  281.             'WebBundle\\Repository\\ListMaterialRepository' => 'getListMaterialRepositoryService',
  282.             'WebBundle\\Repository\\ListMeasureRepository' => 'getListMeasureRepositoryService',
  283.             'WebBundle\\Repository\\ListVatRepository' => 'getListVatRepositoryService',
  284.             'WebBundle\\Repository\\OrderAddressRepository' => 'getOrderAddressRepositoryService',
  285.             'WebBundle\\Repository\\OrderHistoryRepository' => 'getOrderHistoryRepositoryService',
  286.             'WebBundle\\Repository\\OrderPaymentRepository' => 'getOrderPaymentRepositoryService',
  287.             'WebBundle\\Repository\\PaymentFromOneCRepository' => 'getPaymentFromOneCRepositoryService',
  288.             'WebBundle\\Repository\\ProductReviewsCacheRepository' => 'getProductReviewsCacheRepositoryService',
  289.             'WebBundle\\Repository\\ProductionRepository' => 'getProductionRepositoryService',
  290.             'WebBundle\\Repository\\ProductionShipmentRepository' => 'getProductionShipmentRepositoryService',
  291.             'WebBundle\\Repository\\PublicationRepository' => 'getPublicationRepositoryService',
  292.             'WebBundle\\Repository\\ReviewsCacheRepository' => 'getReviewsCacheRepositoryService',
  293.             'WebBundle\\Repository\\StaticPageRepository' => 'getStaticPageRepositoryService',
  294.             'WebBundle\\Repository\\TransRepository' => 'getTransRepositoryService',
  295.             'WebBundle\\Repository\\UserForeignAliasRepository' => 'getUserForeignAliasRepositoryService',
  296.             'WebBundle\\Repository\\UserRepository' => 'getUserRepositoryService',
  297.             'WebBundle\\Repository\\VisitRepository' => 'getVisitRepositoryService',
  298.             'WebBundle\\Repository\\WarehouseRepository' => 'getWarehouseRepositoryService',
  299.             'WebBundle\\Service\\AlertingService' => 'getAlertingServiceService',
  300.             'WebBundle\\Service\\AnalyticsService' => 'getAnalyticsServiceService',
  301.             'WebBundle\\Service\\BuyOrderDeliveryService' => 'getBuyOrderDeliveryServiceService',
  302.             'WebBundle\\Service\\BuyOrderManagerService' => 'getBuyOrderManagerServiceService',
  303.             'WebBundle\\Service\\CareerService' => 'getCareerServiceService',
  304.             'WebBundle\\Service\\CollectionSettingsService' => 'getCollectionSettingsServiceService',
  305.             'WebBundle\\Service\\CountryService' => 'getCountryServiceService',
  306.             'WebBundle\\Service\\GoogleTranslateService' => 'getGoogleTranslateServiceService',
  307.             'WebBundle\\Service\\HomeService' => 'getHomeServiceService',
  308.             'WebBundle\\Service\\ItalianTaxCodeService' => 'getItalianTaxCodeServiceService',
  309.             'WebBundle\\Service\\LanguageService' => 'getLanguageServiceService',
  310.             'WebBundle\\Service\\OrderRefundService' => 'getOrderRefundServiceService',
  311.             'WebBundle\\Service\\PaidIncompletelyReminderService' => 'getPaidIncompletelyReminderServiceService',
  312.             'WebBundle\\Service\\PortalService' => 'getPortalServiceService',
  313.             'WebBundle\\Service\\ProformaFileService' => 'getProformaFileServiceService',
  314.             'WebBundle\\Service\\SearchService' => 'getSearchServiceService',
  315.             'WebBundle\\Service\\SeoService' => 'getSeoServiceService',
  316.             'WebBundle\\Service\\SitemapGenerator' => 'getSitemapGeneratorService',
  317.             'WebBundle\\Service\\SliderService' => 'getSliderServiceService',
  318.             'WebBundle\\Service\\StructuredData\\ProductSliderLdJsonBuilder' => 'getProductSliderLdJsonBuilderService',
  319.             'WebBundle\\Service\\TranslationService' => 'getTranslationServiceService',
  320.             'WebBundle\\Service\\WarehouseService' => 'getWarehouseServiceService',
  321.             'WebBundle\\Validator\\Constraints\\CommentValidator' => 'getCommentValidatorService',
  322.             'adm.arr_helper.facade' => 'getAdm_ArrHelper_FacadeService',
  323.             'adm.repository.measure' => 'getAdm_Repository_MeasureService',
  324.             'adm.request_helper.facade' => 'getAdm_RequestHelper_FacadeService',
  325.             'adm.runtime.facade' => 'getAdm_Runtime_FacadeService',
  326.             'adm.service' => 'getAdm_ServiceService',
  327.             'adm.service.article' => 'getAdm_Service_ArticleService',
  328.             'adm.service.article.filter' => 'getAdm_Service_Article_FilterService',
  329.             'adm.service.article_filters_filler' => 'getAdm_Service_ArticleFiltersFillerService',
  330.             'adm.service.article_sort_filler' => 'getAdm_Service_ArticleSortFillerService',
  331.             'adm.service.big_size_format' => 'getAdm_Service_BigSizeFormatService',
  332.             'adm.service.blog' => 'getAdm_Service_BlogService',
  333.             'adm.service.bool_db_setting' => 'getAdm_Service_BoolDbSettingService',
  334.             'adm.service.brand' => 'getAdm_Service_BrandService',
  335.             'adm.service.calendar' => 'getAdm_Service_CalendarService',
  336.             'adm.service.cfg.page' => 'getAdm_Service_Cfg_PageService',
  337.             'adm.service.check_list' => 'getAdm_Service_CheckListService',
  338.             'adm.service.collection' => 'getAdm_Service_CollectionService',
  339.             'adm.service.comment' => 'getAdm_Service_CommentService',
  340.             'adm.service.consultant' => 'getAdm_Service_ConsultantService',
  341.             'adm.service.contact' => 'getAdm_Service_ContactService',
  342.             'adm.service.country' => 'getAdm_Service_CountryService',
  343.             'adm.service.country_and_lang_specific_data' => 'getAdm_Service_CountryAndLangSpecificDataService',
  344.             'adm.service.currency_ng' => 'getAdm_Service_CurrencyNgService',
  345.             'adm.service.exh' => 'getAdm_Service_ExhService',
  346.             'adm.service.factory_ng' => 'getAdm_Service_FactoryNgService',
  347.             'adm.service.files' => 'getAdm_Service_FilesService',
  348.             'adm.service.filter' => 'getAdm_Service_FilterService',
  349.             'adm.service.filter.group' => 'getAdm_Service_Filter_GroupService',
  350.             'adm.service.filter_group_sort' => 'getAdm_Service_FilterGroupSortService',
  351.             'adm.service.geo.country' => 'getAdm_Service_Geo_CountryService',
  352.             'adm.service.history' => 'getAdm_Service_HistoryService',
  353.             'adm.service.interior.filter' => 'getAdm_Service_Interior_FilterService',
  354.             'adm.service.interior_filters_filler' => 'getAdm_Service_InteriorFiltersFillerService',
  355.             'adm.service.list.email' => 'getAdm_Service_List_EmailService',
  356.             'adm.service.list_country' => 'getAdm_Service_ListCountryService',
  357.             'adm.service.localization' => 'getAdm_Service_LocalizationService',
  358.             'adm.service.measure' => 'getAdm_Service_MeasureService',
  359.             'adm.service.mobile_user_slider' => 'getAdm_Service_MobileUserSliderService',
  360.             'adm.service.name_ng' => 'getAdm_Service_NameNgService',
  361.             'adm.service.order' => 'getAdm_Service_OrderService',
  362.             'adm.service.page.meta' => 'getAdm_Service_Page_MetaService',
  363.             'adm.service.participant' => 'getAdm_Service_ParticipantService',
  364.             'adm.service.poll' => 'getAdm_Service_PollService',
  365.             'adm.service.stat.orders' => 'getAdm_Service_Stat_OrdersService',
  366.             'adm.service.stat.views' => 'getAdm_Service_Stat_ViewsService',
  367.             'adm.service.static.page' => 'getAdm_Service_Static_PageService',
  368.             'adm.service.tools' => 'getAdm_Service_ToolsService',
  369.             'adm.service.trans' => 'getAdm_Service_TransService',
  370.             'adm.service.trans.group' => 'getAdm_Service_Trans_GroupService',
  371.             'adm.service.trans_ex' => 'getAdm_Service_TransExService',
  372.             'adm.service.users' => 'getAdm_Service_UsersService',
  373.             'adm.service.vacancy' => 'getAdm_Service_VacancyService',
  374.             'adm.service.widget' => 'getAdm_Service_WidgetService',
  375.             'app.amazon.personalize' => 'getApp_Amazon_PersonalizeService',
  376.             'app.amazon_personalize_service' => 'getApp_AmazonPersonalizeServiceService',
  377.             'app.encoder.json' => 'getApp_Encoder_JsonService',
  378.             'app.encoder.xml' => 'getApp_Encoder_XmlService',
  379.             'app.helper.bbcode' => 'getApp_Helper_BbcodeService',
  380.             'app.helper.url' => 'getApp_Helper_UrlService',
  381.             'app.helper.validator' => 'getApp_Helper_ValidatorService',
  382.             'app.normalizer.date_time' => 'getApp_Normalizer_DateTimeService',
  383.             'app.normalizer.order' => 'getApp_Normalizer_OrderService',
  384.             'app.normalizer.order_address' => 'getApp_Normalizer_OrderAddressService',
  385.             'app.normalizer.order_history' => 'getApp_Normalizer_OrderHistoryService',
  386.             'app.normalizer.order_item' => 'getApp_Normalizer_OrderItemService',
  387.             'app.normalizer.order_item_discount' => 'getApp_Normalizer_OrderItemDiscountService',
  388.             'app.normalizer.order_list' => 'getApp_Normalizer_OrderListService',
  389.             'app.normalizer.order_payment' => 'getApp_Normalizer_OrderPaymentService',
  390.             'app.normalizer.warehouse' => 'getApp_Normalizer_WarehouseService',
  391.             'app.orm.quote.strategy' => 'getApp_Orm_Quote_StrategyService',
  392.             'app.recaptcha' => 'getApp_RecaptchaService',
  393.             'app.registration' => 'getApp_RegistrationService',
  394.             'app.repo.currency_rate' => 'getApp_Repo_CurrencyRateService',
  395.             'app.repo.sample' => 'getApp_Repo_SampleService',
  396.             'app.request' => 'getApp_RequestService',
  397.             'app.response' => 'getApp_ResponseService',
  398.             'app.security.interactive_login_listener' => 'getApp_Security_InteractiveLoginListenerService',
  399.             'app.serializer.default' => 'getApp_Serializer_DefaultService',
  400.             'app.service.cache' => 'getApp_Service_CacheService',
  401.             'app.service.collection' => 'getApp_Service_CollectionService',
  402.             'app.service.filters' => 'getApp_Service_FiltersService',
  403.             'app.service.follow_theme_service' => 'getApp_Service_FollowThemeServiceService',
  404.             'app.service.last_url' => 'getApp_Service_LastUrlService',
  405.             'app.service.leftmenu' => 'getApp_Service_LeftmenuService',
  406.             'app.service.list_email' => 'getApp_Service_ListEmailService',
  407.             'app.service.localization' => 'getApp_Service_LocalizationService',
  408.             'app.service.location' => 'getApp_Service_LocationService',
  409.             'app.service.mail_view' => 'getApp_Service_MailViewService',
  410.             'app.service.order' => 'getApp_Service_OrderService',
  411.             'app.service.order_address' => 'getApp_Service_OrderAddressService',
  412.             'app.service.order_history' => 'getApp_Service_OrderHistoryService',
  413.             'app.service.order_item' => 'getApp_Service_OrderItemService',
  414.             'app.service.order_one_c' => 'getApp_Service_OrderOneCService',
  415.             'app.service.order_payment' => 'getApp_Service_OrderPaymentService',
  416.             'app.service.payment' => 'getApp_Service_PaymentService',
  417.             'app.service.payment.adyen' => 'getApp_Service_Payment_AdyenService',
  418.             'app.service.payment.brain_tree' => 'getApp_Service_Payment_BrainTreeService',
  419.             'app.service.payment.pay_pal' => 'getApp_Service_Payment_PayPalService',
  420.             'app.service.payment.sberbank' => 'getApp_Service_Payment_SberbankService',
  421.             'app.service.publication' => 'getApp_Service_PublicationService',
  422.             'app.service.rank' => 'getApp_Service_RankService',
  423.             'app.service.request' => 'getApp_Service_RequestService',
  424.             'app.service.review_invitations' => 'getApp_Service_ReviewInvitationsService',
  425.             'app.service.reviews' => 'getApp_Service_ReviewsService',
  426.             'app.service.sample' => 'getApp_Service_SampleService',
  427.             'app.service.setting.collection' => 'getApp_Service_Setting_CollectionService',
  428.             'app.service.soap_response_service' => 'getApp_Service_SoapResponseServiceService',
  429.             'app.service.te_common_data' => 'getApp_Service_TeCommonDataService',
  430.             'app.service.till_ru' => 'getApp_Service_TillRuService',
  431.             'app.service.user' => 'getApp_Service_UserService',
  432.             'app.service.user_profile' => 'getApp_Service_UserProfileService',
  433.             'app.service.vacancy' => 'getApp_Service_VacancyService',
  434.             'app.service.vat' => 'getApp_Service_VatService',
  435.             'app.service.visited' => 'getApp_Service_VisitedService',
  436.             'app.service.widjet_review' => 'getApp_Service_WidjetReviewService',
  437.             'app.social_login' => 'getApp_SocialLoginService',
  438.             'app.tg.bot.alert' => 'getApp_Tg_Bot_AlertService',
  439.             'app.twig.bbcode_extension' => 'getApp_Twig_BbcodeExtensionService',
  440.             'app.twig.comment_extension' => 'getApp_Twig_CommentExtensionService',
  441.             'app.twig_extension' => 'getApp_TwigExtensionService',
  442.             'app.validator.unique_participant' => 'getApp_Validator_UniqueParticipantService',
  443.             'app.validator.unique_user_email' => 'getApp_Validator_UniqueUserEmailService',
  444.             'app.validator.validate_user_email' => 'getApp_Validator_ValidateUserEmailService',
  445.             'authentication_handler' => 'getAuthenticationHandlerService',
  446.             'bi.v3.command.articles_option' => 'getBi_V3_Command_ArticlesOptionService',
  447.             'bi.v3.command.bad_image' => 'getBi_V3_Command_BadImageService',
  448.             'bi.v3.command.buy_order' => 'getBi_V3_Command_BuyOrderService',
  449.             'bi.v3.command.check_list_report' => 'getBi_V3_Command_CheckListReportService',
  450.             'bi.v3.command.cmyk_source_image' => 'getBi_V3_Command_CmykSourceImageService',
  451.             'bi.v3.command.collection.set_header' => 'getBi_V3_Command_Collection_SetHeaderService',
  452.             'bi.v3.command.collection_video' => 'getBi_V3_Command_CollectionVideoService',
  453.             'bi.v3.command.data_update_draw' => 'getBi_V3_Command_DataUpdateDrawService',
  454.             'bi.v3.command.delete_tube' => 'getBi_V3_Command_DeleteTubeService',
  455.             'bi.v3.command.factory.set_type' => 'getBi_V3_Command_Factory_SetTypeService',
  456.             'bi.v3.command.factory_sync' => 'getBi_V3_Command_FactorySyncService',
  457.             'bi.v3.command.feed_google_custom' => 'getBi_V3_Command_FeedGoogleCustomService',
  458.             'bi.v3.command.feed_review' => 'getBi_V3_Command_FeedReviewService',
  459.             'bi.v3.command.feed_shopping_single' => 'getBi_V3_Command_FeedShoppingSingleService',
  460.             'bi.v3.command.feed_shopping_w_single' => 'getBi_V3_Command_FeedShoppingWSingleService',
  461.             'bi.v3.command.filter_collection' => 'getBi_V3_Command_FilterCollectionService',
  462.             'bi.v3.command.filtered_articles_google_feed' => 'getBi_V3_Command_FilteredArticlesGoogleFeedService',
  463.             'bi.v3.command.flush_memcache_article' => 'getBi_V3_Command_FlushMemcacheArticleService',
  464.             'bi.v3.command.google_feed_article_reviews' => 'getBi_V3_Command_GoogleFeedArticleReviewsService',
  465.             'bi.v3.command.holiday' => 'getBi_V3_Command_HolidayService',
  466.             'bi.v3.command.iamge_more_resolution' => 'getBi_V3_Command_IamgeMoreResolutionService',
  467.             'bi.v3.command.import_queue' => 'getBi_V3_Command_ImportQueueService',
  468.             'bi.v3.command.interior_alt' => 'getBi_V3_Command_InteriorAltService',
  469.             'bi.v3.command.interior_equivalent_size_image' => 'getBi_V3_Command_InteriorEquivalentSizeImageService',
  470.             'bi.v3.command.interior_re_crop' => 'getBi_V3_Command_InteriorReCropService',
  471.             'bi.v3.command.interior_stone_texture' => 'getBi_V3_Command_InteriorStoneTextureService',
  472.             'bi.v3.command.jobs_tube' => 'getBi_V3_Command_JobsTubeService',
  473.             'bi.v3.command.recomendation_articles' => 'getBi_V3_Command_RecomendationArticlesService',
  474.             'bi.v3.command.recrop_webp' => 'getBi_V3_Command_RecropWebpService',
  475.             'bi.v3.command.sample_update' => 'getBi_V3_Command_SampleUpdateService',
  476.             'bi.v3.command.save_after_reedit' => 'getBi_V3_Command_SaveAfterReeditService',
  477.             'bi.v3.command.save_mages_tv' => 'getBi_V3_Command_SaveMagesTvService',
  478.             'bi.v3.command.save_new_images_special' => 'getBi_V3_Command_SaveNewImagesSpecialService',
  479.             'bi.v3.command.search_no_source' => 'getBi_V3_Command_SearchNoSourceService',
  480.             'bi.v3.command.send_cmyk_convert' => 'getBi_V3_Command_SendCmykConvertService',
  481.             'bi.v3.command.send_message_cmyk_image' => 'getBi_V3_Command_SendMessageCmykImageService',
  482.             'bi.v3.command.send_suspended_message' => 'getBi_V3_Command_SendSuspendedMessageService',
  483.             'bi.v3.command.set_article_description' => 'getBi_V3_Command_SetArticleDescriptionService',
  484.             'bi.v3.command.shopping_update' => 'getBi_V3_Command_ShoppingUpdateService',
  485.             'bi.v3.command.stats_tube' => 'getBi_V3_Command_StatsTubeService',
  486.             'bi.v3.command.status_factory_change' => 'getBi_V3_Command_StatusFactoryChangeService',
  487.             'bi.v3.command.test' => 'getBi_V3_Command_TestService',
  488.             'bi.v3.command.test_rsync_connection' => 'getBi_V3_Command_TestRsyncConnectionService',
  489.             'bi.v3.command.update_article_all' => 'getBi_V3_Command_UpdateArticleAllService',
  490.             'bi.v3.command.update_article_part' => 'getBi_V3_Command_UpdateArticlePartService',
  491.             'bi.v3.command.update_collection_all' => 'getBi_V3_Command_UpdateCollectionAllService',
  492.             'bi.v3.command.update_color_factory' => 'getBi_V3_Command_UpdateColorFactoryService',
  493.             'bi.v3.command.update_factory_all' => 'getBi_V3_Command_UpdateFactoryAllService',
  494.             'bi.v3.command.update_interior' => 'getBi_V3_Command_UpdateInteriorService',
  495.             'bi.v3.command.update_pd' => 'getBi_V3_Command_UpdatePdService',
  496.             'bi.v3.repo.article' => 'getBi_V3_Repo_ArticleService',
  497.             'bi.v3.repo.article_detail' => 'getBi_V3_Repo_ArticleDetailService',
  498.             'bi.v3.repo.bigsize_format' => 'getBi_V3_Repo_BigsizeFormatService',
  499.             'bi.v3.repo.check_list' => 'getBi_V3_Repo_CheckListService',
  500.             'bi.v3.repo.collection' => 'getBi_V3_Repo_CollectionService',
  501.             'bi.v3.repo.country' => 'getBi_V3_Repo_CountryService',
  502.             'bi.v3.repo.cvet' => 'getBi_V3_Repo_CvetService',
  503.             'bi.v3.repo.description' => 'getBi_V3_Repo_DescriptionService',
  504.             'bi.v3.repo.draw' => 'getBi_V3_Repo_DrawService',
  505.             'bi.v3.repo.draw_list' => 'getBi_V3_Repo_DrawListService',
  506.             'bi.v3.repo.event' => 'getBi_V3_Repo_EventService',
  507.             'bi.v3.repo.factory' => 'getBi_V3_Repo_FactoryService',
  508.             'bi.v3.repo.factory_color' => 'getBi_V3_Repo_FactoryColorService',
  509.             'bi.v3.repo.factory_user' => 'getBi_V3_Repo_FactoryUserService',
  510.             'bi.v3.repo.feed' => 'getBi_V3_Repo_FeedService',
  511.             'bi.v3.repo.filter' => 'getBi_V3_Repo_FilterService',
  512.             'bi.v3.repo.geo_country' => 'getBi_V3_Repo_GeoCountryService',
  513.             'bi.v3.repo.history' => 'getBi_V3_Repo_HistoryService',
  514.             'bi.v3.repo.holiday' => 'getBi_V3_Repo_HolidayService',
  515.             'bi.v3.repo.idea_interior' => 'getBi_V3_Repo_IdeaInteriorService',
  516.             'bi.v3.repo.image_resolution' => 'getBi_V3_Repo_ImageResolutionService',
  517.             'bi.v3.repo.interior' => 'getBi_V3_Repo_InteriorService',
  518.             'bi.v3.repo.interior_article' => 'getBi_V3_Repo_InteriorArticleService',
  519.             'bi.v3.repo.interior_article_coord' => 'getBi_V3_Repo_InteriorArticleCoordService',
  520.             'bi.v3.repo.interior_history' => 'getBi_V3_Repo_InteriorHistoryService',
  521.             'bi.v3.repo.list' => 'getBi_V3_Repo_ListService',
  522.             'bi.v3.repo.list_check_list' => 'getBi_V3_Repo_ListCheckListService',
  523.             'bi.v3.repo.material' => 'getBi_V3_Repo_MaterialService',
  524.             'bi.v3.repo.measure_size' => 'getBi_V3_Repo_MeasureSizeService',
  525.             'bi.v3.repo.parser' => 'getBi_V3_Repo_ParserService',
  526.             'bi.v3.repo.proizvod' => 'getBi_V3_Repo_ProizvodService',
  527.             'bi.v3.repo.sample' => 'getBi_V3_Repo_SampleService',
  528.             'bi.v3.repo.seria' => 'getBi_V3_Repo_SeriaService',
  529.             'bi.v3.repo.shape' => 'getBi_V3_Repo_ShapeService',
  530.             'bi.v3.repo.texture' => 'getBi_V3_Repo_TextureService',
  531.             'bi.v3.repo.tovar' => 'getBi_V3_Repo_TovarService',
  532.             'bi.v3.repo.type' => 'getBi_V3_Repo_TypeService',
  533.             'bi.v3.repo.user' => 'getBi_V3_Repo_UserService',
  534.             'bi.v3.service.api' => 'getBi_V3_Service_ApiService',
  535.             'bi.v3.service.article' => 'getBi_V3_Service_ArticleService',
  536.             'bi.v3.service.article_image' => 'getBi_V3_Service_ArticleImageService',
  537.             'bi.v3.service.article_update' => 'getBi_V3_Service_ArticleUpdateService',
  538.             'bi.v3.service.checklist' => 'getBi_V3_Service_ChecklistService',
  539.             'bi.v3.service.collection' => 'getBi_V3_Service_CollectionService',
  540.             'bi.v3.service.event' => 'getBi_V3_Service_EventService',
  541.             'bi.v3.service.factory' => 'getBi_V3_Service_FactoryService',
  542.             'bi.v3.service.feed_filtered_articles' => 'getBi_V3_Service_FeedFilteredArticlesService',
  543.             'bi.v3.service.feed_google_remarketing' => 'getBi_V3_Service_FeedGoogleRemarketingService',
  544.             'bi.v3.service.feed_google_shopping' => 'getBi_V3_Service_FeedGoogleShoppingService',
  545.             'bi.v3.service.feed_remarketing' => 'getBi_V3_Service_FeedRemarketingService',
  546.             'bi.v3.service.feed_shopping' => 'getBi_V3_Service_FeedShoppingService',
  547.             'bi.v3.service.feed_shopping_w' => 'getBi_V3_Service_FeedShoppingWService',
  548.             'bi.v3.service.file_system' => 'getBi_V3_Service_FileSystemService',
  549.             'bi.v3.service.filter' => 'getBi_V3_Service_FilterService',
  550.             'bi.v3.service.history' => 'getBi_V3_Service_HistoryService',
  551.             'bi.v3.service.image' => 'getBi_V3_Service_ImageService',
  552.             'bi.v3.service.image_converter' => 'getBi_V3_Service_ImageConverterService',
  553.             'bi.v3.service.image_gd' => 'getBi_V3_Service_ImageGdService',
  554.             'bi.v3.service.image_resolution' => 'getBi_V3_Service_ImageResolutionService',
  555.             'bi.v3.service.interior' => 'getBi_V3_Service_InteriorService',
  556.             'bi.v3.service.interior_image' => 'getBi_V3_Service_InteriorImageService',
  557.             'bi.v3.service.message' => 'getBi_V3_Service_MessageService',
  558.             'bi.v3.service.once_run' => 'getBi_V3_Service_OnceRunService',
  559.             'bi.v3.service.one_c' => 'getBi_V3_Service_OneCService',
  560.             'bi.v3.service.queue' => 'getBi_V3_Service_QueueService',
  561.             'bi.v3.service.report' => 'getBi_V3_Service_ReportService',
  562.             'bi.v3.service.slider' => 'getBi_V3_Service_SliderService',
  563.             'bi.v3.service.suspend' => 'getBi_V3_Service_SuspendService',
  564.             'bi.v3.service.update' => 'getBi_V3_Service_UpdateService',
  565.             'bi.v3.service.upload' => 'getBi_V3_Service_UploadService',
  566.             'bi.v3.service.user' => 'getBi_V3_Service_UserService',
  567.             'bi.v3.service.validate' => 'getBi_V3_Service_ValidateService',
  568.             'bi.v4.repo.article_description' => 'getBi_V4_Repo_ArticleDescriptionService',
  569.             'bi.v4.repo.article_discount' => 'getBi_V4_Repo_ArticleDiscountService',
  570.             'bi.v4.repo.article_price' => 'getBi_V4_Repo_ArticlePriceService',
  571.             'bi.v4.repo.article_square' => 'getBi_V4_Repo_ArticleSquareService',
  572.             'bi.v4.repo.country' => 'getBi_V4_Repo_CountryService',
  573.             'bi.v4.repo.currency' => 'getBi_V4_Repo_CurrencyService',
  574.             'bi.v4.repo.history' => 'getBi_V4_Repo_HistoryService',
  575.             'bi.v4.repo.locale' => 'getBi_V4_Repo_LocaleService',
  576.             'bi.v4.repo.ng_factory' => 'getBi_V4_Repo_NgFactoryService',
  577.             'bi.v4.repo.tovar' => 'getBi_V4_Repo_TovarService',
  578.             'bi.v4.repo.volumeprc' => 'getBi_V4_Repo_VolumeprcService',
  579.             'bi.v4.service.citrix' => 'getBi_V4_Service_CitrixService',
  580.             'bi.v4.service.file_system' => 'getBi_V4_Service_FileSystemService',
  581.             'bi.v4.service.holiday' => 'getBi_V4_Service_HolidayService',
  582.             'bi.v4.service.image' => 'getBi_V4_Service_ImageService',
  583.             'bi.v4.service.image_converter' => 'getBi_V4_Service_ImageConverterService',
  584.             'bi.v4.service.image_resolution' => 'getBi_V4_Service_ImageResolutionService',
  585.             'bi.v4.service.queue' => 'getBi_V4_Service_QueueService',
  586.             'bi.v4.service.update' => 'getBi_V4_Service_UpdateService',
  587.             'bi.v4.service.upload' => 'getBi_V4_Service_UploadService',
  588.             'cache.app' => 'getCache_AppService',
  589.             'cache.app_clearer' => 'getCache_AppClearerService',
  590.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  591.             'cache.system' => 'getCache_SystemService',
  592.             'cache.system_clearer' => 'getCache_SystemClearerService',
  593.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  594.             'cache_warmer' => 'getCacheWarmerService',
  595.             'console.command.public_alias.FlexApp\\Command\\SyncAllCommentsCommand' => 'getSyncAllCommentsCommandService',
  596.             'console.command.public_alias.WebBundle\\Command\\CollectionImgCommand' => 'getCollectionImgCommandService',
  597.             'console.command.public_alias.WebBundle\\Command\\UpdateCountryFreeSampleDeliveryCommand' => 'getUpdateCountryFreeSampleDeliveryCommandService',
  598.             'console.command.public_alias.app.command.article.update_textures' => 'getConsole_Command_PublicAlias_App_Command_Article_UpdateTexturesService',
  599.             'console.command.public_alias.app.command.check_onec_service' => 'getConsole_Command_PublicAlias_App_Command_CheckOnecServiceService',
  600.             'console.command.public_alias.app.command.check_rating' => 'getConsole_Command_PublicAlias_App_Command_CheckRatingService',
  601.             'console.command.public_alias.app.command.clear.history' => 'getConsole_Command_PublicAlias_App_Command_Clear_HistoryService',
  602.             'console.command.public_alias.app.command.clear_article_dublicate' => 'getConsole_Command_PublicAlias_App_Command_ClearArticleDublicateService',
  603.             'console.command.public_alias.app.command.collection_video' => 'getConsole_Command_PublicAlias_App_Command_CollectionVideoService',
  604.             'console.command.public_alias.app.command.cron.synch' => 'getConsole_Command_PublicAlias_App_Command_Cron_SynchService',
  605.             'console.command.public_alias.app.command.cur_rate.update' => 'getConsole_Command_PublicAlias_App_Command_CurRate_UpdateService',
  606.             'console.command.public_alias.app.command.factory.statupd' => 'getConsole_Command_PublicAlias_App_Command_Factory_StatupdService',
  607.             'console.command.public_alias.app.command.fosub_migration_command' => 'getConsole_Command_PublicAlias_App_Command_FosubMigrationCommandService',
  608.             'console.command.public_alias.app.command.idea' => 'getConsole_Command_PublicAlias_App_Command_IdeaService',
  609.             'console.command.public_alias.app.command.idearename' => 'getConsole_Command_PublicAlias_App_Command_IdearenameService',
  610.             'console.command.public_alias.app.command.msh.run' => 'getConsole_Command_PublicAlias_App_Command_Msh_RunService',
  611.             'console.command.public_alias.app.command.order' => 'getConsole_Command_PublicAlias_App_Command_OrderService',
  612.             'console.command.public_alias.app.command.order.resend1C' => 'getConsole_Command_PublicAlias_App_Command_Order_Resend1CService',
  613.             'console.command.public_alias.app.command.order.send-email' => 'getConsole_Command_PublicAlias_App_Command_Order_SendemailService',
  614.             'console.command.public_alias.app.command.pars_country.command' => 'getConsole_Command_PublicAlias_App_Command_ParsCountry_CommandService',
  615.             'console.command.public_alias.app.command.payment_from_one_c' => 'getConsole_Command_PublicAlias_App_Command_PaymentFromOneCService',
  616.             'console.command.public_alias.app.command.publiccation_fix_path' => 'getConsole_Command_PublicAlias_App_Command_PubliccationFixPathService',
  617.             'console.command.public_alias.app.command.reviews_old.command' => 'getConsole_Command_PublicAlias_App_Command_ReviewsOld_CommandService',
  618.             'console.command.public_alias.app.command.send_email_list' => 'getConsole_Command_PublicAlias_App_Command_SendEmailListService',
  619.             'console.command.public_alias.app.command.send_review_invitations' => 'getConsole_Command_PublicAlias_App_Command_SendReviewInvitationsService',
  620.             'console.command.public_alias.app.command.set_coord_append_command' => 'getConsole_Command_PublicAlias_App_Command_SetCoordAppendCommandService',
  621.             'console.command.public_alias.app.command.set_coord_fix_command' => 'getConsole_Command_PublicAlias_App_Command_SetCoordFixCommandService',
  622.             'console.command.public_alias.app.command.site_collection' => 'getConsole_Command_PublicAlias_App_Command_SiteCollectionService',
  623.             'console.command.public_alias.app.command.social.stat' => 'getConsole_Command_PublicAlias_App_Command_Social_StatService',
  624.             'console.command.public_alias.app.command.update_user' => 'getConsole_Command_PublicAlias_App_Command_UpdateUserService',
  625.             'console.command.public_alias.app.command.user_resend' => 'getConsole_Command_PublicAlias_App_Command_UserResendService',
  626.             'console.command.public_alias.app.setting.collection.command' => 'getConsole_Command_PublicAlias_App_Setting_Collection_CommandService',
  627.             'console.command.public_alias.command.cache.clear' => 'getConsole_Command_PublicAlias_Command_Cache_ClearService',
  628.             'console.command.public_alias.command.collection.check' => 'getConsole_Command_PublicAlias_Command_Collection_CheckService',
  629.             'console.command.public_alias.command.discuss.user_unid_clear' => 'getConsole_Command_PublicAlias_Command_Discuss_UserUnidClearService',
  630.             'console.command.public_alias.command.img.check' => 'getConsole_Command_PublicAlias_Command_Img_CheckService',
  631.             'console.command.public_alias.command.main.check' => 'getConsole_Command_PublicAlias_Command_Main_CheckService',
  632.             'console.command_loader' => 'getConsole_CommandLoaderService',
  633.             'console.error_listener' => 'getConsole_ErrorListenerService',
  634.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  635.             'doctrine' => 'getDoctrineService',
  636.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  637.             'doctrine.dbal.logs_connection' => 'getDoctrine_Dbal_LogsConnectionService',
  638.             'doctrine.dbal.oneC_connection' => 'getDoctrine_Dbal_OneCConnectionService',
  639.             'doctrine.dbal.unbuffered_connection' => 'getDoctrine_Dbal_UnbufferedConnectionService',
  640.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  641.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  642.             'doctrine.orm.logs_entity_manager' => 'getDoctrine_Orm_LogsEntityManagerService',
  643.             'doctrine.orm.oneC_entity_manager' => 'getDoctrine_Orm_OneCEntityManagerService',
  644.             'error_controller' => 'getErrorControllerService',
  645.             'event_dispatcher' => 'getEventDispatcherService',
  646.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  647.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  648.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  649.             'full_text_searcher' => 'getFullTextSearcherService',
  650.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService',
  651.             'hautelook_alice.data_fixtures.append_loader' => 'getHautelookAlice_DataFixtures_AppendLoaderService',
  652.             'hautelook_alice.data_fixtures.purge_loader' => 'getHautelookAlice_DataFixtures_PurgeLoaderService',
  653.             'hautelook_alice.loader' => 'getHautelookAlice_LoaderService',
  654.             'hautelook_alice.locator' => 'getHautelookAlice_LocatorService',
  655.             'hautelook_alice.resolver.bundle' => 'getHautelookAlice_Resolver_BundleService',
  656.             'hautelook_alice.resolver.file' => 'getHautelookAlice_Resolver_FileService',
  657.             'http_kernel' => 'getHttpKernelService',
  658.             'knp_snappy.image' => 'getKnpSnappy_ImageService',
  659.             'knp_snappy.pdf' => 'getKnpSnappy_PdfService',
  660.             'kreait_firebase.push.auth' => 'getKreaitFirebase_Push_AuthService',
  661.             'kreait_firebase.push.database' => 'getKreaitFirebase_Push_DatabaseService',
  662.             'kreait_firebase.push.dynamic_links' => 'getKreaitFirebase_Push_DynamicLinksService',
  663.             'kreait_firebase.push.firestore' => 'getKreaitFirebase_Push_FirestoreService',
  664.             'kreait_firebase.push.messaging' => 'getKreaitFirebase_Push_MessagingService',
  665.             'kreait_firebase.push.remote_config' => 'getKreaitFirebase_Push_RemoteConfigService',
  666.             'kreait_firebase.push.storage' => 'getKreaitFirebase_Push_StorageService',
  667.             'leezy.pheanstalk.command.delete_job' => 'getLeezy_Pheanstalk_Command_DeleteJobService',
  668.             'leezy.pheanstalk.command.flush_tube' => 'getLeezy_Pheanstalk_Command_FlushTubeService',
  669.             'leezy.pheanstalk.command.kick' => 'getLeezy_Pheanstalk_Command_KickService',
  670.             'leezy.pheanstalk.command.kick_job' => 'getLeezy_Pheanstalk_Command_KickJobService',
  671.             'leezy.pheanstalk.command.list_tube' => 'getLeezy_Pheanstalk_Command_ListTubeService',
  672.             'leezy.pheanstalk.command.next_ready' => 'getLeezy_Pheanstalk_Command_NextReadyService',
  673.             'leezy.pheanstalk.command.pause_tube' => 'getLeezy_Pheanstalk_Command_PauseTubeService',
  674.             'leezy.pheanstalk.command.peek' => 'getLeezy_Pheanstalk_Command_PeekService',
  675.             'leezy.pheanstalk.command.peek_tube' => 'getLeezy_Pheanstalk_Command_PeekTubeService',
  676.             'leezy.pheanstalk.command.put' => 'getLeezy_Pheanstalk_Command_PutService',
  677.             'leezy.pheanstalk.command.stats' => 'getLeezy_Pheanstalk_Command_StatsService',
  678.             'leezy.pheanstalk.command.stats_job' => 'getLeezy_Pheanstalk_Command_StatsJobService',
  679.             'leezy.pheanstalk.command.stats_tube' => 'getLeezy_Pheanstalk_Command_StatsTubeService',
  680.             'leezy.pheanstalk.proxy.default' => 'getLeezy_Pheanstalk_Proxy_DefaultService',
  681.             'liform.guesser.validator' => 'getLiform_Guesser_ValidatorService',
  682.             'logger' => 'getLoggerService',
  683.             'manager.translate' => 'getManager_TranslateService',
  684.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  685.             'metaer_curl_wrapper.curl_wrapper.default' => 'getMetaerCurlWrapper_CurlWrapper_DefaultService',
  686.             'mobile_detect.mobile_detector.default' => 'getMobileDetect_MobileDetector_DefaultService',
  687.             'monolog.logger.catalog' => 'getMonolog_Logger_CatalogService',
  688.             'monolog.logger.collection' => 'getMonolog_Logger_CollectionService',
  689.             'monolog.logger.search' => 'getMonolog_Logger_SearchService',
  690.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  691.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  692.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  693.             'nelmio_api_doc.command.dump' => 'getNelmioApiDoc_Command_DumpService',
  694.             'nelmio_api_doc.controller.redocly' => 'getNelmioApiDoc_Controller_RedoclyService',
  695.             'nelmio_api_doc.controller.swagger_json' => 'getNelmioApiDoc_Controller_SwaggerJsonService',
  696.             'nelmio_api_doc.controller.swagger_ui' => 'getNelmioApiDoc_Controller_SwaggerUiService',
  697.             'nelmio_api_doc.controller.swagger_yaml' => 'getNelmioApiDoc_Controller_SwaggerYamlService',
  698.             'nelmio_api_doc.generator.default' => 'getNelmioApiDoc_Generator_DefaultService',
  699.             'nelmio_api_doc.render_docs' => 'getNelmioApiDoc_RenderDocsService',
  700.             'orm_transexentity_listener' => 'getOrmTransexentityListenerService',
  701.             'request_stack' => 'getRequestStackService',
  702.             'routing.loader' => 'getRouting_LoaderService',
  703.             'security.authentication_utils' => 'getSecurity_AuthenticationUtilsService',
  704.             'sentry.hub' => 'getSentry_HubService',
  705.             'services.catalog_sphinx_resul' => 'getServices_CatalogSphinxResulService',
  706.             'services_resetter' => 'getServicesResetterService',
  707.             'sphinx_ql' => 'getSphinxQlService',
  708.             'sphinx_searcher' => 'getSphinxSearcherService',
  709.             'swiftmailer.email_sender.listener' => 'getSwiftmailer_EmailSender_ListenerService',
  710.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  711.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  712.             'swiftmailer.mailer.default.transport' => 'getSwiftmailer_Mailer_Default_TransportService',
  713.             'translator' => 'getTranslatorService',
  714.             'validator.captcha' => 'getValidator_CaptchaService',
  715.             'validator.equal_to_field' => 'getValidator_EqualToFieldService',
  716.             'web.delivery_check_status' => 'getWeb_DeliveryCheckStatusService',
  717.             'web.delivery_request' => 'getWeb_DeliveryRequestService',
  718.             'web.kladr' => 'getWeb_KladrService',
  719.             'web.soap' => 'getWeb_SoapService',
  720.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  721.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  722.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  723.             'cache_clearer' => 'getCacheClearerService',
  724.             'filesystem' => 'getFilesystemService',
  725.             'serializer' => 'getSerializerService',
  726.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  727.             'form.factory' => 'getForm_FactoryService',
  728.             'form.type.file' => 'getForm_Type_FileService',
  729.             'profiler' => 'getProfilerService',
  730.             'twig' => 'getTwigService',
  731.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  732.             'security.token_storage' => 'getSecurity_TokenStorageService',
  733.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  734.             'session' => 'getSessionService',
  735.             'validator' => 'getValidatorService',
  736.         ];
  737.         $this->aliases = [
  738.             'Kreait\\Firebase\\Auth' => 'kreait_firebase.push.auth',
  739.             'Kreait\\Firebase\\Database' => 'kreait_firebase.push.database',
  740.             'Kreait\\Firebase\\DynamicLinks' => 'kreait_firebase.push.dynamic_links',
  741.             'Kreait\\Firebase\\Firestore' => 'kreait_firebase.push.firestore',
  742.             'Kreait\\Firebase\\Messaging' => 'kreait_firebase.push.messaging',
  743.             'Kreait\\Firebase\\RemoteConfig' => 'kreait_firebase.push.remote_config',
  744.             'Kreait\\Firebase\\Storage' => 'kreait_firebase.push.storage',
  745.             'WebBundle\\Repository\\CurrencyRateRepository' => 'app.repo.currency_rate',
  746.             'WebBundle\\Repository\\SampleRepository' => 'app.repo.sample',
  747.             'WebBundle\\Serializer\\Normalizer\\DateTimeNormalizer' => 'app.normalizer.date_time',
  748.             'WebBundle\\Serializer\\Normalizer\\OrderAddressNormalizer' => 'app.normalizer.order_address',
  749.             'WebBundle\\Serializer\\Normalizer\\OrderHistoryNormalizer' => 'app.normalizer.order_history',
  750.             'WebBundle\\Serializer\\Normalizer\\OrderItemNormalizer' => 'app.normalizer.order_item',
  751.             'WebBundle\\Serializer\\Normalizer\\OrderNormalizer' => 'app.normalizer.order',
  752.             'WebBundle\\Serializer\\Normalizer\\OrderPaymentNormalizer' => 'app.normalizer.order_payment',
  753.             'WebBundle\\Serializer\\Normalizer\\WarehouseNormalizer' => 'app.normalizer.warehouse',
  754.             'WebBundle\\Service\\CollectionService' => 'app.service.collection',
  755.             'WebBundle\\Service\\CommonDataService' => 'app.service.te_common_data',
  756.             'WebBundle\\Service\\DeliveryRequestService' => 'web.delivery_request',
  757.             'WebBundle\\Service\\FiltersService' => 'app.service.filters',
  758.             'WebBundle\\Service\\KladrService' => 'web.kladr',
  759.             'WebBundle\\Service\\ListEmailService' => 'app.service.list_email',
  760.             'WebBundle\\Service\\LocalizationService' => 'app.service.localization',
  761.             'WebBundle\\Service\\LocationService' => 'app.service.location',
  762.             'WebBundle\\Service\\OrderAddressService' => 'app.service.order_address',
  763.             'WebBundle\\Service\\OrderHistoryService' => 'app.service.order_history',
  764.             'WebBundle\\Service\\OrderItemService' => 'app.service.order_item',
  765.             'WebBundle\\Service\\OrderOneCService' => 'app.service.order_one_c',
  766.             'WebBundle\\Service\\OrderPaymentService' => 'app.service.order_payment',
  767.             'WebBundle\\Service\\OrderService' => 'app.service.order',
  768.             'WebBundle\\Service\\PaymentAdyenService' => 'app.service.payment.adyen',
  769.             'WebBundle\\Service\\PaymentBrainTreeService' => 'app.service.payment.brain_tree',
  770.             'WebBundle\\Service\\PaymentFromOneCService' => 'app.service.payment',
  771.             'WebBundle\\Service\\PaymentPayPalService' => 'app.service.payment.pay_pal',
  772.             'WebBundle\\Service\\PublicationService' => 'app.service.publication',
  773.             'WebBundle\\Service\\RegistrationService' => 'app.registration',
  774.             'WebBundle\\Service\\RequestService' => 'app.service.request',
  775.             'WebBundle\\Service\\ReviewInvitationsService' => 'app.service.review_invitations',
  776.             'WebBundle\\Service\\ReviewsService' => 'app.service.reviews',
  777.             'WebBundle\\Service\\SampleService' => 'app.service.sample',
  778.             'WebBundle\\Service\\SoapResponseService' => 'app.service.soap_response_service',
  779.             'WebBundle\\Service\\SoapService' => 'web.soap',
  780.             'WebBundle\\Service\\SphinxSearcherService' => 'sphinx_searcher',
  781.             'WebBundle\\Service\\StructuredData\\LdJsonBuilderInterface' => 'WebBundle\\Service\\StructuredData\\ProductSliderLdJsonBuilder',
  782.             'WebBundle\\Service\\UserService' => 'app.service.user',
  783.             'WebBundle\\Service\\VacancyService' => 'app.service.vacancy',
  784.             'WebBundle\\Service\\VatService' => 'app.service.vat',
  785.             'WebBundle\\Service\\VisitedService' => 'app.service.visited',
  786.             'WebBundle\\Service\\WidjetReviewService' => 'app.service.widjet_review',
  787.             'app.participant_helper' => 'WebBundle\\Helper\\ParticipantHelper',
  788.             'app.repo.article' => 'WebBundle\\Repository\\ArticleRepository',
  789.             'app.repo.factory' => 'WebBundle\\Repository\\FactoryRepository',
  790.             'app.repo.idea' => 'WebBundle\\Repository\\IdeaRepository',
  791.             'app.repo.last_url' => 'WebBundle\\Repository\\LastUrlRepository',
  792.             'app.repo.list_country' => 'WebBundle\\Repository\\ListCountryRepository',
  793.             'app.repo.order' => 'WebBundle\\Repository\\BuyOrderRepository',
  794.             'app.repo.order_address' => 'WebBundle\\Repository\\OrderAddressRepository',
  795.             'app.repo.payment' => 'WebBundle\\Repository\\OrderPaymentRepository',
  796.             'app.repo.product_review' => 'WebBundle\\Repository\\ProductReviewsCacheRepository',
  797.             'app.repo.user' => 'WebBundle\\Repository\\UserRepository',
  798.             'app.repo.visit' => 'WebBundle\\Repository\\VisitRepository',
  799.             'app.service.career' => 'WebBundle\\Service\\CareerService',
  800.             'app.service.collection_settings' => 'WebBundle\\Service\\CollectionSettingsService',
  801.             'app.user.resetting_mailer' => 'WebBundle\\Helper\\Mailer',
  802.             'database_connection' => 'doctrine.dbal.default_connection',
  803.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  804.             'liform' => 'Limenius\\Liform\\Liform',
  805.             'liform.add_schema_extension' => 'Limenius\\Liform\\Form\\Extension\\AddLiformExtension',
  806.             'liform.resolver' => 'Limenius\\Liform\\Resolver',
  807.             'liform.serializer.form_error_normalizer' => 'Limenius\\Liform\\Serializer\\Normalizer\\FormErrorNormalizer',
  808.             'logger_public' => 'logger',
  809.             'mailer' => 'swiftmailer.mailer.default',
  810.             'metaer_curl_wrapper.curl_wrapper' => 'metaer_curl_wrapper.curl_wrapper.default',
  811.             'nelmio_api_doc.controller.swagger' => 'nelmio_api_doc.controller.swagger_json',
  812.             'nelmio_api_doc.generator' => 'nelmio_api_doc.generator.default',
  813.             'portal' => 'WebBundle\\Helper\\PortalHelper',
  814.             'router' => 'FlexApp\\Extensions\\RouterDecorator',
  815.             'swiftmailer.transport' => 'swiftmailer.mailer.default.transport',
  816.         ];
  817.         $this->privates['service_container'] = function () {
  818.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/Compiler/CompilerPassInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  825.             include_once \dirname(__DIR__4).'/src/FlexApp/Kernel.php';
  826.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  828.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  829.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  830.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  834.             include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/EmailClickSubscriber.php';
  835.             include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/ImgLibSubscriber.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  841.             include_once \dirname(__DIR__4).'/src/FlexApp/Extensions/RouterDecorator.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceSubscriberInterface.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  846.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceProviderInterface.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ServiceLocatorTrait.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  850.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Service/ResetInterface.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  856.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  857.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  858.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php';
  859.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  861.             include_once \dirname(__DIR__4).'/src/WebBundle/Traits/RepoTrait.php';
  862.             include_once \dirname(__DIR__4).'/src/FlexApp/Repository/BoolDBSettingRepository.php';
  863.             include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ChatBMessageRepository.php';
  864.             include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ChatBRepository.php';
  865.             include_once \dirname(__DIR__4).'/src/FlexApp/Repository/InvitationEmailDeliveryStatsRepository.php';
  866.             include_once \dirname(__DIR__4).'/src/FlexApp/Repository/WidgetRepository.php';
  867.             include_once \dirname(__DIR__4).'/src/FlexApp/Service/BBCodeManager.php';
  868.             include_once \dirname(__DIR__4).'/src/FlexApp/Helper/CountryHandler.php';
  869.             include_once \dirname(__DIR__4).'/src/FlexApp/Service/ParametersProvider.php';
  870.             include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/ContainerProvider.php';
  871.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php';
  872.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php';
  873.             include_once \dirname(__DIR__4).'/src/FlexApp/Extensions/Doctrine/Mapping/AppQuoteStrategy.php';
  874.             include_once \dirname(__DIR__4).'/src/WebBundle/Service/LocationService.php';
  875.             include_once \dirname(__DIR__4).'/src/WebBundle/Repository/BuyOrderRepository.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  877.             include_once \dirname(__DIR__4).'/src/WebBundle/Repository/UserRepository.php';
  878.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  880.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/GlobalsInterface.php';
  881.             include_once \dirname(__DIR__4).'/src/WebBundle/Twig/AppExtension.php';
  882.             include_once \dirname(__DIR__4).'/src/FlexApp/Service/JWTGenerator.php';
  883.             include_once \dirname(__DIR__4).'/src/WebBundle/Twig/CommentExtension.php';
  884.             include_once \dirname(__DIR__4).'/src/WebBundle/Twig/BBCodeExtension.php';
  885.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/IntrospectionProcessor.php';
  887.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/WebProcessor.php';
  888.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/MemoryProcessor.php';
  889.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/MemoryUsageProcessor.php';
  890.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/MemoryPeakUsageProcessor.php';
  891.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessIdProcessor.php';
  892.             include_once \dirname(__DIR__4).'/src/WebBundle/Listener/RequestListener.php';
  893.             include_once \dirname(__DIR__4).'/src/FlexApp/EventListener/ResponseListener.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  923.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  924.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  925.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  926.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/StaticVersionStrategy.php';
  927.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/SurrogateInterface.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/AbstractSurrogate.php';
  930.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpCache/Esi.php';
  931.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SurrogateListener.php';
  932.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/FragmentListener.php';
  933.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorInterface.php';
  934.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/LocaleAwareInterface.php';
  936.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  937.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  938.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  939.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  940.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  941.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Translation/TranslatorTrait.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  943.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  945.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  946.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  948.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  949.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  950.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  951.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  952.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  953.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  954.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  955.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  956.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  957.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheInterface.php';
  958.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  959.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  960.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/Cache/CacheTrait.php';
  961.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  962.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  963.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  964.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  965.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  966.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  967.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  971.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  972.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/EventListener/NotificationLoggerListener.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  999.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultNamingStrategy.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/PheanstalkLocator.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/mobiledetect/mobiledetectlib/namespaced/Detection/MobileDetect.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/DeviceDetector/MobileDetector.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Helper/DeviceView.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/EventListener/RequestResponseListener.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/KernelEventForwardCompatibilityTrait.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/RequestListener.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/SubRequestListener.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/AbstractTracingRequestListener.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingRequestListener.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingSubRequestListener.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/LoginListener.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/ConnectionConfigurator.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/Compatibility/MiddlewareInterface.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverMiddleware.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryInterface.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Doctrine/DBAL/TracingDriverConnectionFactoryForV2V3.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/symfony/contracts/HttpClient/HttpClientInterface.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/AbstractTraceableHttpClient.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/HttpClient/TraceableHttpClientForV5.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterTrait.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Cache/TraceableCacheAdapterForV2.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemCommonTrait.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/FilesystemTrait.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/FilesystemAdapter.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubInterface.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/State/HubAdapter.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientInterface.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Client.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilderInterface.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/ClientBuilder.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Options.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/IntegrationConfigurator.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IntegrationInterface.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/IgnoreErrorsIntegration.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestIntegration.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Integration/RequestFetcherInterface.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Integration/RequestFetcher.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Transport/TransportFactoryInterface.php';
  1136.             include_once \dirname(__DIR__4).'/src/FlexApp/Sentry/SpoolTransportFactory.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Transport/TransportFactory.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/AbstractSerializer.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/SerializerInterface.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/Serializer.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializerInterface.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry/src/Serializer/RepresentationSerializer.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/symfony/notifier/DataCollector/NotificationDataCollector.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/DataCollector/PheanstalkDataCollector.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/DataCollector/DeviceDataCollector.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  1210.             include_once \dirname(__DIR__4).'/src/Import1CBundle/Twig/ImportTwigExtension.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/DebugExtension.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/twig/cssinliner-extra/CssInlinerExtension.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/limenius/react-renderer/src/Limenius/ReactRenderer/Twig/ReactRenderExtension.php';
  1215.             include_once \dirname(__DIR__4).'/vendor/limenius/react-renderer/src/Limenius/ReactRenderer/Renderer/AbstractReactRenderer.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/limenius/react-renderer/src/Limenius/ReactRenderer/Renderer/PhpExecJsReactRenderer.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/limenius/react-renderer/src/Limenius/ReactRenderer/Context/ContextProviderInterface.php';
  1218.             include_once \dirname(__DIR__4).'/vendor/limenius/react-renderer/src/Limenius/ReactRenderer/Context/SymfonyContextProvider.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Twig/Extension/MobileDetectExtension.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1221.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1222.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1223.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1226.             include_once \dirname(__DIR__4).'/src/AdmBundle/Twig/AdmTwigExtension.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/funcphp/twig-compress/Twig/CompressExtension.php';
  1228.             include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/GetNelmioAsset.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Tracing/Twig/TwigTracingExtension.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Twig/SentryExtension.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1242.             include_once __DIR__.'/proxy-classes.php';
  1243.         };
  1244.     }
  1245.     public function compile(): void
  1246.     {
  1247.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1248.     }
  1249.     public function isCompiled(): bool
  1250.     {
  1251.         return true;
  1252.     }
  1253.     public function getRemovedIds(): array
  1254.     {
  1255.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1256.     }
  1257.     protected function createProxy($class, \Closure $factory)
  1258.     {
  1259.         return $factory();
  1260.     }
  1261.     /**
  1262.      * Gets the public '.container.private.cache_clearer' shared service.
  1263.      *
  1264.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1265.      */
  1266.     protected function get_Container_Private_CacheClearerService()
  1267.     {
  1268.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1269.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1270.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1271.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1272.         }, 1));
  1273.     }
  1274.     /**
  1275.      * Gets the public '.container.private.filesystem' shared service.
  1276.      *
  1277.      * @return \Symfony\Component\Filesystem\Filesystem
  1278.      */
  1279.     protected function get_Container_Private_FilesystemService()
  1280.     {
  1281.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1282.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1283.     }
  1284.     /**
  1285.      * Gets the public '.container.private.form.factory' shared service.
  1286.      *
  1287.      * @return \Symfony\Component\Form\FormFactory
  1288.      */
  1289.     protected function get_Container_Private_Form_FactoryService()
  1290.     {
  1291.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1292.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1293.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1294.         if (isset($this->services['.container.private.form.factory'])) {
  1295.             return $this->services['.container.private.form.factory'];
  1296.         }
  1297.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1298.     }
  1299.     /**
  1300.      * Gets the public '.container.private.form.type.file' shared service.
  1301.      *
  1302.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1303.      */
  1304.     protected function get_Container_Private_Form_Type_FileService()
  1305.     {
  1306.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1308.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1309.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1310.     }
  1311.     /**
  1312.      * Gets the public '.container.private.profiler' shared service.
  1313.      *
  1314.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1315.      */
  1316.     protected function get_Container_Private_ProfilerService()
  1317.     {
  1318.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1319.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1320.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  1321.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  1322.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  1323.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  1324.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  1325.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  1326.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  1327.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  1328.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1329.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  1330.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1331.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1332.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1333.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1334.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1335.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1336.         $d->addInstance('cache.app.traceable', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1337.         $d->addInstance('cache.system.traceable', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1338.         $d->addInstance('cache.validator.traceable', ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()));
  1339.         $d->addInstance('cache.serializer.traceable', ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()));
  1340.         $d->addInstance('cache.annotations.traceable', ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  1341.         $d->addInstance('cache.property_info.traceable', ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()));
  1342.         $d->addInstance('cache.messenger.restart_workers_signal.traceable', ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  1343.         $d->addInstance('doctrine.system_cache_pool.traceable', ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()));
  1344.         $d->addInstance('doctrine.redis_cache_pool.traceable', ($this->privates['doctrine.redis_cache_pool.traceable'] ?? $this->getDoctrine_RedisCachePool_TraceableService()));
  1345.         $d->addInstance('chatb_cache_pool.traceable', ($this->privates['chatb_cache_pool.traceable'] ?? $this->getChatbCachePool_TraceableService()));
  1346.         $d->addInstance('redis_cache_pool.traceable', ($this->privates['redis_cache_pool.traceable'] ?? $this->getRedisCachePool_TraceableService()));
  1347.         $d->addInstance('cache.validator_expression_language.traceable', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1348.         $d->addInstance('cache.security_expression_language.traceable', ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()));
  1349.         $d->addInstance('cache.security_token_verifier.traceable', ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()));
  1350.         $d->addInstance('cache.doctrine.orm.oneC.result.traceable', ($this->privates['cache.doctrine.orm.oneC.result.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Result_TraceableService()));
  1351.         $d->addInstance('cache.doctrine.orm.oneC.query.traceable', ($this->privates['cache.doctrine.orm.oneC.query.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Query_TraceableService()));
  1352.         $d->addInstance('cache.doctrine.orm.logs.result.traceable', ($this->privates['cache.doctrine.orm.logs.result.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Result_TraceableService()));
  1353.         $d->addInstance('cache.doctrine.orm.logs.query.traceable', ($this->privates['cache.doctrine.orm.logs.query.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Query_TraceableService()));
  1354.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1355.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1356.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), true);
  1357.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1358.         $f->addLogger('unbuffered', ($this->privates['doctrine.dbal.logger.profiling.unbuffered'] ?? ($this->privates['doctrine.dbal.logger.profiling.unbuffered'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1359.         $f->addLogger('oneC', ($this->privates['doctrine.dbal.logger.profiling.oneC'] ?? ($this->privates['doctrine.dbal.logger.profiling.oneC'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1360.         $f->addLogger('logs', ($this->privates['doctrine.dbal.logger.profiling.logs'] ?? ($this->privates['doctrine.dbal.logger.profiling.logs'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1361.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1362.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1363.         $h = new \SunCat\MobileDetectBundle\DataCollector\DeviceDataCollector(($this->privates['mobile_detect.device_view'] ?? $this->getMobileDetect_DeviceViewService()));
  1364.         $h->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  1365.         $i = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1366.         if ($this->has('kernel')) {
  1367.             $i->setKernel($b);
  1368.         }
  1369.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1370.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1371.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1372.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1373.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1374.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1375.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1376.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/FlexApp_KernelTe_devDebugContainer'), $c));
  1377.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1378.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1379.         $instance->add($d);
  1380.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1381.         $instance->add(new \Symfony\Bundle\SecurityBundle\DataCollector\SecurityDataCollector(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()), ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService()), ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService()), true));
  1382.         $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())));
  1383.         $instance->add($e);
  1384.         $instance->add($f);
  1385.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1386.         $instance->add($g);
  1387.         $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()))));
  1388.         $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()))));
  1389.         $instance->add(new \Leezy\PheanstalkBundle\DataCollector\PheanstalkDataCollector(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator()))));
  1390.         $instance->add($h);
  1391.         $instance->add($i);
  1392.         return $instance;
  1393.     }
  1394.     /**
  1395.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1396.      *
  1397.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1398.      */
  1399.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1400.     {
  1401.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1402.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1403.             return $this->services['.container.private.security.authorization_checker'];
  1404.         }
  1405.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalsefalsefalse);
  1406.     }
  1407.     /**
  1408.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1409.      *
  1410.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1411.      */
  1412.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1413.     {
  1414.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1415.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1416.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  1417.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  1418.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator(), ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  1419.     }
  1420.     /**
  1421.      * Gets the public '.container.private.security.password_encoder' shared service.
  1422.      *
  1423.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1424.      *
  1425.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1426.      */
  1427.     protected function get_Container_Private_Security_PasswordEncoderService()
  1428.     {
  1429.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1430.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1431.     }
  1432.     /**
  1433.      * Gets the public '.container.private.security.token_storage' shared service.
  1434.      *
  1435.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1436.      */
  1437.     protected function get_Container_Private_Security_TokenStorageService()
  1438.     {
  1439.         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, [
  1440.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1441.         ], [
  1442.             'request_stack' => '?',
  1443.         ]));
  1444.     }
  1445.     /**
  1446.      * Gets the public '.container.private.serializer' shared service.
  1447.      *
  1448.      * @return \Symfony\Component\Serializer\Serializer
  1449.      */
  1450.     protected function get_Container_Private_SerializerService()
  1451.     {
  1452.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1453.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  1454.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1455.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  1456.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1457.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1458.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1459.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1460.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1461.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1462.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  1463.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  1464.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  1465.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1466.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1467.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1468.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1469.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1470.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1471.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1472.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1473.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  1474.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  1475.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  1476.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1477.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1478.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1479.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1480.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1481.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1482.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1483.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1484.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1485.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1486.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1487.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1488.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1489.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1490.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Serializer/Normalizer/InitialValuesNormalizer.php';
  1491.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1492.         if (isset($this->services['.container.private.serializer'])) {
  1493.             return $this->services['.container.private.serializer'];
  1494.         }
  1495.         $b = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
  1496.         if (isset($this->services['.container.private.serializer'])) {
  1497.             return $this->services['.container.private.serializer'];
  1498.         }
  1499.         $c = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1500.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())), => ($this->services['Limenius\\Liform\\Serializer\\Normalizer\\FormErrorNormalizer'] ?? $this->getFormErrorNormalizerService()), => ($this->services['Limenius\\Liform\\Serializer\\Normalizer\\InitialValuesNormalizer'] ?? ($this->services['Limenius\\Liform\\Serializer\\Normalizer\\InitialValuesNormalizer'] = new \Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer())), => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $c), => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), $c$a, ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, [])), => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 10 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 11 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 12 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 13 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 14 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 15 => $b], [=> new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder()]);
  1501.     }
  1502.     /**
  1503.      * Gets the public '.container.private.session' shared service.
  1504.      *
  1505.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1506.      */
  1507.     protected function get_Container_Private_SessionService()
  1508.     {
  1509.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1510.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1511.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1512.         if (isset($this->services['.container.private.session'])) {
  1513.             return $this->services['.container.private.session'];
  1514.         }
  1515.         return $this->services['.container.private.session'] = $a->createSession();
  1516.     }
  1517.     /**
  1518.      * Gets the public '.container.private.twig' shared service.
  1519.      *
  1520.      * @return \Twig\Environment
  1521.      */
  1522.     protected function get_Container_Private_TwigService()
  1523.     {
  1524.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1525.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1526.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1527.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1528.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1529.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1530.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1531.         $a->addPath((\dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Resources/views'), 'LeezyPheanstalk');
  1532.         $a->addPath((\dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Resources/views'), '!LeezyPheanstalk');
  1533.         $a->addPath((\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), 'MobileDetect');
  1534.         $a->addPath((\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/Resources/views'), '!MobileDetect');
  1535.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1536.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1537.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1538.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1539.         $a->addPath((\dirname(__DIR__4).'/src/AdmBundle/Resources/views'), 'Adm');
  1540.         $a->addPath((\dirname(__DIR__4).'/src/AdmBundle/Resources/views'), '!Adm');
  1541.         $a->addPath((\dirname(__DIR__4).'/src/WebBundle/Resources/views'), 'Web');
  1542.         $a->addPath((\dirname(__DIR__4).'/src/WebBundle/Resources/views'), '!Web');
  1543.         $a->addPath((\dirname(__DIR__4).'/src/Import1CBundle/Resources/views'), 'Import1C');
  1544.         $a->addPath((\dirname(__DIR__4).'/src/Import1CBundle/Resources/views'), '!Import1C');
  1545.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), 'NelmioApiDoc');
  1546.         $a->addPath((\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/templates'), '!NelmioApiDoc');
  1547.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1548.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1549.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1550.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1551.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1552.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1553.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1554.         $d = new \Symfony\Bridge\Twig\Extension\AssetExtension(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 () {
  1555.             yield 'webpack' => ($this->privates['assets._package_webpack'] ?? $this->getAssets_PackageWebpackService());
  1556.         }, 1)));
  1557.         $e = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1558.         $f = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  1559.         $g = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1560.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1561.         $i = new \Limenius\ReactRenderer\Context\SymfonyContextProvider($g);
  1562.         $j = new \Limenius\ReactRenderer\Renderer\PhpExecJsReactRenderer((\dirname(__DIR__3).'/webpack/server-bundle.js'), false$i, ($this->services['logger'] ?? $this->getLoggerService()));
  1563.         $j->setServerBundlePath((\dirname(__DIR__4).'/app/Resources/webpack/server-bundle.js'));
  1564.         $k = new \SunCat\MobileDetectBundle\Twig\Extension\MobileDetectExtension(($this->services['mobile_detect.mobile_detector.default'] ?? ($this->services['mobile_detect.mobile_detector.default'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector())), ($this->privates['mobile_detect.device_view'] ?? $this->getMobileDetect_DeviceViewService()), $this->parameters['mobile_detect.redirect']);
  1565.         $k->setRequestByRequestStack($g);
  1566.         $l = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1567.         $l->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $e]);
  1568.         $m = new \Symfony\Bridge\Twig\AppVariable();
  1569.         $m->setEnvironment('te_dev');
  1570.         $m->setDebug(true);
  1571.         if ($this->has('.container.private.security.token_storage')) {
  1572.             $m->setTokenStorage($h);
  1573.         }
  1574.         if ($this->has('request_stack')) {
  1575.             $m->setRequestStack($g);
  1576.         }
  1577.         $n = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1578.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1579.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1580.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1581.         $instance->addExtension($d);
  1582.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($e, \dirname(__DIR__4), 'UTF-8'));
  1583.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($f));
  1584.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1585.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1586.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1587.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1588.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($g$f)));
  1589.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1590.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1591.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1592.         $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($g, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  1593.         $instance->addExtension(($this->services['app.twig_extension'] ?? $this->getApp_TwigExtensionService()));
  1594.         $instance->addExtension(($this->services['app.twig.comment_extension'] ?? ($this->services['app.twig.comment_extension'] = new \WebBundle\Twig\CommentExtension($this))));
  1595.         $instance->addExtension(($this->services['app.twig.bbcode_extension'] ?? ($this->services['app.twig.bbcode_extension'] = new \WebBundle\Twig\BBCodeExtension($this))));
  1596.         $instance->addExtension(new \Twig_Extensions_Extension_Intl());
  1597.         $instance->addExtension(new \Import1CBundle\Twig\ImportTwigExtension());
  1598.         $instance->addExtension(new \Twig\Extension\DebugExtension());
  1599.         $instance->addExtension(new \Twig\Extra\CssInliner\CssInlinerExtension());
  1600.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1601.         $instance->addExtension(new \Limenius\ReactRenderer\Twig\ReactRenderExtension($j$i'both'true));
  1602.         $instance->addExtension($k);
  1603.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($l));
  1604.         $instance->addExtension(new \AdmBundle\Twig\AdmTwigExtension($this));
  1605.         $instance->addExtension(new \Func\Twig\CompressExtension());
  1606.         $instance->addExtension(new \Nelmio\ApiDocBundle\Render\Html\GetNelmioAsset($d));
  1607.         $instance->addExtension(new \Sentry\SentryBundle\Tracing\Twig\TwigTracingExtension(($this->services['sentry.hub'] ?? $this->getSentry_HubService())));
  1608.         $instance->addExtension(new \Sentry\SentryBundle\Twig\SentryExtension());
  1609.         $instance->addGlobal('app'$m);
  1610.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1611.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1612.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1613.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1614.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1615.         ], [
  1616.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1617.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1618.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1619.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1620.         ])));
  1621.         $instance->addGlobal('host''https://dev-bi.tile.expert');
  1622.         $instance->addGlobal('siteName''Tile.Expert');
  1623.         $instance->addGlobal('siteName2''Tile.Expert');
  1624.         $instance->addGlobal('googleAnalytics'true);
  1625.         $instance->addGlobal('googleRemarketing'false);
  1626.         $instance->addGlobal('recaptcha''6LcVzAYUAAAAABwE13fld_8Paz5OwyUeXlo89A1E');
  1627.         $instance->addGlobal('nodeServer''https://dev-bi.tile.expert:3002');
  1628.         $instance->addGlobal('jobsSubdomain''jobs');
  1629.         $instance->addGlobal('replaceInJobsLink4thLevel''dev3');
  1630.         $instance->addGlobal('validLocales'$this->parameters['locales']);
  1631.         $instance->addGlobal('lazyload'true);
  1632.         $instance->registerUndefinedFilterCallback([=> $n=> 'suggestFilter']);
  1633.         $instance->registerUndefinedFunctionCallback([=> $n=> 'suggestFunction']);
  1634.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1635.         return $instance;
  1636.     }
  1637.     /**
  1638.      * Gets the public '.container.private.validator' shared service.
  1639.      *
  1640.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1641.      */
  1642.     protected function get_Container_Private_ValidatorService()
  1643.     {
  1644.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1645.         if (isset($this->services['.container.private.validator'])) {
  1646.             return $this->services['.container.private.validator'];
  1647.         }
  1648.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1649.     }
  1650.     /**
  1651.      * Gets the public 'AdmBundle\Controller\AdmCfgPageController' shared autowired service.
  1652.      *
  1653.      * @return \AdmBundle\Controller\AdmCfgPageController
  1654.      */
  1655.     protected function getAdmCfgPageControllerService()
  1656.     {
  1657.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1658.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1659.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1660.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/AdmCfgPageController.php';
  1661.         $this->services['AdmBundle\\Controller\\AdmCfgPageController'] = $instance = new \AdmBundle\Controller\AdmCfgPageController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1662.         $a = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1663.         $instance->oServiceAdmCfgPage $a;
  1664.         $instance->repoAdmCfgPage = ($this->privates['FlexApp\\Repository\\AdmCfgPageRepository'] ?? $this->getAdmCfgPageRepositoryService());
  1665.         $instance->admCfgPageService $a;
  1666.         $instance->setContainer($this);
  1667.         return $instance;
  1668.     }
  1669.     /**
  1670.      * Gets the public 'AdmBundle\Controller\AdmCfgParametersController' shared autowired service.
  1671.      *
  1672.      * @return \AdmBundle\Controller\AdmCfgParametersController
  1673.      */
  1674.     protected function getAdmCfgParametersControllerService()
  1675.     {
  1676.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1677.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1678.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/AdmCfgParametersController.php';
  1679.         $this->services['AdmBundle\\Controller\\AdmCfgParametersController'] = $instance = new \AdmBundle\Controller\AdmCfgParametersController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1680.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1681.         $instance->setContainer($this);
  1682.         return $instance;
  1683.     }
  1684.     /**
  1685.      * Gets the public 'AdmBundle\Controller\ArticleController' shared autowired service.
  1686.      *
  1687.      * @return \AdmBundle\Controller\ArticleController
  1688.      */
  1689.     protected function getArticleControllerService()
  1690.     {
  1691.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1692.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1693.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1694.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ArticleController.php';
  1695.         $this->services['AdmBundle\\Controller\\ArticleController'] = $instance = new \AdmBundle\Controller\ArticleController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1696.         $instance->oServiceAdmArticle = ($this->services['adm.service.article'] ?? $this->getAdm_Service_ArticleService());
  1697.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1698.         $instance->setContainer($this);
  1699.         return $instance;
  1700.     }
  1701.     /**
  1702.      * Gets the public 'AdmBundle\Controller\ArticleFilterController' shared autowired service.
  1703.      *
  1704.      * @return \AdmBundle\Controller\ArticleFilterController
  1705.      */
  1706.     protected function getArticleFilterControllerService()
  1707.     {
  1708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1709.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1710.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1711.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ArticleFilterController.php';
  1712.         $this->services['AdmBundle\\Controller\\ArticleFilterController'] = $instance = new \AdmBundle\Controller\ArticleFilterController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1713.         $instance->oServiceArticleFilter = ($this->services['adm.service.article.filter'] ?? $this->getAdm_Service_Article_FilterService());
  1714.         $instance->articleFiltersFillerService = ($this->services['adm.service.article_filters_filler'] ?? $this->getAdm_Service_ArticleFiltersFillerService());
  1715.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1716.         $instance->setContainer($this);
  1717.         return $instance;
  1718.     }
  1719.     /**
  1720.      * Gets the public 'AdmBundle\Controller\BlogController' shared autowired service.
  1721.      *
  1722.      * @return \AdmBundle\Controller\BlogController
  1723.      */
  1724.     protected function getBlogControllerService()
  1725.     {
  1726.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1727.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1728.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1729.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/BlogController.php';
  1730.         $this->services['AdmBundle\\Controller\\BlogController'] = $instance = new \AdmBundle\Controller\BlogController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1731.         $instance->oServiceAdmBlog = ($this->services['adm.service.blog'] ?? $this->getAdm_Service_BlogService());
  1732.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1733.         $instance->setContainer($this);
  1734.         return $instance;
  1735.     }
  1736.     /**
  1737.      * Gets the public 'AdmBundle\Controller\BoolDBSettingController' shared autowired service.
  1738.      *
  1739.      * @return \AdmBundle\Controller\BoolDBSettingController
  1740.      */
  1741.     protected function getBoolDBSettingControllerService()
  1742.     {
  1743.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1744.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1745.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1746.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/BoolDBSettingController.php';
  1747.         $this->services['AdmBundle\\Controller\\BoolDBSettingController'] = $instance = new \AdmBundle\Controller\BoolDBSettingController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1748.         $instance->oService = ($this->services['adm.service.bool_db_setting'] ?? $this->getAdm_Service_BoolDbSettingService());
  1749.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1750.         $instance->setContainer($this);
  1751.         return $instance;
  1752.     }
  1753.     /**
  1754.      * Gets the public 'AdmBundle\Controller\BrandController' shared autowired service.
  1755.      *
  1756.      * @return \AdmBundle\Controller\BrandController
  1757.      */
  1758.     protected function getBrandControllerService()
  1759.     {
  1760.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1761.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1762.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1763.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/BrandController.php';
  1764.         $this->services['AdmBundle\\Controller\\BrandController'] = $instance = new \AdmBundle\Controller\BrandController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1765.         $instance->oServiceFilter = ($this->services['adm.service.filter'] ?? $this->getAdm_Service_FilterService());
  1766.         $instance->oServiceBrand = ($this->services['adm.service.brand'] ?? $this->getAdm_Service_BrandService());
  1767.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1768.         $instance->setContainer($this);
  1769.         return $instance;
  1770.     }
  1771.     /**
  1772.      * Gets the public 'AdmBundle\Controller\CalendarController' shared autowired service.
  1773.      *
  1774.      * @return \AdmBundle\Controller\CalendarController
  1775.      */
  1776.     protected function getCalendarControllerService()
  1777.     {
  1778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1779.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1780.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1781.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/CalendarController.php';
  1782.         $this->services['AdmBundle\\Controller\\CalendarController'] = $instance = new \AdmBundle\Controller\CalendarController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1783.         $instance->oServiceCalendar = ($this->services['adm.service.calendar'] ?? $this->getAdm_Service_CalendarService());
  1784.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1785.         $instance->setContainer($this);
  1786.         return $instance;
  1787.     }
  1788.     /**
  1789.      * Gets the public 'AdmBundle\Controller\CheckListController' shared autowired service.
  1790.      *
  1791.      * @return \AdmBundle\Controller\CheckListController
  1792.      */
  1793.     protected function getCheckListControllerService()
  1794.     {
  1795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1796.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1797.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1798.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/CheckListController.php';
  1799.         $this->services['AdmBundle\\Controller\\CheckListController'] = $instance = new \AdmBundle\Controller\CheckListController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1800.         $instance->oServiceCheckList = ($this->services['adm.service.check_list'] ?? $this->getAdm_Service_CheckListService());
  1801.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1802.         $instance->setContainer($this);
  1803.         return $instance;
  1804.     }
  1805.     /**
  1806.      * Gets the public 'AdmBundle\Controller\CollectionController' shared autowired service.
  1807.      *
  1808.      * @return \AdmBundle\Controller\CollectionController
  1809.      */
  1810.     protected function getCollectionControllerService()
  1811.     {
  1812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1813.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1814.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1815.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/CollectionController.php';
  1816.         $this->services['AdmBundle\\Controller\\CollectionController'] = $instance = new \AdmBundle\Controller\CollectionController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1817.         $instance->oServiceAdmCollection = ($this->services['adm.service.collection'] ?? $this->getAdm_Service_CollectionService());
  1818.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1819.         $instance->setContainer($this);
  1820.         return $instance;
  1821.     }
  1822.     /**
  1823.      * Gets the public 'AdmBundle\Controller\CommentController' shared autowired service.
  1824.      *
  1825.      * @return \AdmBundle\Controller\CommentController
  1826.      */
  1827.     protected function getCommentControllerService()
  1828.     {
  1829.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1830.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1831.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1832.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/CommentController.php';
  1833.         $this->services['AdmBundle\\Controller\\CommentController'] = $instance = new \AdmBundle\Controller\CommentController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1834.         $instance->oServiceComment = ($this->services['adm.service.comment'] ?? $this->getAdm_Service_CommentService());
  1835.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1836.         $instance->setContainer($this);
  1837.         return $instance;
  1838.     }
  1839.     /**
  1840.      * Gets the public 'AdmBundle\Controller\ConsultantController' shared autowired service.
  1841.      *
  1842.      * @return \AdmBundle\Controller\ConsultantController
  1843.      */
  1844.     protected function getConsultantControllerService()
  1845.     {
  1846.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1847.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1848.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1849.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ConsultantController.php';
  1850.         $this->services['AdmBundle\\Controller\\ConsultantController'] = $instance = new \AdmBundle\Controller\ConsultantController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1851.         $instance->oServiceConsultant = ($this->services['adm.service.consultant'] ?? $this->getAdm_Service_ConsultantService());
  1852.         $instance->repoConsultant = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  1853.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1854.         $instance->setContainer($this);
  1855.         return $instance;
  1856.     }
  1857.     /**
  1858.      * Gets the public 'AdmBundle\Controller\CountryController' shared autowired service.
  1859.      *
  1860.      * @return \AdmBundle\Controller\CountryController
  1861.      */
  1862.     protected function getCountryControllerService()
  1863.     {
  1864.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1865.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1866.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1867.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/CountryController.php';
  1868.         $this->services['AdmBundle\\Controller\\CountryController'] = $instance = new \AdmBundle\Controller\CountryController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1869.         $instance->oService = ($this->services['adm.service.country'] ?? $this->getAdm_Service_CountryService());
  1870.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1871.         $instance->setContainer($this);
  1872.         return $instance;
  1873.     }
  1874.     /**
  1875.      * Gets the public 'AdmBundle\Controller\CountryLangSpecificDataController' shared autowired service.
  1876.      *
  1877.      * @return \AdmBundle\Controller\CountryLangSpecificDataController
  1878.      */
  1879.     protected function getCountryLangSpecificDataControllerService()
  1880.     {
  1881.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1882.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1883.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1884.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/CountryLangSpecificDataController.php';
  1885.         $this->services['AdmBundle\\Controller\\CountryLangSpecificDataController'] = $instance = new \AdmBundle\Controller\CountryLangSpecificDataController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1886.         $instance->oServiceCLSpecificData = ($this->services['adm.service.country_and_lang_specific_data'] ?? $this->getAdm_Service_CountryAndLangSpecificDataService());
  1887.         $instance->repoCLSpecificData = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  1888.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1889.         $instance->setContainer($this);
  1890.         return $instance;
  1891.     }
  1892.     /**
  1893.      * Gets the public 'AdmBundle\Controller\CurrencyNgController' shared autowired service.
  1894.      *
  1895.      * @return \AdmBundle\Controller\CurrencyNgController
  1896.      */
  1897.     protected function getCurrencyNgControllerService()
  1898.     {
  1899.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1900.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1901.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1902.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/CurrencyNgController.php';
  1903.         $this->services['AdmBundle\\Controller\\CurrencyNgController'] = $instance = new \AdmBundle\Controller\CurrencyNgController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1904.         $instance->oService = ($this->services['adm.service.currency_ng'] ?? $this->getAdm_Service_CurrencyNgService());
  1905.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1906.         $instance->setContainer($this);
  1907.         return $instance;
  1908.     }
  1909.     /**
  1910.      * Gets the public 'AdmBundle\Controller\DashboardController' shared autowired service.
  1911.      *
  1912.      * @return \AdmBundle\Controller\DashboardController
  1913.      */
  1914.     protected function getDashboardControllerService()
  1915.     {
  1916.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1917.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1918.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/DashboardController.php';
  1919.         $this->services['AdmBundle\\Controller\\DashboardController'] = $instance = new \AdmBundle\Controller\DashboardController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1920.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1921.         $instance->setContainer($this);
  1922.         return $instance;
  1923.     }
  1924.     /**
  1925.      * Gets the public 'AdmBundle\Controller\ExhController' shared autowired service.
  1926.      *
  1927.      * @return \AdmBundle\Controller\ExhController
  1928.      */
  1929.     protected function getExhControllerService()
  1930.     {
  1931.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1932.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1933.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1934.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExhController.php';
  1935.         $this->services['AdmBundle\\Controller\\ExhController'] = $instance = new \AdmBundle\Controller\ExhController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1936.         $instance->oServiceAdmExh = ($this->services['adm.service.exh'] ?? $this->getAdm_Service_ExhService());
  1937.         $instance->repoExh = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] ?? $this->getExhRepositoryService());
  1938.         $instance->repoExhBrand = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhBrandRepository'] ?? $this->getExhBrandRepositoryService());
  1939.         $instance->repoExhCollection = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhCollectionRepository'] ?? $this->getExhCollectionRepositoryService());
  1940.         $instance->repoExhLine = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhLineRepository'] ?? $this->getExhLineRepositoryService());
  1941.         $instance->repoExhImage = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhImageRepository'] ?? $this->getExhImageRepositoryService());
  1942.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1943.         $instance->setContainer($this);
  1944.         return $instance;
  1945.     }
  1946.     /**
  1947.      * Gets the public 'AdmBundle\Controller\ExportController' shared autowired service.
  1948.      *
  1949.      * @return \AdmBundle\Controller\ExportController
  1950.      */
  1951.     protected function getExportControllerService()
  1952.     {
  1953.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1954.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExportController.php';
  1955.         $this->services['AdmBundle\\Controller\\ExportController'] = $instance = new \AdmBundle\Controller\ExportController();
  1956.         $instance->setContainer($this);
  1957.         return $instance;
  1958.     }
  1959.     /**
  1960.      * Gets the public 'AdmBundle\Controller\ExtendedController' shared autowired service.
  1961.      *
  1962.      * @return \AdmBundle\Controller\ExtendedController
  1963.      */
  1964.     protected function getExtendedControllerService()
  1965.     {
  1966.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1967.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1968.         $this->services['AdmBundle\\Controller\\ExtendedController'] = $instance = new \AdmBundle\Controller\ExtendedController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1969.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1970.         $instance->setContainer($this);
  1971.         return $instance;
  1972.     }
  1973.     /**
  1974.      * Gets the public 'AdmBundle\Controller\FactoryNgController' shared autowired service.
  1975.      *
  1976.      * @return \AdmBundle\Controller\FactoryNgController
  1977.      */
  1978.     protected function getFactoryNgControllerService()
  1979.     {
  1980.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1981.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1982.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  1983.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/FactoryNgController.php';
  1984.         $this->services['AdmBundle\\Controller\\FactoryNgController'] = $instance = new \AdmBundle\Controller\FactoryNgController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  1985.         $instance->oService = ($this->services['adm.service.factory_ng'] ?? $this->getAdm_Service_FactoryNgService());
  1986.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  1987.         $instance->setContainer($this);
  1988.         return $instance;
  1989.     }
  1990.     /**
  1991.      * Gets the public 'AdmBundle\Controller\FilesController' shared autowired service.
  1992.      *
  1993.      * @return \AdmBundle\Controller\FilesController
  1994.      */
  1995.     protected function getFilesControllerService()
  1996.     {
  1997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  1998.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  1999.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2000.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/FilesController.php';
  2001.         $this->services['AdmBundle\\Controller\\FilesController'] = $instance = new \AdmBundle\Controller\FilesController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2002.         $instance->oServiceFiles = ($this->services['adm.service.files'] ?? $this->getAdm_Service_FilesService());
  2003.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2004.         $instance->setContainer($this);
  2005.         return $instance;
  2006.     }
  2007.     /**
  2008.      * Gets the public 'AdmBundle\Controller\FilterController' shared autowired service.
  2009.      *
  2010.      * @return \AdmBundle\Controller\FilterController
  2011.      */
  2012.     protected function getFilterControllerService()
  2013.     {
  2014.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2015.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2016.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2017.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/FilterController.php';
  2018.         $this->services['AdmBundle\\Controller\\FilterController'] = $instance = new \AdmBundle\Controller\FilterController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2019.         $instance->oServiceFilter = ($this->services['adm.service.filter'] ?? $this->getAdm_Service_FilterService());
  2020.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2021.         $instance->setContainer($this);
  2022.         return $instance;
  2023.     }
  2024.     /**
  2025.      * Gets the public 'AdmBundle\Controller\FilterGroupController' shared autowired service.
  2026.      *
  2027.      * @return \AdmBundle\Controller\FilterGroupController
  2028.      */
  2029.     protected function getFilterGroupControllerService()
  2030.     {
  2031.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2032.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2033.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2034.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/FilterGroupController.php';
  2035.         $this->services['AdmBundle\\Controller\\FilterGroupController'] = $instance = new \AdmBundle\Controller\FilterGroupController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2036.         $instance->oServiceAdmFilterGroup = ($this->services['adm.service.filter.group'] ?? $this->getAdm_Service_Filter_GroupService());
  2037.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2038.         $instance->setContainer($this);
  2039.         return $instance;
  2040.     }
  2041.     /**
  2042.      * Gets the public 'AdmBundle\Controller\FilterGroupSortController' shared autowired service.
  2043.      *
  2044.      * @return \AdmBundle\Controller\FilterGroupSortController
  2045.      */
  2046.     protected function getFilterGroupSortControllerService()
  2047.     {
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2049.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2050.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2051.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/FilterGroupSortController.php';
  2052.         $this->services['AdmBundle\\Controller\\FilterGroupSortController'] = $instance = new \AdmBundle\Controller\FilterGroupSortController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2053.         $instance->filterGroupSortService = ($this->services['adm.service.filter_group_sort'] ?? $this->getAdm_Service_FilterGroupSortService());
  2054.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2055.         $instance->setContainer($this);
  2056.         return $instance;
  2057.     }
  2058.     /**
  2059.      * Gets the public 'AdmBundle\Controller\GeoCountryController' shared autowired service.
  2060.      *
  2061.      * @return \AdmBundle\Controller\GeoCountryController
  2062.      */
  2063.     protected function getGeoCountryControllerService()
  2064.     {
  2065.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2066.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2067.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2068.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/GeoCountryController.php';
  2069.         $this->services['AdmBundle\\Controller\\GeoCountryController'] = $instance = new \AdmBundle\Controller\GeoCountryController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2070.         $instance->oServiceGeoCountry = ($this->services['adm.service.geo.country'] ?? $this->getAdm_Service_Geo_CountryService());
  2071.         $instance->repoGeoCountry = ($this->privates['FlexApp\\Repository\\GeoCountryRepository'] ?? $this->getGeoCountryRepositoryService());
  2072.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2073.         $instance->setContainer($this);
  2074.         return $instance;
  2075.     }
  2076.     /**
  2077.      * Gets the public 'AdmBundle\Controller\HistoryController' shared autowired service.
  2078.      *
  2079.      * @return \AdmBundle\Controller\HistoryController
  2080.      */
  2081.     protected function getHistoryControllerService()
  2082.     {
  2083.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2084.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2085.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2086.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/HistoryController.php';
  2087.         $a = ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService());
  2088.         $this->services['AdmBundle\\Controller\\HistoryController'] = $instance = new \AdmBundle\Controller\HistoryController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), $a);
  2089.         $instance->oServiceAdmHistory $a;
  2090.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2091.         $instance->setContainer($this);
  2092.         return $instance;
  2093.     }
  2094.     /**
  2095.      * Gets the public 'AdmBundle\Controller\InteriorFilterController' shared autowired service.
  2096.      *
  2097.      * @return \AdmBundle\Controller\InteriorFilterController
  2098.      */
  2099.     protected function getInteriorFilterControllerService()
  2100.     {
  2101.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2102.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2103.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2104.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/InteriorFilterController.php';
  2105.         $this->services['AdmBundle\\Controller\\InteriorFilterController'] = $instance = new \AdmBundle\Controller\InteriorFilterController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2106.         $instance->oServiceInteriorFilter = ($this->services['adm.service.interior.filter'] ?? $this->getAdm_Service_Interior_FilterService());
  2107.         $instance->interiorFiltersFillerService = ($this->services['adm.service.interior_filters_filler'] ?? $this->getAdm_Service_InteriorFiltersFillerService());
  2108.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2109.         $instance->setContainer($this);
  2110.         return $instance;
  2111.     }
  2112.     /**
  2113.      * Gets the public 'AdmBundle\Controller\ListBigSizeFormatController' shared autowired service.
  2114.      *
  2115.      * @return \AdmBundle\Controller\ListBigSizeFormatController
  2116.      */
  2117.     protected function getListBigSizeFormatControllerService()
  2118.     {
  2119.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2120.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2121.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2122.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ListBigSizeFormatController.php';
  2123.         $this->services['AdmBundle\\Controller\\ListBigSizeFormatController'] = $instance = new \AdmBundle\Controller\ListBigSizeFormatController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2124.         $instance->oService = ($this->services['adm.service.big_size_format'] ?? $this->getAdm_Service_BigSizeFormatService());
  2125.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2126.         $instance->setContainer($this);
  2127.         return $instance;
  2128.     }
  2129.     /**
  2130.      * Gets the public 'AdmBundle\Controller\ListCountryController' shared autowired service.
  2131.      *
  2132.      * @return \AdmBundle\Controller\ListCountryController
  2133.      */
  2134.     protected function getListCountryControllerService()
  2135.     {
  2136.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2137.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2138.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2139.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ListCountryController.php';
  2140.         $this->services['AdmBundle\\Controller\\ListCountryController'] = $instance = new \AdmBundle\Controller\ListCountryController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2141.         $instance->oService = ($this->services['adm.service.list_country'] ?? $this->getAdm_Service_ListCountryService());
  2142.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2143.         $instance->setContainer($this);
  2144.         return $instance;
  2145.     }
  2146.     /**
  2147.      * Gets the public 'AdmBundle\Controller\ListEmailController' shared autowired service.
  2148.      *
  2149.      * @return \AdmBundle\Controller\ListEmailController
  2150.      */
  2151.     protected function getListEmailControllerService()
  2152.     {
  2153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2154.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2155.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2156.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ListEmailController.php';
  2157.         $this->services['AdmBundle\\Controller\\ListEmailController'] = $instance = new \AdmBundle\Controller\ListEmailController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2158.         $instance->oServiceEmail = ($this->services['adm.service.list.email'] ?? $this->getAdm_Service_List_EmailService());
  2159.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2160.         $instance->setContainer($this);
  2161.         return $instance;
  2162.     }
  2163.     /**
  2164.      * Gets the public 'AdmBundle\Controller\LocalizationController' shared autowired service.
  2165.      *
  2166.      * @return \AdmBundle\Controller\LocalizationController
  2167.      */
  2168.     protected function getLocalizationControllerService()
  2169.     {
  2170.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2171.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2172.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasRepositoryInterface.php';
  2173.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2174.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/LocalizationController.php';
  2175.         $this->services['AdmBundle\\Controller\\LocalizationController'] = $instance = new \AdmBundle\Controller\LocalizationController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2176.         $instance->repository = ($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService());
  2177.         $instance->localizationAdminService = ($this->services['adm.service.localization'] ?? $this->getAdm_Service_LocalizationService());
  2178.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2179.         $instance->setContainer($this);
  2180.         return $instance;
  2181.     }
  2182.     /**
  2183.      * Gets the public 'AdmBundle\Controller\MobileUserSliderController' shared autowired service.
  2184.      *
  2185.      * @return \AdmBundle\Controller\MobileUserSliderController
  2186.      */
  2187.     protected function getMobileUserSliderControllerService()
  2188.     {
  2189.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2190.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2191.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2192.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/MobileUserSliderController.php';
  2193.         $this->services['AdmBundle\\Controller\\MobileUserSliderController'] = $instance = new \AdmBundle\Controller\MobileUserSliderController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2194.         $instance->mobileUserSliderService = ($this->services['adm.service.mobile_user_slider'] ?? $this->getAdm_Service_MobileUserSliderService());
  2195.         $instance->mobileUserSliderRepo = ($this->privates['FlexApp\\Repository\\MobileUserSliderRepository'] ?? $this->getMobileUserSliderRepositoryService());
  2196.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2197.         $instance->setContainer($this);
  2198.         return $instance;
  2199.     }
  2200.     /**
  2201.      * Gets the public 'AdmBundle\Controller\NameNgController' shared autowired service.
  2202.      *
  2203.      * @return \AdmBundle\Controller\NameNgController
  2204.      */
  2205.     protected function getNameNgControllerService()
  2206.     {
  2207.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2208.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2209.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2210.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/NameNgController.php';
  2211.         $this->services['AdmBundle\\Controller\\NameNgController'] = $instance = new \AdmBundle\Controller\NameNgController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2212.         $instance->oService = ($this->services['adm.service.name_ng'] ?? $this->getAdm_Service_NameNgService());
  2213.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2214.         $instance->setContainer($this);
  2215.         return $instance;
  2216.     }
  2217.     /**
  2218.      * Gets the public 'AdmBundle\Controller\OrderController' shared autowired service.
  2219.      *
  2220.      * @return \AdmBundle\Controller\OrderController
  2221.      */
  2222.     protected function getOrderControllerService()
  2223.     {
  2224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2225.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2226.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2227.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/OrderController.php';
  2228.         $this->services['AdmBundle\\Controller\\OrderController'] = $instance = new \AdmBundle\Controller\OrderController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2229.         $instance->oService = ($this->services['adm.service.order'] ?? $this->getAdm_Service_OrderService());
  2230.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  2231.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2232.         $instance->setContainer($this);
  2233.         return $instance;
  2234.     }
  2235.     /**
  2236.      * Gets the public 'AdmBundle\Controller\ParticipantController' shared autowired service.
  2237.      *
  2238.      * @return \AdmBundle\Controller\ParticipantController
  2239.      */
  2240.     protected function getParticipantControllerService()
  2241.     {
  2242.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2243.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2244.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2245.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ParticipantController.php';
  2246.         $this->services['AdmBundle\\Controller\\ParticipantController'] = $instance = new \AdmBundle\Controller\ParticipantController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2247.         $instance->oServiceParticipant = ($this->services['adm.service.participant'] ?? $this->getAdm_Service_ParticipantService());
  2248.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2249.         $instance->setContainer($this);
  2250.         return $instance;
  2251.     }
  2252.     /**
  2253.      * Gets the public 'AdmBundle\Controller\PollController' shared autowired service.
  2254.      *
  2255.      * @return \AdmBundle\Controller\PollController
  2256.      */
  2257.     protected function getPollControllerService()
  2258.     {
  2259.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2260.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2261.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2262.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/PollController.php';
  2263.         $this->services['AdmBundle\\Controller\\PollController'] = $instance = new \AdmBundle\Controller\PollController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2264.         $instance->oServicePoll = ($this->services['adm.service.poll'] ?? $this->getAdm_Service_PollService());
  2265.         $instance->pollRepository = ($this->privates['FlexApp\\Repository\\PollRepository'] ?? $this->getPollRepositoryService());
  2266.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2267.         $instance->setContainer($this);
  2268.         return $instance;
  2269.     }
  2270.     /**
  2271.      * Gets the public 'AdmBundle\Controller\StatOrdersController' shared autowired service.
  2272.      *
  2273.      * @return \AdmBundle\Controller\StatOrdersController
  2274.      */
  2275.     protected function getStatOrdersControllerService()
  2276.     {
  2277.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2278.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2279.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2280.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/StatOrdersController.php';
  2281.         $this->services['AdmBundle\\Controller\\StatOrdersController'] = $instance = new \AdmBundle\Controller\StatOrdersController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2282.         $instance->oServiceStatOrder = ($this->services['adm.service.stat.orders'] ?? $this->getAdm_Service_Stat_OrdersService());
  2283.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2284.         $instance->setContainer($this);
  2285.         return $instance;
  2286.     }
  2287.     /**
  2288.      * Gets the public 'AdmBundle\Controller\StatViewsController' shared autowired service.
  2289.      *
  2290.      * @return \AdmBundle\Controller\StatViewsController
  2291.      */
  2292.     protected function getStatViewsControllerService()
  2293.     {
  2294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2295.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2296.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/StatViewsController.php';
  2297.         $this->services['AdmBundle\\Controller\\StatViewsController'] = $instance = new \AdmBundle\Controller\StatViewsController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2298.         $instance->oServiceStatViews = ($this->services['adm.service.stat.views'] ?? $this->getAdm_Service_Stat_ViewsService());
  2299.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2300.         $instance->setContainer($this);
  2301.         return $instance;
  2302.     }
  2303.     /**
  2304.      * Gets the public 'AdmBundle\Controller\StaticPageController' shared autowired service.
  2305.      *
  2306.      * @return \AdmBundle\Controller\StaticPageController
  2307.      */
  2308.     protected function getStaticPageControllerService()
  2309.     {
  2310.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2311.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2312.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2313.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/StaticPageController.php';
  2314.         $this->services['AdmBundle\\Controller\\StaticPageController'] = $instance = new \AdmBundle\Controller\StaticPageController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2315.         $instance->oServiceStaticPage = ($this->services['adm.service.static.page'] ?? $this->getAdm_Service_Static_PageService());
  2316.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2317.         $instance->setContainer($this);
  2318.         return $instance;
  2319.     }
  2320.     /**
  2321.      * Gets the public 'AdmBundle\Controller\ToolsController' shared autowired service.
  2322.      *
  2323.      * @return \AdmBundle\Controller\ToolsController
  2324.      */
  2325.     protected function getToolsControllerService()
  2326.     {
  2327.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2328.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2329.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ToolsController.php';
  2330.         $this->services['AdmBundle\\Controller\\ToolsController'] = $instance = new \AdmBundle\Controller\ToolsController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2331.         $instance->oServiceTools = ($this->services['adm.service.tools'] ?? $this->getAdm_Service_ToolsService());
  2332.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2333.         $instance->setContainer($this);
  2334.         return $instance;
  2335.     }
  2336.     /**
  2337.      * Gets the public 'AdmBundle\Controller\TransController' shared autowired service.
  2338.      *
  2339.      * @return \AdmBundle\Controller\TransController
  2340.      */
  2341.     protected function getTransControllerService()
  2342.     {
  2343.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2344.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2345.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2346.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/TransController.php';
  2347.         $this->services['AdmBundle\\Controller\\TransController'] = $instance = new \AdmBundle\Controller\TransController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2348.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  2349.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2350.         $instance->setContainer($this);
  2351.         return $instance;
  2352.     }
  2353.     /**
  2354.      * Gets the public 'AdmBundle\Controller\TransExController' shared autowired service.
  2355.      *
  2356.      * @return \AdmBundle\Controller\TransExController
  2357.      */
  2358.     protected function getTransExControllerService()
  2359.     {
  2360.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2361.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2362.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2363.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/TransExController.php';
  2364.         $this->services['AdmBundle\\Controller\\TransExController'] = $instance = new \AdmBundle\Controller\TransExController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2365.         $instance->oServiceTransEx = ($this->services['adm.service.trans_ex'] ?? $this->getAdm_Service_TransExService());
  2366.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2367.         $instance->setContainer($this);
  2368.         return $instance;
  2369.     }
  2370.     /**
  2371.      * Gets the public 'AdmBundle\Controller\TransGroupController' shared autowired service.
  2372.      *
  2373.      * @return \AdmBundle\Controller\TransGroupController
  2374.      */
  2375.     protected function getTransGroupControllerService()
  2376.     {
  2377.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2378.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2379.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2380.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/TransGroupController.php';
  2381.         $this->services['AdmBundle\\Controller\\TransGroupController'] = $instance = new \AdmBundle\Controller\TransGroupController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2382.         $instance->oServiceTransGroup = ($this->services['adm.service.trans.group'] ?? $this->getAdm_Service_Trans_GroupService());
  2383.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2384.         $instance->setContainer($this);
  2385.         return $instance;
  2386.     }
  2387.     /**
  2388.      * Gets the public 'AdmBundle\Controller\TransMeasuresController' shared autowired service.
  2389.      *
  2390.      * @return \AdmBundle\Controller\TransMeasuresController
  2391.      */
  2392.     protected function getTransMeasuresControllerService()
  2393.     {
  2394.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2395.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2396.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2397.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/TransMeasuresController.php';
  2398.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/ArrHelperFacade.php';
  2399.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/RequestHelperFacade.php';
  2400.         $this->services['AdmBundle\\Controller\\TransMeasuresController'] = $instance = new \AdmBundle\Controller\TransMeasuresController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2401.         $instance->arrHelper = ($this->services['adm.arr_helper.facade'] ?? ($this->services['adm.arr_helper.facade'] = new \AdmBundle\Facade\ArrHelperFacade()));
  2402.         $instance->measureService = ($this->services['adm.service.measure'] ?? $this->getAdm_Service_MeasureService());
  2403.         $instance->requestHelper = ($this->services['adm.request_helper.facade'] ?? ($this->services['adm.request_helper.facade'] = new \AdmBundle\Facade\RequestHelperFacade()));
  2404.         $instance->listMeasureRepository = ($this->services['WebBundle\\Repository\\ListMeasureRepository'] ?? $this->getListMeasureRepositoryService());
  2405.         $instance->translateService = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  2406.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2407.         $instance->setContainer($this);
  2408.         return $instance;
  2409.     }
  2410.     /**
  2411.      * Gets the public 'AdmBundle\Controller\TranslatorController' shared autowired service.
  2412.      *
  2413.      * @return \AdmBundle\Controller\TranslatorController
  2414.      */
  2415.     protected function getTranslatorControllerService()
  2416.     {
  2417.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2418.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/TranslatorController.php';
  2419.         $this->services['AdmBundle\\Controller\\TranslatorController'] = $instance = new \AdmBundle\Controller\TranslatorController('https://translator.tile.expert''a011de81-342e-4c11-be49-f2334e8aa8a1', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  2420.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('AdmBundle\\Controller\\TranslatorController'$this));
  2421.         return $instance;
  2422.     }
  2423.     /**
  2424.      * Gets the public 'AdmBundle\Controller\UsersController' shared autowired service.
  2425.      *
  2426.      * @return \AdmBundle\Controller\UsersController
  2427.      */
  2428.     protected function getUsersControllerService()
  2429.     {
  2430.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2431.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2432.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2433.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/UsersController.php';
  2434.         $this->services['AdmBundle\\Controller\\UsersController'] = $instance = new \AdmBundle\Controller\UsersController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2435.         $instance->oServiceUser = ($this->services['adm.service.users'] ?? $this->getAdm_Service_UsersService());
  2436.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2437.         $instance->setContainer($this);
  2438.         return $instance;
  2439.     }
  2440.     /**
  2441.      * Gets the public 'AdmBundle\Controller\VacancyController' shared autowired service.
  2442.      *
  2443.      * @return \AdmBundle\Controller\VacancyController
  2444.      */
  2445.     protected function getVacancyControllerService()
  2446.     {
  2447.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2448.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2449.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2450.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/VacancyController.php';
  2451.         $this->services['AdmBundle\\Controller\\VacancyController'] = $instance = new \AdmBundle\Controller\VacancyController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2452.         $instance->oServiceAdminVacancy = ($this->services['adm.service.vacancy'] ?? $this->getAdm_Service_VacancyService());
  2453.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2454.         $instance->setContainer($this);
  2455.         return $instance;
  2456.     }
  2457.     /**
  2458.      * Gets the public 'AdmBundle\Controller\WidgetController' shared autowired service.
  2459.      *
  2460.      * @return \AdmBundle\Controller\WidgetController
  2461.      */
  2462.     protected function getWidgetControllerService()
  2463.     {
  2464.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2465.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/ExtendedController.php';
  2466.         include_once \dirname(__DIR__4).'/src/AdmBundle/Interfaces/HasListActionInterface.php';
  2467.         include_once \dirname(__DIR__4).'/src/AdmBundle/Controller/WidgetController.php';
  2468.         $this->services['AdmBundle\\Controller\\WidgetController'] = $instance = new \AdmBundle\Controller\WidgetController(($this->services['adm.service'] ?? $this->getAdm_ServiceService()), ($this->services['adm.service.page.meta'] ?? $this->getAdm_Service_Page_MetaService()), ($this->services['adm.service.history'] ?? $this->getAdm_Service_HistoryService()));
  2469.         $instance->oService = ($this->services['adm.service.widget'] ?? $this->getAdm_Service_WidgetService());
  2470.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  2471.         $instance->setContainer($this);
  2472.         return $instance;
  2473.     }
  2474.     /**
  2475.      * Gets the public 'Faker\Generator' shared service.
  2476.      *
  2477.      * @return \Faker\Generator
  2478.      */
  2479.     protected function getGeneratorService()
  2480.     {
  2481.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  2482.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  2483.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  2484.         $this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');
  2485.         $instance->seed(1);
  2486.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  2487.         return $instance;
  2488.     }
  2489.     /**
  2490.      * Gets the public 'FlexApp\Controller\AmazonPersonalizeController' shared autowired service.
  2491.      *
  2492.      * @return \FlexApp\Controller\AmazonPersonalizeController
  2493.      */
  2494.     protected function getAmazonPersonalizeControllerService()
  2495.     {
  2496.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2497.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/AmazonPersonalizeController.php';
  2498.         $this->services['FlexApp\\Controller\\AmazonPersonalizeController'] = $instance = new \FlexApp\Controller\AmazonPersonalizeController(($this->privates['FlexApp\\Service\\AmazonPersonalizeService'] ?? $this->getAmazonPersonalizeServiceService()));
  2499.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\AmazonPersonalizeController'$this));
  2500.         return $instance;
  2501.     }
  2502.     /**
  2503.      * Gets the public 'FlexApp\Controller\Api\GetEmailReviewController' shared autowired service.
  2504.      *
  2505.      * @return \FlexApp\Controller\Api\GetEmailReviewController
  2506.      */
  2507.     protected function getGetEmailReviewControllerService()
  2508.     {
  2509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2510.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/GetEmailReviewController.php';
  2511.         $this->services['FlexApp\\Controller\\Api\\GetEmailReviewController'] = $instance = new \FlexApp\Controller\Api\GetEmailReviewController(($this->services['app.service.review_invitations'] ?? $this->getApp_Service_ReviewInvitationsService()), ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()));
  2512.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\Api\\GetEmailReviewController'$this));
  2513.         return $instance;
  2514.     }
  2515.     /**
  2516.      * Gets the public 'FlexApp\Controller\Api\MobileUserSliderController' shared autowired service.
  2517.      *
  2518.      * @return \FlexApp\Controller\Api\MobileUserSliderController
  2519.      */
  2520.     protected function getMobileUserSliderController2Service()
  2521.     {
  2522.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2523.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/MobileUserSliderController.php';
  2524.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/MobileUserSliderService.php';
  2525.         $this->services['FlexApp\\Controller\\Api\\MobileUserSliderController'] = $instance = new \FlexApp\Controller\Api\MobileUserSliderController(new \FlexApp\Service\MobileUserSliderService(($this->privates['FlexApp\\Repository\\MobileUserSliderRepository'] ?? $this->getMobileUserSliderRepositoryService())));
  2526.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\Api\\MobileUserSliderController'$this));
  2527.         return $instance;
  2528.     }
  2529.     /**
  2530.      * Gets the public 'FlexApp\Controller\Api\PollController' shared autowired service.
  2531.      *
  2532.      * @return \FlexApp\Controller\Api\PollController
  2533.      */
  2534.     protected function getPollController2Service()
  2535.     {
  2536.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2537.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  2538.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/PollController.php';
  2539.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PollService.php';
  2540.         $this->services['FlexApp\\Controller\\Api\\PollController'] = $instance = new \FlexApp\Controller\Api\PollController(new \FlexApp\Service\PollService(($this->privates['FlexApp\\Repository\\PollRepository'] ?? $this->getPollRepositoryService()), ($this->privates['FlexApp\\Repository\\PollOptionRepository'] ?? $this->getPollOptionRepositoryService())));
  2541.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\Api\\PollController'$this));
  2542.         return $instance;
  2543.     }
  2544.     /**
  2545.      * Gets the public 'FlexApp\Controller\Api\SaveJsLogController' shared autowired service.
  2546.      *
  2547.      * @return \FlexApp\Controller\Api\SaveJsLogController
  2548.      */
  2549.     protected function getSaveJsLogControllerService()
  2550.     {
  2551.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2552.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/SaveJsLogController.php';
  2553.         $this->services['FlexApp\\Controller\\Api\\SaveJsLogController'] = $instance = new \FlexApp\Controller\Api\SaveJsLogController();
  2554.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\Api\\SaveJsLogController'$this));
  2555.         return $instance;
  2556.     }
  2557.     /**
  2558.      * Gets the public 'FlexApp\Controller\Api\TransApiController' shared autowired service.
  2559.      *
  2560.      * @return \FlexApp\Controller\Api\TransApiController
  2561.      */
  2562.     protected function getTransApiControllerService()
  2563.     {
  2564.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2565.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/_ResponseApiTrait.php';
  2566.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/TransApiController.php';
  2567.         $this->services['FlexApp\\Controller\\Api\\TransApiController'] = $instance = new \FlexApp\Controller\Api\TransApiController();
  2568.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\Api\\TransApiController'$this));
  2569.         return $instance;
  2570.     }
  2571.     /**
  2572.      * Gets the public 'FlexApp\Controller\Api\TransExApiController' shared autowired service.
  2573.      *
  2574.      * @return \FlexApp\Controller\Api\TransExApiController
  2575.      */
  2576.     protected function getTransExApiControllerService()
  2577.     {
  2578.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2579.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/TransExApiController.php';
  2580.         $this->services['FlexApp\\Controller\\Api\\TransExApiController'] = $instance = new \FlexApp\Controller\Api\TransExApiController();
  2581.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\Api\\TransExApiController'$this));
  2582.         return $instance;
  2583.     }
  2584.     /**
  2585.      * Gets the public 'FlexApp\Controller\Api\UserApiController' shared autowired service.
  2586.      *
  2587.      * @return \FlexApp\Controller\Api\UserApiController
  2588.      */
  2589.     protected function getUserApiControllerService()
  2590.     {
  2591.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/Api/UserApiController.php';
  2592.         $this->services['FlexApp\\Controller\\Api\\UserApiController'] = $instance = new \FlexApp\Controller\Api\UserApiController();
  2593.         $instance->registrationService = ($this->services['app.registration'] ?? $this->getApp_RegistrationService());
  2594.         return $instance;
  2595.     }
  2596.     /**
  2597.      * Gets the public 'FlexApp\Controller\CareerController' shared autowired service.
  2598.      *
  2599.      * @return \FlexApp\Controller\CareerController
  2600.      */
  2601.     protected function getCareerControllerService()
  2602.     {
  2603.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2604.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  2605.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/CareerController.php';
  2606.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CareerService.php';
  2607.         $this->services['FlexApp\\Controller\\CareerController'] = $instance = new \FlexApp\Controller\CareerController(($this->services['WebBundle\\Service\\CareerService'] ?? ($this->services['WebBundle\\Service\\CareerService'] = new \WebBundle\Service\CareerService())));
  2608.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\CareerController'$this));
  2609.         return $instance;
  2610.     }
  2611.     /**
  2612.      * Gets the public 'FlexApp\Controller\ChangeLocaleStatController' shared autowired service.
  2613.      *
  2614.      * @return \FlexApp\Controller\ChangeLocaleStatController
  2615.      */
  2616.     protected function getChangeLocaleStatControllerService()
  2617.     {
  2618.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2619.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/ChangeLocaleStatController.php';
  2620.         $this->services['FlexApp\\Controller\\ChangeLocaleStatController'] = $instance = new \FlexApp\Controller\ChangeLocaleStatController(($this->privates['FlexApp\\Service\\LocaleChangeStatService'] ?? $this->getLocaleChangeStatServiceService()));
  2621.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\ChangeLocaleStatController'$this));
  2622.         return $instance;
  2623.     }
  2624.     /**
  2625.      * Gets the public 'FlexApp\Controller\ChatBController' shared autowired service.
  2626.      *
  2627.      * @return \FlexApp\Controller\ChatBController
  2628.      */
  2629.     protected function getChatBControllerService()
  2630.     {
  2631.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2632.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  2633.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/ChatBController.php';
  2634.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatOnMessageHandler.php';
  2635.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/MoveFilesToAdmManager.php';
  2636.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  2637.         $b = ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService());
  2638.         $c = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  2639.         $d = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2640.         $e = ($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService());
  2641.         $f = ($this->privates['FlexApp\\Service\\ChatArrayGenerator'] ?? $this->getChatArrayGeneratorService());
  2642.         $this->services['FlexApp\\Controller\\ChatBController'] = $instance = new \FlexApp\Controller\ChatBController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'] ?? $this->getAjaxRegistrationByEmailServiceService()), $a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService()), ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService()), $b$c$d$e$f, ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'] ?? $this->getChangedUnreadCountHandlerService()), ($this->privates['FlexApp\\Service\\MoveFilesToAdmManager'] ?? ($this->privates['FlexApp\\Service\\MoveFilesToAdmManager'] = new \FlexApp\Service\MoveFilesToAdmManager())), ($this->privates['FlexApp\\Service\\EntitySender'] ?? $this->getEntitySenderService()), ($this->privates['FlexApp\\Service\\ChatStateRefresher'] ?? $this->getChatStateRefresherService()));
  2643.         $g = new \FlexApp\Service\ChatOnMessageHandler();
  2644.         $h = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  2645.         $g->eventDispatcher $a;
  2646.         $g->userRepository $h;
  2647.         $g->consDefiner $c;
  2648.         $g->chatBRepository $b;
  2649.         $g->entityManager $d;
  2650.         $g->chatMessageToPortalSender = ($this->privates['FlexApp\\Service\\ChatMessageToPortalSender'] ?? $this->getChatMessageToPortalSenderService());
  2651.         $g->chatArrayGenerator $f;
  2652.         $g->fileEntityRepository = ($this->privates['FlexApp\\Repository\\FileEntityRepository'] ?? $this->getFileEntityRepositoryService());
  2653.         $g->chatBMessageRepository $e;
  2654.         $instance->chatOnMessageHandler $g;
  2655.         $instance->userRepository $h;
  2656.         $instance->userAuthenticator = ($this->privates['security.user_authenticator'] ?? $this->getSecurity_UserAuthenticatorService());
  2657.         $instance->loginFormAuthenticator = ($this->privates['FlexApp\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  2658.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\ChatBController'$this));
  2659.         return $instance;
  2660.     }
  2661.     /**
  2662.      * Gets the public 'FlexApp\Controller\CollectionReviewController' shared autowired service.
  2663.      *
  2664.      * @return \FlexApp\Controller\CollectionReviewController
  2665.      */
  2666.     protected function getCollectionReviewControllerService()
  2667.     {
  2668.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2669.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/CollectionReviewController.php';
  2670.         $this->services['FlexApp\\Controller\\CollectionReviewController'] = $instance = new \FlexApp\Controller\CollectionReviewController();
  2671.         $instance->reviewsService = ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService());
  2672.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\CollectionReviewController'$this));
  2673.         return $instance;
  2674.     }
  2675.     /**
  2676.      * Gets the public 'FlexApp\Controller\CommentController' shared autowired service.
  2677.      *
  2678.      * @return \FlexApp\Controller\CommentController
  2679.      */
  2680.     protected function getCommentController2Service()
  2681.     {
  2682.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2683.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/CommentController.php';
  2684.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UnsubscriberManager.php';
  2685.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  2686.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  2687.         $this->services['FlexApp\\Controller\\CommentController'] = $instance = new \FlexApp\Controller\CommentController(($this->services['translator'] ?? $this->getTranslatorService()), new \FlexApp\Service\UnsubscriberManager(($this->privates['FlexApp\\Service\\EmailCanonicalizer'] ?? ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] = new \FlexApp\Service\EmailCanonicalizer())), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['FlexApp\\Repository\\CommentablePageRepository'] ?? $this->getCommentablePageRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['FlexApp\\Repository\\CommentablePageSubscriberRepository'] ?? $this->getCommentablePageSubscriberRepositoryService())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2688.         $instance->requestStack = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2689.         $instance->commentFormHandlerService = ($this->privates['FlexApp\\Service\\CommentFormHandlerService'] ?? $this->getCommentFormHandlerServiceService());
  2690.         $instance->portalThemeCreator = ($this->privates['FlexApp\\Service\\PortalThemeCreator'] ?? $this->getPortalThemeCreatorService());
  2691.         $instance->validator = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2692.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\CommentController'$this));
  2693.         return $instance;
  2694.     }
  2695.     /**
  2696.      * Gets the public 'FlexApp\Controller\CompareArticleController' shared autowired service.
  2697.      *
  2698.      * @return \FlexApp\Controller\CompareArticleController
  2699.      */
  2700.     protected function getCompareArticleControllerService()
  2701.     {
  2702.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2703.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/CompareArticleController.php';
  2704.         $this->services['FlexApp\\Controller\\CompareArticleController'] = $instance = new \FlexApp\Controller\CompareArticleController(($this->privates['FlexApp\\Service\\CompareArticleService'] ?? $this->getCompareArticleServiceService()));
  2705.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\CompareArticleController'$this));
  2706.         return $instance;
  2707.     }
  2708.     /**
  2709.      * Gets the public 'FlexApp\Controller\CryptoPaymentController' shared autowired service.
  2710.      *
  2711.      * @return \FlexApp\Controller\CryptoPaymentController
  2712.      */
  2713.     protected function getCryptoPaymentControllerService()
  2714.     {
  2715.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2716.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/CryptoPaymentController.php';
  2717.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  2718.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  2719.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  2720.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  2721.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  2722.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  2723.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CryptoPaymentLogger.php';
  2724.         $this->services['FlexApp\\Controller\\CryptoPaymentController'] = $instance = new \FlexApp\Controller\CryptoPaymentController();
  2725.         $instance->cryptoPaymentLogger = new \FlexApp\Service\CryptoPaymentLogger('crypto_payment', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  2726.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  2727.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\CryptoPaymentController'$this));
  2728.         return $instance;
  2729.     }
  2730.     /**
  2731.      * Gets the public 'FlexApp\Controller\EmailTrackingController' shared autowired service.
  2732.      *
  2733.      * @return \FlexApp\Controller\EmailTrackingController
  2734.      */
  2735.     protected function getEmailTrackingControllerService()
  2736.     {
  2737.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2738.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/EmailTrackingController.php';
  2739.         $this->services['FlexApp\\Controller\\EmailTrackingController'] = $instance = new \FlexApp\Controller\EmailTrackingController();
  2740.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\EmailTrackingController'$this));
  2741.         return $instance;
  2742.     }
  2743.     /**
  2744.      * Gets the public 'FlexApp\Controller\FileUploadExampleController' shared autowired service.
  2745.      *
  2746.      * @return \FlexApp\Controller\FileUploadExampleController
  2747.      */
  2748.     protected function getFileUploadExampleControllerService()
  2749.     {
  2750.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2751.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/FileUploadExampleController.php';
  2752.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/MoveFilesToAdmManager.php';
  2753.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PreviewGenerator.php';
  2754.         $this->services['FlexApp\\Controller\\FileUploadExampleController'] = $instance = new \FlexApp\Controller\FileUploadExampleController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['FlexApp\\Service\\MoveFilesToAdmManager'] ?? ($this->privates['FlexApp\\Service\\MoveFilesToAdmManager'] = new \FlexApp\Service\MoveFilesToAdmManager())));
  2755.         $instance->previewGenerator = ($this->privates['FlexApp\\Service\\PreviewGenerator'] ?? ($this->privates['FlexApp\\Service\\PreviewGenerator'] = new \FlexApp\Service\PreviewGenerator()));
  2756.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\FileUploadExampleController'$this));
  2757.         return $instance;
  2758.     }
  2759.     /**
  2760.      * Gets the public 'FlexApp\Controller\HeaderApiController' shared autowired service.
  2761.      *
  2762.      * @return \FlexApp\Controller\HeaderApiController
  2763.      */
  2764.     protected function getHeaderApiControllerService()
  2765.     {
  2766.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2767.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/HeaderApiController.php';
  2768.         $this->services['FlexApp\\Controller\\HeaderApiController'] = $instance = new \FlexApp\Controller\HeaderApiController(($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()));
  2769.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\HeaderApiController'$this));
  2770.         return $instance;
  2771.     }
  2772.     /**
  2773.      * Gets the public 'FlexApp\Controller\HeaderOrderApiController' shared autowired service.
  2774.      *
  2775.      * @return \FlexApp\Controller\HeaderOrderApiController
  2776.      */
  2777.     protected function getHeaderOrderApiControllerService()
  2778.     {
  2779.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2780.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/HeaderOrderApiController.php';
  2781.         $this->services['FlexApp\\Controller\\HeaderOrderApiController'] = $instance = new \FlexApp\Controller\HeaderOrderApiController(($this->services['app.service.order'] ?? $this->getApp_Service_OrderService()), ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->services['FlexApp\\Service\\CollectionsDataStructureForLeaveReviewProvider'] ?? $this->getCollectionsDataStructureForLeaveReviewProviderService()));
  2782.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\HeaderOrderApiController'$this));
  2783.         return $instance;
  2784.     }
  2785.     /**
  2786.      * Gets the public 'FlexApp\Controller\InterviewController' shared autowired service.
  2787.      *
  2788.      * @return \FlexApp\Controller\InterviewController
  2789.      */
  2790.     protected function getInterviewControllerService()
  2791.     {
  2792.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/InterviewController.php';
  2793.         $this->services['FlexApp\\Controller\\InterviewController'] = $instance = new \FlexApp\Controller\InterviewController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  2794.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  2795.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  2796.         return $instance;
  2797.     }
  2798.     /**
  2799.      * Gets the public 'FlexApp\Controller\LeaveReviewController' shared autowired service.
  2800.      *
  2801.      * @return \FlexApp\Controller\LeaveReviewController
  2802.      */
  2803.     protected function getLeaveReviewControllerService()
  2804.     {
  2805.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2806.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/LeaveReviewController.php';
  2807.         $this->services['FlexApp\\Controller\\LeaveReviewController'] = $instance = new \FlexApp\Controller\LeaveReviewController();
  2808.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  2809.         $instance->parametersGenerator = ($this->services['FlexApp\\Service\\ParametersGenerator'] ?? $this->getParametersGeneratorService());
  2810.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  2811.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  2812.         $instance->productReviewsCacheRepository = ($this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] ?? $this->getProductReviewsCacheRepositoryService());
  2813.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  2814.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2815.         $instance->collectionsDataStructureForLeaveReviewProvider = ($this->services['FlexApp\\Service\\CollectionsDataStructureForLeaveReviewProvider'] ?? $this->getCollectionsDataStructureForLeaveReviewProviderService());
  2816.         $instance->loginLinkGenerator = ($this->services['FlexApp\\Service\\LoginLinkGenerator'] ?? $this->getLoginLinkGeneratorService());
  2817.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  2818.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\LeaveReviewController'$this));
  2819.         return $instance;
  2820.     }
  2821.     /**
  2822.      * Gets the public 'FlexApp\Controller\MailingReportController' shared autowired service.
  2823.      *
  2824.      * @return \FlexApp\Controller\MailingReportController
  2825.      */
  2826.     protected function getMailingReportControllerService()
  2827.     {
  2828.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2829.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/MailingReportController.php';
  2830.         $this->services['FlexApp\\Controller\\MailingReportController'] = $instance = new \FlexApp\Controller\MailingReportController(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->privates['FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository'] ?? $this->getInvitationEmailDeliveryStatsRepositoryService()));
  2831.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\MailingReportController'$this));
  2832.         return $instance;
  2833.     }
  2834.     /**
  2835.      * Gets the public 'FlexApp\Controller\NewUserProfileController' shared autowired service.
  2836.      *
  2837.      * @return \FlexApp\Controller\NewUserProfileController
  2838.      */
  2839.     protected function getNewUserProfileControllerService()
  2840.     {
  2841.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2842.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/NewUserProfileController.php';
  2843.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  2844.         $this->services['FlexApp\\Controller\\NewUserProfileController'] = $instance = new \FlexApp\Controller\NewUserProfileController();
  2845.         $instance->parametersGenerator = ($this->services['FlexApp\\Service\\ParametersGenerator'] ?? $this->getParametersGeneratorService());
  2846.         $instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
  2847.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  2848.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  2849.         $instance->orderAddressRepository = ($this->services['WebBundle\\Repository\\OrderAddressRepository'] ?? $this->getOrderAddressRepositoryService());
  2850.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  2851.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  2852.         $instance->validator = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  2853.         $instance->userUpdater = ($this->privates['FlexApp\\Service\\UserUpdater'] ?? $this->getUserUpdaterService());
  2854.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2855.         $instance->tokenStorage = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  2856.         $instance->requestStack = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2857.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  2858.         $instance->countryRepository = ($this->privates['FlexApp\\Repository\\CountryRepository'] ?? $this->getCountryRepositoryService());
  2859.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\NewUserProfileController'$this));
  2860.         return $instance;
  2861.     }
  2862.     /**
  2863.      * Gets the public 'FlexApp\Controller\NotExtend\FixFailsController' shared autowired service.
  2864.      *
  2865.      * @return \FlexApp\Controller\NotExtend\FixFailsController
  2866.      */
  2867.     protected function getFixFailsControllerService()
  2868.     {
  2869.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/NotExtend/FixFailsController.php';
  2870.         return $this->services['FlexApp\\Controller\\NotExtend\\FixFailsController'] = new \FlexApp\Controller\NotExtend\FixFailsController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository'] ?? $this->getRetieRequestDataRepositoryService()), ($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService()), ($this->privates['FlexApp\\Service\\EntityRemover'] ?? $this->getEntityRemoverService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->privates['FlexApp\\Service\\EntitySender'] ?? $this->getEntitySenderService()));
  2871.     }
  2872.     /**
  2873.      * Gets the public 'FlexApp\Controller\NotExtend\LogsController' shared autowired service.
  2874.      *
  2875.      * @return \FlexApp\Controller\NotExtend\LogsController
  2876.      */
  2877.     protected function getLogsControllerService()
  2878.     {
  2879.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/NotExtend/LogsController.php';
  2880.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/MirrorApiLogsService.php';
  2881.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntireLogsBuilder.php';
  2882.         $a = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  2883.         $b = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  2884.         return $this->services['FlexApp\\Controller\\NotExtend\\LogsController'] = new \FlexApp\Controller\NotExtend\LogsController($a$b, new \FlexApp\Service\MirrorApiLogsService($a$b), new \FlexApp\Service\EntireLogsBuilder($a, ($this->privates['FlexApp\\Service\\JsonArrayApiClient'] ?? $this->getJsonArrayApiClientService()), $b));
  2885.     }
  2886.     /**
  2887.      * Gets the public 'FlexApp\Controller\NotExtend\ManualTestController' shared autowired service.
  2888.      *
  2889.      * @return \FlexApp\Controller\NotExtend\ManualTestController
  2890.      */
  2891.     protected function getManualTestControllerService()
  2892.     {
  2893.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/NotExtend/ManualTestController.php';
  2894.         return $this->services['FlexApp\\Controller\\NotExtend\\ManualTestController'] = new \FlexApp\Controller\NotExtend\ManualTestController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2895.     }
  2896.     /**
  2897.      * Gets the public 'FlexApp\Controller\NotExtend\PortalApiController' shared autowired service.
  2898.      *
  2899.      * @return \FlexApp\Controller\NotExtend\PortalApiController
  2900.      */
  2901.     protected function getPortalApiControllerService()
  2902.     {
  2903.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/NotExtend/PortalApiController.php';
  2904.         return $this->services['FlexApp\\Controller\\NotExtend\\PortalApiController'] = new \FlexApp\Controller\NotExtend\PortalApiController(($this->privates['FlexApp\\Service\\PortalApiService'] ?? $this->getPortalApiServiceService()), ($this->privates['FlexApp\\Interfaces\\PortalApiLoggerInterface'] ?? $this->getPortalApiLoggerInterfaceService()));
  2905.     }
  2906.     /**
  2907.      * Gets the public 'FlexApp\Controller\OneCController' shared autowired service.
  2908.      *
  2909.      * @return \FlexApp\Controller\OneCController
  2910.      */
  2911.     protected function getOneCControllerService()
  2912.     {
  2913.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2914.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/OneCController.php';
  2915.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/FilterAdsFilesDataService.php';
  2916.         $this->services['FlexApp\\Controller\\OneCController'] = $instance = new \FlexApp\Controller\OneCController(($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService()), ($this->services['WebBundle\\Repository\\FactoryRepository'] ?? $this->getFactoryRepositoryService()), ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService()), ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService()), ($this->services['sphinx_ql'] ?? $this->getSphinxQlService()), ($this->services['app.service.setting.collection'] ?? $this->getApp_Service_Setting_CollectionService()), ($this->services['app.service.collection'] ?? $this->getApp_Service_CollectionService()), ($this->privates['FlexApp\\Service\\AdsFilters\\FilterAdsFilesDataService'] ?? ($this->privates['FlexApp\\Service\\AdsFilters\\FilterAdsFilesDataService'] = new \FlexApp\Service\AdsFilters\FilterAdsFilesDataService())));
  2917.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  2918.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  2919.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\OneCController'$this));
  2920.         return $instance;
  2921.     }
  2922.     /**
  2923.      * Gets the public 'FlexApp\Controller\PriceSyncController' shared autowired service.
  2924.      *
  2925.      * @return \FlexApp\Controller\PriceSyncController
  2926.      */
  2927.     protected function getPriceSyncControllerService()
  2928.     {
  2929.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2930.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/PriceSyncController.php';
  2931.         $this->services['FlexApp\\Controller\\PriceSyncController'] = $instance = new \FlexApp\Controller\PriceSyncController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  2932.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\PriceSyncController'$this));
  2933.         return $instance;
  2934.     }
  2935.     /**
  2936.      * Gets the public 'FlexApp\Controller\PushController' shared autowired service.
  2937.      *
  2938.      * @return \FlexApp\Controller\PushController
  2939.      */
  2940.     protected function getPushControllerService()
  2941.     {
  2942.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2943.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/PushController.php';
  2944.         $this->services['FlexApp\\Controller\\PushController'] = $instance = new \FlexApp\Controller\PushController(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['FlexApp\\Repository\\WebPushDataEntityRepository'] ?? $this->getWebPushDataEntityRepositoryService()));
  2945.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\PushController'$this));
  2946.         return $instance;
  2947.     }
  2948.     /**
  2949.      * Gets the public 'FlexApp\Controller\ReviewsReportController' shared autowired service.
  2950.      *
  2951.      * @return \FlexApp\Controller\ReviewsReportController
  2952.      */
  2953.     protected function getReviewsReportControllerService()
  2954.     {
  2955.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2956.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/ReviewsReportController.php';
  2957.         $this->services['FlexApp\\Controller\\ReviewsReportController'] = $instance = new \FlexApp\Controller\ReviewsReportController(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()));
  2958.         $instance->productReviewsCacheRepository = ($this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] ?? $this->getProductReviewsCacheRepositoryService());
  2959.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\ReviewsReportController'$this));
  2960.         return $instance;
  2961.     }
  2962.     /**
  2963.      * Gets the public 'FlexApp\Controller\SaveUserCookieController' shared autowired service.
  2964.      *
  2965.      * @return \FlexApp\Controller\SaveUserCookieController
  2966.      */
  2967.     protected function getSaveUserCookieControllerService()
  2968.     {
  2969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2970.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  2971.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/SaveUserCookieController.php';
  2972.         $this->services['FlexApp\\Controller\\SaveUserCookieController'] = $instance = new \FlexApp\Controller\SaveUserCookieController();
  2973.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\SaveUserCookieController'$this));
  2974.         return $instance;
  2975.     }
  2976.     /**
  2977.      * Gets the public 'FlexApp\Controller\SecurityController' shared autowired service.
  2978.      *
  2979.      * @return \FlexApp\Controller\SecurityController
  2980.      */
  2981.     protected function getSecurityControllerService()
  2982.     {
  2983.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2984.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/SecurityController.php';
  2985.         $this->services['FlexApp\\Controller\\SecurityController'] = $instance = new \FlexApp\Controller\SecurityController();
  2986.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\SecurityController'$this));
  2987.         return $instance;
  2988.     }
  2989.     /**
  2990.      * Gets the public 'FlexApp\Controller\VisitController' shared autowired service.
  2991.      *
  2992.      * @return \FlexApp\Controller\VisitController
  2993.      */
  2994.     protected function getVisitControllerService()
  2995.     {
  2996.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  2997.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  2998.         include_once \dirname(__DIR__4).'/src/FlexApp/Controller/VisitController.php';
  2999.         $this->services['FlexApp\\Controller\\VisitController'] = $instance = new \FlexApp\Controller\VisitController();
  3000.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('FlexApp\\Controller\\VisitController'$this));
  3001.         return $instance;
  3002.     }
  3003.     /**
  3004.      * Gets the public 'FlexApp\Extensions\RouterDecorator' shared autowired service.
  3005.      *
  3006.      * @return \FlexApp\Extensions\RouterDecorator
  3007.      */
  3008.     protected function getRouterDecoratorService()
  3009.     {
  3010.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  3011.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3012.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  3013.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  3014.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  3015.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  3016.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  3017.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  3018.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  3019.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  3020.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3021.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  3022.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3023.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3024.         $b = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  3025.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  3026.         ], [
  3027.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  3028.         ]))->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' => true'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))), $a'en');
  3029.         $b->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  3030.         $b->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  3031.         return $this->services['FlexApp\\Extensions\\RouterDecorator'] = new \FlexApp\Extensions\RouterDecorator($b);
  3032.     }
  3033.     /**
  3034.      * Gets the public 'FlexApp\Repository\CommentRepository' shared autowired service.
  3035.      *
  3036.      * @return \FlexApp\Repository\CommentRepository
  3037.      */
  3038.     protected function getCommentRepositoryService()
  3039.     {
  3040.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CommentRepository.php';
  3041.         return $this->services['FlexApp\\Repository\\CommentRepository'] = new \FlexApp\Repository\CommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\CommentEntity');
  3042.     }
  3043.     /**
  3044.      * Gets the public 'FlexApp\Service\BBCodeManager' shared autowired service.
  3045.      *
  3046.      * @return \FlexApp\Service\BBCodeManager
  3047.      */
  3048.     protected function getBBCodeManagerService()
  3049.     {
  3050.         return $this->services['FlexApp\\Service\\BBCodeManager'] = new \FlexApp\Service\BBCodeManager(($this->services['translator'] ?? $this->getTranslatorService()), new \FlexApp\Helper\CountryHandler());
  3051.     }
  3052.     /**
  3053.      * Gets the public 'FlexApp\Service\CalendarService' shared autowired service.
  3054.      *
  3055.      * @return \FlexApp\Service\CalendarService
  3056.      */
  3057.     protected function getCalendarServiceService()
  3058.     {
  3059.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CalendarService.php';
  3060.         return $this->services['FlexApp\\Service\\CalendarService'] = new \FlexApp\Service\CalendarService(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService()));
  3061.     }
  3062.     /**
  3063.      * Gets the public 'FlexApp\Service\CollectionsDataStructureForLeaveReviewProvider' shared autowired service.
  3064.      *
  3065.      * @return \FlexApp\Service\CollectionsDataStructureForLeaveReviewProvider
  3066.      */
  3067.     protected function getCollectionsDataStructureForLeaveReviewProviderService()
  3068.     {
  3069.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CollectionsDataStructureForLeaveReviewProvider.php';
  3070.         $this->services['FlexApp\\Service\\CollectionsDataStructureForLeaveReviewProvider'] = $instance = new \FlexApp\Service\CollectionsDataStructureForLeaveReviewProvider();
  3071.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  3072.         return $instance;
  3073.     }
  3074.     /**
  3075.      * Gets the public 'FlexApp\Service\CommentablePageDataProvider' shared autowired service.
  3076.      *
  3077.      * @return \FlexApp\Service\CommentablePageDataProvider
  3078.      */
  3079.     protected function getCommentablePageDataProviderService()
  3080.     {
  3081.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CommentablePageDataProvider.php';
  3082.         $this->services['FlexApp\\Service\\CommentablePageDataProvider'] = $instance = new \FlexApp\Service\CommentablePageDataProvider();
  3083.         $instance->requestStack = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  3084.         return $instance;
  3085.     }
  3086.     /**
  3087.      * Gets the public 'FlexApp\Service\ConsDataForContactsPageProvider' shared autowired service.
  3088.      *
  3089.      * @return \FlexApp\Service\ConsDataForContactsPageProvider
  3090.      */
  3091.     protected function getConsDataForContactsPageProviderService()
  3092.     {
  3093.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ConsDataForContactsPageProvider.php';
  3094.         $this->services['FlexApp\\Service\\ConsDataForContactsPageProvider'] = $instance = new \FlexApp\Service\ConsDataForContactsPageProvider();
  3095.         $instance->welcomeInfoDataGenerator = ($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'] ?? $this->getWelcomeInfoDataGeneratorService());
  3096.         return $instance;
  3097.     }
  3098.     /**
  3099.      * Gets the public 'FlexApp\Service\ConsDefiner' shared autowired service.
  3100.      *
  3101.      * @return \FlexApp\Service\ConsDefiner
  3102.      */
  3103.     protected function getConsDefinerService()
  3104.     {
  3105.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ConsDefiner.php';
  3106.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  3107.         if (isset($this->services['FlexApp\\Service\\ConsDefiner'])) {
  3108.             return $this->services['FlexApp\\Service\\ConsDefiner'];
  3109.         }
  3110.         return $this->services['FlexApp\\Service\\ConsDefiner'] = new \FlexApp\Service\ConsDefiner($a);
  3111.     }
  3112.     /**
  3113.      * Gets the public 'FlexApp\Service\CurrentUserProvider' shared autowired service.
  3114.      *
  3115.      * @return \FlexApp\Service\CurrentUserProvider
  3116.      */
  3117.     protected function getCurrentUserProviderService()
  3118.     {
  3119.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CurrentUserProvider.php';
  3120.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  3121.         if (isset($this->services['FlexApp\\Service\\CurrentUserProvider'])) {
  3122.             return $this->services['FlexApp\\Service\\CurrentUserProvider'];
  3123.         }
  3124.         return $this->services['FlexApp\\Service\\CurrentUserProvider'] = new \FlexApp\Service\CurrentUserProvider($a);
  3125.     }
  3126.     /**
  3127.      * Gets the public 'FlexApp\Service\ExtendedCountryListProvider' shared autowired service.
  3128.      *
  3129.      * @return \FlexApp\Service\ExtendedCountryListProvider
  3130.      */
  3131.     protected function getExtendedCountryListProviderService()
  3132.     {
  3133.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ExtendedCountryListProvider.php';
  3134.         $this->services['FlexApp\\Service\\ExtendedCountryListProvider'] = $instance = new \FlexApp\Service\ExtendedCountryListProvider();
  3135.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  3136.         return $instance;
  3137.     }
  3138.     /**
  3139.      * Gets the public 'FlexApp\Service\LoginLinkGenerator' shared autowired service.
  3140.      *
  3141.      * @return \FlexApp\Service\LoginLinkGenerator
  3142.      */
  3143.     protected function getLoginLinkGeneratorService()
  3144.     {
  3145.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/LoginLinkGenerator.php';
  3146.         return $this->services['FlexApp\\Service\\LoginLinkGenerator'] = new \FlexApp\Service\LoginLinkGenerator(($this->privates['security.authenticator.login_link_handler.main'] ?? $this->getSecurity_Authenticator_LoginLinkHandler_MainService()));
  3147.     }
  3148.     /**
  3149.      * Gets the public 'FlexApp\Service\LogsManager' shared autowired service.
  3150.      *
  3151.      * @return \FlexApp\Service\LogsManager
  3152.      */
  3153.     protected function getLogsManagerService()
  3154.     {
  3155.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/LogsManager.php';
  3156.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  3157.         if (isset($this->services['FlexApp\\Service\\LogsManager'])) {
  3158.             return $this->services['FlexApp\\Service\\LogsManager'];
  3159.         }
  3160.         return $this->services['FlexApp\\Service\\LogsManager'] = new \FlexApp\Service\LogsManager($a$this->getEnv('APP_ENV'));
  3161.     }
  3162.     /**
  3163.      * Gets the public 'FlexApp\Service\ParametersGenerator' shared autowired service.
  3164.      *
  3165.      * @return \FlexApp\Service\ParametersGenerator
  3166.      */
  3167.     protected function getParametersGeneratorService()
  3168.     {
  3169.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ParametersGenerator.php';
  3170.         $this->services['FlexApp\\Service\\ParametersGenerator'] = $instance = new \FlexApp\Service\ParametersGenerator();
  3171.         $instance->commonDataService = ($this->services['app.service.te_common_data'] ?? $this->getApp_Service_TeCommonDataService());
  3172.         return $instance;
  3173.     }
  3174.     /**
  3175.      * Gets the public 'FlexApp\Service\RedisCachePool' shared autowired service.
  3176.      *
  3177.      * @return \FlexApp\Service\RedisCachePool
  3178.      */
  3179.     protected function getRedisCachePoolService()
  3180.     {
  3181.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/RedisCachePool.php';
  3182.         return $this->services['FlexApp\\Service\\RedisCachePool'] = new \FlexApp\Service\RedisCachePool(($this->privates['redis_cache_pool.traceable'] ?? $this->getRedisCachePool_TraceableService()));
  3183.     }
  3184.     /**
  3185.      * Gets the public 'FlexApp\Service\SystemChatNotificationService' shared autowired service.
  3186.      *
  3187.      * @return \FlexApp\Service\SystemChatNotificationService
  3188.      */
  3189.     protected function getSystemChatNotificationServiceService()
  3190.     {
  3191.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/SystemChatNotificationService.php';
  3192.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  3193.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  3194.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  3195.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  3196.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  3197.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  3198.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/SystemChatNotificationsLogger.php';
  3199.         $a = ($this->privates['FlexApp\\Service\\ChatBWebsocketClient'] ?? $this->getChatBWebsocketClientService());
  3200.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3201.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3202.         }
  3203.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  3204.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3205.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3206.         }
  3207.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3208.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3209.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3210.         }
  3211.         $d = ($this->privates['FlexApp\\Service\\DefaultChatGenerator'] ?? $this->getDefaultChatGeneratorService());
  3212.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3213.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3214.         }
  3215.         $e = ($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'] ?? $this->getChangedUnreadCountHandlerService());
  3216.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3217.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3218.         }
  3219.         $f = ($this->privates['FlexApp\\Service\\WebPushNotificationsService'] ?? $this->getWebPushNotificationsServiceService());
  3220.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3221.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3222.         }
  3223.         $g = ($this->privates['FlexApp\\Service\\ChatStateRefresher'] ?? $this->getChatStateRefresherService());
  3224.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3225.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3226.         }
  3227.         $h = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  3228.         if (isset($this->services['FlexApp\\Service\\SystemChatNotificationService'])) {
  3229.             return $this->services['FlexApp\\Service\\SystemChatNotificationService'];
  3230.         }
  3231.         $this->services['FlexApp\\Service\\SystemChatNotificationService'] = $instance = new \FlexApp\Service\SystemChatNotificationService($a, new \FlexApp\Service\ManualReg\SystemChatNotificationsLogger('system_chat_notifications', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $b), $c, ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), $d$e$f$g, ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService()), $h);
  3232.         $instance->chatMessageManager = ($this->privates['FlexApp\\Service\\ChatMessageManager'] ?? $this->getChatMessageManagerService());
  3233.         return $instance;
  3234.     }
  3235.     /**
  3236.      * Gets the public 'FlexApp\Service\TimeFormatTransformer' shared autowired service.
  3237.      *
  3238.      * @return \FlexApp\Service\TimeFormatTransformer
  3239.      */
  3240.     protected function getTimeFormatTransformerService()
  3241.     {
  3242.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TimeFormatTransformer.php';
  3243.         return $this->services['FlexApp\\Service\\TimeFormatTransformer'] = new \FlexApp\Service\TimeFormatTransformer();
  3244.     }
  3245.     /**
  3246.      * Gets the public 'FlexApp\Service\TimezoneManager' shared autowired service.
  3247.      *
  3248.      * @return \FlexApp\Service\TimezoneManager
  3249.      */
  3250.     protected function getTimezoneManagerService()
  3251.     {
  3252.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TimezoneManager.php';
  3253.         $this->services['FlexApp\\Service\\TimezoneManager'] = $instance = new \FlexApp\Service\TimezoneManager();
  3254.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  3255.         return $instance;
  3256.     }
  3257.     /**
  3258.      * Gets the public 'Import1CBundle\Command\ArticleReviewGoogleFeed\DataProvider\ArticleReviewProvider' shared service.
  3259.      *
  3260.      * @return \Import1CBundle\Command\ArticleReviewGoogleFeed\DataProvider\ArticleReviewProvider
  3261.      */
  3262.     protected function getArticleReviewProviderService()
  3263.     {
  3264.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/ArticleReviewGoogleFeed/ReviewProviderInterface.php';
  3265.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/ArticleReviewGoogleFeed/DataProvider/ArticleReviewProvider.php';
  3266.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/ArticleReviewGoogleFeed/DataProvider/ProductUrlGenerator.php';
  3267.         $a = new \Symfony\Bridge\Monolog\Logger('article_review');
  3268.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  3269.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  3270.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  3271.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  3272.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  3273.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  3274.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  3275.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  3276.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  3277.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  3278.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  3279.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  3280.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  3281.         return $this->services['Import1CBundle\\Command\\ArticleReviewGoogleFeed\\DataProvider\\ArticleReviewProvider'] = new \Import1CBundle\Command\ArticleReviewGoogleFeed\DataProvider\ArticleReviewProvider(($this->services['Import1CBundle\\Repository\\ArticleReviewsRepository'] ?? $this->getArticleReviewsRepositoryService()), new \Import1CBundle\Command\ArticleReviewGoogleFeed\DataProvider\ProductUrlGenerator('https://dev-bi.tile.expert'), $a);
  3282.     }
  3283.     /**
  3284.      * Gets the public 'Import1CBundle\Command\ArticleReviewGoogleFeed\Service\ReviewsFeedXmlWriter' shared service.
  3285.      *
  3286.      * @return \Import1CBundle\Command\ArticleReviewGoogleFeed\Service\ReviewsFeedXmlWriter
  3287.      */
  3288.     protected function getReviewsFeedXmlWriterService()
  3289.     {
  3290.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/ArticleReviewGoogleFeed/Service/ReviewsFeedXmlWriter.php';
  3291.         return $this->services['Import1CBundle\\Command\\ArticleReviewGoogleFeed\\Service\\ReviewsFeedXmlWriter'] = new \Import1CBundle\Command\ArticleReviewGoogleFeed\Service\ReviewsFeedXmlWriter();
  3292.     }
  3293.     /**
  3294.      * Gets the public 'Import1CBundle\Command\SyncListMeasureWithEdinicaCommand' shared service.
  3295.      *
  3296.      * @return \Import1CBundle\Command\SyncListMeasureWithEdinicaCommand
  3297.      */
  3298.     protected function getSyncListMeasureWithEdinicaCommandService()
  3299.     {
  3300.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  3301.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/SyncListMeasureWithEdinicaCommand.php';
  3302.         $this->services['Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand'] = $instance = new \Import1CBundle\Command\SyncListMeasureWithEdinicaCommand(($this->services['Import1CBundle\\Service\\MeasureListEdinicaService'] ?? $this->getMeasureListEdinicaServiceService()));
  3303.         $instance->setName('sync:list_measure_sync_with_edinica');
  3304.         return $instance;
  3305.     }
  3306.     /**
  3307.      * Gets the public 'Import1CBundle\Controller\v3\Api\ApiController' shared service.
  3308.      *
  3309.      * @return \Import1CBundle\Controller\v3\Api\ApiController
  3310.      */
  3311.     protected function getApiControllerService()
  3312.     {
  3313.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3314.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3315.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/ApiController.php';
  3316.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UploadService.php';
  3317.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3318.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3319.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  3320.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  3321.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  3322.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ApiService.php';
  3323.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ReportService.php';
  3324.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ValidateService.php';
  3325.         $this->services['Import1CBundle\\Controller\\v3\\Api\\ApiController'] = $instance = new \Import1CBundle\Controller\v3\Api\ApiController(($this->services['bi.v3.service.upload'] ?? ($this->services['bi.v3.service.upload'] = new \Import1CBundle\Service\v3\UploadService())), ($this->services['bi.v3.service.article'] ?? ($this->services['bi.v3.service.article'] = new \Import1CBundle\Service\v3\ArticleService())), ($this->services['bi.v3.service.api'] ?? ($this->services['bi.v3.service.api'] = new \Import1CBundle\Service\v3\ApiService())), ($this->services['bi.v3.service.report'] ?? ($this->services['bi.v3.service.report'] = new \Import1CBundle\Service\v3\ReportService())), ($this->services['bi.v3.service.validate'] ?? ($this->services['bi.v3.service.validate'] = new \Import1CBundle\Service\v3\ValidateService())), ($this->services['bi.v3.repo.collection'] ?? $this->getBi_V3_Repo_CollectionService()));
  3326.         $instance->setContainer($this);
  3327.         $instance->setUser();
  3328.         return $instance;
  3329.     }
  3330.     /**
  3331.      * Gets the public 'Import1CBundle\Controller\v3\Api\ArticleController' shared service.
  3332.      *
  3333.      * @return \Import1CBundle\Controller\v3\Api\ArticleController
  3334.      */
  3335.     protected function getArticleController2Service()
  3336.     {
  3337.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3338.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3339.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/ArticleController.php';
  3340.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3341.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3342.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  3343.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  3344.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  3345.         $this->services['Import1CBundle\\Controller\\v3\\Api\\ArticleController'] = $instance = new \Import1CBundle\Controller\v3\Api\ArticleController(($this->services['bi.v3.service.article'] ?? ($this->services['bi.v3.service.article'] = new \Import1CBundle\Service\v3\ArticleService())));
  3346.         $instance->setContainer($this);
  3347.         $instance->setUser();
  3348.         return $instance;
  3349.     }
  3350.     /**
  3351.      * Gets the public 'Import1CBundle\Controller\v3\Api\CheckListController' shared service.
  3352.      *
  3353.      * @return \Import1CBundle\Controller\v3\Api\CheckListController
  3354.      */
  3355.     protected function getCheckListController2Service()
  3356.     {
  3357.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3358.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3359.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/CheckListController.php';
  3360.         $this->services['Import1CBundle\\Controller\\v3\\Api\\CheckListController'] = $instance = new \Import1CBundle\Controller\v3\Api\CheckListController(($this->services['bi.v3.service.checklist'] ?? $this->getBi_V3_Service_ChecklistService()), ($this->services['bi.v3.repo.check_list'] ?? $this->getBi_V3_Repo_CheckListService()));
  3361.         $instance->setContainer($this);
  3362.         $instance->setUser();
  3363.         return $instance;
  3364.     }
  3365.     /**
  3366.      * Gets the public 'Import1CBundle\Controller\v3\Api\CollectionController' shared service.
  3367.      *
  3368.      * @return \Import1CBundle\Controller\v3\Api\CollectionController
  3369.      */
  3370.     protected function getCollectionController2Service()
  3371.     {
  3372.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3373.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3374.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/CollectionController.php';
  3375.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3376.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  3377.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  3378.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  3379.         $this->services['Import1CBundle\\Controller\\v3\\Api\\CollectionController'] = $instance = new \Import1CBundle\Controller\v3\Api\CollectionController(($this->services['bi.v3.service.collection'] ?? ($this->services['bi.v3.service.collection'] = new \Import1CBundle\Service\v3\CollectionService())));
  3380.         $instance->setContainer($this);
  3381.         $instance->setUser();
  3382.         return $instance;
  3383.     }
  3384.     /**
  3385.      * Gets the public 'Import1CBundle\Controller\v3\Api\CommonController' shared service.
  3386.      *
  3387.      * @return \Import1CBundle\Controller\v3\Api\CommonController
  3388.      */
  3389.     protected function getCommonControllerService()
  3390.     {
  3391.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3392.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3393.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/CommonController.php';
  3394.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3395.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  3396.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  3397.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  3398.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  3399.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/HistoryService.php';
  3400.         $this->services['Import1CBundle\\Controller\\v3\\Api\\CommonController'] = $instance = new \Import1CBundle\Controller\v3\Api\CommonController(($this->services['bi.v3.service.factory'] ?? ($this->services['bi.v3.service.factory'] = new \Import1CBundle\Service\v3\FactoryService())), ($this->services['bi.v3.service.collection'] ?? ($this->services['bi.v3.service.collection'] = new \Import1CBundle\Service\v3\CollectionService())), ($this->services['bi.v3.service.history'] ?? ($this->services['bi.v3.service.history'] = new \Import1CBundle\Service\v3\HistoryService())), ($this->services['bi.v3.service.checklist'] ?? $this->getBi_V3_Service_ChecklistService()));
  3401.         $instance->setContainer($this);
  3402.         $instance->setUser();
  3403.         return $instance;
  3404.     }
  3405.     /**
  3406.      * Gets the public 'Import1CBundle\Controller\v3\Api\FactoryController' shared service.
  3407.      *
  3408.      * @return \Import1CBundle\Controller\v3\Api\FactoryController
  3409.      */
  3410.     protected function getFactoryControllerService()
  3411.     {
  3412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3413.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3414.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/FactoryController.php';
  3415.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3416.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  3417.         $this->services['Import1CBundle\\Controller\\v3\\Api\\FactoryController'] = $instance = new \Import1CBundle\Controller\v3\Api\FactoryController(($this->services['bi.v3.service.factory'] ?? ($this->services['bi.v3.service.factory'] = new \Import1CBundle\Service\v3\FactoryService())));
  3418.         $instance->setContainer($this);
  3419.         $instance->setUser();
  3420.         return $instance;
  3421.     }
  3422.     /**
  3423.      * Gets the public 'Import1CBundle\Controller\v3\Api\ImagesController' shared service.
  3424.      *
  3425.      * @return \Import1CBundle\Controller\v3\Api\ImagesController
  3426.      */
  3427.     protected function getImagesControllerService()
  3428.     {
  3429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3430.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3431.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/ImagesController.php';
  3432.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  3433.         $this->services['Import1CBundle\\Controller\\v3\\Api\\ImagesController'] = $instance = new \Import1CBundle\Controller\v3\Api\ImagesController(($this->services['bi.v3.service.image'] ?? ($this->services['bi.v3.service.image'] = new \Import1CBundle\Service\v3\ImageService())));
  3434.         $instance->setContainer($this);
  3435.         $instance->setUser();
  3436.         return $instance;
  3437.     }
  3438.     /**
  3439.      * Gets the public 'Import1CBundle\Controller\v3\Api\InteriorController' shared service.
  3440.      *
  3441.      * @return \Import1CBundle\Controller\v3\Api\InteriorController
  3442.      */
  3443.     protected function getInteriorControllerService()
  3444.     {
  3445.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3446.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3447.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/InteriorController.php';
  3448.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3449.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  3450.         $this->services['Import1CBundle\\Controller\\v3\\Api\\InteriorController'] = $instance = new \Import1CBundle\Controller\v3\Api\InteriorController(($this->services['bi.v3.service.interior'] ?? ($this->services['bi.v3.service.interior'] = new \Import1CBundle\Service\v3\InteriorService())));
  3451.         $instance->setContainer($this);
  3452.         $instance->setUser();
  3453.         return $instance;
  3454.     }
  3455.     /**
  3456.      * Gets the public 'Import1CBundle\Controller\v3\Api\OneCController' shared service.
  3457.      *
  3458.      * @return \Import1CBundle\Controller\v3\Api\OneCController
  3459.      */
  3460.     protected function getOneCController2Service()
  3461.     {
  3462.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3463.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3464.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/OneCController.php';
  3465.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/OneCService.php';
  3466.         $this->services['Import1CBundle\\Controller\\v3\\Api\\OneCController'] = $instance = new \Import1CBundle\Controller\v3\Api\OneCController(($this->services['bi.v3.service.one_c'] ?? ($this->services['bi.v3.service.one_c'] = new \Import1CBundle\Service\v3\OneCService())));
  3467.         $instance->setContainer($this);
  3468.         $instance->setUser();
  3469.         return $instance;
  3470.     }
  3471.     /**
  3472.      * Gets the public 'Import1CBundle\Controller\v3\Api\UploadController' shared service.
  3473.      *
  3474.      * @return \Import1CBundle\Controller\v3\Api\UploadController
  3475.      */
  3476.     protected function getUploadControllerService()
  3477.     {
  3478.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3479.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3480.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/Api/UploadController.php';
  3481.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UploadService.php';
  3482.         $this->services['Import1CBundle\\Controller\\v3\\Api\\UploadController'] = $instance = new \Import1CBundle\Controller\v3\Api\UploadController(($this->services['bi.v3.service.upload'] ?? ($this->services['bi.v3.service.upload'] = new \Import1CBundle\Service\v3\UploadService())));
  3483.         $instance->setContainer($this);
  3484.         $instance->setUser();
  3485.         return $instance;
  3486.     }
  3487.     /**
  3488.      * Gets the public 'Import1CBundle\Controller\v3\ArticleHandlerController' shared service.
  3489.      *
  3490.      * @return \Import1CBundle\Controller\v3\ArticleHandlerController
  3491.      */
  3492.     protected function getArticleHandlerControllerService()
  3493.     {
  3494.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3495.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3496.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/ArticleHandlerController.php';
  3497.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3498.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3499.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  3500.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  3501.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  3502.         $this->services['Import1CBundle\\Controller\\v3\\ArticleHandlerController'] = $instance = new \Import1CBundle\Controller\v3\ArticleHandlerController(($this->services['bi.v3.service.article'] ?? ($this->services['bi.v3.service.article'] = new \Import1CBundle\Service\v3\ArticleService())));
  3503.         $instance->setContainer($this);
  3504.         $instance->setUser();
  3505.         return $instance;
  3506.     }
  3507.     /**
  3508.      * Gets the public 'Import1CBundle\Controller\v3\ArticleServiceController' shared service.
  3509.      *
  3510.      * @return \Import1CBundle\Controller\v3\ArticleServiceController
  3511.      */
  3512.     protected function getArticleServiceControllerService()
  3513.     {
  3514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3515.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3516.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/ArticleServiceController.php';
  3517.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3518.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3519.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  3520.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  3521.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  3522.         $this->services['Import1CBundle\\Controller\\v3\\ArticleServiceController'] = $instance = new \Import1CBundle\Controller\v3\ArticleServiceController(($this->services['bi.v3.service.article'] ?? ($this->services['bi.v3.service.article'] = new \Import1CBundle\Service\v3\ArticleService())));
  3523.         $instance->setContainer($this);
  3524.         $instance->setUser();
  3525.         return $instance;
  3526.     }
  3527.     /**
  3528.      * Gets the public 'Import1CBundle\Controller\v3\CheckListController' shared service.
  3529.      *
  3530.      * @return \Import1CBundle\Controller\v3\CheckListController
  3531.      */
  3532.     protected function getCheckListController3Service()
  3533.     {
  3534.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3535.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3536.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/CheckListController.php';
  3537.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  3538.         $this->services['Import1CBundle\\Controller\\v3\\CheckListController'] = $instance = new \Import1CBundle\Controller\v3\CheckListController(($this->services['bi.v3.service.checklist'] ?? $this->getBi_V3_Service_ChecklistService()), ($this->services['bi.v3.service.image'] ?? ($this->services['bi.v3.service.image'] = new \Import1CBundle\Service\v3\ImageService())));
  3539.         $instance->setContainer($this);
  3540.         $instance->setUser();
  3541.         return $instance;
  3542.     }
  3543.     /**
  3544.      * Gets the public 'Import1CBundle\Controller\v3\CollectionController' shared service.
  3545.      *
  3546.      * @return \Import1CBundle\Controller\v3\CollectionController
  3547.      */
  3548.     protected function getCollectionController3Service()
  3549.     {
  3550.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3551.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3552.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/CollectionController.php';
  3553.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3554.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  3555.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  3556.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  3557.         $this->services['Import1CBundle\\Controller\\v3\\CollectionController'] = $instance = new \Import1CBundle\Controller\v3\CollectionController(($this->services['bi.v3.service.collection'] ?? ($this->services['bi.v3.service.collection'] = new \Import1CBundle\Service\v3\CollectionService())));
  3558.         $instance->setContainer($this);
  3559.         $instance->setUser();
  3560.         return $instance;
  3561.     }
  3562.     /**
  3563.      * Gets the public 'Import1CBundle\Controller\v3\CollectionHandlerController' shared service.
  3564.      *
  3565.      * @return \Import1CBundle\Controller\v3\CollectionHandlerController
  3566.      */
  3567.     protected function getCollectionHandlerControllerService()
  3568.     {
  3569.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3570.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3571.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/CollectionHandlerController.php';
  3572.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3573.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  3574.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  3575.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  3576.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  3577.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/EventService.php';
  3578.         $this->services['Import1CBundle\\Controller\\v3\\CollectionHandlerController'] = $instance = new \Import1CBundle\Controller\v3\CollectionHandlerController(($this->services['bi.v3.service.collection'] ?? ($this->services['bi.v3.service.collection'] = new \Import1CBundle\Service\v3\CollectionService())), ($this->services['bi.v3.service.image'] ?? ($this->services['bi.v3.service.image'] = new \Import1CBundle\Service\v3\ImageService())), ($this->services['bi.v3.service.event'] ?? ($this->services['bi.v3.service.event'] = new \Import1CBundle\Service\v3\EventService())));
  3579.         $instance->setContainer($this);
  3580.         $instance->setUser();
  3581.         return $instance;
  3582.     }
  3583.     /**
  3584.      * Gets the public 'Import1CBundle\Controller\v3\FactoryHandlerController' shared service.
  3585.      *
  3586.      * @return \Import1CBundle\Controller\v3\FactoryHandlerController
  3587.      */
  3588.     protected function getFactoryHandlerControllerService()
  3589.     {
  3590.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3591.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3592.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/FactoryHandlerController.php';
  3593.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3594.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  3595.         $this->services['Import1CBundle\\Controller\\v3\\FactoryHandlerController'] = $instance = new \Import1CBundle\Controller\v3\FactoryHandlerController(($this->services['bi.v3.service.factory'] ?? ($this->services['bi.v3.service.factory'] = new \Import1CBundle\Service\v3\FactoryService())));
  3596.         $instance->setContainer($this);
  3597.         $instance->setUser();
  3598.         return $instance;
  3599.     }
  3600.     /**
  3601.      * Gets the public 'Import1CBundle\Controller\v3\FactoryServiceController' shared service.
  3602.      *
  3603.      * @return \Import1CBundle\Controller\v3\FactoryServiceController
  3604.      */
  3605.     protected function getFactoryServiceControllerService()
  3606.     {
  3607.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3608.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3609.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/FactoryServiceController.php';
  3610.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3611.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  3612.         $this->services['Import1CBundle\\Controller\\v3\\FactoryServiceController'] = $instance = new \Import1CBundle\Controller\v3\FactoryServiceController(($this->services['bi.v3.service.factory'] ?? ($this->services['bi.v3.service.factory'] = new \Import1CBundle\Service\v3\FactoryService())));
  3613.         $instance->setContainer($this);
  3614.         $instance->setUser();
  3615.         return $instance;
  3616.     }
  3617.     /**
  3618.      * Gets the public 'Import1CBundle\Controller\v3\HistoryController' shared service.
  3619.      *
  3620.      * @return \Import1CBundle\Controller\v3\HistoryController
  3621.      */
  3622.     protected function getHistoryController2Service()
  3623.     {
  3624.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3625.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3626.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/HistoryController.php';
  3627.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/HistoryService.php';
  3628.         $this->services['Import1CBundle\\Controller\\v3\\HistoryController'] = $instance = new \Import1CBundle\Controller\v3\HistoryController(($this->services['bi.v3.service.history'] ?? ($this->services['bi.v3.service.history'] = new \Import1CBundle\Service\v3\HistoryService())));
  3629.         $instance->setContainer($this);
  3630.         $instance->setUser();
  3631.         return $instance;
  3632.     }
  3633.     /**
  3634.      * Gets the public 'Import1CBundle\Controller\v3\HomeController' shared service.
  3635.      *
  3636.      * @return \Import1CBundle\Controller\v3\HomeController
  3637.      */
  3638.     protected function getHomeControllerService()
  3639.     {
  3640.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3641.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3642.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/HomeController.php';
  3643.         $this->services['Import1CBundle\\Controller\\v3\\HomeController'] = $instance = new \Import1CBundle\Controller\v3\HomeController();
  3644.         $instance->setContainer($this);
  3645.         $instance->setUser();
  3646.         return $instance;
  3647.     }
  3648.     /**
  3649.      * Gets the public 'Import1CBundle\Controller\v3\InteriorHandlerController' shared service.
  3650.      *
  3651.      * @return \Import1CBundle\Controller\v3\InteriorHandlerController
  3652.      */
  3653.     protected function getInteriorHandlerControllerService()
  3654.     {
  3655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3656.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3657.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/InteriorHandlerController.php';
  3658.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3659.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  3660.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  3661.         $this->services['Import1CBundle\\Controller\\v3\\InteriorHandlerController'] = $instance = new \Import1CBundle\Controller\v3\InteriorHandlerController(($this->services['bi.v3.service.interior'] ?? ($this->services['bi.v3.service.interior'] = new \Import1CBundle\Service\v3\InteriorService())), ($this->services['bi.v3.service.image'] ?? ($this->services['bi.v3.service.image'] = new \Import1CBundle\Service\v3\ImageService())));
  3662.         $instance->setContainer($this);
  3663.         $instance->setUser();
  3664.         return $instance;
  3665.     }
  3666.     /**
  3667.      * Gets the public 'Import1CBundle\Controller\v3\InteriorServiceController' shared service.
  3668.      *
  3669.      * @return \Import1CBundle\Controller\v3\InteriorServiceController
  3670.      */
  3671.     protected function getInteriorServiceControllerService()
  3672.     {
  3673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3674.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3675.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/InteriorServiceController.php';
  3676.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3677.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  3678.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3679.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  3680.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  3681.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  3682.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  3683.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  3684.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  3685.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  3686.         $this->services['Import1CBundle\\Controller\\v3\\InteriorServiceController'] = $instance = new \Import1CBundle\Controller\v3\InteriorServiceController(($this->services['bi.v3.service.interior'] ?? ($this->services['bi.v3.service.interior'] = new \Import1CBundle\Service\v3\InteriorService())), ($this->services['bi.v3.service.article'] ?? ($this->services['bi.v3.service.article'] = new \Import1CBundle\Service\v3\ArticleService())), ($this->services['bi.v3.service.collection'] ?? ($this->services['bi.v3.service.collection'] = new \Import1CBundle\Service\v3\CollectionService())), ($this->services['bi.v3.service.factory'] ?? ($this->services['bi.v3.service.factory'] = new \Import1CBundle\Service\v3\FactoryService())));
  3687.         $instance->setContainer($this);
  3688.         $instance->setUser();
  3689.         return $instance;
  3690.     }
  3691.     /**
  3692.      * Gets the public 'Import1CBundle\Controller\v3\OneCController' shared service.
  3693.      *
  3694.      * @return \Import1CBundle\Controller\v3\OneCController
  3695.      */
  3696.     protected function getOneCController3Service()
  3697.     {
  3698.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3699.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3700.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/OneCController.php';
  3701.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/OneCService.php';
  3702.         $this->services['Import1CBundle\\Controller\\v3\\OneCController'] = $instance = new \Import1CBundle\Controller\v3\OneCController(($this->services['bi.v3.service.one_c'] ?? ($this->services['bi.v3.service.one_c'] = new \Import1CBundle\Service\v3\OneCService())));
  3703.         $instance->setContainer($this);
  3704.         $instance->setUser();
  3705.         return $instance;
  3706.     }
  3707.     /**
  3708.      * Gets the public 'Import1CBundle\Controller\v3\ReportController' shared service.
  3709.      *
  3710.      * @return \Import1CBundle\Controller\v3\ReportController
  3711.      */
  3712.     protected function getReportControllerService()
  3713.     {
  3714.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3715.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3716.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/ReportController.php';
  3717.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ReportService.php';
  3718.         $this->services['Import1CBundle\\Controller\\v3\\ReportController'] = $instance = new \Import1CBundle\Controller\v3\ReportController(($this->services['bi.v3.service.report'] ?? ($this->services['bi.v3.service.report'] = new \Import1CBundle\Service\v3\ReportService())));
  3719.         $instance->setContainer($this);
  3720.         $instance->setUser();
  3721.         return $instance;
  3722.     }
  3723.     /**
  3724.      * Gets the public 'Import1CBundle\Controller\v3\SliderController' shared service.
  3725.      *
  3726.      * @return \Import1CBundle\Controller\v3\SliderController
  3727.      */
  3728.     protected function getSliderControllerService()
  3729.     {
  3730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3731.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3732.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/SliderController.php';
  3733.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/SliderService.php';
  3734.         $this->services['Import1CBundle\\Controller\\v3\\SliderController'] = $instance = new \Import1CBundle\Controller\v3\SliderController(($this->services['bi.v3.service.slider'] ?? ($this->services['bi.v3.service.slider'] = new \Import1CBundle\Service\v3\SliderService())));
  3735.         $instance->setContainer($this);
  3736.         $instance->setUser();
  3737.         return $instance;
  3738.     }
  3739.     /**
  3740.      * Gets the public 'Import1CBundle\Controller\v3\UpdateController' shared service.
  3741.      *
  3742.      * @return \Import1CBundle\Controller\v3\UpdateController
  3743.      */
  3744.     protected function getUpdateControllerService()
  3745.     {
  3746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3747.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3748.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/UpdateController.php';
  3749.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateArticleTrait.php';
  3750.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/_UpdateArticleSqlTrait.php';
  3751.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3752.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateInteriorTrait.php';
  3753.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateCollectionTrait.php';
  3754.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateFactoryTrait.php';
  3755.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UpdateService.php';
  3756.         $this->services['Import1CBundle\\Controller\\v3\\UpdateController'] = $instance = new \Import1CBundle\Controller\v3\UpdateController(($this->services['bi.v3.service.update'] ?? ($this->services['bi.v3.service.update'] = new \Import1CBundle\Service\v3\UpdateService())), ($this->services['bi.v4.service.update'] ?? $this->getBi_V4_Service_UpdateService()));
  3757.         $instance->setContainer($this);
  3758.         $instance->setUser();
  3759.         return $instance;
  3760.     }
  3761.     /**
  3762.      * Gets the public 'Import1CBundle\Controller\v3\UploadController' shared service.
  3763.      *
  3764.      * @return \Import1CBundle\Controller\v3\UploadController
  3765.      */
  3766.     protected function getUploadController2Service()
  3767.     {
  3768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3769.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3770.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v3/UploadController.php';
  3771.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UploadService.php';
  3772.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  3773.         $this->services['Import1CBundle\\Controller\\v3\\UploadController'] = $instance = new \Import1CBundle\Controller\v3\UploadController(($this->services['bi.v3.service.upload'] ?? ($this->services['bi.v3.service.upload'] = new \Import1CBundle\Service\v3\UploadService())), ($this->services['bi.v3.service.image'] ?? ($this->services['bi.v3.service.image'] = new \Import1CBundle\Service\v3\ImageService())));
  3774.         $instance->setContainer($this);
  3775.         $instance->setUser();
  3776.         return $instance;
  3777.     }
  3778.     /**
  3779.      * Gets the public 'Import1CBundle\Controller\v4\ImageController' shared service.
  3780.      *
  3781.      * @return \Import1CBundle\Controller\v4\ImageController
  3782.      */
  3783.     protected function getImageControllerService()
  3784.     {
  3785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3786.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3787.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v4/ImageController.php';
  3788.         $this->services['Import1CBundle\\Controller\\v4\\ImageController'] = $instance = new \Import1CBundle\Controller\v4\ImageController(($this->services['bi.v4.service.image'] ?? $this->getBi_V4_Service_ImageService()));
  3789.         $instance->setContainer($this);
  3790.         $instance->setUser();
  3791.         return $instance;
  3792.     }
  3793.     /**
  3794.      * Gets the public 'Import1CBundle\Controller\v4\InteriorServiceController' shared service.
  3795.      *
  3796.      * @return \Import1CBundle\Controller\v4\InteriorServiceController
  3797.      */
  3798.     protected function getInteriorServiceController2Service()
  3799.     {
  3800.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3801.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3802.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v4/InteriorServiceController.php';
  3803.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  3804.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  3805.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  3806.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  3807.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  3808.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  3809.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  3810.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  3811.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  3812.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  3813.         $this->services['Import1CBundle\\Controller\\v4\\InteriorServiceController'] = $instance = new \Import1CBundle\Controller\v4\InteriorServiceController(($this->services['bi.v3.service.interior'] ?? ($this->services['bi.v3.service.interior'] = new \Import1CBundle\Service\v3\InteriorService())), ($this->services['bi.v3.service.article'] ?? ($this->services['bi.v3.service.article'] = new \Import1CBundle\Service\v3\ArticleService())), ($this->services['bi.v3.service.collection'] ?? ($this->services['bi.v3.service.collection'] = new \Import1CBundle\Service\v3\CollectionService())), ($this->services['bi.v3.service.factory'] ?? ($this->services['bi.v3.service.factory'] = new \Import1CBundle\Service\v3\FactoryService())));
  3814.         $instance->setContainer($this);
  3815.         return $instance;
  3816.     }
  3817.     /**
  3818.      * Gets the public 'Import1CBundle\Controller\v4\UploadController' shared service.
  3819.      *
  3820.      * @return \Import1CBundle\Controller\v4\UploadController
  3821.      */
  3822.     protected function getUploadController3Service()
  3823.     {
  3824.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3825.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3826.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v4/UploadController.php';
  3827.         $this->services['Import1CBundle\\Controller\\v4\\UploadController'] = $instance = new \Import1CBundle\Controller\v4\UploadController(($this->services['bi.v4.service.image'] ?? $this->getBi_V4_Service_ImageService()));
  3828.         $instance->setContainer($this);
  3829.         $instance->setUser();
  3830.         return $instance;
  3831.     }
  3832.     /**
  3833.      * Gets the public 'Import1CBundle\Controller\v4\api\ApiController' shared service.
  3834.      *
  3835.      * @return \Import1CBundle\Controller\v4\api\ApiController
  3836.      */
  3837.     protected function getApiController2Service()
  3838.     {
  3839.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3840.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3841.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v4/api/ApiController.php';
  3842.         $this->services['Import1CBundle\\Controller\\v4\\api\\ApiController'] = $instance = new \Import1CBundle\Controller\v4\api\ApiController();
  3843.         $instance->setContainer($this);
  3844.         return $instance;
  3845.     }
  3846.     /**
  3847.      * Gets the public 'Import1CBundle\Controller\v4\api\CitrixController' shared service.
  3848.      *
  3849.      * @return \Import1CBundle\Controller\v4\api\CitrixController
  3850.      */
  3851.     protected function getCitrixControllerService()
  3852.     {
  3853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3854.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3855.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v4/api/CitrixController.php';
  3856.         $this->services['Import1CBundle\\Controller\\v4\\api\\CitrixController'] = $instance = new \Import1CBundle\Controller\v4\api\CitrixController(($this->services['bi.v4.service.citrix'] ?? $this->getBi_V4_Service_CitrixService()));
  3857.         $instance->setContainer($this);
  3858.         $instance->setUser();
  3859.         return $instance;
  3860.     }
  3861.     /**
  3862.      * Gets the public 'Import1CBundle\Controller\v4\api\UploadController' shared service.
  3863.      *
  3864.      * @return \Import1CBundle\Controller\v4\api\UploadController
  3865.      */
  3866.     protected function getUploadController4Service()
  3867.     {
  3868.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  3869.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/BaseController.php';
  3870.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Controller/v4/api/UploadController.php';
  3871.         $this->services['Import1CBundle\\Controller\\v4\\api\\UploadController'] = $instance = new \Import1CBundle\Controller\v4\api\UploadController(($this->services['bi.v4.service.upload'] ?? $this->getBi_V4_Service_UploadService()));
  3872.         $instance->setContainer($this);
  3873.         $instance->setUser();
  3874.         return $instance;
  3875.     }
  3876.     /**
  3877.      * Gets the public 'Import1CBundle\EventListener\CollectionStatusChangeListener' shared service.
  3878.      *
  3879.      * @return \Import1CBundle\EventListener\CollectionStatusChangeListener
  3880.      */
  3881.     protected function getCollectionStatusChangeListenerService()
  3882.     {
  3883.         include_once \dirname(__DIR__4).'/src/Import1CBundle/EventListener/CollectionStatusChangeListener.php';
  3884.         return $this->services['Import1CBundle\\EventListener\\CollectionStatusChangeListener'] = new \Import1CBundle\EventListener\CollectionStatusChangeListener();
  3885.     }
  3886.     /**
  3887.      * Gets the public 'Import1CBundle\EventListener\InteriorArticlesLinkingListener' shared service.
  3888.      *
  3889.      * @return \Import1CBundle\EventListener\InteriorArticlesLinkingListener
  3890.      */
  3891.     protected function getInteriorArticlesLinkingListenerService()
  3892.     {
  3893.         include_once \dirname(__DIR__4).'/src/Import1CBundle/EventListener/InteriorArticlesLinkingListener.php';
  3894.         return $this->services['Import1CBundle\\EventListener\\InteriorArticlesLinkingListener'] = new \Import1CBundle\EventListener\InteriorArticlesLinkingListener(($this->services['adm.service.interior_filters_filler'] ?? $this->getAdm_Service_InteriorFiltersFillerService()), ($this->services['adm.service.article_filters_filler'] ?? $this->getAdm_Service_ArticleFiltersFillerService()));
  3895.     }
  3896.     /**
  3897.      * Gets the public 'Import1CBundle\MessageHandler\Feed\ProcessFeedLinksBatchHandler' shared service.
  3898.      *
  3899.      * @return \Import1CBundle\MessageHandler\Feed\ProcessFeedLinksBatchHandler
  3900.      */
  3901.     protected function getProcessFeedLinksBatchHandlerService()
  3902.     {
  3903.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  3904.         include_once \dirname(__DIR__4).'/src/Import1CBundle/MessageHandler/Feed/ProcessFeedLinksBatchHandler.php';
  3905.         $a = ($this->services['bi.v3.service.feed_filtered_articles'] ?? $this->getBi_V3_Service_FeedFilteredArticlesService());
  3906.         if (isset($this->services['Import1CBundle\\MessageHandler\\Feed\\ProcessFeedLinksBatchHandler'])) {
  3907.             return $this->services['Import1CBundle\\MessageHandler\\Feed\\ProcessFeedLinksBatchHandler'];
  3908.         }
  3909.         return $this->services['Import1CBundle\\MessageHandler\\Feed\\ProcessFeedLinksBatchHandler'] = new \Import1CBundle\MessageHandler\Feed\ProcessFeedLinksBatchHandler($a, ($this->services['Import1CBundle\\Service\\v3\\FilteredArticlesGoogleFeedFileManager'] ?? $this->getFilteredArticlesGoogleFeedFileManagerService()), ($this->services['logger'] ?? $this->getLoggerService()));
  3910.     }
  3911.     /**
  3912.      * Gets the public 'Import1CBundle\Repository\ArticleReviewsRepository' shared service.
  3913.      *
  3914.      * @return \Import1CBundle\Repository\ArticleReviewsRepository
  3915.      */
  3916.     protected function getArticleReviewsRepositoryService()
  3917.     {
  3918.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/ArticleReviewsRepository.php';
  3919.         return $this->services['Import1CBundle\\Repository\\ArticleReviewsRepository'] = new \Import1CBundle\Repository\ArticleReviewsRepository(($this->services['doctrine.dbal.unbuffered_connection'] ?? $this->getDoctrine_Dbal_UnbufferedConnectionService()));
  3920.     }
  3921.     /**
  3922.      * Gets the public 'Import1CBundle\Repository\OneC\AbstractRepository' shared service.
  3923.      *
  3924.      * @return \Import1CBundle\Repository\OneC\AbstractRepository
  3925.      */
  3926.     protected function getAbstractRepositoryService()
  3927.     {
  3928.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/OneC/AbstractRepository.php';
  3929.         return $this->services['Import1CBundle\\Repository\\OneC\\AbstractRepository'] = new \Import1CBundle\Repository\OneC\AbstractRepository(($this->services['doctrine.dbal.oneC_connection'] ?? $this->getDoctrine_Dbal_OneCConnectionService()));
  3930.     }
  3931.     /**
  3932.      * Gets the public 'Import1CBundle\Repository\OneC\EdinicaRepository' shared service.
  3933.      *
  3934.      * @return \Import1CBundle\Repository\OneC\EdinicaRepository
  3935.      */
  3936.     protected function getEdinicaRepositoryService()
  3937.     {
  3938.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/OneC/AbstractRepository.php';
  3939.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/OneC/EdinicaRepository.php';
  3940.         return $this->services['Import1CBundle\\Repository\\OneC\\EdinicaRepository'] = new \Import1CBundle\Repository\OneC\EdinicaRepository(($this->services['doctrine.dbal.oneC_connection'] ?? $this->getDoctrine_Dbal_OneCConnectionService()));
  3941.     }
  3942.     /**
  3943.      * Gets the public 'Import1CBundle\Service\MeasureListEdinicaService' shared service.
  3944.      *
  3945.      * @return \Import1CBundle\Service\MeasureListEdinicaService
  3946.      */
  3947.     protected function getMeasureListEdinicaServiceService()
  3948.     {
  3949.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/MeasureListEdinicaService.php';
  3950.         include_once \dirname(__DIR__4).'/src/WebBundle/Factory/ListMeasureFactory.php';
  3951.         return $this->services['Import1CBundle\\Service\\MeasureListEdinicaService'] = new \Import1CBundle\Service\MeasureListEdinicaService(($this->services['Import1CBundle\\Repository\\OneC\\EdinicaRepository'] ?? $this->getEdinicaRepositoryService()), ($this->services['WebBundle\\Repository\\ListMeasureRepository'] ?? $this->getListMeasureRepositoryService()), ($this->services['WebBundle\\Factory\\ListMeasureFactory'] ?? ($this->services['WebBundle\\Factory\\ListMeasureFactory'] = new \WebBundle\Factory\ListMeasureFactory())), ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()));
  3952.     }
  3953.     /**
  3954.      * Gets the public 'Import1CBundle\Service\v3\FilteredArticlesGoogleFeedEndpointClient' shared service.
  3955.      *
  3956.      * @return \Import1CBundle\Service\v3\FilteredArticlesGoogleFeedEndpointClient
  3957.      */
  3958.     protected function getFilteredArticlesGoogleFeedEndpointClientService()
  3959.     {
  3960.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FilteredArticlesGoogleFeedEndpointClient.php';
  3961.         return $this->services['Import1CBundle\\Service\\v3\\FilteredArticlesGoogleFeedEndpointClient'] = new \Import1CBundle\Service\v3\FilteredArticlesGoogleFeedEndpointClient(($this->services['logger'] ?? $this->getLoggerService()));
  3962.     }
  3963.     /**
  3964.      * Gets the public 'Import1CBundle\Service\v3\FilteredArticlesGoogleFeedFileManager' shared service.
  3965.      *
  3966.      * @return \Import1CBundle\Service\v3\FilteredArticlesGoogleFeedFileManager
  3967.      */
  3968.     protected function getFilteredArticlesGoogleFeedFileManagerService()
  3969.     {
  3970.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FilteredArticlesGoogleFeedFileManager.php';
  3971.         return $this->services['Import1CBundle\\Service\\v3\\FilteredArticlesGoogleFeedFileManager'] = new \Import1CBundle\Service\v3\FilteredArticlesGoogleFeedFileManager(\dirname(__DIR__4), ($this->services['logger'] ?? $this->getLoggerService()));
  3972.     }
  3973.     /**
  3974.      * Gets the public 'Limenius\Liform\Form\Extension\AddLiformExtension' shared service.
  3975.      *
  3976.      * @return \Limenius\Liform\Form\Extension\AddLiformExtension
  3977.      */
  3978.     protected function getAddLiformExtensionService()
  3979.     {
  3980.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  3981.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  3982.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Form/Extension/AddLiformExtension.php';
  3983.         return $this->services['Limenius\\Liform\\Form\\Extension\\AddLiformExtension'] = new \Limenius\Liform\Form\Extension\AddLiformExtension();
  3984.     }
  3985.     /**
  3986.      * Gets the public 'Limenius\Liform\Liform' shared service.
  3987.      *
  3988.      * @return \Limenius\Liform\Liform
  3989.      */
  3990.     protected function getLiformService()
  3991.     {
  3992.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/LiformInterface.php';
  3993.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Liform.php';
  3994.         return $this->services['Limenius\\Liform\\Liform'] = new \Limenius\Liform\Liform(($this->services['Limenius\\Liform\\Resolver'] ?? $this->getResolverService()));
  3995.     }
  3996.     /**
  3997.      * Gets the public 'Limenius\Liform\Resolver' shared service.
  3998.      *
  3999.      * @return \Limenius\Liform\Resolver
  4000.      */
  4001.     protected function getResolverService()
  4002.     {
  4003.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/ResolverInterface.php';
  4004.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Resolver.php';
  4005.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/TransformerInterface.php';
  4006.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/AbstractTransformer.php';
  4007.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/IntegerTransformer.php';
  4008.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/ArrayTransformer.php';
  4009.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/CompoundTransformer.php';
  4010.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/ChoiceTransformer.php';
  4011.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/StringTransformer.php';
  4012.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/NumberTransformer.php';
  4013.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/BooleanTransformer.php';
  4014.         $this->services['Limenius\\Liform\\Resolver'] = $instance = new \Limenius\Liform\Resolver();
  4015.         $a = ($this->services['translator'] ?? $this->getTranslatorService());
  4016.         $b = ($this->services['liform.guesser.validator'] ?? $this->getLiform_Guesser_ValidatorService());
  4017.         $c = new \Limenius\Liform\Transformer\StringTransformer($a$b);
  4018.         $instance->setTransformer('integer', new \Limenius\Liform\Transformer\IntegerTransformer($a$b), NULL);
  4019.         $instance->setTransformer('collection', new \Limenius\Liform\Transformer\ArrayTransformer($a$b$instance), NULL);
  4020.         $instance->setTransformer('compound', new \Limenius\Liform\Transformer\CompoundTransformer($a$b$instance), NULL);
  4021.         $instance->setTransformer('choice', new \Limenius\Liform\Transformer\ChoiceTransformer($a$b), NULL);
  4022.         $instance->setTransformer('text'$cNULL);
  4023.         $instance->setTransformer('url'$c'url');
  4024.         $instance->setTransformer('search'$c'search');
  4025.         $instance->setTransformer('money'$c'money');
  4026.         $instance->setTransformer('password'$c'password');
  4027.         $instance->setTransformer('textarea'$c'textarea');
  4028.         $instance->setTransformer('time'$c'time');
  4029.         $instance->setTransformer('percent'$c'percent');
  4030.         $instance->setTransformer('email'$c'email');
  4031.         $instance->setTransformer('number', new \Limenius\Liform\Transformer\NumberTransformer($a$b), NULL);
  4032.         $instance->setTransformer('checkbox', new \Limenius\Liform\Transformer\BooleanTransformer($a$b), 'checkbox');
  4033.         return $instance;
  4034.     }
  4035.     /**
  4036.      * Gets the public 'Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer' shared service.
  4037.      *
  4038.      * @return \Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer
  4039.      */
  4040.     protected function getFormErrorNormalizerService()
  4041.     {
  4042.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4043.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Serializer/Normalizer/FormErrorNormalizer.php';
  4044.         return $this->services['Limenius\\Liform\\Serializer\\Normalizer\\FormErrorNormalizer'] = new \Limenius\Liform\Serializer\Normalizer\FormErrorNormalizer(($this->services['translator'] ?? $this->getTranslatorService()));
  4045.     }
  4046.     /**
  4047.      * Gets the public 'Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer' shared service.
  4048.      *
  4049.      * @return \Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer
  4050.      */
  4051.     protected function getInitialValuesNormalizerService()
  4052.     {
  4053.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  4054.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Serializer/Normalizer/InitialValuesNormalizer.php';
  4055.         return $this->services['Limenius\\Liform\\Serializer\\Normalizer\\InitialValuesNormalizer'] = new \Limenius\Liform\Serializer\Normalizer\InitialValuesNormalizer();
  4056.     }
  4057.     /**
  4058.      * Gets the public 'Sentry\Integration\IgnoreErrorsIntegration' shared autowired service.
  4059.      *
  4060.      * @return \Sentry\Integration\IgnoreErrorsIntegration
  4061.      */
  4062.     protected function getIgnoreErrorsIntegrationService()
  4063.     {
  4064.         return $this->services['Sentry\\Integration\\IgnoreErrorsIntegration'] = new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\HttpKernel\\Exception\\MethodNotAllowedHttpException'=> 'Symfony\\Component\\HttpKernel\\Exception\\NotFoundHttpException']]);
  4065.     }
  4066.     /**
  4067.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  4068.      *
  4069.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  4070.      */
  4071.     protected function getRedirectControllerService()
  4072.     {
  4073.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  4074.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  4075.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), $a->getHttpPort(), $a->getHttpsPort());
  4076.     }
  4077.     /**
  4078.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  4079.      *
  4080.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  4081.      */
  4082.     protected function getTemplateControllerService()
  4083.     {
  4084.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  4085.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  4086.     }
  4087.     /**
  4088.      * Gets the public 'WebBundle\Client\GoogleTranslateClient' shared autowired service.
  4089.      *
  4090.      * @return \WebBundle\Client\GoogleTranslateClient
  4091.      */
  4092.     protected function getGoogleTranslateClientService()
  4093.     {
  4094.         include_once \dirname(__DIR__4).'/src/WebBundle/Client/GoogleTranslateClient.php';
  4095.         return $this->services['WebBundle\\Client\\GoogleTranslateClient'] = new \WebBundle\Client\GoogleTranslateClient(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  4096.     }
  4097.     /**
  4098.      * Gets the public 'WebBundle\Client\OneCSoapApiClient' shared autowired service.
  4099.      *
  4100.      * @return \WebBundle\Client\OneCSoapApiClient
  4101.      */
  4102.     protected function getOneCSoapApiClientService()
  4103.     {
  4104.         include_once \dirname(__DIR__4).'/src/WebBundle/Client/OneCSoapApiClient.php';
  4105.         return $this->services['WebBundle\\Client\\OneCSoapApiClient'] = new \WebBundle\Client\OneCSoapApiClient($this->getEnv('SOAP_LOGIN'), $this->getEnv('SOAP_PASSWORD'), $this->getEnv('SOAP_CALCULATE_URL'));
  4106.     }
  4107.     /**
  4108.      * Gets the public 'WebBundle\Command\SendPaidIncompletelyReminderCommand' shared autowired service.
  4109.      *
  4110.      * @return \WebBundle\Command\SendPaidIncompletelyReminderCommand
  4111.      */
  4112.     protected function getSendPaidIncompletelyReminderCommandService()
  4113.     {
  4114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  4115.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SendPaidIncompletelyReminderCommand.php';
  4116.         return $this->services['WebBundle\\Command\\SendPaidIncompletelyReminderCommand'] = new \WebBundle\Command\SendPaidIncompletelyReminderCommand(($this->services['WebBundle\\Service\\PaidIncompletelyReminderService'] ?? $this->getPaidIncompletelyReminderServiceService()));
  4117.     }
  4118.     /**
  4119.      * Gets the public 'WebBundle\Controller\Api\AnalyticsApiController' shared autowired service.
  4120.      *
  4121.      * @return \WebBundle\Controller\Api\AnalyticsApiController
  4122.      */
  4123.     protected function getAnalyticsApiControllerService()
  4124.     {
  4125.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4126.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4127.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/ExtendedApiController.php';
  4128.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/AnalyticsApiController.php';
  4129.         $this->services['WebBundle\\Controller\\Api\\AnalyticsApiController'] = $instance = new \WebBundle\Controller\Api\AnalyticsApiController();
  4130.         $instance->analyticsService = ($this->services['WebBundle\\Service\\AnalyticsService'] ?? $this->getAnalyticsServiceService());
  4131.         $instance->setContainer($this);
  4132.         return $instance;
  4133.     }
  4134.     /**
  4135.      * Gets the public 'WebBundle\Controller\Api\ApiController' shared autowired service.
  4136.      *
  4137.      * @return \WebBundle\Controller\Api\ApiController
  4138.      */
  4139.     protected function getApiController3Service()
  4140.     {
  4141.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4142.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4143.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/ExtendedApiController.php';
  4144.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/ApiController.php';
  4145.         $this->services['WebBundle\\Controller\\Api\\ApiController'] = $instance = new \WebBundle\Controller\Api\ApiController(($this->services['WebBundle\\Service\\ItalianTaxCodeService'] ?? $this->getItalianTaxCodeServiceService()));
  4146.         $instance->userService = ($this->services['app.service.user'] ?? $this->getApp_Service_UserService());
  4147.         $instance->factoryRepository = ($this->services['WebBundle\\Repository\\FactoryRepository'] ?? $this->getFactoryRepositoryService());
  4148.         $instance->geoCountryRepository = ($this->privates['FlexApp\\Repository\\GeoCountryRepository'] ?? $this->getGeoCountryRepositoryService());
  4149.         $instance->setContainer($this);
  4150.         return $instance;
  4151.     }
  4152.     /**
  4153.      * Gets the public 'WebBundle\Controller\Api\ExtendedApiController' shared autowired service.
  4154.      *
  4155.      * @return \WebBundle\Controller\Api\ExtendedApiController
  4156.      */
  4157.     protected function getExtendedApiControllerService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4160.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4161.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/ExtendedApiController.php';
  4162.         $this->services['WebBundle\\Controller\\Api\\ExtendedApiController'] = $instance = new \WebBundle\Controller\Api\ExtendedApiController();
  4163.         $instance->setContainer($this);
  4164.         return $instance;
  4165.     }
  4166.     /**
  4167.      * Gets the public 'WebBundle\Controller\Api\TestConnectApiController' shared autowired service.
  4168.      *
  4169.      * @return \WebBundle\Controller\Api\TestConnectApiController
  4170.      */
  4171.     protected function getTestConnectApiControllerService()
  4172.     {
  4173.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4174.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4175.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/ExtendedApiController.php';
  4176.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/TestConnectApiController.php';
  4177.         $this->services['WebBundle\\Controller\\Api\\TestConnectApiController'] = $instance = new \WebBundle\Controller\Api\TestConnectApiController();
  4178.         $instance->setContainer($this);
  4179.         return $instance;
  4180.     }
  4181.     /**
  4182.      * Gets the public 'WebBundle\Controller\BuyOrderController' shared autowired service.
  4183.      *
  4184.      * @return \WebBundle\Controller\BuyOrderController
  4185.      */
  4186.     protected function getBuyOrderControllerService()
  4187.     {
  4188.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4189.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4190.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/BuyOrderController.php';
  4191.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/RecaptchaService.php';
  4192.         $this->services['WebBundle\\Controller\\BuyOrderController'] = $instance = new \WebBundle\Controller\BuyOrderController(($this->services['app.service.order'] ?? $this->getApp_Service_OrderService()), ($this->services['app.service.vat'] ?? $this->getApp_Service_VatService()), ($this->services['app.service.location'] ?? ($this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4)))), ($this->services['app.recaptcha'] ?? ($this->services['app.recaptcha'] = new \WebBundle\Service\RecaptchaService($this))), ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->services['WebBundle\\Repository\\ListEmailRepository'] ?? $this->getListEmailRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService()));
  4193.         $instance->orderFiller = ($this->services['WebBundle\\Filler\\OrderFiller'] ?? $this->getOrderFillerService());
  4194.         $instance->kladrService = ($this->services['web.kladr'] ?? $this->getWeb_KladrService());
  4195.         $instance->confirmTimeStatRepository = ($this->services['WebBundle\\Repository\\ConfirmTimeStatRepository'] ?? $this->getConfirmTimeStatRepositoryService());
  4196.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\BuyOrderController'$this));
  4197.         return $instance;
  4198.     }
  4199.     /**
  4200.      * Gets the public 'WebBundle\Controller\CatalogController' shared autowired service.
  4201.      *
  4202.      * @return \WebBundle\Controller\CatalogController
  4203.      */
  4204.     protected function getCatalogControllerService()
  4205.     {
  4206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4207.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4208.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/CatalogController.php';
  4209.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/VisitedService.php';
  4210.         $this->services['WebBundle\\Controller\\CatalogController'] = $instance = new \WebBundle\Controller\CatalogController();
  4211.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  4212.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  4213.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  4214.         $instance->factoryRepository = ($this->services['WebBundle\\Repository\\FactoryRepository'] ?? $this->getFactoryRepositoryService());
  4215.         $instance->visitedService = ($this->services['app.service.visited'] ?? ($this->services['app.service.visited'] = new \WebBundle\Service\VisitedService()));
  4216.         $instance->sphinxSearcherService = ($this->services['sphinx_searcher'] ?? $this->getSphinxSearcherService());
  4217.         $instance->reviewsService = ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService());
  4218.         $instance->searchService = ($this->services['WebBundle\\Service\\SearchService'] ?? $this->getSearchServiceService());
  4219.         $instance->messageFiller = ($this->services['WebBundle\\Filler\\MessageFiller'] ?? $this->getMessageFillerService());
  4220.         $instance->setContainer($this);
  4221.         return $instance;
  4222.     }
  4223.     /**
  4224.      * Gets the public 'WebBundle\Controller\CollectionController' shared autowired service.
  4225.      *
  4226.      * @return \WebBundle\Controller\CollectionController
  4227.      */
  4228.     protected function getCollectionController4Service()
  4229.     {
  4230.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4231.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4232.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/CollectionController.php';
  4233.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  4234.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FiltersService.php';
  4235.         $this->services['WebBundle\\Controller\\CollectionController'] = $instance = new \WebBundle\Controller\CollectionController(($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService()), ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService()), ($this->services['WebBundle\\Repository\\ArticleFilterRepository'] ?? $this->getArticleFilterRepositoryService()), ($this->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'] ?? $this->getCollectionAlsoViewedRepositoryService()), ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService()), ($this->services['WebBundle\\Service\\CollectionSettingsService'] ?? $this->getCollectionSettingsServiceService()), ($this->services['app.service.filters'] ?? ($this->services['app.service.filters'] = new \WebBundle\Service\FiltersService($this))));
  4236.         $instance->collectionService = ($this->services['app.service.collection'] ?? $this->getApp_Service_CollectionService());
  4237.         $instance->reviewsService = ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService());
  4238.         $instance->setContainer($this);
  4239.         return $instance;
  4240.     }
  4241.     /**
  4242.      * Gets the public 'WebBundle\Controller\CommonController' shared autowired service.
  4243.      *
  4244.      * @return \WebBundle\Controller\CommonController
  4245.      */
  4246.     protected function getCommonController2Service()
  4247.     {
  4248.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4249.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4250.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/CommonController.php';
  4251.         $this->services['WebBundle\\Controller\\CommonController'] = $instance = new \WebBundle\Controller\CommonController(($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['WebBundle\\Repository\\VisitRepository'] ?? $this->getVisitRepositoryService()), ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService()), ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->services['app.service.localization'] ?? $this->getApp_Service_LocalizationService()));
  4252.         $instance->requestService = ($this->services['app.service.request'] ?? $this->getApp_Service_RequestService());
  4253.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\CommonController'$this));
  4254.         return $instance;
  4255.     }
  4256.     /**
  4257.      * Gets the public 'WebBundle\Controller\CookieController' shared autowired service.
  4258.      *
  4259.      * @return \WebBundle\Controller\CookieController
  4260.      */
  4261.     protected function getCookieControllerService()
  4262.     {
  4263.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4264.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4265.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/CookieController.php';
  4266.         $this->services['WebBundle\\Controller\\CookieController'] = $instance = new \WebBundle\Controller\CookieController();
  4267.         $instance->setContainer($this);
  4268.         return $instance;
  4269.     }
  4270.     /**
  4271.      * Gets the public 'WebBundle\Controller\DbgetController' shared autowired service.
  4272.      *
  4273.      * @return \WebBundle\Controller\DbgetController
  4274.      */
  4275.     protected function getDbgetControllerService()
  4276.     {
  4277.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4278.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4279.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/DbgetController.php';
  4280.         $this->services['WebBundle\\Controller\\DbgetController'] = $instance = new \WebBundle\Controller\DbgetController();
  4281.         $instance->setContainer($this);
  4282.         return $instance;
  4283.     }
  4284.     /**
  4285.      * Gets the public 'WebBundle\Controller\DeliveryController' shared autowired service.
  4286.      *
  4287.      * @return \WebBundle\Controller\DeliveryController
  4288.      */
  4289.     protected function getDeliveryControllerService()
  4290.     {
  4291.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4292.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/DeliveryController.php';
  4293.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/DeliveryProxyService.php';
  4294.         $this->services['WebBundle\\Controller\\DeliveryController'] = $instance = new \WebBundle\Controller\DeliveryController();
  4295.         $a = new \WebBundle\Service\DeliveryProxyService(($this->services['app.service.soap_response_service'] ?? $this->getApp_Service_SoapResponseServiceService()));
  4296.         $a->repoGeoCountry = ($this->privates['FlexApp\\Repository\\GeoCountryRepository'] ?? $this->getGeoCountryRepositoryService());
  4297.         $instance->deliveryProxyService $a;
  4298.         $instance->deliveryRequestRepository = ($this->services['WebBundle\\Repository\\DeliveryRequestRepository'] ?? $this->getDeliveryRequestRepositoryService());
  4299.         $instance->setContainer($this);
  4300.         return $instance;
  4301.     }
  4302.     /**
  4303.      * Gets the public 'WebBundle\Controller\ExtendedController' shared autowired service.
  4304.      *
  4305.      * @return \WebBundle\Controller\ExtendedController
  4306.      */
  4307.     protected function getExtendedController2Service()
  4308.     {
  4309.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4310.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4311.         $this->services['WebBundle\\Controller\\ExtendedController'] = $instance = new \WebBundle\Controller\ExtendedController();
  4312.         $instance->setContainer($this);
  4313.         return $instance;
  4314.     }
  4315.     /**
  4316.      * Gets the public 'WebBundle\Controller\FiltersController' shared autowired service.
  4317.      *
  4318.      * @return \WebBundle\Controller\FiltersController
  4319.      */
  4320.     protected function getFiltersControllerService()
  4321.     {
  4322.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4323.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4324.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/FiltersController.php';
  4325.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  4326.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CacheService.php';
  4327.         $a = new \FlexApp\Service\CacheService();
  4328.         $this->services['WebBundle\\Controller\\FiltersController'] = $instance = new \WebBundle\Controller\FiltersController($a);
  4329.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  4330.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  4331.         $instance->filterGroupRepository = ($this->services['WebBundle\\Repository\\FilterGroupRepository'] ?? $this->getFilterGroupRepositoryService());
  4332.         $instance->filterHistorySearchRepository = ($this->services['WebBundle\\Repository\\FilterHistorySearchRepository'] ?? $this->getFilterHistorySearchRepositoryService());
  4333.         $instance->articleRepository = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  4334.         $instance->cacheService $a;
  4335.         $instance->setContainer($this);
  4336.         return $instance;
  4337.     }
  4338.     /**
  4339.      * Gets the public 'WebBundle\Controller\HomeController' shared autowired service.
  4340.      *
  4341.      * @return \WebBundle\Controller\HomeController
  4342.      */
  4343.     protected function getHomeController2Service()
  4344.     {
  4345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4346.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4347.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/HomeController.php';
  4348.         $this->services['WebBundle\\Controller\\HomeController'] = $instance = new \WebBundle\Controller\HomeController();
  4349.         $instance->publicationService = ($this->services['app.service.publication'] ?? $this->getApp_Service_PublicationService());
  4350.         $instance->widgetReviewService = ($this->services['app.service.widjet_review'] ?? $this->getApp_Service_WidjetReviewService());
  4351.         $instance->homeService = ($this->services['WebBundle\\Service\\HomeService'] ?? $this->getHomeServiceService());
  4352.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  4353.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  4354.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  4355.         $instance->ideaRepository = ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService());
  4356.         $instance->interiorHistoryRepository = ($this->services['WebBundle\\Repository\\InteriorHistoryRepository'] ?? $this->getInteriorHistoryRepositoryService());
  4357.         $instance->setContainer($this);
  4358.         return $instance;
  4359.     }
  4360.     /**
  4361.      * Gets the public 'WebBundle\Controller\IdeaController' shared autowired service.
  4362.      *
  4363.      * @return \WebBundle\Controller\IdeaController
  4364.      */
  4365.     protected function getIdeaControllerService()
  4366.     {
  4367.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4368.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4369.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/IdeaController.php';
  4370.         $this->services['WebBundle\\Controller\\IdeaController'] = $instance = new \WebBundle\Controller\IdeaController(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  4371.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  4372.         $instance->interiorRepository = ($this->services['WebBundle\\Repository\\InteriorRepository'] ?? $this->getInteriorRepositoryService());
  4373.         $instance->interiorHistoryRepository = ($this->services['WebBundle\\Repository\\InteriorHistoryRepository'] ?? $this->getInteriorHistoryRepositoryService());
  4374.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\IdeaController'$this));
  4375.         return $instance;
  4376.     }
  4377.     /**
  4378.      * Gets the public 'WebBundle\Controller\InvoiceController' shared autowired service.
  4379.      *
  4380.      * @return \WebBundle\Controller\InvoiceController
  4381.      */
  4382.     protected function getInvoiceControllerService()
  4383.     {
  4384.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4385.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4386.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/InvoiceController.php';
  4387.         $this->services['WebBundle\\Controller\\InvoiceController'] = $instance = new \WebBundle\Controller\InvoiceController();
  4388.         $instance->setContainer($this);
  4389.         return $instance;
  4390.     }
  4391.     /**
  4392.      * Gets the public 'WebBundle\Controller\JournalCollectionController' shared autowired service.
  4393.      *
  4394.      * @return \WebBundle\Controller\JournalCollectionController
  4395.      */
  4396.     protected function getJournalCollectionControllerService()
  4397.     {
  4398.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4399.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4400.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/JournalCollectionController.php';
  4401.         $this->services['WebBundle\\Controller\\JournalCollectionController'] = $instance = new \WebBundle\Controller\JournalCollectionController();
  4402.         $instance->setContainer($this);
  4403.         return $instance;
  4404.     }
  4405.     /**
  4406.      * Gets the public 'WebBundle\Controller\KladrController' shared autowired service.
  4407.      *
  4408.      * @return \WebBundle\Controller\KladrController
  4409.      */
  4410.     protected function getKladrControllerService()
  4411.     {
  4412.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4413.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4414.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/KladrController.php';
  4415.         $this->services['WebBundle\\Controller\\KladrController'] = $instance = new \WebBundle\Controller\KladrController();
  4416.         $instance->setContainer($this);
  4417.         return $instance;
  4418.     }
  4419.     /**
  4420.      * Gets the public 'WebBundle\Controller\MakingController' shared autowired service.
  4421.      *
  4422.      * @return \WebBundle\Controller\MakingController
  4423.      */
  4424.     protected function getMakingControllerService()
  4425.     {
  4426.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4427.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/MakingController.php';
  4428.         $this->services['WebBundle\\Controller\\MakingController'] = $instance = new \WebBundle\Controller\MakingController();
  4429.         $instance->proformaFileService = ($this->services['WebBundle\\Service\\ProformaFileService'] ?? $this->getProformaFileServiceService());
  4430.         $instance->setContainer($this);
  4431.         return $instance;
  4432.     }
  4433.     /**
  4434.      * Gets the public 'WebBundle\Controller\OrderController' shared autowired service.
  4435.      *
  4436.      * @return \WebBundle\Controller\OrderController
  4437.      */
  4438.     protected function getOrderController2Service()
  4439.     {
  4440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4441.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4442.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/OrderController.php';
  4443.         $this->services['WebBundle\\Controller\\OrderController'] = $instance = new \WebBundle\Controller\OrderController(($this->services['app.service.order'] ?? $this->getApp_Service_OrderService()), ($this->services['app.service.order_address'] ?? $this->getApp_Service_OrderAddressService()), ($this->services['app.service.order_history'] ?? $this->getApp_Service_OrderHistoryService()), ($this->services['app.service.vat'] ?? $this->getApp_Service_VatService()), ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->services['WebBundle\\Repository\\OrderAddressRepository'] ?? $this->getOrderAddressRepositoryService()));
  4444.         $instance->orderFiller = ($this->services['WebBundle\\Filler\\OrderFiller'] ?? $this->getOrderFillerService());
  4445.         $instance->orderRefundService = ($this->services['WebBundle\\Service\\OrderRefundService'] ?? $this->getOrderRefundServiceService());
  4446.         $instance->userService = ($this->services['app.service.user'] ?? $this->getApp_Service_UserService());
  4447.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\OrderController'$this));
  4448.         return $instance;
  4449.     }
  4450.     /**
  4451.      * Gets the public 'WebBundle\Controller\OrderPaymentController' shared autowired service.
  4452.      *
  4453.      * @return \WebBundle\Controller\OrderPaymentController
  4454.      */
  4455.     protected function getOrderPaymentControllerService()
  4456.     {
  4457.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4458.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4459.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/OrderPaymentController.php';
  4460.         $this->services['WebBundle\\Controller\\OrderPaymentController'] = $instance = new \WebBundle\Controller\OrderPaymentController(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService()), ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService()), ($this->services['app.service.payment.adyen'] ?? $this->getApp_Service_Payment_AdyenService()), ($this->services['app.service.payment.brain_tree'] ?? $this->getApp_Service_Payment_BrainTreeService()), ($this->services['app.service.payment.pay_pal'] ?? $this->getApp_Service_Payment_PayPalService()), ($this->services['app.service.payment.sberbank'] ?? $this->getApp_Service_Payment_SberbankService()), ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  4461.         $instance->orderPaymentService = ($this->services['app.service.order_payment'] ?? $this->getApp_Service_OrderPaymentService());
  4462.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\OrderPaymentController'$this));
  4463.         return $instance;
  4464.     }
  4465.     /**
  4466.      * Gets the public 'WebBundle\Controller\OrdersController' shared autowired service.
  4467.      *
  4468.      * @return \WebBundle\Controller\OrdersController
  4469.      */
  4470.     protected function getOrdersControllerService()
  4471.     {
  4472.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4473.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4474.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/OrdersController.php';
  4475.         $this->services['WebBundle\\Controller\\OrdersController'] = $instance = new \WebBundle\Controller\OrdersController(($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()));
  4476.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\OrdersController'$this));
  4477.         return $instance;
  4478.     }
  4479.     /**
  4480.      * Gets the public 'WebBundle\Controller\PageController' shared autowired service.
  4481.      *
  4482.      * @return \WebBundle\Controller\PageController
  4483.      */
  4484.     protected function getPageControllerService()
  4485.     {
  4486.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4487.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4488.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/PageController.php';
  4489.         $this->services['WebBundle\\Controller\\PageController'] = $instance = new \WebBundle\Controller\PageController();
  4490.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  4491.         $instance->staticPageRepository = ($this->services['WebBundle\\Repository\\StaticPageRepository'] ?? $this->getStaticPageRepositoryService());
  4492.         $instance->ideasShareRepository = ($this->services['WebBundle\\Repository\\IdeasShareRepository'] ?? $this->getIdeasShareRepositoryService());
  4493.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  4494.         $instance->factoryRepository = ($this->services['WebBundle\\Repository\\FactoryRepository'] ?? $this->getFactoryRepositoryService());
  4495.         $instance->setContainer($this);
  4496.         return $instance;
  4497.     }
  4498.     /**
  4499.      * Gets the public 'WebBundle\Controller\PaymentFromOneCController' shared autowired service.
  4500.      *
  4501.      * @return \WebBundle\Controller\PaymentFromOneCController
  4502.      */
  4503.     protected function getPaymentFromOneCControllerService()
  4504.     {
  4505.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4506.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4507.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/PaymentFromOneCController.php';
  4508.         $this->services['WebBundle\\Controller\\PaymentFromOneCController'] = $instance = new \WebBundle\Controller\PaymentFromOneCController();
  4509.         $instance->paymentBrainTreeService = ($this->services['app.service.payment.brain_tree'] ?? $this->getApp_Service_Payment_BrainTreeService());
  4510.         $instance->paymentFromOneCRepository = ($this->services['WebBundle\\Repository\\PaymentFromOneCRepository'] ?? $this->getPaymentFromOneCRepositoryService());
  4511.         $instance->paymentFromOneCService = ($this->services['app.service.payment'] ?? $this->getApp_Service_PaymentService());
  4512.         $instance->setContainer($this);
  4513.         return $instance;
  4514.     }
  4515.     /**
  4516.      * Gets the public 'WebBundle\Controller\ProductReviewController' shared autowired service.
  4517.      *
  4518.      * @return \WebBundle\Controller\ProductReviewController
  4519.      */
  4520.     protected function getProductReviewControllerService()
  4521.     {
  4522.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4523.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4524.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ProductReviewController.php';
  4525.         $this->services['WebBundle\\Controller\\ProductReviewController'] = $instance = new \WebBundle\Controller\ProductReviewController();
  4526.         $instance->setContainer($this);
  4527.         return $instance;
  4528.     }
  4529.     /**
  4530.      * Gets the public 'WebBundle\Controller\ProductionController' shared autowired service.
  4531.      *
  4532.      * @return \WebBundle\Controller\ProductionController
  4533.      */
  4534.     protected function getProductionControllerService()
  4535.     {
  4536.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4537.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4538.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ProductionController.php';
  4539.         $this->services['WebBundle\\Controller\\ProductionController'] = $instance = new \WebBundle\Controller\ProductionController(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  4540.         $instance->productionShipmentRepository = ($this->services['WebBundle\\Repository\\ProductionShipmentRepository'] ?? $this->getProductionShipmentRepositoryService());
  4541.         $instance->productionRepository = ($this->services['WebBundle\\Repository\\ProductionRepository'] ?? $this->getProductionRepositoryService());
  4542.         $instance->proformaFileService = ($this->services['WebBundle\\Service\\ProformaFileService'] ?? $this->getProformaFileServiceService());
  4543.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\ProductionController'$this));
  4544.         return $instance;
  4545.     }
  4546.     /**
  4547.      * Gets the public 'WebBundle\Controller\ProformaController' shared autowired service.
  4548.      *
  4549.      * @return \WebBundle\Controller\ProformaController
  4550.      */
  4551.     protected function getProformaControllerService()
  4552.     {
  4553.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4554.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ProformaController.php';
  4555.         $this->services['WebBundle\\Controller\\ProformaController'] = $instance = new \WebBundle\Controller\ProformaController();
  4556.         $instance->proformaFileService = ($this->services['WebBundle\\Service\\ProformaFileService'] ?? $this->getProformaFileServiceService());
  4557.         $instance->setContainer($this);
  4558.         return $instance;
  4559.     }
  4560.     /**
  4561.      * Gets the public 'WebBundle\Controller\PublicationController' shared autowired service.
  4562.      *
  4563.      * @return \WebBundle\Controller\PublicationController
  4564.      */
  4565.     protected function getPublicationControllerService()
  4566.     {
  4567.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4568.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4569.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/PublicationController.php';
  4570.         $this->services['WebBundle\\Controller\\PublicationController'] = $instance = new \WebBundle\Controller\PublicationController();
  4571.         $instance->publicationService = ($this->services['app.service.publication'] ?? $this->getApp_Service_PublicationService());
  4572.         $instance->calendarService = ($this->services['FlexApp\\Service\\CalendarService'] ?? $this->getCalendarServiceService());
  4573.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  4574.         $instance->setContainer($this);
  4575.         return $instance;
  4576.     }
  4577.     /**
  4578.      * Gets the public 'WebBundle\Controller\ResettingController' shared autowired service.
  4579.      *
  4580.      * @return \WebBundle\Controller\ResettingController
  4581.      */
  4582.     protected function getResettingControllerService()
  4583.     {
  4584.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4585.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4586.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ResettingController.php';
  4587.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  4588.         $this->services['WebBundle\\Controller\\ResettingController'] = $instance = new \WebBundle\Controller\ResettingController();
  4589.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  4590.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  4591.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  4592.         $instance->formFactory = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  4593.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  4594.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4595.         $instance->userAuthenticator = ($this->privates['security.user_authenticator'] ?? $this->getSecurity_UserAuthenticatorService());
  4596.         $instance->loginFormAuthenticator = ($this->privates['FlexApp\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  4597.         $instance->requestStack = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4598.         $instance->managerContactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  4599.         $instance->setContainer($this);
  4600.         return $instance;
  4601.     }
  4602.     /**
  4603.      * Gets the public 'WebBundle\Controller\ReviewController' shared autowired service.
  4604.      *
  4605.      * @return \WebBundle\Controller\ReviewController
  4606.      */
  4607.     protected function getReviewControllerService()
  4608.     {
  4609.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4610.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4611.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ReviewController.php';
  4612.         $this->services['WebBundle\\Controller\\ReviewController'] = $instance = new \WebBundle\Controller\ReviewController();
  4613.         $instance->googleTranslateService = ($this->services['WebBundle\\Service\\GoogleTranslateService'] ?? $this->getGoogleTranslateServiceService());
  4614.         $instance->productReviewsCacheRepository = ($this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] ?? $this->getProductReviewsCacheRepositoryService());
  4615.         $instance->reviewsCacheRepository = ($this->services['WebBundle\\Repository\\ReviewsCacheRepository'] ?? $this->getReviewsCacheRepositoryService());
  4616.         $instance->setContainer($this);
  4617.         return $instance;
  4618.     }
  4619.     /**
  4620.      * Gets the public 'WebBundle\Controller\SampleController' shared autowired service.
  4621.      *
  4622.      * @return \WebBundle\Controller\SampleController
  4623.      */
  4624.     protected function getSampleControllerService()
  4625.     {
  4626.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4627.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4628.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/SampleController.php';
  4629.         $this->services['WebBundle\\Controller\\SampleController'] = $instance = new \WebBundle\Controller\SampleController();
  4630.         $instance->sampleService = ($this->services['app.service.sample'] ?? $this->getApp_Service_SampleService());
  4631.         $instance->setContainer($this);
  4632.         return $instance;
  4633.     }
  4634.     /**
  4635.      * Gets the public 'WebBundle\Controller\SearchController' shared autowired service.
  4636.      *
  4637.      * @return \WebBundle\Controller\SearchController
  4638.      */
  4639.     protected function getSearchControllerService()
  4640.     {
  4641.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4642.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4643.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/SearchController.php';
  4644.         $this->services['WebBundle\\Controller\\SearchController'] = $instance = new \WebBundle\Controller\SearchController();
  4645.         $instance->setContainer($this);
  4646.         return $instance;
  4647.     }
  4648.     /**
  4649.      * Gets the public 'WebBundle\Controller\SeoController' shared autowired service.
  4650.      *
  4651.      * @return \WebBundle\Controller\SeoController
  4652.      */
  4653.     protected function getSeoControllerService()
  4654.     {
  4655.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4656.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4657.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/SeoController.php';
  4658.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/FilterAdsFilesDataService.php';
  4659.         $this->services['WebBundle\\Controller\\SeoController'] = $instance = new \WebBundle\Controller\SeoController(($this->privates['FlexApp\\Service\\AdsFilters\\FilterAdsFilesDataService'] ?? ($this->privates['FlexApp\\Service\\AdsFilters\\FilterAdsFilesDataService'] = new \FlexApp\Service\AdsFilters\FilterAdsFilesDataService())));
  4660.         $instance->seoService = ($this->services['WebBundle\\Service\\SeoService'] ?? $this->getSeoServiceService());
  4661.         $instance->sitemapGenerator = ($this->services['WebBundle\\Service\\SitemapGenerator'] ?? $this->getSitemapGeneratorService());
  4662.         $instance->setContainer($this);
  4663.         return $instance;
  4664.     }
  4665.     /**
  4666.      * Gets the public 'WebBundle\Controller\SliderController' shared autowired service.
  4667.      *
  4668.      * @return \WebBundle\Controller\SliderController
  4669.      */
  4670.     protected function getSliderController2Service()
  4671.     {
  4672.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4673.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4674.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/SliderController.php';
  4675.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/StructuredData/LdJsonBuilderInterface.php';
  4676.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/StructuredData/ProductSliderLdJsonBuilder.php';
  4677.         $this->services['WebBundle\\Controller\\SliderController'] = $instance = new \WebBundle\Controller\SliderController(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  4678.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  4679.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  4680.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  4681.         $instance->interiorRepository = ($this->services['WebBundle\\Repository\\InteriorRepository'] ?? $this->getInteriorRepositoryService());
  4682.         $instance->collectionService = ($this->services['app.service.collection'] ?? $this->getApp_Service_CollectionService());
  4683.         $instance->reviewsService = ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService());
  4684.         $instance->sampleService = ($this->services['app.service.sample'] ?? $this->getApp_Service_SampleService());
  4685.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  4686.         $instance->ldJsonBuilder = ($this->services['WebBundle\\Service\\StructuredData\\ProductSliderLdJsonBuilder'] ?? ($this->services['WebBundle\\Service\\StructuredData\\ProductSliderLdJsonBuilder'] = new \WebBundle\Service\StructuredData\ProductSliderLdJsonBuilder()));
  4687.         $instance->messageFiller = ($this->services['WebBundle\\Filler\\MessageFiller'] ?? $this->getMessageFillerService());
  4688.         $instance->lastUrlService = ($this->privates['FlexApp\\Service\\LastUrlService'] ?? $this->getLastUrlServiceService());
  4689.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\SliderController'$this));
  4690.         return $instance;
  4691.     }
  4692.     /**
  4693.      * Gets the public 'WebBundle\Controller\SoapController' shared autowired service.
  4694.      *
  4695.      * @return \WebBundle\Controller\SoapController
  4696.      */
  4697.     protected function getSoapControllerService()
  4698.     {
  4699.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4700.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/SoapController.php';
  4701.         $this->services['WebBundle\\Controller\\SoapController'] = $instance = new \WebBundle\Controller\SoapController();
  4702.         $instance->soapService = ($this->services['web.soap'] ?? $this->getWeb_SoapService());
  4703.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\SoapController'$this));
  4704.         return $instance;
  4705.     }
  4706.     /**
  4707.      * Gets the public 'WebBundle\Controller\SupportController' shared autowired service.
  4708.      *
  4709.      * @return \WebBundle\Controller\SupportController
  4710.      */
  4711.     protected function getSupportControllerService()
  4712.     {
  4713.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4714.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4715.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/SupportController.php';
  4716.         $this->services['WebBundle\\Controller\\SupportController'] = $instance = new \WebBundle\Controller\SupportController();
  4717.         $instance->setContainer($this);
  4718.         return $instance;
  4719.     }
  4720.     /**
  4721.      * Gets the public 'WebBundle\Controller\TableRouterController' shared autowired service.
  4722.      *
  4723.      * @return \WebBundle\Controller\TableRouterController
  4724.      */
  4725.     protected function getTableRouterControllerService()
  4726.     {
  4727.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4728.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4729.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/TableRouterController.php';
  4730.         $this->services['WebBundle\\Controller\\TableRouterController'] = $instance = new \WebBundle\Controller\TableRouterController();
  4731.         $instance->setContainer($this);
  4732.         return $instance;
  4733.     }
  4734.     /**
  4735.      * Gets the public 'WebBundle\Controller\TileController' shared autowired service.
  4736.      *
  4737.      * @return \WebBundle\Controller\TileController
  4738.      */
  4739.     protected function getTileControllerService()
  4740.     {
  4741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4742.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4743.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/TileController.php';
  4744.         $this->services['WebBundle\\Controller\\TileController'] = $instance = new \WebBundle\Controller\TileController();
  4745.         $instance->articleRepository = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  4746.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  4747.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  4748.         $instance->ideaRepository = ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService());
  4749.         $instance->interiorRepository = ($this->services['WebBundle\\Repository\\InteriorRepository'] ?? $this->getInteriorRepositoryService());
  4750.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  4751.         $instance->visitRepository = ($this->services['WebBundle\\Repository\\VisitRepository'] ?? $this->getVisitRepositoryService());
  4752.         $instance->collectionService = ($this->services['app.service.collection'] ?? $this->getApp_Service_CollectionService());
  4753.         $instance->collectionSettingsService = ($this->services['WebBundle\\Service\\CollectionSettingsService'] ?? $this->getCollectionSettingsServiceService());
  4754.         $instance->reviewsService = ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService());
  4755.         $instance->searchService = ($this->services['WebBundle\\Service\\SearchService'] ?? $this->getSearchServiceService());
  4756.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  4757.         $instance->googleTranslateService = ($this->services['WebBundle\\Service\\GoogleTranslateService'] ?? $this->getGoogleTranslateServiceService());
  4758.         $instance->setContainer($this);
  4759.         return $instance;
  4760.     }
  4761.     /**
  4762.      * Gets the public 'WebBundle\Controller\TopController' shared autowired service.
  4763.      *
  4764.      * @return \WebBundle\Controller\TopController
  4765.      */
  4766.     protected function getTopControllerService()
  4767.     {
  4768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4769.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4770.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/TopController.php';
  4771.         $this->services['WebBundle\\Controller\\TopController'] = $instance = new \WebBundle\Controller\TopController(($this->services['app.service.localization'] ?? $this->getApp_Service_LocalizationService()));
  4772.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('WebBundle\\Controller\\TopController'$this));
  4773.         return $instance;
  4774.     }
  4775.     /**
  4776.      * Gets the public 'WebBundle\Controller\TranslateController' shared autowired service.
  4777.      *
  4778.      * @return \WebBundle\Controller\TranslateController
  4779.      */
  4780.     protected function getTranslateControllerService()
  4781.     {
  4782.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4783.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/TranslateController.php';
  4784.         $this->services['WebBundle\\Controller\\TranslateController'] = $instance = new \WebBundle\Controller\TranslateController();
  4785.         $instance->transRepository = ($this->services['WebBundle\\Repository\\TransRepository'] ?? $this->getTransRepositoryService());
  4786.         $instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
  4787.         $instance->setLangsAvailable('da|de|en|es|fr|it|nl|no|pl|fi|sv|pt|ru|zh');
  4788.         $instance->setContainer($this);
  4789.         return $instance;
  4790.     }
  4791.     /**
  4792.      * Gets the public 'WebBundle\Controller\TwilioController' shared autowired service.
  4793.      *
  4794.      * @return \WebBundle\Controller\TwilioController
  4795.      */
  4796.     protected function getTwilioControllerService()
  4797.     {
  4798.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4799.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4800.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/TwilioController.php';
  4801.         $this->services['WebBundle\\Controller\\TwilioController'] = $instance = new \WebBundle\Controller\TwilioController();
  4802.         $instance->setContainer($this);
  4803.         return $instance;
  4804.     }
  4805.     /**
  4806.      * Gets the public 'WebBundle\Controller\UserController' shared autowired service.
  4807.      *
  4808.      * @return \WebBundle\Controller\UserController
  4809.      */
  4810.     protected function getUserControllerService()
  4811.     {
  4812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4813.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4814.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/UserController.php';
  4815.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  4816.         $this->services['WebBundle\\Controller\\UserController'] = $instance = new \WebBundle\Controller\UserController();
  4817.         $instance->registrationService = ($this->services['app.registration'] ?? $this->getApp_RegistrationService());
  4818.         $instance->userAuthenticator = ($this->privates['security.user_authenticator'] ?? $this->getSecurity_UserAuthenticatorService());
  4819.         $instance->loginFormAuthenticator = ($this->privates['FlexApp\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService());
  4820.         $instance->requestStack = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  4821.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4822.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  4823.         $instance->userLogger = ($this->privates['FlexApp\\Service\\ManualReg\\UserLogger'] ?? $this->getUserLoggerService());
  4824.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  4825.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  4826.         $instance->setContainer($this);
  4827.         return $instance;
  4828.     }
  4829.     /**
  4830.      * Gets the public 'WebBundle\Controller\UserProfileController' shared autowired service.
  4831.      *
  4832.      * @return \WebBundle\Controller\UserProfileController
  4833.      */
  4834.     protected function getUserProfileControllerService()
  4835.     {
  4836.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4837.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4838.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/UserProfileController.php';
  4839.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  4840.         $this->services['WebBundle\\Controller\\UserProfileController'] = $instance = new \WebBundle\Controller\UserProfileController();
  4841.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  4842.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  4843.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  4844.         $instance->userUpdater = ($this->privates['FlexApp\\Service\\UserUpdater'] ?? $this->getUserUpdaterService());
  4845.         $instance->setContainer($this);
  4846.         return $instance;
  4847.     }
  4848.     /**
  4849.      * Gets the public 'WebBundle\Controller\VacancyController' shared autowired service.
  4850.      *
  4851.      * @return \WebBundle\Controller\VacancyController
  4852.      */
  4853.     protected function getVacancyController2Service()
  4854.     {
  4855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4856.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4857.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/VacancyController.php';
  4858.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CareerService.php';
  4859.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/VacancyService.php';
  4860.         $this->services['WebBundle\\Controller\\VacancyController'] = $instance = new \WebBundle\Controller\VacancyController(($this->services['WebBundle\\Service\\CareerService'] ?? ($this->services['WebBundle\\Service\\CareerService'] = new \WebBundle\Service\CareerService())), ($this->services['app.service.vacancy'] ?? ($this->services['app.service.vacancy'] = new \WebBundle\Service\VacancyService())));
  4861.         $instance->setContainer($this);
  4862.         return $instance;
  4863.     }
  4864.     /**
  4865.      * Gets the public 'WebBundle\Controller\WidgetsController' shared autowired service.
  4866.      *
  4867.      * @return \WebBundle\Controller\WidgetsController
  4868.      */
  4869.     protected function getWidgetsControllerService()
  4870.     {
  4871.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  4872.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  4873.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/WidgetsController.php';
  4874.         $this->services['WebBundle\\Controller\\WidgetsController'] = $instance = new \WebBundle\Controller\WidgetsController();
  4875.         $instance->serviceReviews = ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService());
  4876.         $instance->widgetReviewService = ($this->services['app.service.widjet_review'] ?? $this->getApp_Service_WidjetReviewService());
  4877.         $instance->setContainer($this);
  4878.         return $instance;
  4879.     }
  4880.     /**
  4881.      * Gets the public 'WebBundle\Factory\ListMeasureFactory' shared autowired service.
  4882.      *
  4883.      * @return \WebBundle\Factory\ListMeasureFactory
  4884.      */
  4885.     protected function getListMeasureFactoryService()
  4886.     {
  4887.         include_once \dirname(__DIR__4).'/src/WebBundle/Factory/ListMeasureFactory.php';
  4888.         return $this->services['WebBundle\\Factory\\ListMeasureFactory'] = new \WebBundle\Factory\ListMeasureFactory();
  4889.     }
  4890.     /**
  4891.      * Gets the public 'WebBundle\Filler\BuyOrderDeliveryFiller' shared autowired service.
  4892.      *
  4893.      * @return \WebBundle\Filler\BuyOrderDeliveryFiller
  4894.      */
  4895.     protected function getBuyOrderDeliveryFillerService()
  4896.     {
  4897.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/BuyOrderDeliveryFiller.php';
  4898.         return $this->services['WebBundle\\Filler\\BuyOrderDeliveryFiller'] = new \WebBundle\Filler\BuyOrderDeliveryFiller();
  4899.     }
  4900.     /**
  4901.      * Gets the public 'WebBundle\Filler\ListEmailFiller' shared autowired service.
  4902.      *
  4903.      * @return \WebBundle\Filler\ListEmailFiller
  4904.      */
  4905.     protected function getListEmailFillerService()
  4906.     {
  4907.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/ListEmailFiller.php';
  4908.         return $this->services['WebBundle\\Filler\\ListEmailFiller'] = new \WebBundle\Filler\ListEmailFiller();
  4909.     }
  4910.     /**
  4911.      * Gets the public 'WebBundle\Filler\MessageFiller' shared autowired service.
  4912.      *
  4913.      * @return \WebBundle\Filler\MessageFiller
  4914.      */
  4915.     protected function getMessageFillerService()
  4916.     {
  4917.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/MessageFiller.php';
  4918.         return $this->services['WebBundle\\Filler\\MessageFiller'] = new \WebBundle\Filler\MessageFiller(($this->services['translator'] ?? $this->getTranslatorService()));
  4919.     }
  4920.     /**
  4921.      * Gets the public 'WebBundle\Filler\OrderFiller' shared autowired service.
  4922.      *
  4923.      * @return \WebBundle\Filler\OrderFiller
  4924.      */
  4925.     protected function getOrderFillerService()
  4926.     {
  4927.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/OrderFiller.php';
  4928.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  4929.         if (isset($this->services['WebBundle\\Filler\\OrderFiller'])) {
  4930.             return $this->services['WebBundle\\Filler\\OrderFiller'];
  4931.         }
  4932.         $this->services['WebBundle\\Filler\\OrderFiller'] = $instance = new \WebBundle\Filler\OrderFiller($a);
  4933.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  4934.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  4935.         $instance->listVatRepository = ($this->services['WebBundle\\Repository\\ListVatRepository'] ?? $this->getListVatRepositoryService());
  4936.         $instance->warehouseRepository = ($this->services['WebBundle\\Repository\\WarehouseRepository'] ?? $this->getWarehouseRepositoryService());
  4937.         $instance->orderItemService = ($this->services['app.service.order_item'] ?? $this->getApp_Service_OrderItemService());
  4938.         $instance->addressService = ($this->services['app.service.order_address'] ?? $this->getApp_Service_OrderAddressService());
  4939.         $instance->kladrService = ($this->services['web.kladr'] ?? $this->getWeb_KladrService());
  4940.         $instance->vatService = ($this->services['app.service.vat'] ?? $this->getApp_Service_VatService());
  4941.         $instance->orderNormalizer = ($this->services['app.normalizer.order'] ?? $this->getApp_Normalizer_OrderService());
  4942.         $instance->orderItemsFiller = ($this->services['WebBundle\\Filler\\OrderItemsFiller'] ?? $this->getOrderItemsFillerService());
  4943.         return $instance;
  4944.     }
  4945.     /**
  4946.      * Gets the public 'WebBundle\Filler\OrderItemsFiller' shared autowired service.
  4947.      *
  4948.      * @return \WebBundle\Filler\OrderItemsFiller
  4949.      */
  4950.     protected function getOrderItemsFillerService()
  4951.     {
  4952.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/OrderItemsFiller.php';
  4953.         $this->services['WebBundle\\Filler\\OrderItemsFiller'] = $instance = new \WebBundle\Filler\OrderItemsFiller();
  4954.         $instance->buyOrderArticleRepository = ($this->services['WebBundle\\Repository\\BuyOrderArticleRepository'] ?? $this->getBuyOrderArticleRepositoryService());
  4955.         return $instance;
  4956.     }
  4957.     /**
  4958.      * Gets the public 'WebBundle\Filler\OrderOneCFiller' shared autowired service.
  4959.      *
  4960.      * @return \WebBundle\Filler\OrderOneCFiller
  4961.      */
  4962.     protected function getOrderOneCFillerService()
  4963.     {
  4964.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/OrderOneCFiller.php';
  4965.         return $this->services['WebBundle\\Filler\\OrderOneCFiller'] = new \WebBundle\Filler\OrderOneCFiller();
  4966.     }
  4967.     /**
  4968.      * Gets the public 'WebBundle\Helper\Mailer' shared autowired service.
  4969.      *
  4970.      * @return \WebBundle\Helper\Mailer
  4971.      */
  4972.     protected function getMailerService()
  4973.     {
  4974.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/Mailer.php';
  4975.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  4976.         if (isset($this->services['WebBundle\\Helper\\Mailer'])) {
  4977.             return $this->services['WebBundle\\Helper\\Mailer'];
  4978.         }
  4979.         $this->services['WebBundle\\Helper\\Mailer'] = $instance = new \WebBundle\Helper\Mailer(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $a$this, ($this->services['translator'] ?? $this->getTranslatorService()));
  4980.         $instance->managerContactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  4981.         return $instance;
  4982.     }
  4983.     /**
  4984.      * Gets the public 'WebBundle\Helper\ParticipantHelper' shared autowired service.
  4985.      *
  4986.      * @return \WebBundle\Helper\ParticipantHelper
  4987.      */
  4988.     protected function getParticipantHelperService()
  4989.     {
  4990.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/ParticipantHelper.php';
  4991.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  4992.         if (isset($this->services['WebBundle\\Helper\\ParticipantHelper'])) {
  4993.             return $this->services['WebBundle\\Helper\\ParticipantHelper'];
  4994.         }
  4995.         return $this->services['WebBundle\\Helper\\ParticipantHelper'] = new \WebBundle\Helper\ParticipantHelper($a);
  4996.     }
  4997.     /**
  4998.      * Gets the public 'WebBundle\Helper\PortalHelper' shared autowired service.
  4999.      *
  5000.      * @return \WebBundle\Helper\PortalHelper
  5001.      */
  5002.     protected function getPortalHelperService()
  5003.     {
  5004.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/PortalHelper.php';
  5005.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  5006.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  5007.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  5008.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  5009.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  5010.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  5011.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapperInterface.php';
  5012.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapper.php';
  5013.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  5014.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  5015.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  5016.         if (isset($this->services['WebBundle\\Helper\\PortalHelper'])) {
  5017.             return $this->services['WebBundle\\Helper\\PortalHelper'];
  5018.         }
  5019.         $b = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  5020.         if (isset($this->services['WebBundle\\Helper\\PortalHelper'])) {
  5021.             return $this->services['WebBundle\\Helper\\PortalHelper'];
  5022.         }
  5023.         $c = ($this->privates['FlexApp\\Service\\PortalApiClient'] ?? $this->getPortalApiClientService());
  5024.         if (isset($this->services['WebBundle\\Helper\\PortalHelper'])) {
  5025.             return $this->services['WebBundle\\Helper\\PortalHelper'];
  5026.         }
  5027.         return $this->services['WebBundle\\Helper\\PortalHelper'] = new \WebBundle\Helper\PortalHelper('https://te.remote.team'$this$a, new \FlexApp\Service\DailyLogger('comment_send_api_client', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $a), ($this->services['app.service.location'] ?? ($this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4)))), $b, ($this->services['metaer_curl_wrapper.curl_wrapper.default'] ?? ($this->services['metaer_curl_wrapper.curl_wrapper.default'] = new \Metaer\CurlWrapperBundle\CurlWrapper())), $c, ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] ?? ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] = new \FlexApp\Service\EmailCanonicalizer())), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  5028.     }
  5029.     /**
  5030.      * Gets the public 'WebBundle\Helper\TextHelper' shared autowired service.
  5031.      *
  5032.      * @return \WebBundle\Helper\TextHelper
  5033.      */
  5034.     protected function getTextHelperService()
  5035.     {
  5036.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/TextHelper.php';
  5037.         return $this->services['WebBundle\\Helper\\TextHelper'] = new \WebBundle\Helper\TextHelper();
  5038.     }
  5039.     /**
  5040.      * Gets the public 'WebBundle\Repository\ArticleDetailRepository' shared autowired service.
  5041.      *
  5042.      * @return \WebBundle\Repository\ArticleDetailRepository
  5043.      */
  5044.     protected function getArticleDetailRepositoryService()
  5045.     {
  5046.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ArticleDetailRepository.php';
  5047.         return $this->services['WebBundle\\Repository\\ArticleDetailRepository'] = new \WebBundle\Repository\ArticleDetailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\ArticleDetail');
  5048.     }
  5049.     /**
  5050.      * Gets the public 'WebBundle\Repository\ArticleFilterRepository' shared autowired service.
  5051.      *
  5052.      * @return \WebBundle\Repository\ArticleFilterRepository
  5053.      */
  5054.     protected function getArticleFilterRepositoryService()
  5055.     {
  5056.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ArticleFilterRepository.php';
  5057.         return $this->services['WebBundle\\Repository\\ArticleFilterRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:ArticleFilterEntity');
  5058.     }
  5059.     /**
  5060.      * Gets the public 'WebBundle\Repository\ArticleRepository' shared autowired service.
  5061.      *
  5062.      * @return \WebBundle\Repository\ArticleRepository
  5063.      */
  5064.     protected function getArticleRepositoryService()
  5065.     {
  5066.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ArticleRepository.php';
  5067.         return $this->services['WebBundle\\Repository\\ArticleRepository'] = new \WebBundle\Repository\ArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\Article');
  5068.     }
  5069.     /**
  5070.      * Gets the public 'WebBundle\Repository\BuyOrderArticleHolidayRepository' shared autowired service.
  5071.      *
  5072.      * @return \WebBundle\Repository\BuyOrderArticleHolidayRepository
  5073.      */
  5074.     protected function getBuyOrderArticleHolidayRepositoryService()
  5075.     {
  5076.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/BuyOrderArticleHolidayRepository.php';
  5077.         return $this->services['WebBundle\\Repository\\BuyOrderArticleHolidayRepository'] = new \WebBundle\Repository\BuyOrderArticleHolidayRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\BuyOrderArticleHoliday');
  5078.     }
  5079.     /**
  5080.      * Gets the public 'WebBundle\Repository\BuyOrderArticleRepository' shared autowired service.
  5081.      *
  5082.      * @return \WebBundle\Repository\BuyOrderArticleRepository
  5083.      */
  5084.     protected function getBuyOrderArticleRepositoryService()
  5085.     {
  5086.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/BuyOrderArticleRepository.php';
  5087.         return $this->services['WebBundle\\Repository\\BuyOrderArticleRepository'] = new \WebBundle\Repository\BuyOrderArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\BuyOrderArticle');
  5088.     }
  5089.     /**
  5090.      * Gets the public 'WebBundle\Repository\BuyOrderManagerRepository' shared autowired service.
  5091.      *
  5092.      * @return \WebBundle\Repository\BuyOrderManagerRepository
  5093.      */
  5094.     protected function getBuyOrderManagerRepositoryService()
  5095.     {
  5096.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/BuyOrderManagerRepository.php';
  5097.         return $this->services['WebBundle\\Repository\\BuyOrderManagerRepository'] = new \WebBundle\Repository\BuyOrderManagerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\BuyOrderManager');
  5098.     }
  5099.     /**
  5100.      * Gets the public 'WebBundle\Repository\BuyOrderRepository' shared autowired service.
  5101.      *
  5102.      * @return \WebBundle\Repository\BuyOrderRepository
  5103.      */
  5104.     protected function getBuyOrderRepositoryService()
  5105.     {
  5106.         return $this->services['WebBundle\\Repository\\BuyOrderRepository'] = new \WebBundle\Repository\BuyOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\BuyOrder');
  5107.     }
  5108.     /**
  5109.      * Gets the public 'WebBundle\Repository\CollectionRepository' shared autowired service.
  5110.      *
  5111.      * @return \WebBundle\Repository\CollectionRepository
  5112.      */
  5113.     protected function getCollectionRepositoryService()
  5114.     {
  5115.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5116.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/CollectionRepository.php';
  5117.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5118.         if (isset($this->services['WebBundle\\Repository\\CollectionRepository'])) {
  5119.             return $this->services['WebBundle\\Repository\\CollectionRepository'];
  5120.         }
  5121.         return $this->services['WebBundle\\Repository\\CollectionRepository'] = $a->getRepository('WebBundle:Collection');
  5122.     }
  5123.     /**
  5124.      * Gets the public 'WebBundle\Repository\ConfirmTimeStatRepository' shared autowired service.
  5125.      *
  5126.      * @return \WebBundle\Repository\ConfirmTimeStatRepository
  5127.      */
  5128.     protected function getConfirmTimeStatRepositoryService()
  5129.     {
  5130.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ConfirmTimeStatRepository.php';
  5131.         return $this->services['WebBundle\\Repository\\ConfirmTimeStatRepository'] = new \WebBundle\Repository\ConfirmTimeStatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\ConfirmTimeStat');
  5132.     }
  5133.     /**
  5134.      * Gets the public 'WebBundle\Repository\DeliveryRequestRepository' shared autowired service.
  5135.      *
  5136.      * @return \WebBundle\Repository\DeliveryRequestRepository
  5137.      */
  5138.     protected function getDeliveryRequestRepositoryService()
  5139.     {
  5140.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5141.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/DeliveryRequestRepository.php';
  5142.         return $this->services['WebBundle\\Repository\\DeliveryRequestRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:DeliveryRequest');
  5143.     }
  5144.     /**
  5145.      * Gets the public 'WebBundle\Repository\FactoryRepository' shared autowired service.
  5146.      *
  5147.      * @return \WebBundle\Repository\FactoryRepository
  5148.      */
  5149.     protected function getFactoryRepositoryService()
  5150.     {
  5151.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/FactoryRepository.php';
  5152.         return $this->services['WebBundle\\Repository\\FactoryRepository'] = new \WebBundle\Repository\FactoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\Factory');
  5153.     }
  5154.     /**
  5155.      * Gets the public 'WebBundle\Repository\FilterDisplaySettingsRepository' shared autowired service.
  5156.      *
  5157.      * @return \WebBundle\Repository\FilterDisplaySettingsRepository
  5158.      */
  5159.     protected function getFilterDisplaySettingsRepositoryService()
  5160.     {
  5161.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/FilterDisplaySettingsRepository.php';
  5162.         return $this->services['WebBundle\\Repository\\FilterDisplaySettingsRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:FilterDisplaySettingsEntity');
  5163.     }
  5164.     /**
  5165.      * Gets the public 'WebBundle\Repository\FilterGroupRepository' shared autowired service.
  5166.      *
  5167.      * @return \WebBundle\Repository\FilterGroupRepository
  5168.      */
  5169.     protected function getFilterGroupRepositoryService()
  5170.     {
  5171.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5172.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListEntityRepository.php';
  5173.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/FilterGroupRepository.php';
  5174.         return $this->services['WebBundle\\Repository\\FilterGroupRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle\\Entity\\FilterGroupEntity');
  5175.     }
  5176.     /**
  5177.      * Gets the public 'WebBundle\Repository\FilterHistorySearchRepository' shared autowired service.
  5178.      *
  5179.      * @return \WebBundle\Repository\FilterHistorySearchRepository
  5180.      */
  5181.     protected function getFilterHistorySearchRepositoryService()
  5182.     {
  5183.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/FilterHistorySearchRepository.php';
  5184.         return $this->services['WebBundle\\Repository\\FilterHistorySearchRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:FilterHistorySearchEntity');
  5185.     }
  5186.     /**
  5187.      * Gets the public 'WebBundle\Repository\FilterRepository' shared autowired service.
  5188.      *
  5189.      * @return \WebBundle\Repository\FilterRepository
  5190.      */
  5191.     protected function getFilterRepositoryService()
  5192.     {
  5193.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/FilterRepository.php';
  5194.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  5195.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CacheService.php';
  5196.         return $this->services['WebBundle\\Repository\\FilterRepository'] = new \WebBundle\Repository\FilterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['app.service.cache'] ?? ($this->services['app.service.cache'] = new \FlexApp\Service\CacheService())));
  5197.     }
  5198.     /**
  5199.      * Gets the public 'WebBundle\Repository\IdeaRepository' shared autowired service.
  5200.      *
  5201.      * @return \WebBundle\Repository\IdeaRepository
  5202.      */
  5203.     protected function getIdeaRepositoryService()
  5204.     {
  5205.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/IdeaRepository.php';
  5206.         return $this->services['WebBundle\\Repository\\IdeaRepository'] = new \WebBundle\Repository\IdeaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\Idea');
  5207.     }
  5208.     /**
  5209.      * Gets the public 'WebBundle\Repository\IdeasShareRepository' shared autowired service.
  5210.      *
  5211.      * @return \WebBundle\Repository\IdeasShareRepository
  5212.      */
  5213.     protected function getIdeasShareRepositoryService()
  5214.     {
  5215.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/IdeasShareRepository.php';
  5216.         return $this->services['WebBundle\\Repository\\IdeasShareRepository'] = new \WebBundle\Repository\IdeasShareRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\IdeasShare');
  5217.     }
  5218.     /**
  5219.      * Gets the public 'WebBundle\Repository\InteriorFilterRepository' shared autowired service.
  5220.      *
  5221.      * @return \WebBundle\Repository\InteriorFilterRepository
  5222.      */
  5223.     protected function getInteriorFilterRepositoryService()
  5224.     {
  5225.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/InteriorFilterRepository.php';
  5226.         return $this->services['WebBundle\\Repository\\InteriorFilterRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:InteriorFilterEntity');
  5227.     }
  5228.     /**
  5229.      * Gets the public 'WebBundle\Repository\InteriorHistoryRepository' shared autowired service.
  5230.      *
  5231.      * @return \WebBundle\Repository\InteriorHistoryRepository
  5232.      */
  5233.     protected function getInteriorHistoryRepositoryService()
  5234.     {
  5235.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5236.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/InteriorHistoryRepository.php';
  5237.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5238.         if (isset($this->services['WebBundle\\Repository\\InteriorHistoryRepository'])) {
  5239.             return $this->services['WebBundle\\Repository\\InteriorHistoryRepository'];
  5240.         }
  5241.         return $this->services['WebBundle\\Repository\\InteriorHistoryRepository'] = $a->getRepository('WebBundle:InteriorHistory');
  5242.     }
  5243.     /**
  5244.      * Gets the public 'WebBundle\Repository\InteriorRepository' shared autowired service.
  5245.      *
  5246.      * @return \WebBundle\Repository\InteriorRepository
  5247.      */
  5248.     protected function getInteriorRepositoryService()
  5249.     {
  5250.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/InteriorRepository.php';
  5251.         return $this->services['WebBundle\\Repository\\InteriorRepository'] = new \WebBundle\Repository\InteriorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\Interior');
  5252.     }
  5253.     /**
  5254.      * Gets the public 'WebBundle\Repository\ItalianMunicipalityRepository' shared autowired service.
  5255.      *
  5256.      * @return \WebBundle\Repository\ItalianMunicipalityRepository
  5257.      */
  5258.     protected function getItalianMunicipalityRepositoryService()
  5259.     {
  5260.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ItalianMunicipalityRepository.php';
  5261.         return $this->services['WebBundle\\Repository\\ItalianMunicipalityRepository'] = new \WebBundle\Repository\ItalianMunicipalityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5262.     }
  5263.     /**
  5264.      * Gets the public 'WebBundle\Repository\LastUrlRepository' shared autowired service.
  5265.      *
  5266.      * @return \WebBundle\Repository\LastUrlRepository
  5267.      */
  5268.     protected function getLastUrlRepositoryService()
  5269.     {
  5270.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/LastUrlRepository.php';
  5271.         return $this->services['WebBundle\\Repository\\LastUrlRepository'] = new \WebBundle\Repository\LastUrlRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\LastUrlEntity');
  5272.     }
  5273.     /**
  5274.      * Gets the public 'WebBundle\Repository\ListCountryRepository' shared autowired service.
  5275.      *
  5276.      * @return \WebBundle\Repository\ListCountryRepository
  5277.      */
  5278.     protected function getListCountryRepositoryService()
  5279.     {
  5280.         include_once \dirname(__DIR__4).'/src/WebBundle/Interfaces/ListEntityRepositoryInterface.php';
  5281.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListCountryRepository.php';
  5282.         return $this->services['WebBundle\\Repository\\ListCountryRepository'] = new \WebBundle\Repository\ListCountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\ListCountry');
  5283.     }
  5284.     /**
  5285.      * Gets the public 'WebBundle\Repository\ListEmailRepository' shared autowired service.
  5286.      *
  5287.      * @return \WebBundle\Repository\ListEmailRepository
  5288.      */
  5289.     protected function getListEmailRepositoryService()
  5290.     {
  5291.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5292.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListEmailRepository.php';
  5293.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5294.         if (isset($this->services['WebBundle\\Repository\\ListEmailRepository'])) {
  5295.             return $this->services['WebBundle\\Repository\\ListEmailRepository'];
  5296.         }
  5297.         return $this->services['WebBundle\\Repository\\ListEmailRepository'] = $a->getRepository('WebBundle:ListEmail');
  5298.     }
  5299.     /**
  5300.      * Gets the public 'WebBundle\Repository\ListMaterialRepository' shared autowired service.
  5301.      *
  5302.      * @return \WebBundle\Repository\ListMaterialRepository
  5303.      */
  5304.     protected function getListMaterialRepositoryService()
  5305.     {
  5306.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5307.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListEntityRepository.php';
  5308.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListMaterialRepository.php';
  5309.         return $this->services['WebBundle\\Repository\\ListMaterialRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:ListMaterial');
  5310.     }
  5311.     /**
  5312.      * Gets the public 'WebBundle\Repository\ListMeasureRepository' shared autowired service.
  5313.      *
  5314.      * @return \WebBundle\Repository\ListMeasureRepository
  5315.      */
  5316.     protected function getListMeasureRepositoryService()
  5317.     {
  5318.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5319.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListEntityRepository.php';
  5320.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListMeasureRepository.php';
  5321.         return $this->services['WebBundle\\Repository\\ListMeasureRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:ListMeasure');
  5322.     }
  5323.     /**
  5324.      * Gets the public 'WebBundle\Repository\ListVatRepository' shared autowired service.
  5325.      *
  5326.      * @return \WebBundle\Repository\ListVatRepository
  5327.      */
  5328.     protected function getListVatRepositoryService()
  5329.     {
  5330.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ListVatRepository.php';
  5331.         return $this->services['WebBundle\\Repository\\ListVatRepository'] = new \WebBundle\Repository\ListVatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\ListVat');
  5332.     }
  5333.     /**
  5334.      * Gets the public 'WebBundle\Repository\OrderAddressRepository' shared autowired service.
  5335.      *
  5336.      * @return \WebBundle\Repository\OrderAddressRepository
  5337.      */
  5338.     protected function getOrderAddressRepositoryService()
  5339.     {
  5340.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/OrderAddressRepository.php';
  5341.         return $this->services['WebBundle\\Repository\\OrderAddressRepository'] = new \WebBundle\Repository\OrderAddressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\OrderAddress');
  5342.     }
  5343.     /**
  5344.      * Gets the public 'WebBundle\Repository\OrderHistoryRepository' shared autowired service.
  5345.      *
  5346.      * @return \WebBundle\Repository\OrderHistoryRepository
  5347.      */
  5348.     protected function getOrderHistoryRepositoryService()
  5349.     {
  5350.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/OrderHistoryRepository.php';
  5351.         return $this->services['WebBundle\\Repository\\OrderHistoryRepository'] = new \WebBundle\Repository\OrderHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\OrderHistory');
  5352.     }
  5353.     /**
  5354.      * Gets the public 'WebBundle\Repository\OrderPaymentRepository' shared autowired service.
  5355.      *
  5356.      * @return \WebBundle\Repository\OrderPaymentRepository
  5357.      */
  5358.     protected function getOrderPaymentRepositoryService()
  5359.     {
  5360.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/OrderPaymentRepository.php';
  5361.         return $this->services['WebBundle\\Repository\\OrderPaymentRepository'] = new \WebBundle\Repository\OrderPaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\OrderPayment');
  5362.     }
  5363.     /**
  5364.      * Gets the public 'WebBundle\Repository\PaymentFromOneCRepository' shared autowired service.
  5365.      *
  5366.      * @return \WebBundle\Repository\PaymentFromOneCRepository
  5367.      */
  5368.     protected function getPaymentFromOneCRepositoryService()
  5369.     {
  5370.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/PaymentFromOneCRepository.php';
  5371.         return $this->services['WebBundle\\Repository\\PaymentFromOneCRepository'] = new \WebBundle\Repository\PaymentFromOneCRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\PaymentFromOneC');
  5372.     }
  5373.     /**
  5374.      * Gets the public 'WebBundle\Repository\ProductReviewsCacheRepository' shared autowired service.
  5375.      *
  5376.      * @return \WebBundle\Repository\ProductReviewsCacheRepository
  5377.      */
  5378.     protected function getProductReviewsCacheRepositoryService()
  5379.     {
  5380.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ProductReviewsCacheRepository.php';
  5381.         return $this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] = new \WebBundle\Repository\ProductReviewsCacheRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5382.     }
  5383.     /**
  5384.      * Gets the public 'WebBundle\Repository\ProductionRepository' shared autowired service.
  5385.      *
  5386.      * @return \WebBundle\Repository\ProductionRepository
  5387.      */
  5388.     protected function getProductionRepositoryService()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ProductionRepository.php';
  5391.         return $this->services['WebBundle\\Repository\\ProductionRepository'] = new \WebBundle\Repository\ProductionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\Production');
  5392.     }
  5393.     /**
  5394.      * Gets the public 'WebBundle\Repository\ProductionShipmentRepository' shared autowired service.
  5395.      *
  5396.      * @return \WebBundle\Repository\ProductionShipmentRepository
  5397.      */
  5398.     protected function getProductionShipmentRepositoryService()
  5399.     {
  5400.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ProductionShipmentRepository.php';
  5401.         return $this->services['WebBundle\\Repository\\ProductionShipmentRepository'] = new \WebBundle\Repository\ProductionShipmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\ProductionShipment');
  5402.     }
  5403.     /**
  5404.      * Gets the public 'WebBundle\Repository\PublicationRepository' shared autowired service.
  5405.      *
  5406.      * @return \WebBundle\Repository\PublicationRepository
  5407.      */
  5408.     protected function getPublicationRepositoryService()
  5409.     {
  5410.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5411.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/PublicationRepository.php';
  5412.         return $this->services['WebBundle\\Repository\\PublicationRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:Publication');
  5413.     }
  5414.     /**
  5415.      * Gets the public 'WebBundle\Repository\ReviewsCacheRepository' shared autowired service.
  5416.      *
  5417.      * @return \WebBundle\Repository\ReviewsCacheRepository
  5418.      */
  5419.     protected function getReviewsCacheRepositoryService()
  5420.     {
  5421.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ReviewsCacheRepository.php';
  5422.         return $this->services['WebBundle\\Repository\\ReviewsCacheRepository'] = new \WebBundle\Repository\ReviewsCacheRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  5423.     }
  5424.     /**
  5425.      * Gets the public 'WebBundle\Repository\StaticPageRepository' shared autowired service.
  5426.      *
  5427.      * @return \WebBundle\Repository\StaticPageRepository
  5428.      */
  5429.     protected function getStaticPageRepositoryService()
  5430.     {
  5431.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/StaticPageRepository.php';
  5432.         return $this->services['WebBundle\\Repository\\StaticPageRepository'] = new \WebBundle\Repository\StaticPageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\StaticPageEntity');
  5433.     }
  5434.     /**
  5435.      * Gets the public 'WebBundle\Repository\TransRepository' shared autowired service.
  5436.      *
  5437.      * @return \WebBundle\Repository\TransRepository
  5438.      */
  5439.     protected function getTransRepositoryService()
  5440.     {
  5441.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  5442.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/TransRepository.php';
  5443.         return $this->services['WebBundle\\Repository\\TransRepository'] = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())->getRepository('WebBundle:TransEntity');
  5444.     }
  5445.     /**
  5446.      * Gets the public 'WebBundle\Repository\UserForeignAliasRepository' shared autowired service.
  5447.      *
  5448.      * @return \WebBundle\Repository\UserForeignAliasRepository
  5449.      */
  5450.     protected function getUserForeignAliasRepositoryService()
  5451.     {
  5452.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/UserForeignAliasRepository.php';
  5453.         return $this->services['WebBundle\\Repository\\UserForeignAliasRepository'] = new \WebBundle\Repository\UserForeignAliasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\UserForeignAlias');
  5454.     }
  5455.     /**
  5456.      * Gets the public 'WebBundle\Repository\UserRepository' shared autowired service.
  5457.      *
  5458.      * @return \WebBundle\Repository\UserRepository
  5459.      */
  5460.     protected function getUserRepositoryService()
  5461.     {
  5462.         return $this->services['WebBundle\\Repository\\UserRepository'] = new \WebBundle\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\User');
  5463.     }
  5464.     /**
  5465.      * Gets the public 'WebBundle\Repository\VisitRepository' shared autowired service.
  5466.      *
  5467.      * @return \WebBundle\Repository\VisitRepository
  5468.      */
  5469.     protected function getVisitRepositoryService()
  5470.     {
  5471.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/VisitRepository.php';
  5472.         return $this->services['WebBundle\\Repository\\VisitRepository'] = new \WebBundle\Repository\VisitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\Visit');
  5473.     }
  5474.     /**
  5475.      * Gets the public 'WebBundle\Repository\WarehouseRepository' shared autowired service.
  5476.      *
  5477.      * @return \WebBundle\Repository\WarehouseRepository
  5478.      */
  5479.     protected function getWarehouseRepositoryService()
  5480.     {
  5481.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/WarehouseRepository.php';
  5482.         return $this->services['WebBundle\\Repository\\WarehouseRepository'] = new \WebBundle\Repository\WarehouseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\WarehouseEntity');
  5483.     }
  5484.     /**
  5485.      * Gets the public 'WebBundle\Service\AlertingService' shared autowired service.
  5486.      *
  5487.      * @return \WebBundle\Service\AlertingService
  5488.      */
  5489.     protected function getAlertingServiceService()
  5490.     {
  5491.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/AlertingService.php';
  5492.         return $this->services['WebBundle\\Service\\AlertingService'] = new \WebBundle\Service\AlertingService();
  5493.     }
  5494.     /**
  5495.      * Gets the public 'WebBundle\Service\AnalyticsService' shared autowired service.
  5496.      *
  5497.      * @return \WebBundle\Service\AnalyticsService
  5498.      */
  5499.     protected function getAnalyticsServiceService()
  5500.     {
  5501.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  5502.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/ExtendedController.php';
  5503.         include_once \dirname(__DIR__4).'/src/WebBundle/Controller/Api/ExtendedApiController.php';
  5504.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/AnalyticsService.php';
  5505.         $this->services['WebBundle\\Service\\AnalyticsService'] = $instance = new \WebBundle\Service\AnalyticsService();
  5506.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  5507.         $instance->ideaHistoryRepository = ($this->services['WebBundle\\Repository\\InteriorHistoryRepository'] ?? $this->getInteriorHistoryRepositoryService());
  5508.         $instance->buyOrderArticleRepository = ($this->services['WebBundle\\Repository\\BuyOrderArticleRepository'] ?? $this->getBuyOrderArticleRepositoryService());
  5509.         $instance->articleRepository = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  5510.         $instance->setContainer($this);
  5511.         return $instance;
  5512.     }
  5513.     /**
  5514.      * Gets the public 'WebBundle\Service\BuyOrderDeliveryService' shared autowired service.
  5515.      *
  5516.      * @return \WebBundle\Service\BuyOrderDeliveryService
  5517.      */
  5518.     protected function getBuyOrderDeliveryServiceService()
  5519.     {
  5520.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/BuyOrderDeliveryService.php';
  5521.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/BuyOrderDeliveryFiller.php';
  5522.         $this->services['WebBundle\\Service\\BuyOrderDeliveryService'] = $instance = new \WebBundle\Service\BuyOrderDeliveryService();
  5523.         $instance->buyOrderDeliveryFiller = ($this->services['WebBundle\\Filler\\BuyOrderDeliveryFiller'] ?? ($this->services['WebBundle\\Filler\\BuyOrderDeliveryFiller'] = new \WebBundle\Filler\BuyOrderDeliveryFiller()));
  5524.         return $instance;
  5525.     }
  5526.     /**
  5527.      * Gets the public 'WebBundle\Service\BuyOrderManagerService' shared autowired service.
  5528.      *
  5529.      * @return \WebBundle\Service\BuyOrderManagerService
  5530.      */
  5531.     protected function getBuyOrderManagerServiceService()
  5532.     {
  5533.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/BuyOrderManagerService.php';
  5534.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/AlertingService.php';
  5535.         $this->services['WebBundle\\Service\\BuyOrderManagerService'] = $instance = new \WebBundle\Service\BuyOrderManagerService();
  5536.         $instance->buyOrderManagerRepository = ($this->services['WebBundle\\Repository\\BuyOrderManagerRepository'] ?? $this->getBuyOrderManagerRepositoryService());
  5537.         $instance->alertingService = ($this->services['WebBundle\\Service\\AlertingService'] ?? ($this->services['WebBundle\\Service\\AlertingService'] = new \WebBundle\Service\AlertingService()));
  5538.         return $instance;
  5539.     }
  5540.     /**
  5541.      * Gets the public 'WebBundle\Service\CareerService' shared autowired service.
  5542.      *
  5543.      * @return \WebBundle\Service\CareerService
  5544.      */
  5545.     protected function getCareerServiceService()
  5546.     {
  5547.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CareerService.php';
  5548.         return $this->services['WebBundle\\Service\\CareerService'] = new \WebBundle\Service\CareerService();
  5549.     }
  5550.     /**
  5551.      * Gets the public 'WebBundle\Service\CollectionSettingsService' shared autowired service.
  5552.      *
  5553.      * @return \WebBundle\Service\CollectionSettingsService
  5554.      */
  5555.     protected function getCollectionSettingsServiceService()
  5556.     {
  5557.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  5558.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CollectionSettingsService.php';
  5559.         $this->services['WebBundle\\Service\\CollectionSettingsService'] = $instance = new \WebBundle\Service\CollectionSettingsService($this);
  5560.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  5561.         return $instance;
  5562.     }
  5563.     /**
  5564.      * Gets the public 'WebBundle\Service\CountryService' shared autowired service.
  5565.      *
  5566.      * @return \WebBundle\Service\CountryService
  5567.      */
  5568.     protected function getCountryServiceService()
  5569.     {
  5570.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CountryService.php';
  5571.         $this->services['WebBundle\\Service\\CountryService'] = $instance = new \WebBundle\Service\CountryService();
  5572.         $instance->listCountryRepository = ($this->privates['FlexApp\\Repository\\CountryRepository'] ?? $this->getCountryRepositoryService());
  5573.         return $instance;
  5574.     }
  5575.     /**
  5576.      * Gets the public 'WebBundle\Service\GoogleTranslateService' shared autowired service.
  5577.      *
  5578.      * @return \WebBundle\Service\GoogleTranslateService
  5579.      */
  5580.     protected function getGoogleTranslateServiceService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/GoogleTranslateService.php';
  5583.         return $this->services['WebBundle\\Service\\GoogleTranslateService'] = new \WebBundle\Service\GoogleTranslateService(($this->services['WebBundle\\Client\\GoogleTranslateClient'] ?? $this->getGoogleTranslateClientService()), ($this->services['FlexApp\\Service\\RedisCachePool'] ?? $this->getRedisCachePoolService()), ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService()), ($this->services['WebBundle\\Repository\\ReviewsCacheRepository'] ?? $this->getReviewsCacheRepositoryService()));
  5584.     }
  5585.     /**
  5586.      * Gets the public 'WebBundle\Service\HomeService' shared autowired service.
  5587.      *
  5588.      * @return \WebBundle\Service\HomeService
  5589.      */
  5590.     protected function getHomeServiceService()
  5591.     {
  5592.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/HomeService.php';
  5593.         return $this->services['WebBundle\\Service\\HomeService'] = new \WebBundle\Service\HomeService(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['FlexApp\\Service\\RedisCachePool'] ?? $this->getRedisCachePoolService()));
  5594.     }
  5595.     /**
  5596.      * Gets the public 'WebBundle\Service\ItalianTaxCodeService' shared autowired service.
  5597.      *
  5598.      * @return \WebBundle\Service\ItalianTaxCodeService
  5599.      */
  5600.     protected function getItalianTaxCodeServiceService()
  5601.     {
  5602.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ItalianTaxCodeService.php';
  5603.         return $this->services['WebBundle\\Service\\ItalianTaxCodeService'] = new \WebBundle\Service\ItalianTaxCodeService(($this->services['WebBundle\\Repository\\ItalianMunicipalityRepository'] ?? $this->getItalianMunicipalityRepositoryService()));
  5604.     }
  5605.     /**
  5606.      * Gets the public 'WebBundle\Service\LanguageService' shared autowired service.
  5607.      *
  5608.      * @return \WebBundle\Service\LanguageService
  5609.      */
  5610.     protected function getLanguageServiceService()
  5611.     {
  5612.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/LanguageService.php';
  5613.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/TextHelper.php';
  5614.         return $this->services['WebBundle\\Service\\LanguageService'] = new \WebBundle\Service\LanguageService('ru|en|it|es|fr|de|pl|nl|fi|sv|da|no|pt|zh', ($this->services['WebBundle\\Helper\\TextHelper'] ?? ($this->services['WebBundle\\Helper\\TextHelper'] = new \WebBundle\Helper\TextHelper())));
  5615.     }
  5616.     /**
  5617.      * Gets the public 'WebBundle\Service\OrderRefundService' shared autowired service.
  5618.      *
  5619.      * @return \WebBundle\Service\OrderRefundService
  5620.      */
  5621.     protected function getOrderRefundServiceService()
  5622.     {
  5623.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderRefundService.php';
  5624.         $this->services['WebBundle\\Service\\OrderRefundService'] = $instance = new \WebBundle\Service\OrderRefundService(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  5625.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  5626.         $instance->orderOneCService = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  5627.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  5628.         $instance->security = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  5629.         return $instance;
  5630.     }
  5631.     /**
  5632.      * Gets the public 'WebBundle\Service\PaidIncompletelyReminderService' shared autowired service.
  5633.      *
  5634.      * @return \WebBundle\Service\PaidIncompletelyReminderService
  5635.      */
  5636.     protected function getPaidIncompletelyReminderServiceService()
  5637.     {
  5638.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PaidIncompletelyReminderService.php';
  5639.         return $this->services['WebBundle\\Service\\PaidIncompletelyReminderService'] = new \WebBundle\Service\PaidIncompletelyReminderService(($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->services['app.service.order_history'] ?? $this->getApp_Service_OrderHistoryService()), ($this->services['WebBundle\\Repository\\ListEmailRepository'] ?? $this->getListEmailRepositoryService()), ($this->services['logger'] ?? $this->getLoggerService()));
  5640.     }
  5641.     /**
  5642.      * Gets the public 'WebBundle\Service\PortalService' shared autowired service.
  5643.      *
  5644.      * @return \WebBundle\Service\PortalService
  5645.      */
  5646.     protected function getPortalServiceService()
  5647.     {
  5648.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PortalService.php';
  5649.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  5650.         if (isset($this->services['WebBundle\\Service\\PortalService'])) {
  5651.             return $this->services['WebBundle\\Service\\PortalService'];
  5652.         }
  5653.         $b = ($this->services['WebBundle\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService());
  5654.         if (isset($this->services['WebBundle\\Service\\PortalService'])) {
  5655.             return $this->services['WebBundle\\Service\\PortalService'];
  5656.         }
  5657.         $c = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  5658.         if (isset($this->services['WebBundle\\Service\\PortalService'])) {
  5659.             return $this->services['WebBundle\\Service\\PortalService'];
  5660.         }
  5661.         return $this->services['WebBundle\\Service\\PortalService'] = new \WebBundle\Service\PortalService($a$b, ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->services['translator'] ?? $this->getTranslatorService()), $c);
  5662.     }
  5663.     /**
  5664.      * Gets the public 'WebBundle\Service\ProformaFileService' shared autowired service.
  5665.      *
  5666.      * @return \WebBundle\Service\ProformaFileService
  5667.      */
  5668.     protected function getProformaFileServiceService()
  5669.     {
  5670.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ProformaFileService.php';
  5671.         return $this->services['WebBundle\\Service\\ProformaFileService'] = new \WebBundle\Service\ProformaFileService(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  5672.     }
  5673.     /**
  5674.      * Gets the public 'WebBundle\Service\SearchService' shared autowired service.
  5675.      *
  5676.      * @return \WebBundle\Service\SearchService
  5677.      */
  5678.     protected function getSearchServiceService()
  5679.     {
  5680.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  5681.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SearchService.php';
  5682.         $this->services['WebBundle\\Service\\SearchService'] = $instance = new \WebBundle\Service\SearchService();
  5683.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  5684.         $instance->collRepo = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  5685.         $instance->filterRepo = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  5686.         $instance->factoryRepository = ($this->services['WebBundle\\Repository\\FactoryRepository'] ?? $this->getFactoryRepositoryService());
  5687.         $instance->articleRepo = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  5688.         $instance->interiorRepo = ($this->services['WebBundle\\Repository\\InteriorRepository'] ?? $this->getInteriorRepositoryService());
  5689.         $instance->ideaRepository = ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService());
  5690.         $instance->collectionAlsoViewedRepository = ($this->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'] ?? $this->getCollectionAlsoViewedRepositoryService());
  5691.         $instance->interiorHistoryRepository = ($this->services['WebBundle\\Repository\\InteriorHistoryRepository'] ?? $this->getInteriorHistoryRepositoryService());
  5692.         return $instance;
  5693.     }
  5694.     /**
  5695.      * Gets the public 'WebBundle\Service\SeoService' shared autowired service.
  5696.      *
  5697.      * @return \WebBundle\Service\SeoService
  5698.      */
  5699.     protected function getSeoServiceService()
  5700.     {
  5701.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SeoService.php';
  5702.         $this->services['WebBundle\\Service\\SeoService'] = $instance = new \WebBundle\Service\SeoService();
  5703.         $instance->countryService = ($this->services['WebBundle\\Service\\CountryService'] ?? $this->getCountryServiceService());
  5704.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  5705.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  5706.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  5707.         $instance->staticPageRepository = ($this->services['WebBundle\\Repository\\StaticPageRepository'] ?? $this->getStaticPageRepositoryService());
  5708.         $instance->articleRepository = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  5709.         return $instance;
  5710.     }
  5711.     /**
  5712.      * Gets the public 'WebBundle\Service\SitemapGenerator' shared autowired service.
  5713.      *
  5714.      * @return \WebBundle\Service\SitemapGenerator
  5715.      */
  5716.     protected function getSitemapGeneratorService()
  5717.     {
  5718.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SitemapGenerator.php';
  5719.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UrlEncoderService.php';
  5720.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/FilterAdsFilesDataService.php';
  5721.         return $this->services['WebBundle\\Service\\SitemapGenerator'] = new \WebBundle\Service\SitemapGenerator(($this->services['WebBundle\\Service\\SeoService'] ?? $this->getSeoServiceService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['FlexApp\\Service\\AdsFilters\\FilterAdsFilesDataService'] ?? ($this->privates['FlexApp\\Service\\AdsFilters\\FilterAdsFilesDataService'] = new \FlexApp\Service\AdsFilters\FilterAdsFilesDataService())), new \FlexApp\Service\UrlEncoderService(), \dirname(__DIR__4), ($this->services['FlexApp\\Service\\RedisCachePool'] ?? $this->getRedisCachePoolService()));
  5722.     }
  5723.     /**
  5724.      * Gets the public 'WebBundle\Service\SliderService' shared autowired service.
  5725.      *
  5726.      * @return \WebBundle\Service\SliderService
  5727.      */
  5728.     protected function getSliderServiceService()
  5729.     {
  5730.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SliderService.php';
  5731.         $this->services['WebBundle\\Service\\SliderService'] = $instance = new \WebBundle\Service\SliderService(($this->services['translator'] ?? $this->getTranslatorService()));
  5732.         $instance->articleRepository = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  5733.         $instance->interiorRepository = ($this->services['WebBundle\\Repository\\InteriorRepository'] ?? $this->getInteriorRepositoryService());
  5734.         $instance->ideaRepository = ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService());
  5735.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  5736.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  5737.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  5738.         $instance->searchService = ($this->services['WebBundle\\Service\\SearchService'] ?? $this->getSearchServiceService());
  5739.         $instance->sampleService = ($this->services['app.service.sample'] ?? $this->getApp_Service_SampleService());
  5740.         return $instance;
  5741.     }
  5742.     /**
  5743.      * Gets the public 'WebBundle\Service\StructuredData\ProductSliderLdJsonBuilder' shared autowired service.
  5744.      *
  5745.      * @return \WebBundle\Service\StructuredData\ProductSliderLdJsonBuilder
  5746.      */
  5747.     protected function getProductSliderLdJsonBuilderService()
  5748.     {
  5749.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/StructuredData/LdJsonBuilderInterface.php';
  5750.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/StructuredData/ProductSliderLdJsonBuilder.php';
  5751.         return $this->services['WebBundle\\Service\\StructuredData\\ProductSliderLdJsonBuilder'] = new \WebBundle\Service\StructuredData\ProductSliderLdJsonBuilder();
  5752.     }
  5753.     /**
  5754.      * Gets the public 'WebBundle\Service\TranslationService' shared autowired service.
  5755.      *
  5756.      * @return \WebBundle\Service\TranslationService
  5757.      */
  5758.     protected function getTranslationServiceService()
  5759.     {
  5760.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/TranslationService.php';
  5761.         return $this->services['WebBundle\\Service\\TranslationService'] = new \WebBundle\Service\TranslationService(($this->services['translator'] ?? $this->getTranslatorService()));
  5762.     }
  5763.     /**
  5764.      * Gets the public 'WebBundle\Service\WarehouseService' shared autowired service.
  5765.      *
  5766.      * @return \WebBundle\Service\WarehouseService
  5767.      */
  5768.     protected function getWarehouseServiceService()
  5769.     {
  5770.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/WarehouseService.php';
  5771.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  5772.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  5773.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/WarehouseNormalizer.php';
  5774.         $this->services['WebBundle\\Service\\WarehouseService'] = $instance = new \WebBundle\Service\WarehouseService();
  5775.         $instance->warehouseRepository = ($this->services['WebBundle\\Repository\\WarehouseRepository'] ?? $this->getWarehouseRepositoryService());
  5776.         $instance->warehouseNormalizer = ($this->services['app.normalizer.warehouse'] ?? ($this->services['app.normalizer.warehouse'] = new \WebBundle\Serializer\Normalizer\WarehouseNormalizer()));
  5777.         return $instance;
  5778.     }
  5779.     /**
  5780.      * Gets the public 'WebBundle\Validator\Constraints\CommentValidator' shared autowired service.
  5781.      *
  5782.      * @return \WebBundle\Validator\Constraints\CommentValidator
  5783.      */
  5784.     protected function getCommentValidatorService()
  5785.     {
  5786.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  5787.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  5788.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/CommentValidator.php';
  5789.         $a = ($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] ?? $this->getSourceByCommentTypeDefinerService());
  5790.         if (isset($this->services['WebBundle\\Validator\\Constraints\\CommentValidator'])) {
  5791.             return $this->services['WebBundle\\Validator\\Constraints\\CommentValidator'];
  5792.         }
  5793.         return $this->services['WebBundle\\Validator\\Constraints\\CommentValidator'] = new \WebBundle\Validator\Constraints\CommentValidator($a);
  5794.     }
  5795.     /**
  5796.      * Gets the public 'adm.arr_helper.facade' shared autowired service.
  5797.      *
  5798.      * @return \AdmBundle\Facade\ArrHelperFacade
  5799.      */
  5800.     protected function getAdm_ArrHelper_FacadeService()
  5801.     {
  5802.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/ArrHelperFacade.php';
  5803.         return $this->services['adm.arr_helper.facade'] = new \AdmBundle\Facade\ArrHelperFacade();
  5804.     }
  5805.     /**
  5806.      * Gets the public 'adm.repository.measure' shared autowired service.
  5807.      *
  5808.      * @return \AdmBundle\Repository\ListMeasureRepository
  5809.      */
  5810.     protected function getAdm_Repository_MeasureService()
  5811.     {
  5812.         include_once \dirname(__DIR__4).'/src/AdmBundle/Repository/ListMeasureRepository.php';
  5813.         return $this->services['adm.repository.measure'] = new \AdmBundle\Repository\ListMeasureRepository(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5814.     }
  5815.     /**
  5816.      * Gets the public 'adm.request_helper.facade' shared autowired service.
  5817.      *
  5818.      * @return \AdmBundle\Facade\RequestHelperFacade
  5819.      */
  5820.     protected function getAdm_RequestHelper_FacadeService()
  5821.     {
  5822.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/RequestHelperFacade.php';
  5823.         return $this->services['adm.request_helper.facade'] = new \AdmBundle\Facade\RequestHelperFacade();
  5824.     }
  5825.     /**
  5826.      * Gets the public 'adm.runtime.facade' shared autowired service.
  5827.      *
  5828.      * @return \AdmBundle\Facade\AdminRuntimeFacade
  5829.      */
  5830.     protected function getAdm_Runtime_FacadeService()
  5831.     {
  5832.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/AdminRuntimeFacade.php';
  5833.         return $this->services['adm.runtime.facade'] = new \AdmBundle\Facade\AdminRuntimeFacade();
  5834.     }
  5835.     /**
  5836.      * Gets the public 'adm.service' shared autowired service.
  5837.      *
  5838.      * @return \AdmBundle\Service\AdmService
  5839.      */
  5840.     protected function getAdm_ServiceService()
  5841.     {
  5842.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5843.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/AdmService.php';
  5844.         $this->services['adm.service'] = $instance = new \AdmBundle\Service\AdmService();
  5845.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5846.         return $instance;
  5847.     }
  5848.     /**
  5849.      * Gets the public 'adm.service.article' shared autowired service.
  5850.      *
  5851.      * @return \AdmBundle\Service\ArticleService
  5852.      */
  5853.     protected function getAdm_Service_ArticleService()
  5854.     {
  5855.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5856.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ArticleService.php';
  5857.         $this->services['adm.service.article'] = $instance = new \AdmBundle\Service\ArticleService();
  5858.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5859.         return $instance;
  5860.     }
  5861.     /**
  5862.      * Gets the public 'adm.service.article.filter' shared autowired service.
  5863.      *
  5864.      * @return \AdmBundle\Service\ArticleFilterService
  5865.      */
  5866.     protected function getAdm_Service_Article_FilterService()
  5867.     {
  5868.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5869.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ArticleFilterService.php';
  5870.         $this->services['adm.service.article.filter'] = $instance = new \AdmBundle\Service\ArticleFilterService();
  5871.         $instance->repoArticle = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  5872.         $instance->repoArticleFilter = ($this->services['WebBundle\\Repository\\ArticleFilterRepository'] ?? $this->getArticleFilterRepositoryService());
  5873.         $instance->logger = ($this->services['logger'] ?? $this->getLoggerService());
  5874.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5875.         return $instance;
  5876.     }
  5877.     /**
  5878.      * Gets the public 'adm.service.article_filters_filler' shared autowired service.
  5879.      *
  5880.      * @return \AdmBundle\Service\ArticleFiltersFillerService
  5881.      */
  5882.     protected function getAdm_Service_ArticleFiltersFillerService()
  5883.     {
  5884.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5885.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ArticleFiltersFillerService.php';
  5886.         $this->services['adm.service.article_filters_filler'] = $instance = new \AdmBundle\Service\ArticleFiltersFillerService();
  5887.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5888.         return $instance;
  5889.     }
  5890.     /**
  5891.      * Gets the public 'adm.service.article_sort_filler' shared autowired service.
  5892.      *
  5893.      * @return \AdmBundle\Service\ArticleSortFillerService
  5894.      */
  5895.     protected function getAdm_Service_ArticleSortFillerService()
  5896.     {
  5897.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5898.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ArticleSortFillerService.php';
  5899.         $this->services['adm.service.article_sort_filler'] = $instance = new \AdmBundle\Service\ArticleSortFillerService();
  5900.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5901.         return $instance;
  5902.     }
  5903.     /**
  5904.      * Gets the public 'adm.service.big_size_format' shared autowired service.
  5905.      *
  5906.      * @return \AdmBundle\Service\ListBigSizeFormatService
  5907.      */
  5908.     protected function getAdm_Service_BigSizeFormatService()
  5909.     {
  5910.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5911.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ListBigSizeFormatService.php';
  5912.         $this->services['adm.service.big_size_format'] = $instance = new \AdmBundle\Service\ListBigSizeFormatService();
  5913.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  5914.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5915.         return $instance;
  5916.     }
  5917.     /**
  5918.      * Gets the public 'adm.service.blog' shared autowired service.
  5919.      *
  5920.      * @return \AdmBundle\Service\BlogService
  5921.      */
  5922.     protected function getAdm_Service_BlogService()
  5923.     {
  5924.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5925.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/BlogService.php';
  5926.         $this->services['adm.service.blog'] = $instance = new \AdmBundle\Service\BlogService();
  5927.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5928.         return $instance;
  5929.     }
  5930.     /**
  5931.      * Gets the public 'adm.service.bool_db_setting' shared autowired service.
  5932.      *
  5933.      * @return \AdmBundle\Service\BoolDBSettingService
  5934.      */
  5935.     protected function getAdm_Service_BoolDbSettingService()
  5936.     {
  5937.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5938.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/BoolDBSettingService.php';
  5939.         $this->services['adm.service.bool_db_setting'] = $instance = new \AdmBundle\Service\BoolDBSettingService();
  5940.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5941.         return $instance;
  5942.     }
  5943.     /**
  5944.      * Gets the public 'adm.service.brand' shared autowired service.
  5945.      *
  5946.      * @return \AdmBundle\Service\BrandService
  5947.      */
  5948.     protected function getAdm_Service_BrandService()
  5949.     {
  5950.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5951.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/BrandService.php';
  5952.         $this->services['adm.service.brand'] = $instance = new \AdmBundle\Service\BrandService();
  5953.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5954.         return $instance;
  5955.     }
  5956.     /**
  5957.      * Gets the public 'adm.service.calendar' shared autowired service.
  5958.      *
  5959.      * @return \AdmBundle\Service\CalendarService
  5960.      */
  5961.     protected function getAdm_Service_CalendarService()
  5962.     {
  5963.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5964.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CalendarService.php';
  5965.         $this->services['adm.service.calendar'] = $instance = new \AdmBundle\Service\CalendarService();
  5966.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5967.         return $instance;
  5968.     }
  5969.     /**
  5970.      * Gets the public 'adm.service.cfg.page' shared autowired service.
  5971.      *
  5972.      * @return \AdmBundle\Service\AdmCfgPageService
  5973.      */
  5974.     protected function getAdm_Service_Cfg_PageService()
  5975.     {
  5976.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5977.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/AdmCfgPageService.php';
  5978.         $this->services['adm.service.cfg.page'] = $instance = new \AdmBundle\Service\AdmCfgPageService();
  5979.         $instance->repoAdmCfgPage = ($this->privates['FlexApp\\Repository\\AdmCfgPageRepository'] ?? $this->getAdmCfgPageRepositoryService());
  5980.         $instance->admCfgPageService $instance;
  5981.         return $instance;
  5982.     }
  5983.     /**
  5984.      * Gets the public 'adm.service.check_list' shared autowired service.
  5985.      *
  5986.      * @return \AdmBundle\Service\CheckListService
  5987.      */
  5988.     protected function getAdm_Service_CheckListService()
  5989.     {
  5990.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  5991.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CheckListService.php';
  5992.         $this->services['adm.service.check_list'] = $instance = new \AdmBundle\Service\CheckListService();
  5993.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  5994.         return $instance;
  5995.     }
  5996.     /**
  5997.      * Gets the public 'adm.service.collection' shared autowired service.
  5998.      *
  5999.      * @return \AdmBundle\Service\CollectionService
  6000.      */
  6001.     protected function getAdm_Service_CollectionService()
  6002.     {
  6003.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6004.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CollectionService.php';
  6005.         $this->services['adm.service.collection'] = $instance = new \AdmBundle\Service\CollectionService();
  6006.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6007.         return $instance;
  6008.     }
  6009.     /**
  6010.      * Gets the public 'adm.service.comment' shared autowired service.
  6011.      *
  6012.      * @return \AdmBundle\Service\CommentService
  6013.      */
  6014.     protected function getAdm_Service_CommentService()
  6015.     {
  6016.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6017.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CommentService.php';
  6018.         $a = ($this->privates['FlexApp\\Service\\CommentManager'] ?? $this->getCommentManagerService());
  6019.         $this->services['adm.service.comment'] = $instance = new \AdmBundle\Service\CommentService($a);
  6020.         $instance->repoComment = ($this->services['FlexApp\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService());
  6021.         $instance->commentManager $a;
  6022.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6023.         return $instance;
  6024.     }
  6025.     /**
  6026.      * Gets the public 'adm.service.consultant' shared autowired service.
  6027.      *
  6028.      * @return \AdmBundle\Service\ConsultantService
  6029.      */
  6030.     protected function getAdm_Service_ConsultantService()
  6031.     {
  6032.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6033.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ConsultantService.php';
  6034.         $this->services['adm.service.consultant'] = $instance = new \AdmBundle\Service\ConsultantService();
  6035.         $instance->repoConsultant = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  6036.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6037.         return $instance;
  6038.     }
  6039.     /**
  6040.      * Gets the public 'adm.service.contact' shared autowired service.
  6041.      *
  6042.      * @return \AdmBundle\Service\ContactService
  6043.      */
  6044.     protected function getAdm_Service_ContactService()
  6045.     {
  6046.         return $this->services['adm.service.contact'] = new \AdmBundle\Service\ContactService();
  6047.     }
  6048.     /**
  6049.      * Gets the public 'adm.service.country' shared autowired service.
  6050.      *
  6051.      * @return \AdmBundle\Service\CountryService
  6052.      */
  6053.     protected function getAdm_Service_CountryService()
  6054.     {
  6055.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6056.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CountryService.php';
  6057.         $this->services['adm.service.country'] = $instance = new \AdmBundle\Service\CountryService();
  6058.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  6059.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6060.         return $instance;
  6061.     }
  6062.     /**
  6063.      * Gets the public 'adm.service.country_and_lang_specific_data' shared autowired service.
  6064.      *
  6065.      * @return \AdmBundle\Service\CountryLangSpecificDataAdminService
  6066.      */
  6067.     protected function getAdm_Service_CountryAndLangSpecificDataService()
  6068.     {
  6069.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6070.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CountryLangSpecificDataAdminService.php';
  6071.         $this->services['adm.service.country_and_lang_specific_data'] = $instance = new \AdmBundle\Service\CountryLangSpecificDataAdminService();
  6072.         $instance->repoCLSpecificData = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  6073.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6074.         return $instance;
  6075.     }
  6076.     /**
  6077.      * Gets the public 'adm.service.currency_ng' shared autowired service.
  6078.      *
  6079.      * @return \AdmBundle\Service\CurrencyNgService
  6080.      */
  6081.     protected function getAdm_Service_CurrencyNgService()
  6082.     {
  6083.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6084.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/CurrencyNgService.php';
  6085.         $this->services['adm.service.currency_ng'] = $instance = new \AdmBundle\Service\CurrencyNgService();
  6086.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  6087.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6088.         return $instance;
  6089.     }
  6090.     /**
  6091.      * Gets the public 'adm.service.exh' shared autowired service.
  6092.      *
  6093.      * @return \AdmBundle\Service\ExhService
  6094.      */
  6095.     protected function getAdm_Service_ExhService()
  6096.     {
  6097.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6098.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExhService.php';
  6099.         $this->services['adm.service.exh'] = $instance = new \AdmBundle\Service\ExhService();
  6100.         $instance->repoExh = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] ?? $this->getExhRepositoryService());
  6101.         $instance->repoExhBrand = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhBrandRepository'] ?? $this->getExhBrandRepositoryService());
  6102.         $instance->repoExhCollection = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhCollectionRepository'] ?? $this->getExhCollectionRepositoryService());
  6103.         $instance->repoExhImage = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhImageRepository'] ?? $this->getExhImageRepositoryService());
  6104.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6105.         return $instance;
  6106.     }
  6107.     /**
  6108.      * Gets the public 'adm.service.factory_ng' shared autowired service.
  6109.      *
  6110.      * @return \AdmBundle\Service\FactoryNgService
  6111.      */
  6112.     protected function getAdm_Service_FactoryNgService()
  6113.     {
  6114.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6115.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/FactoryNgService.php';
  6116.         $this->services['adm.service.factory_ng'] = $instance = new \AdmBundle\Service\FactoryNgService();
  6117.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  6118.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6119.         return $instance;
  6120.     }
  6121.     /**
  6122.      * Gets the public 'adm.service.files' shared autowired service.
  6123.      *
  6124.      * @return \AdmBundle\Service\FilesService
  6125.      */
  6126.     protected function getAdm_Service_FilesService()
  6127.     {
  6128.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6129.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/FilesService.php';
  6130.         $this->services['adm.service.files'] = $instance = new \AdmBundle\Service\FilesService();
  6131.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6132.         return $instance;
  6133.     }
  6134.     /**
  6135.      * Gets the public 'adm.service.filter' shared autowired service.
  6136.      *
  6137.      * @return \AdmBundle\Service\FilterService
  6138.      */
  6139.     protected function getAdm_Service_FilterService()
  6140.     {
  6141.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6142.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/FilterService.php';
  6143.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/TextHelper.php';
  6144.         $this->services['adm.service.filter'] = $instance = new \AdmBundle\Service\FilterService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['WebBundle\\Helper\\TextHelper'] ?? ($this->services['WebBundle\\Helper\\TextHelper'] = new \WebBundle\Helper\TextHelper())));
  6145.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6146.         return $instance;
  6147.     }
  6148.     /**
  6149.      * Gets the public 'adm.service.filter.group' shared autowired service.
  6150.      *
  6151.      * @return \AdmBundle\Service\FilterGroupService
  6152.      */
  6153.     protected function getAdm_Service_Filter_GroupService()
  6154.     {
  6155.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6156.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/FilterGroupService.php';
  6157.         $this->services['adm.service.filter.group'] = $instance = new \AdmBundle\Service\FilterGroupService();
  6158.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6159.         return $instance;
  6160.     }
  6161.     /**
  6162.      * Gets the public 'adm.service.filter_group_sort' shared autowired service.
  6163.      *
  6164.      * @return \AdmBundle\Service\FilterGroupSortService
  6165.      */
  6166.     protected function getAdm_Service_FilterGroupSortService()
  6167.     {
  6168.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6169.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/FilterGroupSortService.php';
  6170.         $this->services['adm.service.filter_group_sort'] = $instance = new \AdmBundle\Service\FilterGroupSortService();
  6171.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6172.         return $instance;
  6173.     }
  6174.     /**
  6175.      * Gets the public 'adm.service.geo.country' shared autowired service.
  6176.      *
  6177.      * @return \AdmBundle\Service\GeoCountryAdminService
  6178.      */
  6179.     protected function getAdm_Service_Geo_CountryService()
  6180.     {
  6181.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6182.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/GeoCountryAdminService.php';
  6183.         $this->services['adm.service.geo.country'] = $instance = new \AdmBundle\Service\GeoCountryAdminService();
  6184.         $instance->repoGeoCountry = ($this->privates['FlexApp\\Repository\\GeoCountryRepository'] ?? $this->getGeoCountryRepositoryService());
  6185.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6186.         return $instance;
  6187.     }
  6188.     /**
  6189.      * Gets the public 'adm.service.history' shared autowired service.
  6190.      *
  6191.      * @return \AdmBundle\Service\HistoryService
  6192.      */
  6193.     protected function getAdm_Service_HistoryService()
  6194.     {
  6195.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6196.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/HistoryService.php';
  6197.         $this->services['adm.service.history'] = $instance = new \AdmBundle\Service\HistoryService();
  6198.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6199.         return $instance;
  6200.     }
  6201.     /**
  6202.      * Gets the public 'adm.service.interior.filter' shared autowired service.
  6203.      *
  6204.      * @return \AdmBundle\Service\InteriorFilterService
  6205.      */
  6206.     protected function getAdm_Service_Interior_FilterService()
  6207.     {
  6208.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6209.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/InteriorFilterService.php';
  6210.         $this->services['adm.service.interior.filter'] = $instance = new \AdmBundle\Service\InteriorFilterService();
  6211.         $instance->repoInterior = ($this->services['WebBundle\\Repository\\InteriorRepository'] ?? $this->getInteriorRepositoryService());
  6212.         $instance->repoInteriorFilter = ($this->services['WebBundle\\Repository\\InteriorFilterRepository'] ?? $this->getInteriorFilterRepositoryService());
  6213.         $instance->logger = ($this->services['logger'] ?? $this->getLoggerService());
  6214.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6215.         return $instance;
  6216.     }
  6217.     /**
  6218.      * Gets the public 'adm.service.interior_filters_filler' shared autowired service.
  6219.      *
  6220.      * @return \AdmBundle\Service\InteriorFiltersFillerService
  6221.      */
  6222.     protected function getAdm_Service_InteriorFiltersFillerService()
  6223.     {
  6224.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6225.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/InteriorFiltersFillerService.php';
  6226.         $this->services['adm.service.interior_filters_filler'] = $instance = new \AdmBundle\Service\InteriorFiltersFillerService();
  6227.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6228.         return $instance;
  6229.     }
  6230.     /**
  6231.      * Gets the public 'adm.service.list.email' shared autowired service.
  6232.      *
  6233.      * @return \AdmBundle\Service\ListEmailService
  6234.      */
  6235.     protected function getAdm_Service_List_EmailService()
  6236.     {
  6237.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6238.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ListEmailService.php';
  6239.         $this->services['adm.service.list.email'] = $instance = new \AdmBundle\Service\ListEmailService();
  6240.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6241.         return $instance;
  6242.     }
  6243.     /**
  6244.      * Gets the public 'adm.service.list_country' shared autowired service.
  6245.      *
  6246.      * @return \AdmBundle\Service\ListCountryService
  6247.      */
  6248.     protected function getAdm_Service_ListCountryService()
  6249.     {
  6250.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6251.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ListCountryService.php';
  6252.         $this->services['adm.service.list_country'] = $instance = new \AdmBundle\Service\ListCountryService();
  6253.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  6254.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6255.         return $instance;
  6256.     }
  6257.     /**
  6258.      * Gets the public 'adm.service.localization' shared autowired service.
  6259.      *
  6260.      * @return \AdmBundle\Service\LocalizationAdminService
  6261.      */
  6262.     protected function getAdm_Service_LocalizationService()
  6263.     {
  6264.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6265.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/LocalizationAdminService.php';
  6266.         $this->services['adm.service.localization'] = $instance = new \AdmBundle\Service\LocalizationAdminService();
  6267.         $instance->repository = ($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService());
  6268.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6269.         return $instance;
  6270.     }
  6271.     /**
  6272.      * Gets the public 'adm.service.measure' shared autowired service.
  6273.      *
  6274.      * @return \AdmBundle\Service\MeasureService
  6275.      */
  6276.     protected function getAdm_Service_MeasureService()
  6277.     {
  6278.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6279.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/MeasureService.php';
  6280.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/AdminRuntimeFacade.php';
  6281.         include_once \dirname(__DIR__4).'/src/AdmBundle/Facade/RequestHelperFacade.php';
  6282.         $this->services['adm.service.measure'] = $instance = new \AdmBundle\Service\MeasureService();
  6283.         $instance->admRuntime = ($this->services['adm.runtime.facade'] ?? ($this->services['adm.runtime.facade'] = new \AdmBundle\Facade\AdminRuntimeFacade()));
  6284.         $instance->listMeasureRepository = ($this->services['adm.repository.measure'] ?? $this->getAdm_Repository_MeasureService());
  6285.         $instance->requestHelper = ($this->services['adm.request_helper.facade'] ?? ($this->services['adm.request_helper.facade'] = new \AdmBundle\Facade\RequestHelperFacade()));
  6286.         $instance->translateService = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  6287.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6288.         return $instance;
  6289.     }
  6290.     /**
  6291.      * Gets the public 'adm.service.mobile_user_slider' shared autowired service.
  6292.      *
  6293.      * @return \AdmBundle\Service\MobileUserSliderService
  6294.      */
  6295.     protected function getAdm_Service_MobileUserSliderService()
  6296.     {
  6297.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6298.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/MobileUserSliderService.php';
  6299.         $this->services['adm.service.mobile_user_slider'] = $instance = new \AdmBundle\Service\MobileUserSliderService();
  6300.         $instance->mobileUserSliderRepository = ($this->privates['FlexApp\\Repository\\MobileUserSliderRepository'] ?? $this->getMobileUserSliderRepositoryService());
  6301.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6302.         return $instance;
  6303.     }
  6304.     /**
  6305.      * Gets the public 'adm.service.name_ng' shared autowired service.
  6306.      *
  6307.      * @return \AdmBundle\Service\NameNgService
  6308.      */
  6309.     protected function getAdm_Service_NameNgService()
  6310.     {
  6311.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6312.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/NameNgService.php';
  6313.         $this->services['adm.service.name_ng'] = $instance = new \AdmBundle\Service\NameNgService();
  6314.         $instance->oServiceTrans = ($this->services['adm.service.trans'] ?? $this->getAdm_Service_TransService());
  6315.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6316.         return $instance;
  6317.     }
  6318.     /**
  6319.      * Gets the public 'adm.service.order' shared autowired service.
  6320.      *
  6321.      * @return \AdmBundle\Service\BuyOrderService
  6322.      */
  6323.     protected function getAdm_Service_OrderService()
  6324.     {
  6325.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6326.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/BuyOrderService.php';
  6327.         $this->services['adm.service.order'] = $instance = new \AdmBundle\Service\BuyOrderService();
  6328.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6329.         return $instance;
  6330.     }
  6331.     /**
  6332.      * Gets the public 'adm.service.page.meta' shared autowired service.
  6333.      *
  6334.      * @return \AdmBundle\Service\PageMetaService
  6335.      */
  6336.     protected function getAdm_Service_Page_MetaService()
  6337.     {
  6338.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6339.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/PageMetaService.php';
  6340.         $this->services['adm.service.page.meta'] = $instance = new \AdmBundle\Service\PageMetaService();
  6341.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6342.         return $instance;
  6343.     }
  6344.     /**
  6345.      * Gets the public 'adm.service.participant' shared autowired service.
  6346.      *
  6347.      * @return \AdmBundle\Service\ParticipantService
  6348.      */
  6349.     protected function getAdm_Service_ParticipantService()
  6350.     {
  6351.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6352.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ParticipantService.php';
  6353.         $this->services['adm.service.participant'] = $instance = new \AdmBundle\Service\ParticipantService();
  6354.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6355.         return $instance;
  6356.     }
  6357.     /**
  6358.      * Gets the public 'adm.service.poll' shared autowired service.
  6359.      *
  6360.      * @return \AdmBundle\Service\PollService
  6361.      */
  6362.     protected function getAdm_Service_PollService()
  6363.     {
  6364.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6365.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/PollService.php';
  6366.         $this->services['adm.service.poll'] = $instance = new \AdmBundle\Service\PollService();
  6367.         $instance->pollRepository = ($this->privates['FlexApp\\Repository\\PollRepository'] ?? $this->getPollRepositoryService());
  6368.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6369.         return $instance;
  6370.     }
  6371.     /**
  6372.      * Gets the public 'adm.service.stat.orders' shared autowired service.
  6373.      *
  6374.      * @return \AdmBundle\Service\StatOrdersService
  6375.      */
  6376.     protected function getAdm_Service_Stat_OrdersService()
  6377.     {
  6378.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6379.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/StatOrdersService.php';
  6380.         $this->services['adm.service.stat.orders'] = $instance = new \AdmBundle\Service\StatOrdersService();
  6381.         $instance->repoStatOrdersGrouping = ($this->privates['FlexApp\\Repository\\StatOrdersGroupingRepository'] ?? $this->getStatOrdersGroupingRepositoryService());
  6382.         $instance->repoBuyOrder = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  6383.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6384.         return $instance;
  6385.     }
  6386.     /**
  6387.      * Gets the public 'adm.service.stat.views' shared autowired service.
  6388.      *
  6389.      * @return \AdmBundle\Service\StatViewsService
  6390.      */
  6391.     protected function getAdm_Service_Stat_ViewsService()
  6392.     {
  6393.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6394.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/StatViewsService.php';
  6395.         $this->services['adm.service.stat.views'] = $instance = new \AdmBundle\Service\StatViewsService();
  6396.         $instance->repoStatViews = ($this->privates['FlexApp\\Repository\\StatsRepository'] ?? $this->getStatsRepositoryService());
  6397.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6398.         return $instance;
  6399.     }
  6400.     /**
  6401.      * Gets the public 'adm.service.static.page' shared autowired service.
  6402.      *
  6403.      * @return \AdmBundle\Service\StaticPageService
  6404.      */
  6405.     protected function getAdm_Service_Static_PageService()
  6406.     {
  6407.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6408.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/StaticPageService.php';
  6409.         $this->services['adm.service.static.page'] = $instance = new \AdmBundle\Service\StaticPageService();
  6410.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6411.         return $instance;
  6412.     }
  6413.     /**
  6414.      * Gets the public 'adm.service.tools' shared autowired service.
  6415.      *
  6416.      * @return \AdmBundle\Service\ToolsService
  6417.      */
  6418.     protected function getAdm_Service_ToolsService()
  6419.     {
  6420.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6421.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ToolsService.php';
  6422.         $this->services['adm.service.tools'] = $instance = new \AdmBundle\Service\ToolsService();
  6423.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6424.         return $instance;
  6425.     }
  6426.     /**
  6427.      * Gets the public 'adm.service.trans' shared autowired service.
  6428.      *
  6429.      * @return \AdmBundle\Service\TransService
  6430.      */
  6431.     protected function getAdm_Service_TransService()
  6432.     {
  6433.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6434.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/TransService.php';
  6435.         $this->services['adm.service.trans'] = $instance = new \AdmBundle\Service\TransService();
  6436.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6437.         return $instance;
  6438.     }
  6439.     /**
  6440.      * Gets the public 'adm.service.trans.group' shared autowired service.
  6441.      *
  6442.      * @return \AdmBundle\Service\TransGroupService
  6443.      */
  6444.     protected function getAdm_Service_Trans_GroupService()
  6445.     {
  6446.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6447.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/TransGroupService.php';
  6448.         $this->services['adm.service.trans.group'] = $instance = new \AdmBundle\Service\TransGroupService();
  6449.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6450.         return $instance;
  6451.     }
  6452.     /**
  6453.      * Gets the public 'adm.service.trans_ex' shared autowired service.
  6454.      *
  6455.      * @return \AdmBundle\Service\TransExService
  6456.      */
  6457.     protected function getAdm_Service_TransExService()
  6458.     {
  6459.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6460.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/TransExService.php';
  6461.         $this->services['adm.service.trans_ex'] = $instance = new \AdmBundle\Service\TransExService();
  6462.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6463.         return $instance;
  6464.     }
  6465.     /**
  6466.      * Gets the public 'adm.service.users' shared autowired service.
  6467.      *
  6468.      * @return \AdmBundle\Service\UsersService
  6469.      */
  6470.     protected function getAdm_Service_UsersService()
  6471.     {
  6472.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6473.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/UsersService.php';
  6474.         $this->services['adm.service.users'] = $instance = new \AdmBundle\Service\UsersService();
  6475.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  6476.         $instance->userForeignAliasRepository = ($this->services['WebBundle\\Repository\\UserForeignAliasRepository'] ?? $this->getUserForeignAliasRepositoryService());
  6477.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6478.         return $instance;
  6479.     }
  6480.     /**
  6481.      * Gets the public 'adm.service.vacancy' shared autowired service.
  6482.      *
  6483.      * @return \AdmBundle\Service\VacancyService
  6484.      */
  6485.     protected function getAdm_Service_VacancyService()
  6486.     {
  6487.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6488.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/VacancyService.php';
  6489.         $this->services['adm.service.vacancy'] = $instance = new \AdmBundle\Service\VacancyService();
  6490.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6491.         return $instance;
  6492.     }
  6493.     /**
  6494.      * Gets the public 'adm.service.widget' shared autowired service.
  6495.      *
  6496.      * @return \AdmBundle\Service\WidgetService
  6497.      */
  6498.     protected function getAdm_Service_WidgetService()
  6499.     {
  6500.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/ExtendedService.php';
  6501.         include_once \dirname(__DIR__4).'/src/AdmBundle/Service/WidgetService.php';
  6502.         $this->services['adm.service.widget'] = $instance = new \AdmBundle\Service\WidgetService();
  6503.         $instance->admCfgPageService = ($this->services['adm.service.cfg.page'] ?? $this->getAdm_Service_Cfg_PageService());
  6504.         return $instance;
  6505.     }
  6506.     /**
  6507.      * Gets the public 'app.amazon.personalize' shared autowired service.
  6508.      *
  6509.      * @return \FlexApp\Service\AWS\Personalize
  6510.      */
  6511.     protected function getApp_Amazon_PersonalizeService()
  6512.     {
  6513.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AWS/AbstractBase.php';
  6514.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AWS/Personalize.php';
  6515.         return $this->services['app.amazon.personalize'] = new \FlexApp\Service\AWS\Personalize('Symfony:Component:HttpFoundation:ParameterBag');
  6516.     }
  6517.     /**
  6518.      * Gets the public 'app.amazon_personalize_service' shared autowired service.
  6519.      *
  6520.      * @return \FlexApp\Service\AmazonPersonalizeService
  6521.      */
  6522.     protected function getApp_AmazonPersonalizeServiceService()
  6523.     {
  6524.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AmazonPersonalizeService.php';
  6525.         return $this->services['app.amazon_personalize_service'] = new \FlexApp\Service\AmazonPersonalizeService('WebBundle:Repository:CollectionRepository''WebBundle:Service:CollectionSettingsService''WebBundle:Repository:UserRepository''FlexApp\\Service\\AWS\\Personalize');
  6526.     }
  6527.     /**
  6528.      * Gets the public 'app.encoder.json' shared autowired service.
  6529.      *
  6530.      * @return \Symfony\Component\Serializer\Encoder\JsonEncoder
  6531.      */
  6532.     protected function getApp_Encoder_JsonService()
  6533.     {
  6534.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  6535.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  6536.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  6537.         return $this->services['app.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder();
  6538.     }
  6539.     /**
  6540.      * Gets the public 'app.encoder.xml' shared autowired service.
  6541.      *
  6542.      * @return \Symfony\Component\Serializer\Encoder\XmlEncoder
  6543.      */
  6544.     protected function getApp_Encoder_XmlService()
  6545.     {
  6546.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  6547.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  6548.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  6549.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  6550.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6551.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  6552.         return $this->services['app.encoder.xml'] = new \Symfony\Component\Serializer\Encoder\XmlEncoder();
  6553.     }
  6554.     /**
  6555.      * Gets the public 'app.helper.bbcode' shared autowired service.
  6556.      *
  6557.      * @return \WebBundle\Helper\BBCodeHelper
  6558.      */
  6559.     protected function getApp_Helper_BbcodeService()
  6560.     {
  6561.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/BBCodeHelper.php';
  6562.         return $this->services['app.helper.bbcode'] = new \WebBundle\Helper\BBCodeHelper(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  6563.     }
  6564.     /**
  6565.      * Gets the public 'app.helper.url' shared autowired service.
  6566.      *
  6567.      * @return \WebBundle\Helper\UrlHelper
  6568.      */
  6569.     protected function getApp_Helper_UrlService()
  6570.     {
  6571.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/UrlHelper.php';
  6572.         return $this->services['app.helper.url'] = new \WebBundle\Helper\UrlHelper();
  6573.     }
  6574.     /**
  6575.      * Gets the public 'app.helper.validator' shared service.
  6576.      *
  6577.      * @return \WebBundle\Helper\ValidatorHelper
  6578.      */
  6579.     protected function getApp_Helper_ValidatorService()
  6580.     {
  6581.         include_once \dirname(__DIR__4).'/src/WebBundle/Helper/ValidatorHelper.php';
  6582.         return $this->services['app.helper.validator'] = new \WebBundle\Helper\ValidatorHelper(($this->services['translator'] ?? $this->getTranslatorService()));
  6583.     }
  6584.     /**
  6585.      * Gets the public 'app.normalizer.date_time' shared autowired service.
  6586.      *
  6587.      * @return \WebBundle\Serializer\Normalizer\DateTimeNormalizer
  6588.      */
  6589.     protected function getApp_Normalizer_DateTimeService()
  6590.     {
  6591.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6592.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  6593.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/DateTimeNormalizer.php';
  6594.         return $this->services['app.normalizer.date_time'] = new \WebBundle\Serializer\Normalizer\DateTimeNormalizer();
  6595.     }
  6596.     /**
  6597.      * Gets the public 'app.normalizer.order' shared autowired service.
  6598.      *
  6599.      * @return \WebBundle\Serializer\Normalizer\OrderNormalizer
  6600.      */
  6601.     protected function getApp_Normalizer_OrderService()
  6602.     {
  6603.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6604.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6605.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderNormalizer.php';
  6606.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  6607.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/DateTimeNormalizer.php';
  6608.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/WarehouseNormalizer.php';
  6609.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderItemNormalizer.php';
  6610.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderHistoryNormalizer.php';
  6611.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderPaymentNormalizer.php';
  6612.         $this->services['app.normalizer.order'] = $instance = new \WebBundle\Serializer\Normalizer\OrderNormalizer();
  6613.         $instance->locationService = ($this->services['app.service.location'] ?? ($this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4))));
  6614.         $instance->orderPaymentService = ($this->services['app.service.order_payment'] ?? $this->getApp_Service_OrderPaymentService());
  6615.         $instance->dateTimeNormalizer = ($this->services['app.normalizer.date_time'] ?? ($this->services['app.normalizer.date_time'] = new \WebBundle\Serializer\Normalizer\DateTimeNormalizer()));
  6616.         $instance->warehouseNormalizer = ($this->services['app.normalizer.warehouse'] ?? ($this->services['app.normalizer.warehouse'] = new \WebBundle\Serializer\Normalizer\WarehouseNormalizer()));
  6617.         $instance->orderAddressNormalizer = ($this->services['app.normalizer.order_address'] ?? $this->getApp_Normalizer_OrderAddressService());
  6618.         $instance->orderItemNormalizer = ($this->services['app.normalizer.order_item'] ?? ($this->services['app.normalizer.order_item'] = new \WebBundle\Serializer\Normalizer\OrderItemNormalizer()));
  6619.         $instance->orderHistoryNormalizer = ($this->services['app.normalizer.order_history'] ?? ($this->services['app.normalizer.order_history'] = new \WebBundle\Serializer\Normalizer\OrderHistoryNormalizer()));
  6620.         $instance->orderPaymentNormalizer = ($this->services['app.normalizer.order_payment'] ?? ($this->services['app.normalizer.order_payment'] = new \WebBundle\Serializer\Normalizer\OrderPaymentNormalizer()));
  6621.         return $instance;
  6622.     }
  6623.     /**
  6624.      * Gets the public 'app.normalizer.order_address' shared autowired service.
  6625.      *
  6626.      * @return \WebBundle\Serializer\Normalizer\OrderAddressNormalizer
  6627.      */
  6628.     protected function getApp_Normalizer_OrderAddressService()
  6629.     {
  6630.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6631.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6632.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderAddressNormalizer.php';
  6633.         $this->services['app.normalizer.order_address'] = $instance = new \WebBundle\Serializer\Normalizer\OrderAddressNormalizer();
  6634.         $instance->locationService = ($this->services['app.service.location'] ?? ($this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4))));
  6635.         return $instance;
  6636.     }
  6637.     /**
  6638.      * Gets the public 'app.normalizer.order_history' shared autowired service.
  6639.      *
  6640.      * @return \WebBundle\Serializer\Normalizer\OrderHistoryNormalizer
  6641.      */
  6642.     protected function getApp_Normalizer_OrderHistoryService()
  6643.     {
  6644.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6645.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6646.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderHistoryNormalizer.php';
  6647.         return $this->services['app.normalizer.order_history'] = new \WebBundle\Serializer\Normalizer\OrderHistoryNormalizer();
  6648.     }
  6649.     /**
  6650.      * Gets the public 'app.normalizer.order_item' shared autowired service.
  6651.      *
  6652.      * @return \WebBundle\Serializer\Normalizer\OrderItemNormalizer
  6653.      */
  6654.     protected function getApp_Normalizer_OrderItemService()
  6655.     {
  6656.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6657.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6658.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderItemNormalizer.php';
  6659.         return $this->services['app.normalizer.order_item'] = new \WebBundle\Serializer\Normalizer\OrderItemNormalizer();
  6660.     }
  6661.     /**
  6662.      * Gets the public 'app.normalizer.order_item_discount' shared autowired service.
  6663.      *
  6664.      * @return \WebBundle\Serializer\Normalizer\OrderItemDiscountNormalizer
  6665.      */
  6666.     protected function getApp_Normalizer_OrderItemDiscountService()
  6667.     {
  6668.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6669.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6670.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderItemDiscountNormalizer.php';
  6671.         return $this->services['app.normalizer.order_item_discount'] = new \WebBundle\Serializer\Normalizer\OrderItemDiscountNormalizer();
  6672.     }
  6673.     /**
  6674.      * Gets the public 'app.normalizer.order_list' shared autowired service.
  6675.      *
  6676.      * @return \WebBundle\Serializer\Normalizer\OrderListNormalizer
  6677.      */
  6678.     protected function getApp_Normalizer_OrderListService()
  6679.     {
  6680.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6681.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6682.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderListNormalizer.php';
  6683.         return $this->services['app.normalizer.order_list'] = new \WebBundle\Serializer\Normalizer\OrderListNormalizer();
  6684.     }
  6685.     /**
  6686.      * Gets the public 'app.normalizer.order_payment' shared autowired service.
  6687.      *
  6688.      * @return \WebBundle\Serializer\Normalizer\OrderPaymentNormalizer
  6689.      */
  6690.     protected function getApp_Normalizer_OrderPaymentService()
  6691.     {
  6692.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6694.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderPaymentNormalizer.php';
  6695.         return $this->services['app.normalizer.order_payment'] = new \WebBundle\Serializer\Normalizer\OrderPaymentNormalizer();
  6696.     }
  6697.     /**
  6698.      * Gets the public 'app.normalizer.warehouse' shared autowired service.
  6699.      *
  6700.      * @return \WebBundle\Serializer\Normalizer\WarehouseNormalizer
  6701.      */
  6702.     protected function getApp_Normalizer_WarehouseService()
  6703.     {
  6704.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6705.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6706.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/WarehouseNormalizer.php';
  6707.         return $this->services['app.normalizer.warehouse'] = new \WebBundle\Serializer\Normalizer\WarehouseNormalizer();
  6708.     }
  6709.     /**
  6710.      * Gets the public 'app.orm.quote.strategy' shared autowired service.
  6711.      *
  6712.      * @return \FlexApp\Extensions\Doctrine\Mapping\AppQuoteStrategy
  6713.      */
  6714.     protected function getApp_Orm_Quote_StrategyService()
  6715.     {
  6716.         return $this->services['app.orm.quote.strategy'] = new \FlexApp\Extensions\Doctrine\Mapping\AppQuoteStrategy();
  6717.     }
  6718.     /**
  6719.      * Gets the public 'app.recaptcha' shared autowired service.
  6720.      *
  6721.      * @return \WebBundle\Service\RecaptchaService
  6722.      */
  6723.     protected function getApp_RecaptchaService()
  6724.     {
  6725.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/RecaptchaService.php';
  6726.         return $this->services['app.recaptcha'] = new \WebBundle\Service\RecaptchaService($this);
  6727.     }
  6728.     /**
  6729.      * Gets the public 'app.registration' shared autowired service.
  6730.      *
  6731.      * @return \WebBundle\Service\RegistrationService
  6732.      */
  6733.     protected function getApp_RegistrationService()
  6734.     {
  6735.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/RegistrationService.php';
  6736.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  6737.         $this->services['app.registration'] = $instance = new \WebBundle\Service\RegistrationService($this, ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  6738.         $instance->userPortalService = ($this->privates['FlexApp\\Service\\UserPortalService'] ?? $this->getUserPortalServiceService());
  6739.         $instance->locationService = ($this->services['app.service.location'] ?? ($this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4))));
  6740.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  6741.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  6742.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  6743.         return $instance;
  6744.     }
  6745.     /**
  6746.      * Gets the public 'app.repo.currency_rate' shared autowired service.
  6747.      *
  6748.      * @return \WebBundle\Repository\CurrencyRateRepository
  6749.      */
  6750.     protected function getApp_Repo_CurrencyRateService()
  6751.     {
  6752.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/CurrencyRateRepository.php';
  6753.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6754.         if (isset($this->services['app.repo.currency_rate'])) {
  6755.             return $this->services['app.repo.currency_rate'];
  6756.         }
  6757.         return $this->services['app.repo.currency_rate'] = $a->getRepository('WebBundle:CurrencyRate');
  6758.     }
  6759.     /**
  6760.      * Gets the public 'app.repo.sample' shared autowired service.
  6761.      *
  6762.      * @return \WebBundle\Repository\SampleRepository
  6763.      */
  6764.     protected function getApp_Repo_SampleService()
  6765.     {
  6766.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/SampleRepository.php';
  6767.         return $this->services['app.repo.sample'] = new \WebBundle\Repository\SampleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\SampleEntity');
  6768.     }
  6769.     /**
  6770.      * Gets the public 'app.request' shared service.
  6771.      *
  6772.      * @return \WebBundle\Listener\RequestListener
  6773.      */
  6774.     protected function getApp_RequestService()
  6775.     {
  6776.         return $this->services['app.request'] = new \WebBundle\Listener\RequestListener(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['app.service.location'] ?? ($this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4)))));
  6777.     }
  6778.     /**
  6779.      * Gets the public 'app.response' shared service.
  6780.      *
  6781.      * @return \FlexApp\EventListener\ResponseListener
  6782.      */
  6783.     protected function getApp_ResponseService()
  6784.     {
  6785.         return $this->services['app.response'] = new \FlexApp\EventListener\ResponseListener($this, ($this->services['FlexApp\\Service\\BBCodeManager'] ?? $this->getBBCodeManagerService()));
  6786.     }
  6787.     /**
  6788.      * Gets the public 'app.security.interactive_login_listener' shared autowired service.
  6789.      *
  6790.      * @return \WebBundle\Listener\AuthenticationListener
  6791.      */
  6792.     protected function getApp_Security_InteractiveLoginListenerService()
  6793.     {
  6794.         include_once \dirname(__DIR__4).'/src/WebBundle/Listener/AuthenticationListener.php';
  6795.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6796.         if (isset($this->services['app.security.interactive_login_listener'])) {
  6797.             return $this->services['app.security.interactive_login_listener'];
  6798.         }
  6799.         $b = ($this->privates['FlexApp\\Service\\ChatByTokenResolver'] ?? $this->getChatByTokenResolverService());
  6800.         if (isset($this->services['app.security.interactive_login_listener'])) {
  6801.             return $this->services['app.security.interactive_login_listener'];
  6802.         }
  6803.         $c = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  6804.         if (isset($this->services['app.security.interactive_login_listener'])) {
  6805.             return $this->services['app.security.interactive_login_listener'];
  6806.         }
  6807.         $d = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  6808.         if (isset($this->services['app.security.interactive_login_listener'])) {
  6809.             return $this->services['app.security.interactive_login_listener'];
  6810.         }
  6811.         $e = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  6812.         if (isset($this->services['app.security.interactive_login_listener'])) {
  6813.             return $this->services['app.security.interactive_login_listener'];
  6814.         }
  6815.         $this->services['app.security.interactive_login_listener'] = $instance = new \WebBundle\Listener\AuthenticationListener($a$b$c, ($this->services['logger'] ?? $this->getLoggerService()), $d$e);
  6816.         $instance->session = ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService());
  6817.         $instance->userPortalService = ($this->privates['FlexApp\\Service\\UserPortalService'] ?? $this->getUserPortalServiceService());
  6818.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  6819.         $instance->ideaRepository = ($this->services['WebBundle\\Repository\\IdeaRepository'] ?? $this->getIdeaRepositoryService());
  6820.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  6821.         return $instance;
  6822.     }
  6823.     /**
  6824.      * Gets the public 'app.serializer.default' shared autowired service.
  6825.      *
  6826.      * @return \Symfony\Component\Serializer\Serializer
  6827.      */
  6828.     protected function getApp_Serializer_DefaultService()
  6829.     {
  6830.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  6834.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  6835.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  6836.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  6837.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  6838.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  6839.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  6841.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderListNormalizer.php';
  6842.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderItemNormalizer.php';
  6843.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderItemDiscountNormalizer.php';
  6844.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderHistoryNormalizer.php';
  6845.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/DateTimeNormalizer.php';
  6846.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  6847.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  6848.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  6849.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  6850.         return $this->services['app.serializer.default'] = new \Symfony\Component\Serializer\Serializer([=> ($this->services['app.normalizer.order'] ?? $this->getApp_Normalizer_OrderService()), => ($this->services['app.normalizer.order_list'] ?? ($this->services['app.normalizer.order_list'] = new \WebBundle\Serializer\Normalizer\OrderListNormalizer())), => ($this->services['app.normalizer.order_item'] ?? ($this->services['app.normalizer.order_item'] = new \WebBundle\Serializer\Normalizer\OrderItemNormalizer())), => ($this->services['app.normalizer.order_item_discount'] ?? ($this->services['app.normalizer.order_item_discount'] = new \WebBundle\Serializer\Normalizer\OrderItemDiscountNormalizer())), => ($this->services['app.normalizer.order_history'] ?? ($this->services['app.normalizer.order_history'] = new \WebBundle\Serializer\Normalizer\OrderHistoryNormalizer())), => ($this->services['app.normalizer.date_time'] ?? ($this->services['app.normalizer.date_time'] = new \WebBundle\Serializer\Normalizer\DateTimeNormalizer())), => ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService())], [=> ($this->services['app.encoder.json'] ?? ($this->services['app.encoder.json'] = new \Symfony\Component\Serializer\Encoder\JsonEncoder())), => ($this->services['app.encoder.xml'] ?? ($this->services['app.encoder.xml'] = new \Symfony\Component\Serializer\Encoder\XmlEncoder()))]);
  6851.     }
  6852.     /**
  6853.      * Gets the public 'app.service.cache' shared autowired service.
  6854.      *
  6855.      * @return \FlexApp\Service\CacheService
  6856.      */
  6857.     protected function getApp_Service_CacheService()
  6858.     {
  6859.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6860.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CacheService.php';
  6861.         return $this->services['app.service.cache'] = new \FlexApp\Service\CacheService();
  6862.     }
  6863.     /**
  6864.      * Gets the public 'app.service.collection' shared autowired service.
  6865.      *
  6866.      * @return \WebBundle\Service\CollectionService
  6867.      */
  6868.     protected function getApp_Service_CollectionService()
  6869.     {
  6870.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6871.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CollectionService.php';
  6872.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FiltersService.php';
  6873.         $this->services['app.service.collection'] = $instance = new \WebBundle\Service\CollectionService(($this->services['logger'] ?? $this->getLoggerService()));
  6874.         $instance->lastUrlService = ($this->privates['FlexApp\\Service\\LastUrlService'] ?? $this->getLastUrlServiceService());
  6875.         $instance->filtersService = ($this->services['app.service.filters'] ?? ($this->services['app.service.filters'] = new \WebBundle\Service\FiltersService($this)));
  6876.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  6877.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  6878.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  6879.         $instance->commentRepository = ($this->services['FlexApp\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService());
  6880.         $instance->messageFiller = ($this->services['WebBundle\\Filler\\MessageFiller'] ?? $this->getMessageFillerService());
  6881.         return $instance;
  6882.     }
  6883.     /**
  6884.      * Gets the public 'app.service.filters' shared autowired service.
  6885.      *
  6886.      * @return \WebBundle\Service\FiltersService
  6887.      */
  6888.     protected function getApp_Service_FiltersService()
  6889.     {
  6890.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6891.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FiltersService.php';
  6892.         return $this->services['app.service.filters'] = new \WebBundle\Service\FiltersService($this);
  6893.     }
  6894.     /**
  6895.      * Gets the public 'app.service.follow_theme_service' shared autowired service.
  6896.      *
  6897.      * @return \WebBundle\Service\FollowThemeService
  6898.      */
  6899.     protected function getApp_Service_FollowThemeServiceService()
  6900.     {
  6901.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6902.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FollowThemeService.php';
  6903.         return $this->services['app.service.follow_theme_service'] = new \WebBundle\Service\FollowThemeService(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  6904.     }
  6905.     /**
  6906.      * Gets the public 'app.service.last_url' shared autowired service.
  6907.      *
  6908.      * @return \FlexApp\Service\LastUrlService
  6909.      */
  6910.     protected function getApp_Service_LastUrlService()
  6911.     {
  6912.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  6913.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/LastUrlService.php';
  6914.         return $this->services['app.service.last_url'] = new \FlexApp\Service\LastUrlService(($this->services['WebBundle\\Repository\\LastUrlRepository'] ?? $this->getLastUrlRepositoryService()));
  6915.     }
  6916.     /**
  6917.      * Gets the public 'app.service.leftmenu' shared autowired service.
  6918.      *
  6919.      * @return \WebBundle\Service\LeftMenuService
  6920.      */
  6921.     protected function getApp_Service_LeftmenuService()
  6922.     {
  6923.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/LeftMenuService.php';
  6924.         $this->services['app.service.leftmenu'] = $instance = new \WebBundle\Service\LeftMenuService();
  6925.         $instance->sphinxSearcherService = ($this->services['sphinx_searcher'] ?? $this->getSphinxSearcherService());
  6926.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  6927.         $instance->factoryRepository = ($this->services['WebBundle\\Repository\\FactoryRepository'] ?? $this->getFactoryRepositoryService());
  6928.         $instance->filterRepository = ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService());
  6929.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  6930.         $instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
  6931.         return $instance;
  6932.     }
  6933.     /**
  6934.      * Gets the public 'app.service.list_email' shared autowired service.
  6935.      *
  6936.      * @return \WebBundle\Service\ListEmailService
  6937.      */
  6938.     protected function getApp_Service_ListEmailService()
  6939.     {
  6940.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ListEmailService.php';
  6941.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/ListEmailFiller.php';
  6942.         $a = ($this->services['app.service.mail_view'] ?? $this->getApp_Service_MailViewService());
  6943.         if (isset($this->services['app.service.list_email'])) {
  6944.             return $this->services['app.service.list_email'];
  6945.         }
  6946.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6947.         if (isset($this->services['app.service.list_email'])) {
  6948.             return $this->services['app.service.list_email'];
  6949.         }
  6950.         $this->services['app.service.list_email'] = $instance = new \WebBundle\Service\ListEmailService($this, ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $a$b, ($this->services['FlexApp\\Service\\BBCodeManager'] ?? $this->getBBCodeManagerService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService()));
  6951.         $instance->listEmailFiller = ($this->services['WebBundle\\Filler\\ListEmailFiller'] ?? ($this->services['WebBundle\\Filler\\ListEmailFiller'] = new \WebBundle\Filler\ListEmailFiller()));
  6952.         $instance->listEmailRepository = ($this->services['WebBundle\\Repository\\ListEmailRepository'] ?? $this->getListEmailRepositoryService());
  6953.         $instance->mailerHelper = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  6954.         return $instance;
  6955.     }
  6956.     /**
  6957.      * Gets the public 'app.service.localization' shared autowired service.
  6958.      *
  6959.      * @return \WebBundle\Service\LocalizationService
  6960.      */
  6961.     protected function getApp_Service_LocalizationService()
  6962.     {
  6963.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/LocalizationService.php';
  6964.         $this->services['app.service.localization'] = $instance = new \WebBundle\Service\LocalizationService();
  6965.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  6966.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  6967.         $instance->orderAddressRepository = ($this->services['WebBundle\\Repository\\OrderAddressRepository'] ?? $this->getOrderAddressRepositoryService());
  6968.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  6969.         return $instance;
  6970.     }
  6971.     /**
  6972.      * Gets the public 'app.service.location' shared autowired service.
  6973.      *
  6974.      * @return \WebBundle\Service\LocationService
  6975.      */
  6976.     protected function getApp_Service_LocationService()
  6977.     {
  6978.         return $this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4));
  6979.     }
  6980.     /**
  6981.      * Gets the public 'app.service.mail_view' shared autowired service.
  6982.      *
  6983.      * @return \WebBundle\Service\MailViewService
  6984.      */
  6985.     protected function getApp_Service_MailViewService()
  6986.     {
  6987.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/MailViewService.php';
  6988.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6989.         if (isset($this->services['app.service.mail_view'])) {
  6990.             return $this->services['app.service.mail_view'];
  6991.         }
  6992.         return $this->services['app.service.mail_view'] = new \WebBundle\Service\MailViewService($this$a);
  6993.     }
  6994.     /**
  6995.      * Gets the public 'app.service.order' shared autowired service.
  6996.      *
  6997.      * @return \WebBundle\Service\OrderService
  6998.      */
  6999.     protected function getApp_Service_OrderService()
  7000.     {
  7001.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7002.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderService.php';
  7003.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Order/OrderUserService.php';
  7004.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  7006.         include_once \dirname(__DIR__4).'/src/WebBundle/Serializer/Normalizer/OrderListNormalizer.php';
  7007.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7008.         if (isset($this->services['app.service.order'])) {
  7009.             return $this->services['app.service.order'];
  7010.         }
  7011.         $b = ($this->services['app.service.order_address'] ?? $this->getApp_Service_OrderAddressService());
  7012.         if (isset($this->services['app.service.order'])) {
  7013.             return $this->services['app.service.order'];
  7014.         }
  7015.         $c = ($this->services['app.service.order_history'] ?? $this->getApp_Service_OrderHistoryService());
  7016.         if (isset($this->services['app.service.order'])) {
  7017.             return $this->services['app.service.order'];
  7018.         }
  7019.         $d = ($this->services['app.service.order_payment'] ?? $this->getApp_Service_OrderPaymentService());
  7020.         if (isset($this->services['app.service.order'])) {
  7021.             return $this->services['app.service.order'];
  7022.         }
  7023.         $e = ($this->services['app.service.order_item'] ?? $this->getApp_Service_OrderItemService());
  7024.         if (isset($this->services['app.service.order'])) {
  7025.             return $this->services['app.service.order'];
  7026.         }
  7027.         $f = ($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'] ?? $this->getAjaxRegistrationByEmailServiceService());
  7028.         if (isset($this->services['app.service.order'])) {
  7029.             return $this->services['app.service.order'];
  7030.         }
  7031.         $g = ($this->privates['security.user_authenticator'] ?? $this->getSecurity_UserAuthenticatorService());
  7032.         if (isset($this->services['app.service.order'])) {
  7033.             return $this->services['app.service.order'];
  7034.         }
  7035.         $h = ($this->privates['FlexApp\\Service\\UserPortalService'] ?? $this->getUserPortalServiceService());
  7036.         if (isset($this->services['app.service.order'])) {
  7037.             return $this->services['app.service.order'];
  7038.         }
  7039.         $i = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  7040.         if (isset($this->services['app.service.order'])) {
  7041.             return $this->services['app.service.order'];
  7042.         }
  7043.         $j = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7044.         if (isset($this->services['app.service.order'])) {
  7045.             return $this->services['app.service.order'];
  7046.         }
  7047.         $k = ($this->services['logger'] ?? $this->getLoggerService());
  7048.         $l = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  7049.         $this->services['app.service.order'] = $instance = new \WebBundle\Service\OrderService($a$b$c$d$e, ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService()), ($this->services['app.service.sample'] ?? $this->getApp_Service_SampleService()), new \FlexApp\Service\Order\OrderUserService($f$k, ($this->privates['FlexApp\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), $g$h$l$i), $j, ($this->services['app.normalizer.order_list'] ?? ($this->services['app.normalizer.order_list'] = new \WebBundle\Serializer\Normalizer\OrderListNormalizer())), ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService()), $l, ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService()), $k$i);
  7050.         $instance->orderFiller = ($this->services['WebBundle\\Filler\\OrderFiller'] ?? $this->getOrderFillerService());
  7051.         $instance->orderItemsFiller = ($this->services['WebBundle\\Filler\\OrderItemsFiller'] ?? $this->getOrderItemsFillerService());
  7052.         $instance->currencyRateRepository = ($this->services['app.repo.currency_rate'] ?? $this->getApp_Repo_CurrencyRateService());
  7053.         $instance->listVatRepository = ($this->services['WebBundle\\Repository\\ListVatRepository'] ?? $this->getListVatRepositoryService());
  7054.         $instance->warehouseService = ($this->services['WebBundle\\Service\\WarehouseService'] ?? $this->getWarehouseServiceService());
  7055.         $instance->buyOrderManagerService = ($this->services['WebBundle\\Service\\BuyOrderManagerService'] ?? $this->getBuyOrderManagerServiceService());
  7056.         $instance->buyOrderDeliveryService = ($this->services['WebBundle\\Service\\BuyOrderDeliveryService'] ?? $this->getBuyOrderDeliveryServiceService());
  7057.         $instance->portalService = ($this->services['WebBundle\\Service\\PortalService'] ?? $this->getPortalServiceService());
  7058.         $instance->translationService = ($this->services['WebBundle\\Service\\TranslationService'] ?? $this->getTranslationServiceService());
  7059.         $instance->userService = ($this->services['app.service.user'] ?? $this->getApp_Service_UserService());
  7060.         $instance->italianTaxCodeService = ($this->services['WebBundle\\Service\\ItalianTaxCodeService'] ?? $this->getItalianTaxCodeServiceService());
  7061.         $instance->security = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  7062.         return $instance;
  7063.     }
  7064.     /**
  7065.      * Gets the public 'app.service.order_address' shared autowired service.
  7066.      *
  7067.      * @return \WebBundle\Service\OrderAddressService
  7068.      */
  7069.     protected function getApp_Service_OrderAddressService()
  7070.     {
  7071.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderAddressService.php';
  7072.         $a = ($this->services['app.service.user'] ?? $this->getApp_Service_UserService());
  7073.         if (isset($this->services['app.service.order_address'])) {
  7074.             return $this->services['app.service.order_address'];
  7075.         }
  7076.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7077.         if (isset($this->services['app.service.order_address'])) {
  7078.             return $this->services['app.service.order_address'];
  7079.         }
  7080.         return $this->services['app.service.order_address'] = new \WebBundle\Service\OrderAddressService($a$b, ($this->services['WebBundle\\Repository\\OrderAddressRepository'] ?? $this->getOrderAddressRepositoryService()));
  7081.     }
  7082.     /**
  7083.      * Gets the public 'app.service.order_history' shared autowired service.
  7084.      *
  7085.      * @return \WebBundle\Service\OrderHistoryService
  7086.      */
  7087.     protected function getApp_Service_OrderHistoryService()
  7088.     {
  7089.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderHistoryService.php';
  7090.         $a = ($this->services['app.service.list_email'] ?? $this->getApp_Service_ListEmailService());
  7091.         if (isset($this->services['app.service.order_history'])) {
  7092.             return $this->services['app.service.order_history'];
  7093.         }
  7094.         $b = ($this->services['WebBundle\\Repository\\ListEmailRepository'] ?? $this->getListEmailRepositoryService());
  7095.         if (isset($this->services['app.service.order_history'])) {
  7096.             return $this->services['app.service.order_history'];
  7097.         }
  7098.         return $this->services['app.service.order_history'] = new \WebBundle\Service\OrderHistoryService($a$b, ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->services['WebBundle\\Repository\\OrderHistoryRepository'] ?? $this->getOrderHistoryRepositoryService()));
  7099.     }
  7100.     /**
  7101.      * Gets the public 'app.service.order_item' shared autowired service.
  7102.      *
  7103.      * @return \WebBundle\Service\OrderItemService
  7104.      */
  7105.     protected function getApp_Service_OrderItemService()
  7106.     {
  7107.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7108.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderItemService.php';
  7109.         $a = ($this->services['app.service.sample'] ?? $this->getApp_Service_SampleService());
  7110.         if (isset($this->services['app.service.order_item'])) {
  7111.             return $this->services['app.service.order_item'];
  7112.         }
  7113.         $b = ($this->services['app.service.order_history'] ?? $this->getApp_Service_OrderHistoryService());
  7114.         if (isset($this->services['app.service.order_item'])) {
  7115.             return $this->services['app.service.order_item'];
  7116.         }
  7117.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7118.         if (isset($this->services['app.service.order_item'])) {
  7119.             return $this->services['app.service.order_item'];
  7120.         }
  7121.         return $this->services['app.service.order_item'] = new \WebBundle\Service\OrderItemService($a$b$c);
  7122.     }
  7123.     /**
  7124.      * Gets the public 'app.service.order_one_c' shared autowired service.
  7125.      *
  7126.      * @return \WebBundle\Service\OrderOneCService
  7127.      */
  7128.     protected function getApp_Service_OrderOneCService()
  7129.     {
  7130.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderOneCService.php';
  7131.         include_once \dirname(__DIR__4).'/src/WebBundle/Filler/OrderOneCFiller.php';
  7132.         $a = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  7133.         if (isset($this->services['app.service.order_one_c'])) {
  7134.             return $this->services['app.service.order_one_c'];
  7135.         }
  7136.         $this->services['app.service.order_one_c'] = $instance = new \WebBundle\Service\OrderOneCService(($this->services['app.service.location'] ?? ($this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4)))), ($this->services['WebBundle\\Repository\\VisitRepository'] ?? $this->getVisitRepositoryService()), $a);
  7137.         $instance->redisCachePool = ($this->services['FlexApp\\Service\\RedisCachePool'] ?? $this->getRedisCachePoolService());
  7138.         $instance->orderPaymentService = ($this->services['app.service.order_payment'] ?? $this->getApp_Service_OrderPaymentService());
  7139.         $instance->orderOneCFiller = ($this->services['WebBundle\\Filler\\OrderOneCFiller'] ?? ($this->services['WebBundle\\Filler\\OrderOneCFiller'] = new \WebBundle\Filler\OrderOneCFiller()));
  7140.         return $instance;
  7141.     }
  7142.     /**
  7143.      * Gets the public 'app.service.order_payment' shared autowired service.
  7144.      *
  7145.      * @return \WebBundle\Service\OrderPaymentService
  7146.      */
  7147.     protected function getApp_Service_OrderPaymentService()
  7148.     {
  7149.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7150.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderPaymentService.php';
  7151.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7152.         if (isset($this->services['app.service.order_payment'])) {
  7153.             return $this->services['app.service.order_payment'];
  7154.         }
  7155.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  7156.         if (isset($this->services['app.service.order_payment'])) {
  7157.             return $this->services['app.service.order_payment'];
  7158.         }
  7159.         $this->services['app.service.order_payment'] = $instance = new \WebBundle\Service\OrderPaymentService($a, ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['WebBundle\\Repository\\OrderPaymentRepository'] ?? $this->getOrderPaymentRepositoryService()), $b);
  7160.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  7161.         $instance->orderOneCService = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  7162.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  7163.         return $instance;
  7164.     }
  7165.     /**
  7166.      * Gets the public 'app.service.payment' shared autowired service.
  7167.      *
  7168.      * @return \WebBundle\Service\PaymentFromOneCService
  7169.      */
  7170.     protected function getApp_Service_PaymentService()
  7171.     {
  7172.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PaymentFromOneCService.php';
  7173.         $this->services['app.service.payment'] = $instance = new \WebBundle\Service\PaymentFromOneCService();
  7174.         $instance->paymentFromOneCRepository = ($this->services['WebBundle\\Repository\\PaymentFromOneCRepository'] ?? $this->getPaymentFromOneCRepositoryService());
  7175.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  7176.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  7177.         $instance->paymentBrainTreeService = ($this->services['app.service.payment.brain_tree'] ?? $this->getApp_Service_Payment_BrainTreeService());
  7178.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  7179.         $instance->soapResponseService = ($this->services['app.service.soap_response_service'] ?? $this->getApp_Service_SoapResponseServiceService());
  7180.         return $instance;
  7181.     }
  7182.     /**
  7183.      * Gets the public 'app.service.payment.adyen' shared autowired service.
  7184.      *
  7185.      * @return \WebBundle\Service\PaymentAdyenService
  7186.      */
  7187.     protected function getApp_Service_Payment_AdyenService()
  7188.     {
  7189.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7190.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderPaymentService.php';
  7191.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PaymentAdyenService.php';
  7192.         $this->services['app.service.payment.adyen'] = $instance = new \WebBundle\Service\PaymentAdyenService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['WebBundle\\Repository\\OrderPaymentRepository'] ?? $this->getOrderPaymentRepositoryService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  7193.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  7194.         $instance->orderOneCService = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  7195.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  7196.         return $instance;
  7197.     }
  7198.     /**
  7199.      * Gets the public 'app.service.payment.brain_tree' shared autowired service.
  7200.      *
  7201.      * @return \WebBundle\Service\PaymentBrainTreeService
  7202.      */
  7203.     protected function getApp_Service_Payment_BrainTreeService()
  7204.     {
  7205.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7206.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderPaymentService.php';
  7207.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PaymentBrainTreeService.php';
  7208.         $this->services['app.service.payment.brain_tree'] = $instance = new \WebBundle\Service\PaymentBrainTreeService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['WebBundle\\Repository\\OrderPaymentRepository'] ?? $this->getOrderPaymentRepositoryService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  7209.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  7210.         $instance->orderOneCService = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  7211.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  7212.         return $instance;
  7213.     }
  7214.     /**
  7215.      * Gets the public 'app.service.payment.pay_pal' shared autowired service.
  7216.      *
  7217.      * @return \WebBundle\Service\PaymentPayPalService
  7218.      */
  7219.     protected function getApp_Service_Payment_PayPalService()
  7220.     {
  7221.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7222.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderPaymentService.php';
  7223.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PaymentPayPalService.php';
  7224.         $this->services['app.service.payment.pay_pal'] = $instance = new \WebBundle\Service\PaymentPayPalService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['WebBundle\\Repository\\OrderPaymentRepository'] ?? $this->getOrderPaymentRepositoryService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  7225.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  7226.         $instance->orderOneCService = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  7227.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  7228.         return $instance;
  7229.     }
  7230.     /**
  7231.      * Gets the public 'app.service.payment.sberbank' shared autowired service.
  7232.      *
  7233.      * @return \WebBundle\Service\PaymentSberbankService
  7234.      */
  7235.     protected function getApp_Service_Payment_SberbankService()
  7236.     {
  7237.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7238.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/OrderPaymentService.php';
  7239.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PaymentSberbankService.php';
  7240.         $this->services['app.service.payment.sberbank'] = $instance = new \WebBundle\Service\PaymentSberbankService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['WebBundle\\Repository\\OrderPaymentRepository'] ?? $this->getOrderPaymentRepositoryService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  7241.         $instance->orderService = ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService());
  7242.         $instance->orderOneCService = ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService());
  7243.         $instance->buyOrderRepository = ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService());
  7244.         return $instance;
  7245.     }
  7246.     /**
  7247.      * Gets the public 'app.service.publication' shared autowired service.
  7248.      *
  7249.      * @return \WebBundle\Service\PublicationService
  7250.      */
  7251.     protected function getApp_Service_PublicationService()
  7252.     {
  7253.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/PublicationService.php';
  7254.         $this->services['app.service.publication'] = $instance = new \WebBundle\Service\PublicationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  7255.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  7256.         $instance->exhRepository = ($this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] ?? $this->getExhRepositoryService());
  7257.         return $instance;
  7258.     }
  7259.     /**
  7260.      * Gets the public 'app.service.rank' shared autowired service.
  7261.      *
  7262.      * @return \WebBundle\Service\RankService
  7263.      */
  7264.     protected function getApp_Service_RankService()
  7265.     {
  7266.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/RankService.php';
  7267.         $this->services['app.service.rank'] = $instance = new \WebBundle\Service\RankService($this);
  7268.         $instance->repoStatViews = ($this->privates['FlexApp\\Repository\\StatsRepository'] ?? $this->getStatsRepositoryService());
  7269.         return $instance;
  7270.     }
  7271.     /**
  7272.      * Gets the public 'app.service.request' shared autowired service.
  7273.      *
  7274.      * @return \WebBundle\Service\RequestService
  7275.      */
  7276.     protected function getApp_Service_RequestService()
  7277.     {
  7278.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/RequestService.php';
  7279.         return $this->services['app.service.request'] = new \WebBundle\Service\RequestService(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['app.helper.validator'] ?? $this->getApp_Helper_ValidatorService()), ($this->services['app.service.location'] ?? ($this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4)))), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $this->parameters['mailer_email_from'], []);
  7280.     }
  7281.     /**
  7282.      * Gets the public 'app.service.review_invitations' shared autowired service.
  7283.      *
  7284.      * @return \WebBundle\Service\ReviewInvitationsService
  7285.      */
  7286.     protected function getApp_Service_ReviewInvitationsService()
  7287.     {
  7288.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7289.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ReviewInvitationsService.php';
  7290.         return $this->services['app.service.review_invitations'] = new \WebBundle\Service\ReviewInvitationsService(($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->services['app.service.order_history'] ?? $this->getApp_Service_OrderHistoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository'] ?? $this->getInvitationEmailDeliveryStatsRepositoryService()));
  7291.     }
  7292.     /**
  7293.      * Gets the public 'app.service.reviews' shared autowired service.
  7294.      *
  7295.      * @return \WebBundle\Service\ReviewsService
  7296.      */
  7297.     protected function getApp_Service_ReviewsService()
  7298.     {
  7299.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ReviewsService.php';
  7300.         $this->services['app.service.reviews'] = $instance = new \WebBundle\Service\ReviewsService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7301.         $instance->productReviewsCacheRepository = ($this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] ?? $this->getProductReviewsCacheRepositoryService());
  7302.         $instance->reviewsCacheRepository = ($this->services['WebBundle\\Repository\\ReviewsCacheRepository'] ?? $this->getReviewsCacheRepositoryService());
  7303.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  7304.         return $instance;
  7305.     }
  7306.     /**
  7307.      * Gets the public 'app.service.sample' shared autowired service.
  7308.      *
  7309.      * @return \WebBundle\Service\SampleService
  7310.      */
  7311.     protected function getApp_Service_SampleService()
  7312.     {
  7313.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SampleService.php';
  7314.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7315.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CacheService.php';
  7316.         $a = ($this->services['app.repo.currency_rate'] ?? $this->getApp_Repo_CurrencyRateService());
  7317.         if (isset($this->services['app.service.sample'])) {
  7318.             return $this->services['app.service.sample'];
  7319.         }
  7320.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  7321.         if (isset($this->services['app.service.sample'])) {
  7322.             return $this->services['app.service.sample'];
  7323.         }
  7324.         $this->services['app.service.sample'] = $instance = new \WebBundle\Service\SampleService(($this->services['app.service.soap_response_service'] ?? $this->getApp_Service_SoapResponseServiceService()), ($this->services['logger'] ?? $this->getLoggerService()), $a, ($this->services['app.service.cache'] ?? ($this->services['app.service.cache'] = new \FlexApp\Service\CacheService())), $b);
  7325.         $instance->sampleRepository = ($this->services['app.repo.sample'] ?? $this->getApp_Repo_SampleService());
  7326.         $instance->articleRepository = ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService());
  7327.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  7328.         return $instance;
  7329.     }
  7330.     /**
  7331.      * Gets the public 'app.service.setting.collection' shared autowired service.
  7332.      *
  7333.      * @return \WebBundle\Service\SetHeaderIntoCollectionHandler
  7334.      */
  7335.     protected function getApp_Service_Setting_CollectionService()
  7336.     {
  7337.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SetHeaderIntoCollectionHandler.php';
  7338.         $this->services['app.service.setting.collection'] = $instance = new \WebBundle\Service\SetHeaderIntoCollectionHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  7339.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  7340.         return $instance;
  7341.     }
  7342.     /**
  7343.      * Gets the public 'app.service.soap_response_service' shared autowired service.
  7344.      *
  7345.      * @return \WebBundle\Service\SoapResponseService
  7346.      */
  7347.     protected function getApp_Service_SoapResponseServiceService()
  7348.     {
  7349.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SoapResponseService.php';
  7350.         include_once \dirname(__DIR__4).'/src/WebBundle/Client/OneCSoapApiClient.php';
  7351.         $a = ($this->services['WebBundle\\Client\\OneCSoapApiClient'] ?? ($this->services['WebBundle\\Client\\OneCSoapApiClient'] = new \WebBundle\Client\OneCSoapApiClient($this->getEnv('SOAP_LOGIN'), $this->getEnv('SOAP_PASSWORD'), $this->getEnv('SOAP_CALCULATE_URL'))));
  7352.         $this->services['app.service.soap_response_service'] = $instance = new \WebBundle\Service\SoapResponseService($a);
  7353.         $instance->oneCSoapApiClient $a;
  7354.         return $instance;
  7355.     }
  7356.     /**
  7357.      * Gets the public 'app.service.te_common_data' shared autowired service.
  7358.      *
  7359.      * @return \WebBundle\Service\CommonDataService
  7360.      */
  7361.     protected function getApp_Service_TeCommonDataService()
  7362.     {
  7363.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/CommonDataService.php';
  7364.         $this->services['app.service.te_common_data'] = $instance = new \WebBundle\Service\CommonDataService();
  7365.         $instance->authorizationChecker = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  7366.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  7367.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  7368.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  7369.         $instance->commentablePageDataProvider = ($this->services['FlexApp\\Service\\CommentablePageDataProvider'] ?? $this->getCommentablePageDataProviderService());
  7370.         $instance->requestStack = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  7371.         $instance->localizationService = ($this->services['app.service.localization'] ?? $this->getApp_Service_LocalizationService());
  7372.         return $instance;
  7373.     }
  7374.     /**
  7375.      * Gets the public 'app.service.till_ru' shared autowired service.
  7376.      *
  7377.      * @return \WebBundle\Service\TillRuService
  7378.      */
  7379.     protected function getApp_Service_TillRuService()
  7380.     {
  7381.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/TillRuService.php';
  7382.         return $this->services['app.service.till_ru'] = new \WebBundle\Service\TillRuService(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  7383.     }
  7384.     /**
  7385.      * Gets the public 'app.service.user' shared autowired service.
  7386.      *
  7387.      * @return \WebBundle\Service\UserService
  7388.      */
  7389.     protected function getApp_Service_UserService()
  7390.     {
  7391.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7392.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/UserService.php';
  7393.         $this->services['app.service.user'] = $instance = new \WebBundle\Service\UserService();
  7394.         $instance->translationService = ($this->services['WebBundle\\Service\\TranslationService'] ?? $this->getTranslationServiceService());
  7395.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  7396.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  7397.         return $instance;
  7398.     }
  7399.     /**
  7400.      * Gets the public 'app.service.user_profile' shared autowired service.
  7401.      *
  7402.      * @return \WebBundle\Service\UserProfileService
  7403.      */
  7404.     protected function getApp_Service_UserProfileService()
  7405.     {
  7406.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  7407.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/UserProfileService.php';
  7408.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  7409.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7410.         $this->services['app.service.user_profile'] = $instance = new \WebBundle\Service\UserProfileService($a);
  7411.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  7412.         $instance->entityManager $a;
  7413.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  7414.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  7415.         $instance->validator = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  7416.         $instance->userLogger = ($this->privates['FlexApp\\Service\\ManualReg\\UserLogger'] ?? $this->getUserLoggerService());
  7417.         return $instance;
  7418.     }
  7419.     /**
  7420.      * Gets the public 'app.service.vacancy' shared autowired service.
  7421.      *
  7422.      * @return \WebBundle\Service\VacancyService
  7423.      */
  7424.     protected function getApp_Service_VacancyService()
  7425.     {
  7426.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/VacancyService.php';
  7427.         return $this->services['app.service.vacancy'] = new \WebBundle\Service\VacancyService();
  7428.     }
  7429.     /**
  7430.      * Gets the public 'app.service.vat' shared autowired service.
  7431.      *
  7432.      * @return \WebBundle\Service\VatService
  7433.      */
  7434.     protected function getApp_Service_VatService()
  7435.     {
  7436.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/VatService.php';
  7437.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  7438.         if (isset($this->services['app.service.vat'])) {
  7439.             return $this->services['app.service.vat'];
  7440.         }
  7441.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  7442.         if (isset($this->services['app.service.vat'])) {
  7443.             return $this->services['app.service.vat'];
  7444.         }
  7445.         $this->services['app.service.vat'] = $instance = new \WebBundle\Service\VatService(($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->services['knp_snappy.pdf'] ?? $this->getKnpSnappy_PdfService()), $a, ($this->services['logger'] ?? $this->getLoggerService()), $b);
  7446.         $instance->listVatRepository = ($this->services['WebBundle\\Repository\\ListVatRepository'] ?? $this->getListVatRepositoryService());
  7447.         return $instance;
  7448.     }
  7449.     /**
  7450.      * Gets the public 'app.service.visited' shared autowired service.
  7451.      *
  7452.      * @return \WebBundle\Service\VisitedService
  7453.      */
  7454.     protected function getApp_Service_VisitedService()
  7455.     {
  7456.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/VisitedService.php';
  7457.         return $this->services['app.service.visited'] = new \WebBundle\Service\VisitedService();
  7458.     }
  7459.     /**
  7460.      * Gets the public 'app.service.widjet_review' shared autowired service.
  7461.      *
  7462.      * @return \WebBundle\Service\WidjetReviewService
  7463.      */
  7464.     protected function getApp_Service_WidjetReviewService()
  7465.     {
  7466.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/WidjetReviewService.php';
  7467.         return $this->services['app.service.widjet_review'] = new \WebBundle\Service\WidjetReviewService(($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService()), ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService()));
  7468.     }
  7469.     /**
  7470.      * Gets the public 'app.social_login' shared autowired service.
  7471.      *
  7472.      * @return \WebBundle\Service\SocialLoginService
  7473.      */
  7474.     protected function getApp_SocialLoginService()
  7475.     {
  7476.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SocialLoginService.php';
  7477.         return $this->services['app.social_login'] = new \WebBundle\Service\SocialLoginService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.password_encoder'] ?? $this->get_Container_Private_Security_PasswordEncoderService()));
  7478.     }
  7479.     /**
  7480.      * Gets the public 'app.tg.bot.alert' shared autowired service.
  7481.      *
  7482.      * @return \WebBundle\Client\TelegramApiClient
  7483.      */
  7484.     protected function getApp_Tg_Bot_AlertService()
  7485.     {
  7486.         include_once \dirname(__DIR__4).'/src/WebBundle/Client/TelegramApiClient.php';
  7487.         include_once \dirname(__DIR__4).'/src/WebBundle/Factory/TelegramApiFactory.php';
  7488.         return $this->services['app.tg.bot.alert'] = (new \WebBundle\Factory\TelegramApiFactory())->getRTgClient($this->getEnv('ALERT_TELEGRAM_BOT_TOKEN'), $this->getEnv('ALERT_TELEGRAM_CHAT_ID'));
  7489.     }
  7490.     /**
  7491.      * Gets the public 'app.twig.bbcode_extension' shared service.
  7492.      *
  7493.      * @return \WebBundle\Twig\BBCodeExtension
  7494.      */
  7495.     protected function getApp_Twig_BbcodeExtensionService()
  7496.     {
  7497.         return $this->services['app.twig.bbcode_extension'] = new \WebBundle\Twig\BBCodeExtension($this);
  7498.     }
  7499.     /**
  7500.      * Gets the public 'app.twig.comment_extension' shared service.
  7501.      *
  7502.      * @return \WebBundle\Twig\CommentExtension
  7503.      */
  7504.     protected function getApp_Twig_CommentExtensionService()
  7505.     {
  7506.         return $this->services['app.twig.comment_extension'] = new \WebBundle\Twig\CommentExtension($this);
  7507.     }
  7508.     /**
  7509.      * Gets the public 'app.twig_extension' shared autowired service.
  7510.      *
  7511.      * @return \WebBundle\Twig\AppExtension
  7512.      */
  7513.     protected function getApp_TwigExtensionService()
  7514.     {
  7515.         $this->services['app.twig_extension'] = $instance = new \WebBundle\Twig\AppExtension($this, ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()));
  7516.         $a = new \FlexApp\Service\JWTGenerator();
  7517.         $a->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  7518.         $instance->chatBRepository = ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService());
  7519.         $instance->chatBMessageRepository = ($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService());
  7520.         $instance->boolDBSettingRepository = ($this->privates['FlexApp\\Repository\\BoolDBSettingRepository'] ?? $this->getBoolDBSettingRepositoryService());
  7521.         $instance->widgetRepository = ($this->privates['FlexApp\\Repository\\WidgetRepository'] ?? $this->getWidgetRepositoryService());
  7522.         $instance->jwtGenerator $a;
  7523.         return $instance;
  7524.     }
  7525.     /**
  7526.      * Gets the public 'app.validator.unique_participant' shared autowired service.
  7527.      *
  7528.      * @return \WebBundle\Validator\Constraints\UniqueParticipantValidator
  7529.      */
  7530.     protected function getApp_Validator_UniqueParticipantService()
  7531.     {
  7532.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7533.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7534.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/UniqueParticipantValidator.php';
  7535.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  7536.         if (isset($this->services['app.validator.unique_participant'])) {
  7537.             return $this->services['app.validator.unique_participant'];
  7538.         }
  7539.         return $this->services['app.validator.unique_participant'] = new \WebBundle\Validator\Constraints\UniqueParticipantValidator($a);
  7540.     }
  7541.     /**
  7542.      * Gets the public 'app.validator.unique_user_email' shared autowired service.
  7543.      *
  7544.      * @return \WebBundle\Validator\Constraints\UniqueUserEmailValidator
  7545.      */
  7546.     protected function getApp_Validator_UniqueUserEmailService()
  7547.     {
  7548.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7549.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7550.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/UniqueUserEmailValidator.php';
  7551.         return $this->services['app.validator.unique_user_email'] = new \WebBundle\Validator\Constraints\UniqueUserEmailValidator(($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  7552.     }
  7553.     /**
  7554.      * Gets the public 'app.validator.validate_user_email' shared autowired service.
  7555.      *
  7556.      * @return \WebBundle\Validator\Constraints\ValidUserEmailValidator
  7557.      */
  7558.     protected function getApp_Validator_ValidateUserEmailService()
  7559.     {
  7560.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  7561.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  7562.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/ValidUserEmailValidator.php';
  7563.         return $this->services['app.validator.validate_user_email'] = new \WebBundle\Validator\Constraints\ValidUserEmailValidator();
  7564.     }
  7565.     /**
  7566.      * Gets the public 'authentication_handler' shared autowired service.
  7567.      *
  7568.      * @return \WebBundle\Service\AuthenticationHandler
  7569.      */
  7570.     protected function getAuthenticationHandlerService()
  7571.     {
  7572.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutSuccessHandlerInterface.php';
  7573.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  7574.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/AuthenticationHandler.php';
  7575.         return $this->services['authentication_handler'] = new \WebBundle\Service\AuthenticationHandler(($this->services['logger'] ?? $this->getLoggerService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), '.dev-bi.tile.expert');
  7576.     }
  7577.     /**
  7578.      * Gets the public 'bi.v3.command.articles_option' shared service.
  7579.      *
  7580.      * @return \Import1CBundle\Command\CronArticlesOptionCommand
  7581.      */
  7582.     protected function getBi_V3_Command_ArticlesOptionService()
  7583.     {
  7584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7585.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7586.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronArticlesOptionCommand.php';
  7587.         $this->services['bi.v3.command.articles_option'] = $instance = new \Import1CBundle\Command\CronArticlesOptionCommand();
  7588.         $instance->setName('bi:cron:articles_option');
  7589.         return $instance;
  7590.     }
  7591.     /**
  7592.      * Gets the public 'bi.v3.command.bad_image' shared service.
  7593.      *
  7594.      * @return \Import1CBundle\Command\CronMessageSendBadImageInteriorCommand
  7595.      */
  7596.     protected function getBi_V3_Command_BadImageService()
  7597.     {
  7598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7599.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7600.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronMessageSendBadImageInteriorCommand.php';
  7601.         $this->services['bi.v3.command.bad_image'] = $instance = new \Import1CBundle\Command\CronMessageSendBadImageInteriorCommand();
  7602.         $instance->setName('bi:cron:send_bad_image');
  7603.         return $instance;
  7604.     }
  7605.     /**
  7606.      * Gets the public 'bi.v3.command.buy_order' shared service.
  7607.      *
  7608.      * @return \Import1CBundle\Command\OnceRun\GetBuyOrderCommand
  7609.      */
  7610.     protected function getBi_V3_Command_BuyOrderService()
  7611.     {
  7612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7613.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7614.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/GetBuyOrderCommand.php';
  7615.         $this->services['bi.v3.command.buy_order'] = $instance = new \Import1CBundle\Command\OnceRun\GetBuyOrderCommand();
  7616.         $instance->setName('bi:oncerun:buy_order');
  7617.         return $instance;
  7618.     }
  7619.     /**
  7620.      * Gets the public 'bi.v3.command.check_list_report' shared service.
  7621.      *
  7622.      * @return \Import1CBundle\Command\CronCheckListReportCommand
  7623.      */
  7624.     protected function getBi_V3_Command_CheckListReportService()
  7625.     {
  7626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7627.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7628.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronCheckListReportCommand.php';
  7629.         $this->services['bi.v3.command.check_list_report'] = $instance = new \Import1CBundle\Command\CronCheckListReportCommand();
  7630.         $instance->setName('bi:cron:check_list_report');
  7631.         return $instance;
  7632.     }
  7633.     /**
  7634.      * Gets the public 'bi.v3.command.cmyk_source_image' shared service.
  7635.      *
  7636.      * @return \Import1CBundle\Command\OnceRun\SearchCMYKSourceImageCommand
  7637.      */
  7638.     protected function getBi_V3_Command_CmykSourceImageService()
  7639.     {
  7640.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7641.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7642.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SearchCMYKSourceImageCommand.php';
  7643.         $this->services['bi.v3.command.cmyk_source_image'] = $instance = new \Import1CBundle\Command\OnceRun\SearchCMYKSourceImageCommand();
  7644.         $instance->setName('bi:oncerun:search_cmyk_source');
  7645.         return $instance;
  7646.     }
  7647.     /**
  7648.      * Gets the public 'bi.v3.command.collection.set_header' shared service.
  7649.      *
  7650.      * @return \Import1CBundle\Command\CronCollectionHeaderCommand
  7651.      */
  7652.     protected function getBi_V3_Command_Collection_SetHeaderService()
  7653.     {
  7654.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7655.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7656.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronCollectionHeaderCommand.php';
  7657.         $this->services['bi.v3.command.collection.set_header'] = $instance = new \Import1CBundle\Command\CronCollectionHeaderCommand();
  7658.         $instance->setName('bi:cron:set_header_collection');
  7659.         return $instance;
  7660.     }
  7661.     /**
  7662.      * Gets the public 'bi.v3.command.collection_video' shared service.
  7663.      *
  7664.      * @return \Import1CBundle\Command\CronCollectionVideoCommand
  7665.      */
  7666.     protected function getBi_V3_Command_CollectionVideoService()
  7667.     {
  7668.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7669.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7670.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronCollectionVideoCommand.php';
  7671.         $this->services['bi.v3.command.collection_video'] = $instance = new \Import1CBundle\Command\CronCollectionVideoCommand();
  7672.         $instance->setName('bi:cron:collection_video');
  7673.         return $instance;
  7674.     }
  7675.     /**
  7676.      * Gets the public 'bi.v3.command.data_update_draw' shared service.
  7677.      *
  7678.      * @return \Import1CBundle\Command\CronUpdateDrawCommand
  7679.      */
  7680.     protected function getBi_V3_Command_DataUpdateDrawService()
  7681.     {
  7682.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7683.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7684.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateDrawCommand.php';
  7685.         $this->services['bi.v3.command.data_update_draw'] = $instance = new \Import1CBundle\Command\CronUpdateDrawCommand();
  7686.         $instance->setName('bi:cron:data_update_draw');
  7687.         return $instance;
  7688.     }
  7689.     /**
  7690.      * Gets the public 'bi.v3.command.delete_tube' shared service.
  7691.      *
  7692.      * @return \Import1CBundle\Command\Pheanstalk\DeleteTubeCommand
  7693.      */
  7694.     protected function getBi_V3_Command_DeleteTubeService()
  7695.     {
  7696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7697.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/Pheanstalk/DeleteTubeCommand.php';
  7698.         $this->services['bi.v3.command.delete_tube'] = $instance = new \Import1CBundle\Command\Pheanstalk\DeleteTubeCommand();
  7699.         $instance->setName('pheanstalk:delete-tube');
  7700.         return $instance;
  7701.     }
  7702.     /**
  7703.      * Gets the public 'bi.v3.command.factory.set_type' shared service.
  7704.      *
  7705.      * @return \Import1CBundle\Command\CronFactoryTypeCommand
  7706.      */
  7707.     protected function getBi_V3_Command_Factory_SetTypeService()
  7708.     {
  7709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7710.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7711.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFactoryTypeCommand.php';
  7712.         $this->services['bi.v3.command.factory.set_type'] = $instance = new \Import1CBundle\Command\CronFactoryTypeCommand();
  7713.         $instance->setName('bi:cron:set_type_factory');
  7714.         return $instance;
  7715.     }
  7716.     /**
  7717.      * Gets the public 'bi.v3.command.factory_sync' shared service.
  7718.      *
  7719.      * @return \Import1CBundle\Command\OnceRun\FactorySynchroCommand
  7720.      */
  7721.     protected function getBi_V3_Command_FactorySyncService()
  7722.     {
  7723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7724.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7725.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/FactorySynchroCommand.php';
  7726.         $this->services['bi.v3.command.factory_sync'] = $instance = new \Import1CBundle\Command\OnceRun\FactorySynchroCommand();
  7727.         $instance->setName('bi:oncerun:factory_sync');
  7728.         return $instance;
  7729.     }
  7730.     /**
  7731.      * Gets the public 'bi.v3.command.feed_google_custom' shared service.
  7732.      *
  7733.      * @return \Import1CBundle\Command\CronFeedGoogleOneRemarketingCommand
  7734.      */
  7735.     protected function getBi_V3_Command_FeedGoogleCustomService()
  7736.     {
  7737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7738.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7739.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFeedGoogleOneRemarketingCommand.php';
  7740.         $this->services['bi.v3.command.feed_google_custom'] = $instance = new \Import1CBundle\Command\CronFeedGoogleOneRemarketingCommand();
  7741.         $instance->setName('bi:cron:feed_google_remarketing');
  7742.         return $instance;
  7743.     }
  7744.     /**
  7745.      * Gets the public 'bi.v3.command.feed_review' shared service.
  7746.      *
  7747.      * @return \Import1CBundle\Command\CronFeedReviewCommand
  7748.      */
  7749.     protected function getBi_V3_Command_FeedReviewService()
  7750.     {
  7751.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7752.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7753.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFeedReviewCommand.php';
  7754.         $this->services['bi.v3.command.feed_review'] = $instance = new \Import1CBundle\Command\CronFeedReviewCommand();
  7755.         $instance->setName('bi:cron:feed_review');
  7756.         return $instance;
  7757.     }
  7758.     /**
  7759.      * Gets the public 'bi.v3.command.feed_shopping_single' shared service.
  7760.      *
  7761.      * @return \Import1CBundle\Command\CronFeedShoppingSingleCommand
  7762.      */
  7763.     protected function getBi_V3_Command_FeedShoppingSingleService()
  7764.     {
  7765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7766.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7767.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFeedShoppingSingleCommand.php';
  7768.         $this->services['bi.v3.command.feed_shopping_single'] = $instance = new \Import1CBundle\Command\CronFeedShoppingSingleCommand();
  7769.         $instance->setName('bi:cron:feed_shopping_single');
  7770.         return $instance;
  7771.     }
  7772.     /**
  7773.      * Gets the public 'bi.v3.command.feed_shopping_w_single' shared service.
  7774.      *
  7775.      * @return \Import1CBundle\Command\CronFeedShoppingWSingleCommand
  7776.      */
  7777.     protected function getBi_V3_Command_FeedShoppingWSingleService()
  7778.     {
  7779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7780.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7781.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFeedShoppingWSingleCommand.php';
  7782.         $this->services['bi.v3.command.feed_shopping_w_single'] = $instance = new \Import1CBundle\Command\CronFeedShoppingWSingleCommand();
  7783.         $instance->setName('bi:cron:feed_shopping_w_single');
  7784.         return $instance;
  7785.     }
  7786.     /**
  7787.      * Gets the public 'bi.v3.command.filter_collection' shared service.
  7788.      *
  7789.      * @return \Import1CBundle\Command\CronFilterCollectionCommand
  7790.      */
  7791.     protected function getBi_V3_Command_FilterCollectionService()
  7792.     {
  7793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7794.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7795.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFilterCollectionCommand.php';
  7796.         $this->services['bi.v3.command.filter_collection'] = $instance = new \Import1CBundle\Command\CronFilterCollectionCommand();
  7797.         $instance->setName('bi:cron:filter_collection');
  7798.         return $instance;
  7799.     }
  7800.     /**
  7801.      * Gets the public 'bi.v3.command.filtered_articles_google_feed' shared service.
  7802.      *
  7803.      * @return \Import1CBundle\Command\CronFilteredArticlesGoogleFeedCommand
  7804.      */
  7805.     protected function getBi_V3_Command_FilteredArticlesGoogleFeedService()
  7806.     {
  7807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7808.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFilteredArticlesGoogleFeedCommand.php';
  7809.         $this->services['bi.v3.command.filtered_articles_google_feed'] = $instance = new \Import1CBundle\Command\CronFilteredArticlesGoogleFeedCommand(($this->services['Import1CBundle\\Service\\v3\\FilteredArticlesGoogleFeedEndpointClient'] ?? $this->getFilteredArticlesGoogleFeedEndpointClientService()), ($this->services['Import1CBundle\\Service\\v3\\FilteredArticlesGoogleFeedFileManager'] ?? $this->getFilteredArticlesGoogleFeedFileManagerService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  7810.         $instance->setName('bi:cron:feed_filtered_articles');
  7811.         return $instance;
  7812.     }
  7813.     /**
  7814.      * Gets the public 'bi.v3.command.flush_memcache_article' shared service.
  7815.      *
  7816.      * @return \Import1CBundle\Command\CronFlushArticleCodeCommand
  7817.      */
  7818.     protected function getBi_V3_Command_FlushMemcacheArticleService()
  7819.     {
  7820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7821.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  7823.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFlushArticleCodeCommand.php';
  7824.         $this->services['bi.v3.command.flush_memcache_article'] = $instance = new \Import1CBundle\Command\CronFlushArticleCodeCommand();
  7825.         $instance->setName('bi:cron:flush_article_code');
  7826.         return $instance;
  7827.     }
  7828.     /**
  7829.      * Gets the public 'bi.v3.command.google_feed_article_reviews' shared service.
  7830.      *
  7831.      * @return \Import1CBundle\Command\ArticleReviewGoogleFeed\CronArticleReviewFeedCommand
  7832.      */
  7833.     protected function getBi_V3_Command_GoogleFeedArticleReviewsService()
  7834.     {
  7835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7836.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/ArticleReviewGoogleFeed/CronArticleReviewFeedCommand.php';
  7837.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/ArticleReviewGoogleFeed/Service/ReviewsFeedXmlWriter.php';
  7838.         $this->services['bi.v3.command.google_feed_article_reviews'] = $instance = new \Import1CBundle\Command\ArticleReviewGoogleFeed\CronArticleReviewFeedCommand(($this->services['Import1CBundle\\Command\\ArticleReviewGoogleFeed\\Service\\ReviewsFeedXmlWriter'] ?? ($this->services['Import1CBundle\\Command\\ArticleReviewGoogleFeed\\Service\\ReviewsFeedXmlWriter'] = new \Import1CBundle\Command\ArticleReviewGoogleFeed\Service\ReviewsFeedXmlWriter())), ($this->services['Import1CBundle\\Command\\ArticleReviewGoogleFeed\\DataProvider\\ArticleReviewProvider'] ?? $this->getArticleReviewProviderService()));
  7839.         $instance->setName('bi:cron:article-reviews');
  7840.         return $instance;
  7841.     }
  7842.     /**
  7843.      * Gets the public 'bi.v3.command.holiday' shared service.
  7844.      *
  7845.      * @return \Import1CBundle\Command\CronUpdateHolidaysCommand
  7846.      */
  7847.     protected function getBi_V3_Command_HolidayService()
  7848.     {
  7849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7850.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7851.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateHolidaysCommand.php';
  7852.         $this->services['bi.v3.command.holiday'] = $instance = new \Import1CBundle\Command\CronUpdateHolidaysCommand();
  7853.         $instance->setName('bi:cron:update_holidays');
  7854.         return $instance;
  7855.     }
  7856.     /**
  7857.      * Gets the public 'bi.v3.command.iamge_more_resolution' shared service.
  7858.      *
  7859.      * @return \Import1CBundle\Command\OnceRun\RecropImagesForMoreResolutionCommand
  7860.      */
  7861.     protected function getBi_V3_Command_IamgeMoreResolutionService()
  7862.     {
  7863.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7864.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7865.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/RecropImagesForMoreResolutionCommand.php';
  7866.         $this->services['bi.v3.command.iamge_more_resolution'] = $instance = new \Import1CBundle\Command\OnceRun\RecropImagesForMoreResolutionCommand();
  7867.         $instance->setName('bi:oncerun:image_recrop_resolution');
  7868.         return $instance;
  7869.     }
  7870.     /**
  7871.      * Gets the public 'bi.v3.command.import_queue' shared service.
  7872.      *
  7873.      * @return \Import1CBundle\Command\QueueHandlerCommand
  7874.      */
  7875.     protected function getBi_V3_Command_ImportQueueService()
  7876.     {
  7877.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7878.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  7880.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/QueueHandlerCommand.php';
  7881.         $this->services['bi.v3.command.import_queue'] = $instance = new \Import1CBundle\Command\QueueHandlerCommand();
  7882.         $instance->setName('import_queue:send_data_for_handler');
  7883.         return $instance;
  7884.     }
  7885.     /**
  7886.      * Gets the public 'bi.v3.command.interior_alt' shared service.
  7887.      *
  7888.      * @return \Import1CBundle\Command\CronInteriorAltCommand
  7889.      */
  7890.     protected function getBi_V3_Command_InteriorAltService()
  7891.     {
  7892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7893.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronInteriorAltCommand.php';
  7894.         $this->services['bi.v3.command.interior_alt'] = $instance = new \Import1CBundle\Command\CronInteriorAltCommand();
  7895.         $instance->setName('bi:cron:set_alt_interior');
  7896.         return $instance;
  7897.     }
  7898.     /**
  7899.      * Gets the public 'bi.v3.command.interior_equivalent_size_image' shared service.
  7900.      *
  7901.      * @return \Import1CBundle\Command\OnceRun\SearchEquivalentSizeImageCommand
  7902.      */
  7903.     protected function getBi_V3_Command_InteriorEquivalentSizeImageService()
  7904.     {
  7905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7906.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7907.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SearchEquivalentSizeImageCommand.php';
  7908.         $this->services['bi.v3.command.interior_equivalent_size_image'] = $instance = new \Import1CBundle\Command\OnceRun\SearchEquivalentSizeImageCommand();
  7909.         $instance->setName('bi:oncerun:search_equivalent_size_image');
  7910.         return $instance;
  7911.     }
  7912.     /**
  7913.      * Gets the public 'bi.v3.command.interior_re_crop' shared service.
  7914.      *
  7915.      * @return \Import1CBundle\Command\OnceRun\InteriorReCropImagesCommand
  7916.      */
  7917.     protected function getBi_V3_Command_InteriorReCropService()
  7918.     {
  7919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7920.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7921.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/InteriorReCropImagesCommand.php';
  7922.         $this->services['bi.v3.command.interior_re_crop'] = $instance = new \Import1CBundle\Command\OnceRun\InteriorReCropImagesCommand();
  7923.         $instance->setName('bi:oncerun:interior_re_crop');
  7924.         return $instance;
  7925.     }
  7926.     /**
  7927.      * Gets the public 'bi.v3.command.interior_stone_texture' shared service.
  7928.      *
  7929.      * @return \Import1CBundle\Command\OnceRun\SetInteriorStoneTexture
  7930.      */
  7931.     protected function getBi_V3_Command_InteriorStoneTextureService()
  7932.     {
  7933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7934.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7935.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SetInteriorStoneTexture.php';
  7936.         $this->services['bi.v3.command.interior_stone_texture'] = $instance = new \Import1CBundle\Command\OnceRun\SetInteriorStoneTexture();
  7937.         $instance->setName('bi:oncerun:set_interior_stone_texture');
  7938.         return $instance;
  7939.     }
  7940.     /**
  7941.      * Gets the public 'bi.v3.command.jobs_tube' shared service.
  7942.      *
  7943.      * @return \Import1CBundle\Command\Pheanstalk\JobsTubeCommand
  7944.      */
  7945.     protected function getBi_V3_Command_JobsTubeService()
  7946.     {
  7947.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7948.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/Pheanstalk/JobsTubeCommand.php';
  7949.         $this->services['bi.v3.command.jobs_tube'] = $instance = new \Import1CBundle\Command\Pheanstalk\JobsTubeCommand();
  7950.         $instance->setName('pheanstalk:jobs-tube');
  7951.         return $instance;
  7952.     }
  7953.     /**
  7954.      * Gets the public 'bi.v3.command.recomendation_articles' shared service.
  7955.      *
  7956.      * @return \Import1CBundle\Command\CronRecomendationGoogleArticlesCommand
  7957.      */
  7958.     protected function getBi_V3_Command_RecomendationArticlesService()
  7959.     {
  7960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7961.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7962.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronRecomendationGoogleArticlesCommand.php';
  7963.         $this->services['bi.v3.command.recomendation_articles'] = $instance = new \Import1CBundle\Command\CronRecomendationGoogleArticlesCommand();
  7964.         $instance->setName('bi:cron:recomendation_articles');
  7965.         return $instance;
  7966.     }
  7967.     /**
  7968.      * Gets the public 'bi.v3.command.recrop_webp' shared service.
  7969.      *
  7970.      * @return \Import1CBundle\Command\OnceRun\RecropImageWebpCommand
  7971.      */
  7972.     protected function getBi_V3_Command_RecropWebpService()
  7973.     {
  7974.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7975.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7976.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/RecropImageWebpCommand.php';
  7977.         $this->services['bi.v3.command.recrop_webp'] = $instance = new \Import1CBundle\Command\OnceRun\RecropImageWebpCommand();
  7978.         $instance->setName('bi:oncerun:recrop_to_webp');
  7979.         return $instance;
  7980.     }
  7981.     /**
  7982.      * Gets the public 'bi.v3.command.sample_update' shared service.
  7983.      *
  7984.      * @return \Import1CBundle\Command\CronUpdateSampleCommand
  7985.      */
  7986.     protected function getBi_V3_Command_SampleUpdateService()
  7987.     {
  7988.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7989.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  7990.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateSampleCommand.php';
  7991.         $this->services['bi.v3.command.sample_update'] = $instance = new \Import1CBundle\Command\CronUpdateSampleCommand();
  7992.         $instance->setName('bi:cron:sample_update');
  7993.         return $instance;
  7994.     }
  7995.     /**
  7996.      * Gets the public 'bi.v3.command.save_after_reedit' shared service.
  7997.      *
  7998.      * @return \Import1CBundle\Command\CronImageSaveAfterReEditCommand
  7999.      */
  8000.     protected function getBi_V3_Command_SaveAfterReeditService()
  8001.     {
  8002.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8003.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8005.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronImageSaveAfterReEditCommand.php';
  8006.         $this->services['bi.v3.command.save_after_reedit'] = $instance = new \Import1CBundle\Command\CronImageSaveAfterReEditCommand();
  8007.         $instance->setName('bi:cron:save_after_reedit');
  8008.         return $instance;
  8009.     }
  8010.     /**
  8011.      * Gets the public 'bi.v3.command.save_mages_tv' shared service.
  8012.      *
  8013.      * @return \Import1CBundle\Command\CronImageSaveForTVCommand
  8014.      */
  8015.     protected function getBi_V3_Command_SaveMagesTvService()
  8016.     {
  8017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8018.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8019.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronImageSaveForTVCommand.php';
  8020.         $this->services['bi.v3.command.save_mages_tv'] = $instance = new \Import1CBundle\Command\CronImageSaveForTVCommand();
  8021.         $instance->setName('bi:cron:save_images_TV');
  8022.         return $instance;
  8023.     }
  8024.     /**
  8025.      * Gets the public 'bi.v3.command.save_new_images_special' shared service.
  8026.      *
  8027.      * @return \Import1CBundle\Command\CronImageCopyImagesSpecialCommand
  8028.      */
  8029.     protected function getBi_V3_Command_SaveNewImagesSpecialService()
  8030.     {
  8031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8032.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8033.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronImageCopyImagesSpecialCommand.php';
  8034.         $this->services['bi.v3.command.save_new_images_special'] = $instance = new \Import1CBundle\Command\CronImageCopyImagesSpecialCommand();
  8035.         $instance->setName('bi:cron:save_images_special');
  8036.         return $instance;
  8037.     }
  8038.     /**
  8039.      * Gets the public 'bi.v3.command.search_no_source' shared service.
  8040.      *
  8041.      * @return \Import1CBundle\Command\OnceRun\SearchNoSourceImagesForEntityCommand
  8042.      */
  8043.     protected function getBi_V3_Command_SearchNoSourceService()
  8044.     {
  8045.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8046.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8047.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SearchNoSourceImagesForEntityCommand.php';
  8048.         $this->services['bi.v3.command.search_no_source'] = $instance = new \Import1CBundle\Command\OnceRun\SearchNoSourceImagesForEntityCommand();
  8049.         $instance->setName('bi:oncerun:search_entity_source');
  8050.         return $instance;
  8051.     }
  8052.     /**
  8053.      * Gets the public 'bi.v3.command.send_cmyk_convert' shared service.
  8054.      *
  8055.      * @return \Import1CBundle\Command\OnceRun\SendMessageCmykConvertCommand
  8056.      */
  8057.     protected function getBi_V3_Command_SendCmykConvertService()
  8058.     {
  8059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8060.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8061.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SendMessageCmykConvertCommand.php';
  8062.         $this->services['bi.v3.command.send_cmyk_convert'] = $instance = new \Import1CBundle\Command\OnceRun\SendMessageCmykConvertCommand();
  8063.         $instance->setName('bi:cron:send_cmyk_convert');
  8064.         return $instance;
  8065.     }
  8066.     /**
  8067.      * Gets the public 'bi.v3.command.send_message_cmyk_image' shared service.
  8068.      *
  8069.      * @return \Import1CBundle\Command\CronMessageSendCmykImageCommand
  8070.      */
  8071.     protected function getBi_V3_Command_SendMessageCmykImageService()
  8072.     {
  8073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8074.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8075.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronMessageSendCmykImageCommand.php';
  8076.         $this->services['bi.v3.command.send_message_cmyk_image'] = $instance = new \Import1CBundle\Command\CronMessageSendCmykImageCommand();
  8077.         $instance->setName('bi:cron:send_cmyk_image');
  8078.         return $instance;
  8079.     }
  8080.     /**
  8081.      * Gets the public 'bi.v3.command.send_suspended_message' shared service.
  8082.      *
  8083.      * @return \Import1CBundle\Command\CronMessageSendSuspendedCommand
  8084.      */
  8085.     protected function getBi_V3_Command_SendSuspendedMessageService()
  8086.     {
  8087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8088.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8089.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronMessageSendSuspendedCommand.php';
  8090.         $this->services['bi.v3.command.send_suspended_message'] = $instance = new \Import1CBundle\Command\CronMessageSendSuspendedCommand();
  8091.         $instance->setName('adm:cron:send_suspended');
  8092.         return $instance;
  8093.     }
  8094.     /**
  8095.      * Gets the public 'bi.v3.command.set_article_description' shared service.
  8096.      *
  8097.      * @return \Import1CBundle\Command\OnceRun\SetArticleDescriptionNew
  8098.      */
  8099.     protected function getBi_V3_Command_SetArticleDescriptionService()
  8100.     {
  8101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8102.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8103.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/SetArticleDescriptionNew.php';
  8104.         $this->services['bi.v3.command.set_article_description'] = $instance = new \Import1CBundle\Command\OnceRun\SetArticleDescriptionNew();
  8105.         $instance->setName('bi:oncerun:set_article_description');
  8106.         return $instance;
  8107.     }
  8108.     /**
  8109.      * Gets the public 'bi.v3.command.shopping_update' shared service.
  8110.      *
  8111.      * @return \Import1CBundle\Command\CronFeedShoppingUpdateCommand
  8112.      */
  8113.     protected function getBi_V3_Command_ShoppingUpdateService()
  8114.     {
  8115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8116.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8117.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronFeedShoppingUpdateCommand.php';
  8118.         $this->services['bi.v3.command.shopping_update'] = $instance = new \Import1CBundle\Command\CronFeedShoppingUpdateCommand();
  8119.         $instance->setName('bi:cron:feed_shopping_update');
  8120.         return $instance;
  8121.     }
  8122.     /**
  8123.      * Gets the public 'bi.v3.command.stats_tube' shared service.
  8124.      *
  8125.      * @return \Import1CBundle\Command\Pheanstalk\StatsTubeCommand
  8126.      */
  8127.     protected function getBi_V3_Command_StatsTubeService()
  8128.     {
  8129.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8130.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/Pheanstalk/StatsTubeCommand.php';
  8131.         $this->services['bi.v3.command.stats_tube'] = $instance = new \Import1CBundle\Command\Pheanstalk\StatsTubeCommand();
  8132.         $instance->setName('pheanstalk:stats-tube');
  8133.         return $instance;
  8134.     }
  8135.     /**
  8136.      * Gets the public 'bi.v3.command.status_factory_change' shared service.
  8137.      *
  8138.      * @return \Import1CBundle\Command\CronChangeStatusFactoryMoreTwoMonthCommand
  8139.      */
  8140.     protected function getBi_V3_Command_StatusFactoryChangeService()
  8141.     {
  8142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8143.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8144.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronChangeStatusFactoryMoreTwoMonthCommand.php';
  8145.         $this->services['bi.v3.command.status_factory_change'] = $instance = new \Import1CBundle\Command\CronChangeStatusFactoryMoreTwoMonthCommand();
  8146.         $instance->setName('bi:cron:factory_status_change');
  8147.         return $instance;
  8148.     }
  8149.     /**
  8150.      * Gets the public 'bi.v3.command.test' shared service.
  8151.      *
  8152.      * @return \Import1CBundle\Command\OnceRun\TestCommand
  8153.      */
  8154.     protected function getBi_V3_Command_TestService()
  8155.     {
  8156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8157.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8158.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/TestCommand.php';
  8159.         $this->services['bi.v3.command.test'] = $instance = new \Import1CBundle\Command\OnceRun\TestCommand();
  8160.         $instance->setName('bi:oncerun:test_command');
  8161.         return $instance;
  8162.     }
  8163.     /**
  8164.      * Gets the public 'bi.v3.command.test_rsync_connection' shared service.
  8165.      *
  8166.      * @return \Import1CBundle\Command\OnceRun\TestRsyncConnectionCommand
  8167.      */
  8168.     protected function getBi_V3_Command_TestRsyncConnectionService()
  8169.     {
  8170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8171.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8172.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/OnceRun/TestRsyncConnectionCommand.php';
  8173.         $this->services['bi.v3.command.test_rsync_connection'] = $instance = new \Import1CBundle\Command\OnceRun\TestRsyncConnectionCommand();
  8174.         $instance->setName('bi:test:rsync_connection');
  8175.         return $instance;
  8176.     }
  8177.     /**
  8178.      * Gets the public 'bi.v3.command.update_article_all' shared service.
  8179.      *
  8180.      * @return \Import1CBundle\Command\CronUpdateArticleAllCommand
  8181.      */
  8182.     protected function getBi_V3_Command_UpdateArticleAllService()
  8183.     {
  8184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8185.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8186.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8187.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateArticleAllCommand.php';
  8188.         $this->services['bi.v3.command.update_article_all'] = $instance = new \Import1CBundle\Command\CronUpdateArticleAllCommand();
  8189.         $instance->setName('adm:cron:update_article_all');
  8190.         return $instance;
  8191.     }
  8192.     /**
  8193.      * Gets the public 'bi.v3.command.update_article_part' shared service.
  8194.      *
  8195.      * @return \Import1CBundle\Command\CronUpdateArticlePartCommand
  8196.      */
  8197.     protected function getBi_V3_Command_UpdateArticlePartService()
  8198.     {
  8199.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8200.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8201.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8202.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateArticlePartCommand.php';
  8203.         $this->services['bi.v3.command.update_article_part'] = $instance = new \Import1CBundle\Command\CronUpdateArticlePartCommand();
  8204.         $instance->setName('adm:cron:update_article_part');
  8205.         return $instance;
  8206.     }
  8207.     /**
  8208.      * Gets the public 'bi.v3.command.update_collection_all' shared service.
  8209.      *
  8210.      * @return \Import1CBundle\Command\CronUpdateCollectionCommand
  8211.      */
  8212.     protected function getBi_V3_Command_UpdateCollectionAllService()
  8213.     {
  8214.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8215.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8217.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateCollectionCommand.php';
  8218.         $this->services['bi.v3.command.update_collection_all'] = $instance = new \Import1CBundle\Command\CronUpdateCollectionCommand();
  8219.         $instance->setName('bi:cron:data_update_collection');
  8220.         return $instance;
  8221.     }
  8222.     /**
  8223.      * Gets the public 'bi.v3.command.update_color_factory' shared service.
  8224.      *
  8225.      * @return \Import1CBundle\Command\CronUpdateColorFactoryCommand
  8226.      */
  8227.     protected function getBi_V3_Command_UpdateColorFactoryService()
  8228.     {
  8229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8230.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8231.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateColorFactoryCommand.php';
  8232.         $this->services['bi.v3.command.update_color_factory'] = $instance = new \Import1CBundle\Command\CronUpdateColorFactoryCommand();
  8233.         $instance->setName('bi:cron:data_update_color_factory');
  8234.         return $instance;
  8235.     }
  8236.     /**
  8237.      * Gets the public 'bi.v3.command.update_factory_all' shared service.
  8238.      *
  8239.      * @return \Import1CBundle\Command\CronUpdateFactoryCommand
  8240.      */
  8241.     protected function getBi_V3_Command_UpdateFactoryAllService()
  8242.     {
  8243.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8244.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8245.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateFactoryCommand.php';
  8246.         $this->services['bi.v3.command.update_factory_all'] = $instance = new \Import1CBundle\Command\CronUpdateFactoryCommand();
  8247.         $instance->setName('bi:cron:data_update_factory');
  8248.         return $instance;
  8249.     }
  8250.     /**
  8251.      * Gets the public 'bi.v3.command.update_interior' shared service.
  8252.      *
  8253.      * @return \Import1CBundle\Command\CronUpdateInteriorAllCommand
  8254.      */
  8255.     protected function getBi_V3_Command_UpdateInteriorService()
  8256.     {
  8257.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8258.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  8260.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdateInteriorAllCommand.php';
  8261.         $this->services['bi.v3.command.update_interior'] = $instance = new \Import1CBundle\Command\CronUpdateInteriorAllCommand();
  8262.         $instance->setName('bi:cron:data_update_interior');
  8263.         return $instance;
  8264.     }
  8265.     /**
  8266.      * Gets the public 'bi.v3.command.update_pd' shared service.
  8267.      *
  8268.      * @return \Import1CBundle\Command\CronUpdatePriceDiscountCommand
  8269.      */
  8270.     protected function getBi_V3_Command_UpdatePdService()
  8271.     {
  8272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  8273.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/_ExtendedCommand.php';
  8274.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Command/CronUpdatePriceDiscountCommand.php';
  8275.         $this->services['bi.v3.command.update_pd'] = $instance = new \Import1CBundle\Command\CronUpdatePriceDiscountCommand();
  8276.         $instance->setName('bi:cron:data_update_update_pd');
  8277.         return $instance;
  8278.     }
  8279.     /**
  8280.      * Gets the public 'bi.v3.repo.article' shared service.
  8281.      *
  8282.      * @return \Import1CBundle\Repository\v3\RepoArticle
  8283.      */
  8284.     protected function getBi_V3_Repo_ArticleService()
  8285.     {
  8286.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8287.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoArticle.php';
  8288.         return $this->services['bi.v3.repo.article'] = new \Import1CBundle\Repository\v3\RepoArticle(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:Article');
  8289.     }
  8290.     /**
  8291.      * Gets the public 'bi.v3.repo.article_detail' shared service.
  8292.      *
  8293.      * @return \Import1CBundle\Repository\v3\RepoArticleDetail
  8294.      */
  8295.     protected function getBi_V3_Repo_ArticleDetailService()
  8296.     {
  8297.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8298.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoArticleDetail.php';
  8299.         return $this->services['bi.v3.repo.article_detail'] = new \Import1CBundle\Repository\v3\RepoArticleDetail(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ArticleDetail');
  8300.     }
  8301.     /**
  8302.      * Gets the public 'bi.v3.repo.bigsize_format' shared service.
  8303.      *
  8304.      * @return \Import1CBundle\Repository\v3\RepoListBigSizeFormat
  8305.      */
  8306.     protected function getBi_V3_Repo_BigsizeFormatService()
  8307.     {
  8308.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8309.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListBigSizeFormat.php';
  8310.         return $this->services['bi.v3.repo.bigsize_format'] = new \Import1CBundle\Repository\v3\RepoListBigSizeFormat(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListBigSizeFormat');
  8311.     }
  8312.     /**
  8313.      * Gets the public 'bi.v3.repo.check_list' shared service.
  8314.      *
  8315.      * @return \Import1CBundle\Repository\v3\RepoChecklist
  8316.      */
  8317.     protected function getBi_V3_Repo_CheckListService()
  8318.     {
  8319.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8320.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoChecklist.php';
  8321.         return $this->services['bi.v3.repo.check_list'] = new \Import1CBundle\Repository\v3\RepoChecklist(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:CheckList');
  8322.     }
  8323.     /**
  8324.      * Gets the public 'bi.v3.repo.collection' shared service.
  8325.      *
  8326.      * @return \Import1CBundle\Repository\v3\RepoCollection
  8327.      */
  8328.     protected function getBi_V3_Repo_CollectionService()
  8329.     {
  8330.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8331.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoCollection.php';
  8332.         return $this->services['bi.v3.repo.collection'] = new \Import1CBundle\Repository\v3\RepoCollection(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:Collection');
  8333.     }
  8334.     /**
  8335.      * Gets the public 'bi.v3.repo.country' shared service.
  8336.      *
  8337.      * @return \Import1CBundle\Repository\v3\RepoCountry
  8338.      */
  8339.     protected function getBi_V3_Repo_CountryService()
  8340.     {
  8341.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8342.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoCountry.php';
  8343.         return $this->services['bi.v3.repo.country'] = new \Import1CBundle\Repository\v3\RepoCountry(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListCountry');
  8344.     }
  8345.     /**
  8346.      * Gets the public 'bi.v3.repo.cvet' shared service.
  8347.      *
  8348.      * @return \Import1CBundle\Repository\v3\RepoCvet
  8349.      */
  8350.     protected function getBi_V3_Repo_CvetService()
  8351.     {
  8352.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8353.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoCvet.php';
  8354.         return $this->services['bi.v3.repo.cvet'] = new \Import1CBundle\Repository\v3\RepoCvet(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8355.     }
  8356.     /**
  8357.      * Gets the public 'bi.v3.repo.description' shared service.
  8358.      *
  8359.      * @return \Import1CBundle\Repository\v3\RepoListDescription
  8360.      */
  8361.     protected function getBi_V3_Repo_DescriptionService()
  8362.     {
  8363.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8364.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListDescription.php';
  8365.         return $this->services['bi.v3.repo.description'] = new \Import1CBundle\Repository\v3\RepoListDescription(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListDescription');
  8366.     }
  8367.     /**
  8368.      * Gets the public 'bi.v3.repo.draw' shared service.
  8369.      *
  8370.      * @return \Import1CBundle\Repository\v3\RepoDraw
  8371.      */
  8372.     protected function getBi_V3_Repo_DrawService()
  8373.     {
  8374.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8375.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoDraw.php';
  8376.         return $this->services['bi.v3.repo.draw'] = new \Import1CBundle\Repository\v3\RepoDraw(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8377.     }
  8378.     /**
  8379.      * Gets the public 'bi.v3.repo.draw_list' shared service.
  8380.      *
  8381.      * @return \Import1CBundle\Repository\v3\RepoListDraw
  8382.      */
  8383.     protected function getBi_V3_Repo_DrawListService()
  8384.     {
  8385.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8386.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListDraw.php';
  8387.         return $this->services['bi.v3.repo.draw_list'] = new \Import1CBundle\Repository\v3\RepoListDraw(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListDraw');
  8388.     }
  8389.     /**
  8390.      * Gets the public 'bi.v3.repo.event' shared service.
  8391.      *
  8392.      * @return \Import1CBundle\Repository\v3\RepoEvent
  8393.      */
  8394.     protected function getBi_V3_Repo_EventService()
  8395.     {
  8396.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8397.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoEvent.php';
  8398.         return $this->services['bi.v3.repo.event'] = new \Import1CBundle\Repository\v3\RepoEvent(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:EventEntity''logs');
  8399.     }
  8400.     /**
  8401.      * Gets the public 'bi.v3.repo.factory' shared service.
  8402.      *
  8403.      * @return \Import1CBundle\Repository\v3\RepoFactory
  8404.      */
  8405.     protected function getBi_V3_Repo_FactoryService()
  8406.     {
  8407.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8408.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoFactory.php';
  8409.         return $this->services['bi.v3.repo.factory'] = new \Import1CBundle\Repository\v3\RepoFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:Factory');
  8410.     }
  8411.     /**
  8412.      * Gets the public 'bi.v3.repo.factory_color' shared service.
  8413.      *
  8414.      * @return \Import1CBundle\Repository\v3\RepoListFactoryColor
  8415.      */
  8416.     protected function getBi_V3_Repo_FactoryColorService()
  8417.     {
  8418.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8419.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListFactoryColor.php';
  8420.         return $this->services['bi.v3.repo.factory_color'] = new \Import1CBundle\Repository\v3\RepoListFactoryColor(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListFactoryColor');
  8421.     }
  8422.     /**
  8423.      * Gets the public 'bi.v3.repo.factory_user' shared service.
  8424.      *
  8425.      * @return \Import1CBundle\Repository\v3\RepoFactoryUser
  8426.      */
  8427.     protected function getBi_V3_Repo_FactoryUserService()
  8428.     {
  8429.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8430.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoFactoryUser.php';
  8431.         return $this->services['bi.v3.repo.factory_user'] = new \Import1CBundle\Repository\v3\RepoFactoryUser(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:FactoryUser');
  8432.     }
  8433.     /**
  8434.      * Gets the public 'bi.v3.repo.feed' shared service.
  8435.      *
  8436.      * @return \Import1CBundle\Repository\v3\RepoFeed
  8437.      */
  8438.     protected function getBi_V3_Repo_FeedService()
  8439.     {
  8440.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8441.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoFeed.php';
  8442.         return $this->services['bi.v3.repo.feed'] = new \Import1CBundle\Repository\v3\RepoFeed(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:FeedItemEntity''logs');
  8443.     }
  8444.     /**
  8445.      * Gets the public 'bi.v3.repo.filter' shared service.
  8446.      *
  8447.      * @return \Import1CBundle\Repository\v3\RepoFilter
  8448.      */
  8449.     protected function getBi_V3_Repo_FilterService()
  8450.     {
  8451.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8452.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoFilter.php';
  8453.         return $this->services['bi.v3.repo.filter'] = new \Import1CBundle\Repository\v3\RepoFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:FilterEntity');
  8454.     }
  8455.     /**
  8456.      * Gets the public 'bi.v3.repo.geo_country' shared service.
  8457.      *
  8458.      * @return \Import1CBundle\Repository\v3\RepoGeoCountry
  8459.      */
  8460.     protected function getBi_V3_Repo_GeoCountryService()
  8461.     {
  8462.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8463.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoGeoCountry.php';
  8464.         return $this->services['bi.v3.repo.geo_country'] = new \Import1CBundle\Repository\v3\RepoGeoCountry(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\GeoCountryEntity');
  8465.     }
  8466.     /**
  8467.      * Gets the public 'bi.v3.repo.history' shared service.
  8468.      *
  8469.      * @return \Import1CBundle\Repository\v3\RepoHistory
  8470.      */
  8471.     protected function getBi_V3_Repo_HistoryService()
  8472.     {
  8473.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8474.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoHistory.php';
  8475.         return $this->services['bi.v3.repo.history'] = new \Import1CBundle\Repository\v3\RepoHistory(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:HistoryStatusEntity''logs');
  8476.     }
  8477.     /**
  8478.      * Gets the public 'bi.v3.repo.holiday' shared service.
  8479.      *
  8480.      * @return \Import1CBundle\Repository\v4\RepoHoliday
  8481.      */
  8482.     protected function getBi_V3_Repo_HolidayService()
  8483.     {
  8484.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8485.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoHoliday.php';
  8486.         return $this->services['bi.v3.repo.holiday'] = new \Import1CBundle\Repository\v4\RepoHoliday(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8487.     }
  8488.     /**
  8489.      * Gets the public 'bi.v3.repo.idea_interior' shared service.
  8490.      *
  8491.      * @return \Import1CBundle\Repository\v3\RepoIdeaInterior
  8492.      */
  8493.     protected function getBi_V3_Repo_IdeaInteriorService()
  8494.     {
  8495.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8496.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoIdeaInterior.php';
  8497.         return $this->services['bi.v3.repo.idea_interior'] = new \Import1CBundle\Repository\v3\RepoIdeaInterior(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8498.     }
  8499.     /**
  8500.      * Gets the public 'bi.v3.repo.image_resolution' shared service.
  8501.      *
  8502.      * @return \Import1CBundle\Repository\v3\RepoImageResolution
  8503.      */
  8504.     protected function getBi_V3_Repo_ImageResolutionService()
  8505.     {
  8506.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8507.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoImageResolution.php';
  8508.         return $this->services['bi.v3.repo.image_resolution'] = new \Import1CBundle\Repository\v3\RepoImageResolution(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:ImageResolutionEntity''logs');
  8509.     }
  8510.     /**
  8511.      * Gets the public 'bi.v3.repo.interior' shared service.
  8512.      *
  8513.      * @return \Import1CBundle\Repository\v3\RepoInterior
  8514.      */
  8515.     protected function getBi_V3_Repo_InteriorService()
  8516.     {
  8517.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8518.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoInterior.php';
  8519.         return $this->services['bi.v3.repo.interior'] = new \Import1CBundle\Repository\v3\RepoInterior(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:Interior');
  8520.     }
  8521.     /**
  8522.      * Gets the public 'bi.v3.repo.interior_article' shared service.
  8523.      *
  8524.      * @return \Import1CBundle\Repository\v3\RepoInteriorArticle
  8525.      */
  8526.     protected function getBi_V3_Repo_InteriorArticleService()
  8527.     {
  8528.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8529.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoInteriorArticle.php';
  8530.         return $this->services['bi.v3.repo.interior_article'] = new \Import1CBundle\Repository\v3\RepoInteriorArticle(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8531.     }
  8532.     /**
  8533.      * Gets the public 'bi.v3.repo.interior_article_coord' shared service.
  8534.      *
  8535.      * @return \Import1CBundle\Repository\v3\RepoInteriorArticleCoord
  8536.      */
  8537.     protected function getBi_V3_Repo_InteriorArticleCoordService()
  8538.     {
  8539.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8540.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoInteriorArticleCoord.php';
  8541.         return $this->services['bi.v3.repo.interior_article_coord'] = new \Import1CBundle\Repository\v3\RepoInteriorArticleCoord(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:InteriorArticle');
  8542.     }
  8543.     /**
  8544.      * Gets the public 'bi.v3.repo.interior_history' shared service.
  8545.      *
  8546.      * @return \Import1CBundle\Repository\v3\RepoInteriorHistory
  8547.      */
  8548.     protected function getBi_V3_Repo_InteriorHistoryService()
  8549.     {
  8550.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8551.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoInteriorHistory.php';
  8552.         return $this->services['bi.v3.repo.interior_history'] = new \Import1CBundle\Repository\v3\RepoInteriorHistory(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:InteriorHistory');
  8553.     }
  8554.     /**
  8555.      * Gets the public 'bi.v3.repo.list' shared service.
  8556.      *
  8557.      * @return \Import1CBundle\Repository\v3\RepoList
  8558.      */
  8559.     protected function getBi_V3_Repo_ListService()
  8560.     {
  8561.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8562.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoList.php';
  8563.         return $this->services['bi.v3.repo.list'] = new \Import1CBundle\Repository\v3\RepoList(($this->services['doctrine'] ?? $this->getDoctrineService()));
  8564.     }
  8565.     /**
  8566.      * Gets the public 'bi.v3.repo.list_check_list' shared service.
  8567.      *
  8568.      * @return \Import1CBundle\Repository\v3\RepoListChecklist
  8569.      */
  8570.     protected function getBi_V3_Repo_ListCheckListService()
  8571.     {
  8572.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8573.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListChecklist.php';
  8574.         return $this->services['bi.v3.repo.list_check_list'] = new \Import1CBundle\Repository\v3\RepoListChecklist(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListCheckList');
  8575.     }
  8576.     /**
  8577.      * Gets the public 'bi.v3.repo.material' shared service.
  8578.      *
  8579.      * @return \Import1CBundle\Repository\v3\RepoListMaterial
  8580.      */
  8581.     protected function getBi_V3_Repo_MaterialService()
  8582.     {
  8583.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8584.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListMaterial.php';
  8585.         return $this->services['bi.v3.repo.material'] = new \Import1CBundle\Repository\v3\RepoListMaterial(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListMaterial');
  8586.     }
  8587.     /**
  8588.      * Gets the public 'bi.v3.repo.measure_size' shared service.
  8589.      *
  8590.      * @return \Import1CBundle\Repository\v3\RepoListMeasureSize
  8591.      */
  8592.     protected function getBi_V3_Repo_MeasureSizeService()
  8593.     {
  8594.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8595.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListMeasureSize.php';
  8596.         return $this->services['bi.v3.repo.measure_size'] = new \Import1CBundle\Repository\v3\RepoListMeasureSize(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListMeasureSize');
  8597.     }
  8598.     /**
  8599.      * Gets the public 'bi.v3.repo.parser' shared service.
  8600.      *
  8601.      * @return \Import1CBundle\Repository\v3\RepoListBrandParser
  8602.      */
  8603.     protected function getBi_V3_Repo_ParserService()
  8604.     {
  8605.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8606.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListBrandParser.php';
  8607.         return $this->services['bi.v3.repo.parser'] = new \Import1CBundle\Repository\v3\RepoListBrandParser(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListBrandParser');
  8608.     }
  8609.     /**
  8610.      * Gets the public 'bi.v3.repo.proizvod' shared service.
  8611.      *
  8612.      * @return \Import1CBundle\Repository\v3\RepoProizvod
  8613.      */
  8614.     protected function getBi_V3_Repo_ProizvodService()
  8615.     {
  8616.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8617.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoProizvod.php';
  8618.         return $this->services['bi.v3.repo.proizvod'] = new \Import1CBundle\Repository\v3\RepoProizvod(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8619.     }
  8620.     /**
  8621.      * Gets the public 'bi.v3.repo.sample' shared service.
  8622.      *
  8623.      * @return \Import1CBundle\Repository\v3\RepoSample
  8624.      */
  8625.     protected function getBi_V3_Repo_SampleService()
  8626.     {
  8627.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8628.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoSample.php';
  8629.         return $this->services['bi.v3.repo.sample'] = new \Import1CBundle\Repository\v3\RepoSample(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8630.     }
  8631.     /**
  8632.      * Gets the public 'bi.v3.repo.seria' shared service.
  8633.      *
  8634.      * @return \Import1CBundle\Repository\v3\RepoSeria
  8635.      */
  8636.     protected function getBi_V3_Repo_SeriaService()
  8637.     {
  8638.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8639.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoSeria.php';
  8640.         return $this->services['bi.v3.repo.seria'] = new \Import1CBundle\Repository\v3\RepoSeria(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8641.     }
  8642.     /**
  8643.      * Gets the public 'bi.v3.repo.shape' shared service.
  8644.      *
  8645.      * @return \Import1CBundle\Repository\v3\RepoListShape
  8646.      */
  8647.     protected function getBi_V3_Repo_ShapeService()
  8648.     {
  8649.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8650.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListShape.php';
  8651.         return $this->services['bi.v3.repo.shape'] = new \Import1CBundle\Repository\v3\RepoListShape(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListShape');
  8652.     }
  8653.     /**
  8654.      * Gets the public 'bi.v3.repo.texture' shared service.
  8655.      *
  8656.      * @return \Import1CBundle\Repository\v4\RepoListTexture
  8657.      */
  8658.     protected function getBi_V3_Repo_TextureService()
  8659.     {
  8660.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8661.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoListTexture.php';
  8662.         return $this->services['bi.v3.repo.texture'] = new \Import1CBundle\Repository\v4\RepoListTexture(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListTexture');
  8663.     }
  8664.     /**
  8665.      * Gets the public 'bi.v3.repo.tovar' shared service.
  8666.      *
  8667.      * @return \Import1CBundle\Repository\v3\RepoTovar
  8668.      */
  8669.     protected function getBi_V3_Repo_TovarService()
  8670.     {
  8671.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8672.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoTovar.php';
  8673.         return $this->services['bi.v3.repo.tovar'] = new \Import1CBundle\Repository\v3\RepoTovar(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  8674.     }
  8675.     /**
  8676.      * Gets the public 'bi.v3.repo.type' shared service.
  8677.      *
  8678.      * @return \Import1CBundle\Repository\v3\RepoListType
  8679.      */
  8680.     protected function getBi_V3_Repo_TypeService()
  8681.     {
  8682.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8683.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoListType.php';
  8684.         return $this->services['bi.v3.repo.type'] = new \Import1CBundle\Repository\v3\RepoListType(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:ListType');
  8685.     }
  8686.     /**
  8687.      * Gets the public 'bi.v3.repo.user' shared service.
  8688.      *
  8689.      * @return \Import1CBundle\Repository\v3\RepoUser
  8690.      */
  8691.     protected function getBi_V3_Repo_UserService()
  8692.     {
  8693.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  8694.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoUser.php';
  8695.         return $this->services['bi.v3.repo.user'] = new \Import1CBundle\Repository\v3\RepoUser(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle:User');
  8696.     }
  8697.     /**
  8698.      * Gets the public 'bi.v3.service.api' shared service.
  8699.      *
  8700.      * @return \Import1CBundle\Service\v3\ApiService
  8701.      */
  8702.     protected function getBi_V3_Service_ApiService()
  8703.     {
  8704.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8705.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ApiService.php';
  8706.         return $this->services['bi.v3.service.api'] = new \Import1CBundle\Service\v3\ApiService();
  8707.     }
  8708.     /**
  8709.      * Gets the public 'bi.v3.service.article' shared service.
  8710.      *
  8711.      * @return \Import1CBundle\Service\v3\ArticleService
  8712.      */
  8713.     protected function getBi_V3_Service_ArticleService()
  8714.     {
  8715.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8716.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  8717.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  8718.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  8719.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  8720.         return $this->services['bi.v3.service.article'] = new \Import1CBundle\Service\v3\ArticleService();
  8721.     }
  8722.     /**
  8723.      * Gets the public 'bi.v3.service.article_image' shared service.
  8724.      *
  8725.      * @return \Import1CBundle\Service\v3\ArticleImageService
  8726.      */
  8727.     protected function getBi_V3_Service_ArticleImageService()
  8728.     {
  8729.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleImageService.php';
  8730.         return $this->services['bi.v3.service.article_image'] = new \Import1CBundle\Service\v3\ArticleImageService();
  8731.     }
  8732.     /**
  8733.      * Gets the public 'bi.v3.service.article_update' shared service.
  8734.      *
  8735.      * @return \Import1CBundle\Service\v3\UpdateArticleService
  8736.      */
  8737.     protected function getBi_V3_Service_ArticleUpdateService()
  8738.     {
  8739.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UpdateArticleService.php';
  8740.         return $this->services['bi.v3.service.article_update'] = new \Import1CBundle\Service\v3\UpdateArticleService();
  8741.     }
  8742.     /**
  8743.      * Gets the public 'bi.v3.service.checklist' shared service.
  8744.      *
  8745.      * @return \Import1CBundle\Service\v3\CheckListService
  8746.      */
  8747.     protected function getBi_V3_Service_ChecklistService()
  8748.     {
  8749.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CheckListCalculateTrait.php';
  8750.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CheckListHandlerTrait.php';
  8751.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CheckListService.php';
  8752.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8753.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  8754.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerApiTrait.php';
  8755.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleHandlerTrait.php';
  8756.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ArticleService.php';
  8757.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  8758.         $this->services['bi.v3.service.checklist'] = $instance = new \Import1CBundle\Service\v3\CheckListService(($this->services['bi.v3.service.article'] ?? ($this->services['bi.v3.service.article'] = new \Import1CBundle\Service\v3\ArticleService())), ($this->services['bi.v3.repo.list_check_list'] ?? $this->getBi_V3_Repo_ListCheckListService()), ($this->services['bi.v3.repo.check_list'] ?? $this->getBi_V3_Repo_CheckListService()), ($this->services['bi.v3.repo.interior'] ?? $this->getBi_V3_Repo_InteriorService()), ($this->services['bi.v3.repo.article'] ?? $this->getBi_V3_Repo_ArticleService()), ($this->services['bi.v3.repo.tovar'] ?? $this->getBi_V3_Repo_TovarService()), ($this->services['bi.v3.repo.collection'] ?? $this->getBi_V3_Repo_CollectionService()), ($this->services['bi.v3.service.interior'] ?? ($this->services['bi.v3.service.interior'] = new \Import1CBundle\Service\v3\InteriorService())));
  8759.         $instance->setListCheckList();
  8760.         return $instance;
  8761.     }
  8762.     /**
  8763.      * Gets the public 'bi.v3.service.collection' shared service.
  8764.      *
  8765.      * @return \Import1CBundle\Service\v3\CollectionService
  8766.      */
  8767.     protected function getBi_V3_Service_CollectionService()
  8768.     {
  8769.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8770.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionServiceTrait.php';
  8771.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/CollectionFormTemplateRenderTrait.php';
  8772.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/CollectionService.php';
  8773.         return $this->services['bi.v3.service.collection'] = new \Import1CBundle\Service\v3\CollectionService();
  8774.     }
  8775.     /**
  8776.      * Gets the public 'bi.v3.service.event' shared service.
  8777.      *
  8778.      * @return \Import1CBundle\Service\v3\EventService
  8779.      */
  8780.     protected function getBi_V3_Service_EventService()
  8781.     {
  8782.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8783.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/EventService.php';
  8784.         return $this->services['bi.v3.service.event'] = new \Import1CBundle\Service\v3\EventService();
  8785.     }
  8786.     /**
  8787.      * Gets the public 'bi.v3.service.factory' shared service.
  8788.      *
  8789.      * @return \Import1CBundle\Service\v3\FactoryService
  8790.      */
  8791.     protected function getBi_V3_Service_FactoryService()
  8792.     {
  8793.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8794.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FactoryService.php';
  8795.         return $this->services['bi.v3.service.factory'] = new \Import1CBundle\Service\v3\FactoryService();
  8796.     }
  8797.     /**
  8798.      * Gets the public 'bi.v3.service.feed_filtered_articles' shared autowired service.
  8799.      *
  8800.      * @return \Import1CBundle\Service\v3\FeedFilteredArticlesService
  8801.      */
  8802.     protected function getBi_V3_Service_FeedFilteredArticlesService()
  8803.     {
  8804.         include_once \dirname(__DIR__4).'/src/Import1CBundle/DTO/v3/Feed/BaseFeed.php';
  8805.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedFilteredArticlesService.php';
  8806.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  8807.         if (isset($this->services['bi.v3.service.feed_filtered_articles'])) {
  8808.             return $this->services['bi.v3.service.feed_filtered_articles'];
  8809.         }
  8810.         return $this->services['bi.v3.service.feed_filtered_articles'] = new \Import1CBundle\Service\v3\FeedFilteredArticlesService(($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService()), ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService()), ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService()), $a, ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['FlexApp\\Service\\AdsFilters\\AdsFiltersGeneratorTexts'] ?? $this->getAdsFiltersGeneratorTextsService()), ($this->services['doctrine'] ?? $this->getDoctrineService()));
  8811.     }
  8812.     /**
  8813.      * Gets the public 'bi.v3.service.feed_google_remarketing' shared service.
  8814.      *
  8815.      * @return \Import1CBundle\Service\v3\FeedGoogleOneRemarketingService
  8816.      */
  8817.     protected function getBi_V3_Service_FeedGoogleRemarketingService()
  8818.     {
  8819.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedMainService.php';
  8820.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedGoogleOneRemarketingService.php';
  8821.         return $this->services['bi.v3.service.feed_google_remarketing'] = new \Import1CBundle\Service\v3\FeedGoogleOneRemarketingService();
  8822.     }
  8823.     /**
  8824.      * Gets the public 'bi.v3.service.feed_google_shopping' shared service.
  8825.      *
  8826.      * @return \Import1CBundle\Service\v3\FeedGoogleTwoShoppingService
  8827.      */
  8828.     protected function getBi_V3_Service_FeedGoogleShoppingService()
  8829.     {
  8830.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedMainService.php';
  8831.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedGoogleTwoShoppingService.php';
  8832.         return $this->services['bi.v3.service.feed_google_shopping'] = new \Import1CBundle\Service\v3\FeedGoogleTwoShoppingService();
  8833.     }
  8834.     /**
  8835.      * Gets the public 'bi.v3.service.feed_remarketing' shared service.
  8836.      *
  8837.      * @return \Import1CBundle\Service\v3\FeedRemarketingService
  8838.      */
  8839.     protected function getBi_V3_Service_FeedRemarketingService()
  8840.     {
  8841.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedService.php';
  8842.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedRemarketingService.php';
  8843.         return $this->services['bi.v3.service.feed_remarketing'] = new \Import1CBundle\Service\v3\FeedRemarketingService();
  8844.     }
  8845.     /**
  8846.      * Gets the public 'bi.v3.service.feed_shopping' shared service.
  8847.      *
  8848.      * @return \Import1CBundle\Service\v3\FeedShoppingService
  8849.      */
  8850.     protected function getBi_V3_Service_FeedShoppingService()
  8851.     {
  8852.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedService.php';
  8853.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedShoppingService.php';
  8854.         return $this->services['bi.v3.service.feed_shopping'] = new \Import1CBundle\Service\v3\FeedShoppingService(($this->services['WebBundle\\Repository\\BuyOrderArticleRepository'] ?? $this->getBuyOrderArticleRepositoryService()));
  8855.     }
  8856.     /**
  8857.      * Gets the public 'bi.v3.service.feed_shopping_w' shared service.
  8858.      *
  8859.      * @return \Import1CBundle\Service\v3\FeedShoppingWService
  8860.      */
  8861.     protected function getBi_V3_Service_FeedShoppingWService()
  8862.     {
  8863.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedService.php';
  8864.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FeedShoppingWService.php';
  8865.         return $this->services['bi.v3.service.feed_shopping_w'] = new \Import1CBundle\Service\v3\FeedShoppingWService();
  8866.     }
  8867.     /**
  8868.      * Gets the public 'bi.v3.service.file_system' shared service.
  8869.      *
  8870.      * @return \Import1CBundle\Service\v3\FileSystemService
  8871.      */
  8872.     protected function getBi_V3_Service_FileSystemService()
  8873.     {
  8874.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8875.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FileSystemService.php';
  8876.         return $this->services['bi.v3.service.file_system'] = new \Import1CBundle\Service\v3\FileSystemService();
  8877.     }
  8878.     /**
  8879.      * Gets the public 'bi.v3.service.filter' shared service.
  8880.      *
  8881.      * @return \Import1CBundle\Service\v3\FilterService
  8882.      */
  8883.     protected function getBi_V3_Service_FilterService()
  8884.     {
  8885.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/FilterService.php';
  8886.         return $this->services['bi.v3.service.filter'] = new \Import1CBundle\Service\v3\FilterService();
  8887.     }
  8888.     /**
  8889.      * Gets the public 'bi.v3.service.history' shared service.
  8890.      *
  8891.      * @return \Import1CBundle\Service\v3\HistoryService
  8892.      */
  8893.     protected function getBi_V3_Service_HistoryService()
  8894.     {
  8895.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/HistoryService.php';
  8896.         return $this->services['bi.v3.service.history'] = new \Import1CBundle\Service\v3\HistoryService();
  8897.     }
  8898.     /**
  8899.      * Gets the public 'bi.v3.service.image' shared service.
  8900.      *
  8901.      * @return \Import1CBundle\Service\v3\ImageService
  8902.      */
  8903.     protected function getBi_V3_Service_ImageService()
  8904.     {
  8905.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageService.php';
  8906.         return $this->services['bi.v3.service.image'] = new \Import1CBundle\Service\v3\ImageService();
  8907.     }
  8908.     /**
  8909.      * Gets the public 'bi.v3.service.image_converter' shared service.
  8910.      *
  8911.      * @return \Import1CBundle\Service\v3\ImageConverterService
  8912.      */
  8913.     protected function getBi_V3_Service_ImageConverterService()
  8914.     {
  8915.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageConverterService.php';
  8916.         return $this->services['bi.v3.service.image_converter'] = new \Import1CBundle\Service\v3\ImageConverterService();
  8917.     }
  8918.     /**
  8919.      * Gets the public 'bi.v3.service.image_gd' shared service.
  8920.      *
  8921.      * @return \Import1CBundle\Service\v3\ImageGDService
  8922.      */
  8923.     protected function getBi_V3_Service_ImageGdService()
  8924.     {
  8925.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageGDService.php';
  8926.         return $this->services['bi.v3.service.image_gd'] = new \Import1CBundle\Service\v3\ImageGDService();
  8927.     }
  8928.     /**
  8929.      * Gets the public 'bi.v3.service.image_resolution' shared service.
  8930.      *
  8931.      * @return \Import1CBundle\Service\v3\ImageResolutionService
  8932.      */
  8933.     protected function getBi_V3_Service_ImageResolutionService()
  8934.     {
  8935.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ImageResolutionService.php';
  8936.         return $this->services['bi.v3.service.image_resolution'] = new \Import1CBundle\Service\v3\ImageResolutionService();
  8937.     }
  8938.     /**
  8939.      * Gets the public 'bi.v3.service.interior' shared service.
  8940.      *
  8941.      * @return \Import1CBundle\Service\v3\InteriorService
  8942.      */
  8943.     protected function getBi_V3_Service_InteriorService()
  8944.     {
  8945.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8946.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorService.php';
  8947.         return $this->services['bi.v3.service.interior'] = new \Import1CBundle\Service\v3\InteriorService();
  8948.     }
  8949.     /**
  8950.      * Gets the public 'bi.v3.service.interior_image' shared service.
  8951.      *
  8952.      * @return \Import1CBundle\Service\v3\InteriorImageService
  8953.      */
  8954.     protected function getBi_V3_Service_InteriorImageService()
  8955.     {
  8956.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  8957.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorImageService.php';
  8958.         return $this->services['bi.v3.service.interior_image'] = new \Import1CBundle\Service\v3\InteriorImageService();
  8959.     }
  8960.     /**
  8961.      * Gets the public 'bi.v3.service.message' shared service.
  8962.      *
  8963.      * @return \Import1CBundle\Service\v3\MessageService
  8964.      */
  8965.     protected function getBi_V3_Service_MessageService()
  8966.     {
  8967.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/MessageService.php';
  8968.         return $this->services['bi.v3.service.message'] = new \Import1CBundle\Service\v3\MessageService();
  8969.     }
  8970.     /**
  8971.      * Gets the public 'bi.v3.service.once_run' shared service.
  8972.      *
  8973.      * @return \Import1CBundle\Service\v3\OnceRunService
  8974.      */
  8975.     protected function getBi_V3_Service_OnceRunService()
  8976.     {
  8977.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/OnceRunService.php';
  8978.         return $this->services['bi.v3.service.once_run'] = new \Import1CBundle\Service\v3\OnceRunService();
  8979.     }
  8980.     /**
  8981.      * Gets the public 'bi.v3.service.one_c' shared service.
  8982.      *
  8983.      * @return \Import1CBundle\Service\v3\OneCService
  8984.      */
  8985.     protected function getBi_V3_Service_OneCService()
  8986.     {
  8987.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/OneCService.php';
  8988.         return $this->services['bi.v3.service.one_c'] = new \Import1CBundle\Service\v3\OneCService();
  8989.     }
  8990.     /**
  8991.      * Gets the public 'bi.v3.service.queue' shared service.
  8992.      *
  8993.      * @return \Import1CBundle\Service\v3\QueueService
  8994.      */
  8995.     protected function getBi_V3_Service_QueueService()
  8996.     {
  8997.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/QueueService.php';
  8998.         return $this->services['bi.v3.service.queue'] = new \Import1CBundle\Service\v3\QueueService();
  8999.     }
  9000.     /**
  9001.      * Gets the public 'bi.v3.service.report' shared service.
  9002.      *
  9003.      * @return \Import1CBundle\Service\v3\ReportService
  9004.      */
  9005.     protected function getBi_V3_Service_ReportService()
  9006.     {
  9007.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ReportService.php';
  9008.         return $this->services['bi.v3.service.report'] = new \Import1CBundle\Service\v3\ReportService();
  9009.     }
  9010.     /**
  9011.      * Gets the public 'bi.v3.service.slider' shared service.
  9012.      *
  9013.      * @return \Import1CBundle\Service\v3\SliderService
  9014.      */
  9015.     protected function getBi_V3_Service_SliderService()
  9016.     {
  9017.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/SliderService.php';
  9018.         return $this->services['bi.v3.service.slider'] = new \Import1CBundle\Service\v3\SliderService();
  9019.     }
  9020.     /**
  9021.      * Gets the public 'bi.v3.service.suspend' shared service.
  9022.      *
  9023.      * @return \Import1CBundle\Service\v3\SuspendService
  9024.      */
  9025.     protected function getBi_V3_Service_SuspendService()
  9026.     {
  9027.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/SuspendService.php';
  9028.         return $this->services['bi.v3.service.suspend'] = new \Import1CBundle\Service\v3\SuspendService();
  9029.     }
  9030.     /**
  9031.      * Gets the public 'bi.v3.service.update' shared service.
  9032.      *
  9033.      * @return \Import1CBundle\Service\v3\UpdateService
  9034.      */
  9035.     protected function getBi_V3_Service_UpdateService()
  9036.     {
  9037.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateArticleTrait.php';
  9038.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/_UpdateArticleSqlTrait.php';
  9039.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/ArticleAttributeTrait.php';
  9040.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateInteriorTrait.php';
  9041.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateCollectionTrait.php';
  9042.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/UpdateFactoryTrait.php';
  9043.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UpdateService.php';
  9044.         return $this->services['bi.v3.service.update'] = new \Import1CBundle\Service\v3\UpdateService();
  9045.     }
  9046.     /**
  9047.      * Gets the public 'bi.v3.service.upload' shared service.
  9048.      *
  9049.      * @return \Import1CBundle\Service\v3\UploadService
  9050.      */
  9051.     protected function getBi_V3_Service_UploadService()
  9052.     {
  9053.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UploadService.php';
  9054.         return $this->services['bi.v3.service.upload'] = new \Import1CBundle\Service\v3\UploadService();
  9055.     }
  9056.     /**
  9057.      * Gets the public 'bi.v3.service.user' shared service.
  9058.      *
  9059.      * @return \Import1CBundle\Service\v3\UserService
  9060.      */
  9061.     protected function getBi_V3_Service_UserService()
  9062.     {
  9063.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  9064.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/UserService.php';
  9065.         return $this->services['bi.v3.service.user'] = new \Import1CBundle\Service\v3\UserService();
  9066.     }
  9067.     /**
  9068.      * Gets the public 'bi.v3.service.validate' shared service.
  9069.      *
  9070.      * @return \Import1CBundle\Service\v3\ValidateService
  9071.      */
  9072.     protected function getBi_V3_Service_ValidateService()
  9073.     {
  9074.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/ValidateService.php';
  9075.         return $this->services['bi.v3.service.validate'] = new \Import1CBundle\Service\v3\ValidateService();
  9076.     }
  9077.     /**
  9078.      * Gets the public 'bi.v4.repo.article_description' shared service.
  9079.      *
  9080.      * @return \Import1CBundle\Repository\v4\RepoArticleDescriptionEntity
  9081.      */
  9082.     protected function getBi_V4_Repo_ArticleDescriptionService()
  9083.     {
  9084.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9085.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoArticleDescriptionEntity.php';
  9086.         return $this->services['bi.v4.repo.article_description'] = new \Import1CBundle\Repository\v4\RepoArticleDescriptionEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\Article\\ArticleDescriptionEntity');
  9087.     }
  9088.     /**
  9089.      * Gets the public 'bi.v4.repo.article_discount' shared service.
  9090.      *
  9091.      * @return \Import1CBundle\Repository\v4\RepoArticleDiscountEntity
  9092.      */
  9093.     protected function getBi_V4_Repo_ArticleDiscountService()
  9094.     {
  9095.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9096.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoArticleDiscountEntity.php';
  9097.         return $this->services['bi.v4.repo.article_discount'] = new \Import1CBundle\Repository\v4\RepoArticleDiscountEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\Article\\ArticleDiscountEntity');
  9098.     }
  9099.     /**
  9100.      * Gets the public 'bi.v4.repo.article_price' shared service.
  9101.      *
  9102.      * @return \Import1CBundle\Repository\v4\RepoArticlePriceEntity
  9103.      */
  9104.     protected function getBi_V4_Repo_ArticlePriceService()
  9105.     {
  9106.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9107.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoArticlePriceEntity.php';
  9108.         return $this->services['bi.v4.repo.article_price'] = new \Import1CBundle\Repository\v4\RepoArticlePriceEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\Article\\ArticlePriceEntity');
  9109.     }
  9110.     /**
  9111.      * Gets the public 'bi.v4.repo.article_square' shared service.
  9112.      *
  9113.      * @return \Import1CBundle\Repository\v4\RepoSquareEntity
  9114.      */
  9115.     protected function getBi_V4_Repo_ArticleSquareService()
  9116.     {
  9117.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9118.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoSquareEntity.php';
  9119.         return $this->services['bi.v4.repo.article_square'] = new \Import1CBundle\Repository\v4\RepoSquareEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\SquareEntity');
  9120.     }
  9121.     /**
  9122.      * Gets the public 'bi.v4.repo.country' shared service.
  9123.      *
  9124.      * @return \Import1CBundle\Repository\v4\RepoCountryEntity
  9125.      */
  9126.     protected function getBi_V4_Repo_CountryService()
  9127.     {
  9128.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9129.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoCountryEntity.php';
  9130.         return $this->services['bi.v4.repo.country'] = new \Import1CBundle\Repository\v4\RepoCountryEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\CountryEntity');
  9131.     }
  9132.     /**
  9133.      * Gets the public 'bi.v4.repo.currency' shared service.
  9134.      *
  9135.      * @return \Import1CBundle\Repository\v4\RepoCurrencyEntity
  9136.      */
  9137.     protected function getBi_V4_Repo_CurrencyService()
  9138.     {
  9139.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9140.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoCurrencyEntity.php';
  9141.         return $this->services['bi.v4.repo.currency'] = new \Import1CBundle\Repository\v4\RepoCurrencyEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\CurrencyEntity');
  9142.     }
  9143.     /**
  9144.      * Gets the public 'bi.v4.repo.history' shared service.
  9145.      *
  9146.      * @return \Import1CBundle\Repository\v4\RepoHistory
  9147.      */
  9148.     protected function getBi_V4_Repo_HistoryService()
  9149.     {
  9150.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9151.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoHistory.php';
  9152.         return $this->services['bi.v4.repo.history'] = new \Import1CBundle\Repository\v4\RepoHistory(($this->services['doctrine'] ?? $this->getDoctrineService()), 'Import1CBundle:HistoryStatusEntity''logs');
  9153.     }
  9154.     /**
  9155.      * Gets the public 'bi.v4.repo.locale' shared service.
  9156.      *
  9157.      * @return \Import1CBundle\Repository\v4\RepoLocaleEntity
  9158.      */
  9159.     protected function getBi_V4_Repo_LocaleService()
  9160.     {
  9161.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9162.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoLocaleEntity.php';
  9163.         return $this->services['bi.v4.repo.locale'] = new \Import1CBundle\Repository\v4\RepoLocaleEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\LocaleEntity');
  9164.     }
  9165.     /**
  9166.      * Gets the public 'bi.v4.repo.ng_factory' shared service.
  9167.      *
  9168.      * @return \Import1CBundle\Repository\v4\RepoFactoryEntity
  9169.      */
  9170.     protected function getBi_V4_Repo_NgFactoryService()
  9171.     {
  9172.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9173.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoFactoryEntity.php';
  9174.         return $this->services['bi.v4.repo.ng_factory'] = new \Import1CBundle\Repository\v4\RepoFactoryEntity(($this->services['doctrine'] ?? $this->getDoctrineService()), 'FlexApp\\Entity\\FactoryEntity');
  9175.     }
  9176.     /**
  9177.      * Gets the public 'bi.v4.repo.tovar' shared service.
  9178.      *
  9179.      * @return \Import1CBundle\Repository\v4\RepoTovar
  9180.      */
  9181.     protected function getBi_V4_Repo_TovarService()
  9182.     {
  9183.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9184.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoTovar.php';
  9185.         return $this->services['bi.v4.repo.tovar'] = new \Import1CBundle\Repository\v4\RepoTovar(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  9186.     }
  9187.     /**
  9188.      * Gets the public 'bi.v4.repo.volumeprc' shared service.
  9189.      *
  9190.      * @return \Import1CBundle\Repository\v4\RepoVolumeprc
  9191.      */
  9192.     protected function getBi_V4_Repo_VolumeprcService()
  9193.     {
  9194.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v3/RepoExtend.php';
  9195.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Repository/v4/RepoVolumeprc.php';
  9196.         return $this->services['bi.v4.repo.volumeprc'] = new \Import1CBundle\Repository\v4\RepoVolumeprc(($this->services['doctrine'] ?? $this->getDoctrineService()), 'oneC');
  9197.     }
  9198.     /**
  9199.      * Gets the public 'bi.v4.service.citrix' shared service.
  9200.      *
  9201.      * @return \Import1CBundle\Service\v4\CitrixService
  9202.      */
  9203.     protected function getBi_V4_Service_CitrixService()
  9204.     {
  9205.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/CitrixService.php';
  9206.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/QueueService.php';
  9207.         return $this->services['bi.v4.service.citrix'] = new \Import1CBundle\Service\v4\CitrixService(($this->services['bi.v4.service.file_system'] ?? $this->getBi_V4_Service_FileSystemService()), ($this->services['bi.v4.service.queue'] ?? ($this->services['bi.v4.service.queue'] = new \Import1CBundle\Service\v4\QueueService())), ($this->services['bi.v4.service.image_resolution'] ?? $this->getBi_V4_Service_ImageResolutionService()));
  9208.     }
  9209.     /**
  9210.      * Gets the public 'bi.v4.service.file_system' shared service.
  9211.      *
  9212.      * @return \Import1CBundle\Service\v4\FileSystemService
  9213.      */
  9214.     protected function getBi_V4_Service_FileSystemService()
  9215.     {
  9216.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/FileSystemService.php';
  9217.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/ImageConverterService.php';
  9218.         return $this->services['bi.v4.service.file_system'] = new \Import1CBundle\Service\v4\FileSystemService(($this->services['bi.v4.service.image_converter'] ?? ($this->services['bi.v4.service.image_converter'] = new \Import1CBundle\Service\v4\ImageConverterService('imagick'))));
  9219.     }
  9220.     /**
  9221.      * Gets the public 'bi.v4.service.holiday' shared service.
  9222.      *
  9223.      * @return \Import1CBundle\Service\v4\HolidayService
  9224.      */
  9225.     protected function getBi_V4_Service_HolidayService()
  9226.     {
  9227.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/HolidayService.php';
  9228.         return $this->services['bi.v4.service.holiday'] = new \Import1CBundle\Service\v4\HolidayService(($this->services['bi.v3.repo.holiday'] ?? $this->getBi_V3_Repo_HolidayService()), ($this->services['bi.v3.repo.list'] ?? $this->getBi_V3_Repo_ListService()));
  9229.     }
  9230.     /**
  9231.      * Gets the public 'bi.v4.service.image' shared service.
  9232.      *
  9233.      * @return \Import1CBundle\Service\v4\ImageService
  9234.      */
  9235.     protected function getBi_V4_Service_ImageService()
  9236.     {
  9237.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/ImageService.php';
  9238.         return $this->services['bi.v4.service.image'] = new \Import1CBundle\Service\v4\ImageService(($this->services['bi.v4.service.image_resolution'] ?? $this->getBi_V4_Service_ImageResolutionService()), ($this->services['bi.v3.repo.interior'] ?? $this->getBi_V3_Repo_InteriorService()), ($this->services['bi.v3.repo.article'] ?? $this->getBi_V3_Repo_ArticleService()), ($this->services['bi.v4.service.file_system'] ?? $this->getBi_V4_Service_FileSystemService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  9239.     }
  9240.     /**
  9241.      * Gets the public 'bi.v4.service.image_converter' shared service.
  9242.      *
  9243.      * @return \Import1CBundle\Service\v4\ImageConverterService
  9244.      */
  9245.     protected function getBi_V4_Service_ImageConverterService()
  9246.     {
  9247.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/ImageConverterService.php';
  9248.         return $this->services['bi.v4.service.image_converter'] = new \Import1CBundle\Service\v4\ImageConverterService('imagick');
  9249.     }
  9250.     /**
  9251.      * Gets the public 'bi.v4.service.image_resolution' shared service.
  9252.      *
  9253.      * @return \Import1CBundle\Service\v4\ImageResolutionService
  9254.      */
  9255.     protected function getBi_V4_Service_ImageResolutionService()
  9256.     {
  9257.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/ImageResolutionService.php';
  9258.         return $this->services['bi.v4.service.image_resolution'] = new \Import1CBundle\Service\v4\ImageResolutionService(($this->services['bi.v3.repo.image_resolution'] ?? $this->getBi_V3_Repo_ImageResolutionService()));
  9259.     }
  9260.     /**
  9261.      * Gets the public 'bi.v4.service.queue' shared service.
  9262.      *
  9263.      * @return \Import1CBundle\Service\v4\QueueService
  9264.      */
  9265.     protected function getBi_V4_Service_QueueService()
  9266.     {
  9267.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/QueueService.php';
  9268.         return $this->services['bi.v4.service.queue'] = new \Import1CBundle\Service\v4\QueueService();
  9269.     }
  9270.     /**
  9271.      * Gets the public 'bi.v4.service.update' shared service.
  9272.      *
  9273.      * @return \Import1CBundle\Service\v4\UpdateService
  9274.      */
  9275.     protected function getBi_V4_Service_UpdateService()
  9276.     {
  9277.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/v4/UpdateArticleTrait.php';
  9278.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/v4/UpdateCollectionTrait.php';
  9279.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/v4/UpdateInteriorTrait.php';
  9280.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Traits/v4/UpdateArticleDetailsTrait.php';
  9281.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/UpdateService.php';
  9282.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/BaseService.php';
  9283.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/EventService.php';
  9284.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/QueueService.php';
  9285.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/InteriorImageService.php';
  9286.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v3/HistoryService.php';
  9287.         return $this->services['bi.v4.service.update'] = new \Import1CBundle\Service\v4\UpdateService(($this->services['bi.v3.repo.article'] ?? $this->getBi_V3_Repo_ArticleService()), ($this->services['bi.v3.repo.collection'] ?? $this->getBi_V3_Repo_CollectionService()), ($this->services['bi.v3.repo.list'] ?? $this->getBi_V3_Repo_ListService()), ($this->services['bi.v3.repo.bigsize_format'] ?? $this->getBi_V3_Repo_BigsizeFormatService()), ($this->services['bi.v3.repo.draw_list'] ?? $this->getBi_V3_Repo_DrawListService()), ($this->services['bi.v4.repo.locale'] ?? $this->getBi_V4_Repo_LocaleService()), ($this->services['bi.v4.repo.tovar'] ?? $this->getBi_V4_Repo_TovarService()), ($this->services['bi.v3.service.event'] ?? ($this->services['bi.v3.service.event'] = new \Import1CBundle\Service\v3\EventService())), ($this->services['bi.v3.repo.sample'] ?? $this->getBi_V3_Repo_SampleService()), ($this->services['bi.v4.repo.article_description'] ?? $this->getBi_V4_Repo_ArticleDescriptionService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->services['bi.v4.service.queue'] ?? ($this->services['bi.v4.service.queue'] = new \Import1CBundle\Service\v4\QueueService())), ($this->services['bi.v3.repo.seria'] ?? $this->getBi_V3_Repo_SeriaService()), ($this->services['WebBundle\\Service\\CollectionSettingsService'] ?? $this->getCollectionSettingsServiceService()), ($this->services['bi.v3.repo.interior'] ?? $this->getBi_V3_Repo_InteriorService()), ($this->services['bi.v3.service.interior_image'] ?? ($this->services['bi.v3.service.interior_image'] = new \Import1CBundle\Service\v3\InteriorImageService())), ($this->services['bi.v3.service.history'] ?? ($this->services['bi.v3.service.history'] = new \Import1CBundle\Service\v3\HistoryService())), ($this->services['bi.v3.repo.factory'] ?? $this->getBi_V3_Repo_FactoryService()), ($this->services['bi.v3.repo.event'] ?? $this->getBi_V3_Repo_EventService()), ($this->services['bi.v4.repo.currency'] ?? $this->getBi_V4_Repo_CurrencyService()), ($this->services['bi.v4.repo.country'] ?? $this->getBi_V4_Repo_CountryService()), ($this->services['bi.v4.repo.article_price'] ?? $this->getBi_V4_Repo_ArticlePriceService()), ($this->services['bi.v4.repo.article_square'] ?? $this->getBi_V4_Repo_ArticleSquareService()), ($this->services['bi.v4.repo.article_discount'] ?? $this->getBi_V4_Repo_ArticleDiscountService()), ($this->services['bi.v4.repo.volumeprc'] ?? $this->getBi_V4_Repo_VolumeprcService()));
  9288.     }
  9289.     /**
  9290.      * Gets the public 'bi.v4.service.upload' shared service.
  9291.      *
  9292.      * @return \Import1CBundle\Service\v4\UploadService
  9293.      */
  9294.     protected function getBi_V4_Service_UploadService()
  9295.     {
  9296.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/UploadService.php';
  9297.         include_once \dirname(__DIR__4).'/src/Import1CBundle/Service/v4/QueueService.php';
  9298.         return $this->services['bi.v4.service.upload'] = new \Import1CBundle\Service\v4\UploadService(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['bi.v4.service.image_resolution'] ?? $this->getBi_V4_Service_ImageResolutionService()), ($this->services['bi.v4.service.file_system'] ?? $this->getBi_V4_Service_FileSystemService()), ($this->services['bi.v4.service.queue'] ?? ($this->services['bi.v4.service.queue'] = new \Import1CBundle\Service\v4\QueueService())), ($this->services['bi.v3.repo.collection'] ?? $this->getBi_V3_Repo_CollectionService()));
  9299.     }
  9300.     /**
  9301.      * Gets the public 'cache.app' shared service.
  9302.      *
  9303.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9304.      */
  9305.     protected function getCache_AppService()
  9306.     {
  9307.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('dmF2zmSaz7'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  9308.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  9309.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), $a));
  9310.     }
  9311.     /**
  9312.      * Gets the public 'cache.app_clearer' shared service.
  9313.      *
  9314.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9315.      */
  9316.     protected function getCache_AppClearerService()
  9317.     {
  9318.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9319.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9320.         return $this->services['cache.app_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), 'doctrine.redis_cache_pool' => ($this->privates['doctrine.redis_cache_pool.traceable'] ?? $this->getDoctrine_RedisCachePool_TraceableService()), 'chatb_cache_pool' => ($this->privates['chatb_cache_pool.traceable'] ?? $this->getChatbCachePool_TraceableService()), 'redis_cache_pool' => ($this->privates['redis_cache_pool.traceable'] ?? $this->getRedisCachePool_TraceableService())]);
  9321.     }
  9322.     /**
  9323.      * Gets the public 'cache.global_clearer' shared service.
  9324.      *
  9325.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9326.      */
  9327.     protected function getCache_GlobalClearerService()
  9328.     {
  9329.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9330.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9331.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService()), 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()), 'doctrine.redis_cache_pool' => ($this->privates['doctrine.redis_cache_pool.traceable'] ?? $this->getDoctrine_RedisCachePool_TraceableService()), 'chatb_cache_pool' => ($this->privates['chatb_cache_pool.traceable'] ?? $this->getChatbCachePool_TraceableService()), 'redis_cache_pool' => ($this->privates['redis_cache_pool.traceable'] ?? $this->getRedisCachePool_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService()), 'cache.doctrine.orm.oneC.result' => ($this->privates['cache.doctrine.orm.oneC.result.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Result_TraceableService()), 'cache.doctrine.orm.oneC.query' => ($this->privates['cache.doctrine.orm.oneC.query.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Query_TraceableService()), 'cache.doctrine.orm.logs.result' => ($this->privates['cache.doctrine.orm.logs.result.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Result_TraceableService()), 'cache.doctrine.orm.logs.query' => ($this->privates['cache.doctrine.orm.logs.query.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Query_TraceableService())]);
  9332.     }
  9333.     /**
  9334.      * Gets the public 'cache.system' shared service.
  9335.      *
  9336.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9337.      */
  9338.     protected function getCache_SystemService()
  9339.     {
  9340.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('UmAGiBTZf5'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  9341.     }
  9342.     /**
  9343.      * Gets the public 'cache.system_clearer' shared service.
  9344.      *
  9345.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  9346.      */
  9347.     protected function getCache_SystemClearerService()
  9348.     {
  9349.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  9350.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  9351.         return $this->services['cache.system_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService()), 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService()), 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService()), 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()), 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService()), 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService()), 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService())]);
  9352.     }
  9353.     /**
  9354.      * Gets the public 'cache.validator_expression_language' shared service.
  9355.      *
  9356.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  9357.      */
  9358.     protected function getCache_ValidatorExpressionLanguageService()
  9359.     {
  9360.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('ArpHgGT6Di'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  9361.     }
  9362.     /**
  9363.      * Gets the public 'cache_warmer' shared service.
  9364.      *
  9365.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  9366.      */
  9367.     protected function getCacheWarmerService()
  9368.     {
  9369.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  9370.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  9371.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  9372.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  9373.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  9374.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  9375.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  9376.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  9377.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  9378.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  9379.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  9380.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  9381.         }, 9), true, ($this->targetDir.''.'/FlexApp_KernelTe_devDebugContainerDeprecations.log'));
  9382.     }
  9383.     /**
  9384.      * Gets the public 'console.command.public_alias.FlexApp\Command\SyncAllCommentsCommand' shared autowired service.
  9385.      *
  9386.      * @return \FlexApp\Command\SyncAllCommentsCommand
  9387.      */
  9388.     protected function getSyncAllCommentsCommandService()
  9389.     {
  9390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9391.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/SyncAllCommentsCommand.php';
  9392.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/GeneralDataRepo.php';
  9393.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/SQLRunner.php';
  9394.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AllDataBaseCommentsValidator.php';
  9395.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9396.         $b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  9397.         return $this->services['console.command.public_alias.FlexApp\\Command\\SyncAllCommentsCommand'] = new \FlexApp\Command\SyncAllCommentsCommand($a, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), new \FlexApp\Service\GeneralDataRepo(new \FlexApp\Service\SQLRunner($a)), ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()), ($this->privates['FlexApp\\Service\\CommentManager'] ?? $this->getCommentManagerService()), ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()), new \FlexApp\Service\AllDataBaseCommentsValidator($a$b), ($this->services['FlexApp\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService()), ($this->privates['FlexApp\\Service\\AuthorNameDefiner'] ?? $this->getAuthorNameDefinerService()), $b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  9398.     }
  9399.     /**
  9400.      * Gets the public 'console.command.public_alias.WebBundle\Command\CollectionImgCommand' shared service.
  9401.      *
  9402.      * @return \WebBundle\Command\CollectionImgCommand
  9403.      */
  9404.     protected function getCollectionImgCommandService()
  9405.     {
  9406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9407.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CollectionImgCommand.php';
  9408.         return $this->services['console.command.public_alias.WebBundle\\Command\\CollectionImgCommand'] = new \WebBundle\Command\CollectionImgCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9409.     }
  9410.     /**
  9411.      * Gets the public 'console.command.public_alias.WebBundle\Command\UpdateCountryFreeSampleDeliveryCommand' shared service.
  9412.      *
  9413.      * @return \WebBundle\Command\UpdateCountryFreeSampleDeliveryCommand
  9414.      */
  9415.     protected function getUpdateCountryFreeSampleDeliveryCommandService()
  9416.     {
  9417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9418.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/UpdateCountryFreeSampleDeliveryCommand.php';
  9419.         return $this->services['console.command.public_alias.WebBundle\\Command\\UpdateCountryFreeSampleDeliveryCommand'] = new \WebBundle\Command\UpdateCountryFreeSampleDeliveryCommand();
  9420.     }
  9421.     /**
  9422.      * Gets the public 'console.command.public_alias.app.command.article.update_textures' shared service.
  9423.      *
  9424.      * @return \WebBundle\Command\Disposable\CombineTextureWithStoneTextureCommand
  9425.      */
  9426.     protected function getConsole_Command_PublicAlias_App_Command_Article_UpdateTexturesService()
  9427.     {
  9428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9429.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/Disposable/CombineTextureWithStoneTextureCommand.php';
  9430.         return $this->services['console.command.public_alias.app.command.article.update_textures'] = new \WebBundle\Command\Disposable\CombineTextureWithStoneTextureCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9431.     }
  9432.     /**
  9433.      * Gets the public 'console.command.public_alias.app.command.check_onec_service' shared service.
  9434.      *
  9435.      * @return \WebBundle\Command\CheckOneCServiceCommand
  9436.      */
  9437.     protected function getConsole_Command_PublicAlias_App_Command_CheckOnecServiceService()
  9438.     {
  9439.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9440.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CheckOneCServiceCommand.php';
  9441.         return $this->services['console.command.public_alias.app.command.check_onec_service'] = new \WebBundle\Command\CheckOneCServiceCommand();
  9442.     }
  9443.     /**
  9444.      * Gets the public 'console.command.public_alias.app.command.check_rating' shared service.
  9445.      *
  9446.      * @return \WebBundle\Command\CheckRatingCollectionCommand
  9447.      */
  9448.     protected function getConsole_Command_PublicAlias_App_Command_CheckRatingService()
  9449.     {
  9450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9451.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CheckRatingCollectionCommand.php';
  9452.         return $this->services['console.command.public_alias.app.command.check_rating'] = new \WebBundle\Command\CheckRatingCollectionCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9453.     }
  9454.     /**
  9455.      * Gets the public 'console.command.public_alias.app.command.clear.history' shared service.
  9456.      *
  9457.      * @return \WebBundle\Command\ClearHistoryCommand
  9458.      */
  9459.     protected function getConsole_Command_PublicAlias_App_Command_Clear_HistoryService()
  9460.     {
  9461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9462.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ClearHistoryCommand.php';
  9463.         return $this->services['console.command.public_alias.app.command.clear.history'] = new \WebBundle\Command\ClearHistoryCommand($this);
  9464.     }
  9465.     /**
  9466.      * Gets the public 'console.command.public_alias.app.command.clear_article_dublicate' shared service.
  9467.      *
  9468.      * @return \WebBundle\Command\ClearArticleDuplicateCommand
  9469.      */
  9470.     protected function getConsole_Command_PublicAlias_App_Command_ClearArticleDublicateService()
  9471.     {
  9472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9473.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ClearArticleDuplicateCommand.php';
  9474.         return $this->services['console.command.public_alias.app.command.clear_article_dublicate'] = new \WebBundle\Command\ClearArticleDuplicateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9475.     }
  9476.     /**
  9477.      * Gets the public 'console.command.public_alias.app.command.collection_video' shared service.
  9478.      *
  9479.      * @return \WebBundle\Command\CollectionVideoCommand
  9480.      */
  9481.     protected function getConsole_Command_PublicAlias_App_Command_CollectionVideoService()
  9482.     {
  9483.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9484.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CollectionVideoCommand.php';
  9485.         return $this->services['console.command.public_alias.app.command.collection_video'] = new \WebBundle\Command\CollectionVideoCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9486.     }
  9487.     /**
  9488.      * Gets the public 'console.command.public_alias.app.command.cron.synch' shared service.
  9489.      *
  9490.      * @return \WebBundle\Command\SynchronizeCommand
  9491.      */
  9492.     protected function getConsole_Command_PublicAlias_App_Command_Cron_SynchService()
  9493.     {
  9494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9495.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SynchronizeCommand.php';
  9496.         return $this->services['console.command.public_alias.app.command.cron.synch'] = new \WebBundle\Command\SynchronizeCommand($this);
  9497.     }
  9498.     /**
  9499.      * Gets the public 'console.command.public_alias.app.command.cur_rate.update' shared service.
  9500.      *
  9501.      * @return \WebBundle\Command\CurRateUpdateCommand
  9502.      */
  9503.     protected function getConsole_Command_PublicAlias_App_Command_CurRate_UpdateService()
  9504.     {
  9505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9506.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CurRateUpdateCommand.php';
  9507.         return $this->services['console.command.public_alias.app.command.cur_rate.update'] = new \WebBundle\Command\CurRateUpdateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9508.     }
  9509.     /**
  9510.      * Gets the public 'console.command.public_alias.app.command.factory.statupd' shared service.
  9511.      *
  9512.      * @return \WebBundle\Command\FactoryIdeasAndReviewsActualize
  9513.      */
  9514.     protected function getConsole_Command_PublicAlias_App_Command_Factory_StatupdService()
  9515.     {
  9516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9517.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/FactoryIdeasAndReviewsActualize.php';
  9518.         return $this->services['console.command.public_alias.app.command.factory.statupd'] = new \WebBundle\Command\FactoryIdeasAndReviewsActualize();
  9519.     }
  9520.     /**
  9521.      * Gets the public 'console.command.public_alias.app.command.fosub_migration_command' shared service.
  9522.      *
  9523.      * @return \WebBundle\Command\FosubMigrateCommand
  9524.      */
  9525.     protected function getConsole_Command_PublicAlias_App_Command_FosubMigrationCommandService()
  9526.     {
  9527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9528.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/FosubMigrateCommand.php';
  9529.         return $this->services['console.command.public_alias.app.command.fosub_migration_command'] = new \WebBundle\Command\FosubMigrateCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9530.     }
  9531.     /**
  9532.      * Gets the public 'console.command.public_alias.app.command.idea' shared service.
  9533.      *
  9534.      * @return \WebBundle\Command\IdeaCommand
  9535.      */
  9536.     protected function getConsole_Command_PublicAlias_App_Command_IdeaService()
  9537.     {
  9538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9539.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/IdeaCommand.php';
  9540.         return $this->services['console.command.public_alias.app.command.idea'] = new \WebBundle\Command\IdeaCommand();
  9541.     }
  9542.     /**
  9543.      * Gets the public 'console.command.public_alias.app.command.idearename' shared service.
  9544.      *
  9545.      * @return \WebBundle\Command\IdeaRepDupNames
  9546.      */
  9547.     protected function getConsole_Command_PublicAlias_App_Command_IdearenameService()
  9548.     {
  9549.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9550.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/IdeaRepDupNames.php';
  9551.         return $this->services['console.command.public_alias.app.command.idearename'] = new \WebBundle\Command\IdeaRepDupNames();
  9552.     }
  9553.     /**
  9554.      * Gets the public 'console.command.public_alias.app.command.msh.run' shared service.
  9555.      *
  9556.      * @return \WebBundle\Command\MshirninCommand
  9557.      */
  9558.     protected function getConsole_Command_PublicAlias_App_Command_Msh_RunService()
  9559.     {
  9560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9561.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/MshirninCommand.php';
  9562.         return $this->services['console.command.public_alias.app.command.msh.run'] = new \WebBundle\Command\MshirninCommand($this);
  9563.     }
  9564.     /**
  9565.      * Gets the public 'console.command.public_alias.app.command.order' shared service.
  9566.      *
  9567.      * @return \WebBundle\Command\OrderCommand
  9568.      */
  9569.     protected function getConsole_Command_PublicAlias_App_Command_OrderService()
  9570.     {
  9571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9572.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/OrderCommand.php';
  9573.         return $this->services['console.command.public_alias.app.command.order'] = new \WebBundle\Command\OrderCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService()), ($this->services['app.service.order_one_c'] ?? $this->getApp_Service_OrderOneCService()), ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()));
  9574.     }
  9575.     /**
  9576.      * Gets the public 'console.command.public_alias.app.command.order.resend1C' shared service.
  9577.      *
  9578.      * @return \WebBundle\Command\OrderReSendToOneCCommand
  9579.      */
  9580.     protected function getConsole_Command_PublicAlias_App_Command_Order_Resend1CService()
  9581.     {
  9582.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9583.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/OrderReSendToOneCCommand.php';
  9584.         return $this->services['console.command.public_alias.app.command.order.resend1C'] = new \WebBundle\Command\OrderReSendToOneCCommand(($this->services['app.service.order'] ?? $this->getApp_Service_OrderService()));
  9585.     }
  9586.     /**
  9587.      * Gets the public 'console.command.public_alias.app.command.order.send-email' shared service.
  9588.      *
  9589.      * @return \WebBundle\Command\OrderSendEmailCommand
  9590.      */
  9591.     protected function getConsole_Command_PublicAlias_App_Command_Order_SendemailService()
  9592.     {
  9593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9594.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/OrderSendEmailCommand.php';
  9595.         return $this->services['console.command.public_alias.app.command.order.send-email'] = new \WebBundle\Command\OrderSendEmailCommand(($this->services['app.service.list_email'] ?? $this->getApp_Service_ListEmailService()), ($this->services['app.service.order'] ?? $this->getApp_Service_OrderService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9596.     }
  9597.     /**
  9598.      * Gets the public 'console.command.public_alias.app.command.pars_country.command' shared service.
  9599.      *
  9600.      * @return \WebBundle\Command\ParsCountryCommand
  9601.      */
  9602.     protected function getConsole_Command_PublicAlias_App_Command_ParsCountry_CommandService()
  9603.     {
  9604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9605.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ParsCountryCommand.php';
  9606.         return $this->services['console.command.public_alias.app.command.pars_country.command'] = new \WebBundle\Command\ParsCountryCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9607.     }
  9608.     /**
  9609.      * Gets the public 'console.command.public_alias.app.command.payment_from_one_c' shared service.
  9610.      *
  9611.      * @return \WebBundle\Command\PaymentFromOneCCommand
  9612.      */
  9613.     protected function getConsole_Command_PublicAlias_App_Command_PaymentFromOneCService()
  9614.     {
  9615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9616.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/PaymentFromOneCCommand.php';
  9617.         return $this->services['console.command.public_alias.app.command.payment_from_one_c'] = new \WebBundle\Command\PaymentFromOneCCommand();
  9618.     }
  9619.     /**
  9620.      * Gets the public 'console.command.public_alias.app.command.publiccation_fix_path' shared service.
  9621.      *
  9622.      * @return \WebBundle\Command\PublicationFixPathCommand
  9623.      */
  9624.     protected function getConsole_Command_PublicAlias_App_Command_PubliccationFixPathService()
  9625.     {
  9626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9627.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/PublicationFixPathCommand.php';
  9628.         return $this->services['console.command.public_alias.app.command.publiccation_fix_path'] = new \WebBundle\Command\PublicationFixPathCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9629.     }
  9630.     /**
  9631.      * Gets the public 'console.command.public_alias.app.command.reviews_old.command' shared service.
  9632.      *
  9633.      * @return \WebBundle\Command\ReviewsDownloadsCommand
  9634.      */
  9635.     protected function getConsole_Command_PublicAlias_App_Command_ReviewsOld_CommandService()
  9636.     {
  9637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9638.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ReviewsDownloadsCommand.php';
  9639.         return $this->services['console.command.public_alias.app.command.reviews_old.command'] = new \WebBundle\Command\ReviewsDownloadsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.service.reviews'] ?? $this->getApp_Service_ReviewsService()), ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  9640.     }
  9641.     /**
  9642.      * Gets the public 'console.command.public_alias.app.command.send_email_list' shared service.
  9643.      *
  9644.      * @return \WebBundle\Command\SendEmailListCommand
  9645.      */
  9646.     protected function getConsole_Command_PublicAlias_App_Command_SendEmailListService()
  9647.     {
  9648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9649.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SendEmailListCommand.php';
  9650.         return $this->services['console.command.public_alias.app.command.send_email_list'] = new \WebBundle\Command\SendEmailListCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9651.     }
  9652.     /**
  9653.      * Gets the public 'console.command.public_alias.app.command.send_review_invitations' shared service.
  9654.      *
  9655.      * @return \WebBundle\Command\SendReviewInvitationsCommand
  9656.      */
  9657.     protected function getConsole_Command_PublicAlias_App_Command_SendReviewInvitationsService()
  9658.     {
  9659.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9660.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SendReviewInvitationsCommand.php';
  9661.         return $this->services['console.command.public_alias.app.command.send_review_invitations'] = new \WebBundle\Command\SendReviewInvitationsCommand(($this->services['app.service.review_invitations'] ?? $this->getApp_Service_ReviewInvitationsService()));
  9662.     }
  9663.     /**
  9664.      * Gets the public 'console.command.public_alias.app.command.set_coord_append_command' shared service.
  9665.      *
  9666.      * @return \WebBundle\Command\SetCoordAppendDataCommand
  9667.      */
  9668.     protected function getConsole_Command_PublicAlias_App_Command_SetCoordAppendCommandService()
  9669.     {
  9670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9671.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SetCoordAppendDataCommand.php';
  9672.         return $this->services['console.command.public_alias.app.command.set_coord_append_command'] = new \WebBundle\Command\SetCoordAppendDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), (\dirname(__DIR__4).'/src/FlexApp'), $this);
  9673.     }
  9674.     /**
  9675.      * Gets the public 'console.command.public_alias.app.command.set_coord_fix_command' shared service.
  9676.      *
  9677.      * @return \WebBundle\Command\SetCoordFixDataCommand
  9678.      */
  9679.     protected function getConsole_Command_PublicAlias_App_Command_SetCoordFixCommandService()
  9680.     {
  9681.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9682.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SetCoordFixDataCommand.php';
  9683.         return $this->services['console.command.public_alias.app.command.set_coord_fix_command'] = new \WebBundle\Command\SetCoordFixDataCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), (\dirname(__DIR__4).'/src/FlexApp'), $this);
  9684.     }
  9685.     /**
  9686.      * Gets the public 'console.command.public_alias.app.command.site_collection' shared service.
  9687.      *
  9688.      * @return \WebBundle\Command\SiteCollectionCommand
  9689.      */
  9690.     protected function getConsole_Command_PublicAlias_App_Command_SiteCollectionService()
  9691.     {
  9692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9693.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SiteCollectionCommand.php';
  9694.         return $this->services['console.command.public_alias.app.command.site_collection'] = new \WebBundle\Command\SiteCollectionCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9695.     }
  9696.     /**
  9697.      * Gets the public 'console.command.public_alias.app.command.social.stat' shared service.
  9698.      *
  9699.      * @return \WebBundle\Command\SocialStatCommand
  9700.      */
  9701.     protected function getConsole_Command_PublicAlias_App_Command_Social_StatService()
  9702.     {
  9703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9704.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SocialStatCommand.php';
  9705.         return $this->services['console.command.public_alias.app.command.social.stat'] = new \WebBundle\Command\SocialStatCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9706.     }
  9707.     /**
  9708.      * Gets the public 'console.command.public_alias.app.command.update_user' shared service.
  9709.      *
  9710.      * @return \WebBundle\Command\UserUpdatePortalCommand
  9711.      */
  9712.     protected function getConsole_Command_PublicAlias_App_Command_UpdateUserService()
  9713.     {
  9714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9715.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/UserUpdatePortalCommand.php';
  9716.         return $this->services['console.command.public_alias.app.command.update_user'] = new \WebBundle\Command\UserUpdatePortalCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9717.     }
  9718.     /**
  9719.      * Gets the public 'console.command.public_alias.app.command.user_resend' shared service.
  9720.      *
  9721.      * @return \WebBundle\Command\UserResendCommand
  9722.      */
  9723.     protected function getConsole_Command_PublicAlias_App_Command_UserResendService()
  9724.     {
  9725.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9726.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/UserResendCommand.php';
  9727.         return $this->services['console.command.public_alias.app.command.user_resend'] = new \WebBundle\Command\UserResendCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()));
  9728.     }
  9729.     /**
  9730.      * Gets the public 'console.command.public_alias.app.setting.collection.command' shared service.
  9731.      *
  9732.      * @return \WebBundle\Command\SetHeaderIntoCollectionCommand
  9733.      */
  9734.     protected function getConsole_Command_PublicAlias_App_Setting_Collection_CommandService()
  9735.     {
  9736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9737.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SetHeaderIntoCollectionCommand.php';
  9738.         return $this->services['console.command.public_alias.app.setting.collection.command'] = new \WebBundle\Command\SetHeaderIntoCollectionCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, (\dirname(__DIR__4).'/src/FlexApp'), ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService()));
  9739.     }
  9740.     /**
  9741.      * Gets the public 'console.command.public_alias.command.cache.clear' shared service.
  9742.      *
  9743.      * @return \WebBundle\Command\CacheClearCommand
  9744.      */
  9745.     protected function getConsole_Command_PublicAlias_Command_Cache_ClearService()
  9746.     {
  9747.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9748.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ExtendedCommand.php';
  9749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LockableTrait.php';
  9750.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CacheClearCommand.php';
  9751.         return $this->services['console.command.public_alias.command.cache.clear'] = new \WebBundle\Command\CacheClearCommand();
  9752.     }
  9753.     /**
  9754.      * Gets the public 'console.command.public_alias.command.collection.check' shared service.
  9755.      *
  9756.      * @return \WebBundle\Command\CollectionCheckCommand
  9757.      */
  9758.     protected function getConsole_Command_PublicAlias_Command_Collection_CheckService()
  9759.     {
  9760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9761.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CollectionCheckCommand.php';
  9762.         return $this->services['console.command.public_alias.command.collection.check'] = new \WebBundle\Command\CollectionCheckCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9763.     }
  9764.     /**
  9765.      * Gets the public 'console.command.public_alias.command.discuss.user_unid_clear' shared service.
  9766.      *
  9767.      * @return \WebBundle\Command\ClearUserInfoUserUnidCommand
  9768.      */
  9769.     protected function getConsole_Command_PublicAlias_Command_Discuss_UserUnidClearService()
  9770.     {
  9771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9772.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ClearUserInfoUserUnidCommand.php';
  9773.         return $this->services['console.command.public_alias.command.discuss.user_unid_clear'] = new \WebBundle\Command\ClearUserInfoUserUnidCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9774.     }
  9775.     /**
  9776.      * Gets the public 'console.command.public_alias.command.img.check' shared service.
  9777.      *
  9778.      * @return \WebBundle\Command\ImgCheckCommand
  9779.      */
  9780.     protected function getConsole_Command_PublicAlias_Command_Img_CheckService()
  9781.     {
  9782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9783.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ImgCheckCommand.php';
  9784.         return $this->services['console.command.public_alias.command.img.check'] = new \WebBundle\Command\ImgCheckCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9785.     }
  9786.     /**
  9787.      * Gets the public 'console.command.public_alias.command.main.check' shared service.
  9788.      *
  9789.      * @return \WebBundle\Command\MainCheckCommand
  9790.      */
  9791.     protected function getConsole_Command_PublicAlias_Command_Main_CheckService()
  9792.     {
  9793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9794.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/MainCheckCommand.php';
  9795.         return $this->services['console.command.public_alias.command.main.check'] = new \WebBundle\Command\MainCheckCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this);
  9796.     }
  9797.     /**
  9798.      * Gets the public 'console.command_loader' shared service.
  9799.      *
  9800.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  9801.      */
  9802.     protected function getConsole_CommandLoaderService()
  9803.     {
  9804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  9805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  9806.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9807.             'FlexApp\\Command\\AddExhibitionDataCommand' => ['privates''FlexApp\\Command\\AddExhibitionDataCommand''getAddExhibitionDataCommandService'false],
  9808.             'FlexApp\\Command\\AddFilterToAdminPanelCommand' => ['privates''FlexApp\\Command\\AddFilterToAdminPanelCommand''getAddFilterToAdminPanelCommandService'false],
  9809.             'FlexApp\\Command\\AddPortalTaskIfFailsExistCommand' => ['privates''FlexApp\\Command\\AddPortalTaskIfFailsExistCommand''getAddPortalTaskIfFailsExistCommandService'false],
  9810.             'FlexApp\\Command\\AutoResendAfterFailsCommand' => ['privates''FlexApp\\Command\\AutoResendAfterFailsCommand''getAutoResendAfterFailsCommandService'false],
  9811.             'FlexApp\\Command\\BindReviewsCommand' => ['privates''FlexApp\\Command\\BindReviewsCommand''getBindReviewsCommandService'false],
  9812.             'FlexApp\\Command\\BuildCollectionSettnigsCommand' => ['privates''FlexApp\\Command\\BuildCollectionSettnigsCommand''getBuildCollectionSettnigsCommandService'false],
  9813.             'FlexApp\\Command\\CalendarCommand' => ['privates''FlexApp\\Command\\CalendarCommand''getCalendarCommandService'false],
  9814.             'FlexApp\\Command\\ChatBCommand' => ['privates''FlexApp\\Command\\ChatBCommand''getChatBCommandService'false],
  9815.             'FlexApp\\Command\\ChatBDispatchErrorEventCommand' => ['privates''FlexApp\\Command\\ChatBDispatchErrorEventCommand''getChatBDispatchErrorEventCommandService'false],
  9816.             'FlexApp\\Command\\CheckActualTranslationsCommand' => ['privates''FlexApp\\Command\\CheckActualTranslationsCommand''getCheckActualTranslationsCommandService'false],
  9817.             'FlexApp\\Command\\CheckGoogleGmailEventsCommand' => ['privates''FlexApp\\Command\\CheckGoogleGmailEventsCommand''getCheckGoogleGmailEventsCommandService'false],
  9818.             'FlexApp\\Command\\ClearCustomLogCommand' => ['privates''FlexApp\\Command\\ClearCustomLogCommand''getClearCustomLogCommandService'false],
  9819.             'FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand' => ['privates''FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand''getCommentsAddTaskForCommentsWithoutAnswerCommandService'false],
  9820.             'FlexApp\\Command\\ConsumeTokensCommand' => ['privates''FlexApp\\Command\\ConsumeTokensCommand''getConsumeTokensCommandService'false],
  9821.             'FlexApp\\Command\\Cron\\CronAdminJobsCommand' => ['privates''FlexApp\\Command\\Cron\\CronAdminJobsCommand''getCronAdminJobsCommandService'false],
  9822.             'FlexApp\\Command\\Cron\\CronExhSetReferenceCommand' => ['privates''FlexApp\\Command\\Cron\\CronExhSetReferenceCommand''getCronExhSetReferenceCommandService'false],
  9823.             'FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand' => ['privates''FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand''getCronFoundAndFixRelationCommandService'false],
  9824.             'FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand' => ['privates''FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand''getCronListForGoogleAdsCommandService'false],
  9825.             'FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand' => ['privates''FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand''getCronParseHtmlBadLinkCommandService'false],
  9826.             'FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand' => ['privates''FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand''getCronParseVideoBadLinkCommandService'false],
  9827.             'FlexApp\\Command\\Cron\\CronTransExCommand' => ['privates''FlexApp\\Command\\Cron\\CronTransExCommand''getCronTransExCommandService'false],
  9828.             'FlexApp\\Command\\Cron\\CrontabFillCollectionCommand' => ['privates''.FlexApp\\Command\\Cron\\CrontabFillCollectionCommand.lazy''getCrontabFillCollectionCommand_LazyService'false],
  9829.             'FlexApp\\Command\\Cron\\CrontabFillCountryCommand' => ['privates''.FlexApp\\Command\\Cron\\CrontabFillCountryCommand.lazy''getCrontabFillCountryCommand_LazyService'false],
  9830.             'FlexApp\\Command\\Cron\\CrontabFillFactoryCommand' => ['privates''.FlexApp\\Command\\Cron\\CrontabFillFactoryCommand.lazy''getCrontabFillFactoryCommand_LazyService'false],
  9831.             'FlexApp\\Command\\Cron\\CrontabFillReviewsCommand' => ['privates''.FlexApp\\Command\\Cron\\CrontabFillReviewsCommand.lazy''getCrontabFillReviewsCommand_LazyService'false],
  9832.             'FlexApp\\Command\\ExportArticleSchemeToCsvCommand' => ['privates''FlexApp\\Command\\ExportArticleSchemeToCsvCommand''getExportArticleSchemeToCsvCommandService'false],
  9833.             'FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand' => ['privates''FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand''getExportArticlesToJsonForGoogleCommandService'false],
  9834.             'FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand' => ['privates''FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand''getExportCollectionsToAmazonPersonalizeCommandService'false],
  9835.             'FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand' => ['privates''FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand''getExportUserItemToAmazonPersonalizeCommandService'false],
  9836.             'FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand' => ['privates''FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand''getExportUsersToAmazonPersonalizeCommandService'false],
  9837.             'FlexApp\\Command\\FillArticleFilterCommand' => ['privates''.FlexApp\\Command\\FillArticleFilterCommand.lazy''getFillArticleFilterCommand_LazyService'false],
  9838.             'FlexApp\\Command\\FillArticleSortCommand' => ['privates''.FlexApp\\Command\\FillArticleSortCommand.lazy''getFillArticleSortCommand_LazyService'false],
  9839.             'FlexApp\\Command\\FillCapitalsCommand' => ['privates''FlexApp\\Command\\FillCapitalsCommand''getFillCapitalsCommandService'false],
  9840.             'FlexApp\\Command\\FillHolidaysCommand' => ['privates''FlexApp\\Command\\FillHolidaysCommand''getFillHolidaysCommandService'false],
  9841.             'FlexApp\\Command\\FillInteriorFilterCommand' => ['privates''.FlexApp\\Command\\FillInteriorFilterCommand.lazy''getFillInteriorFilterCommand_LazyService'false],
  9842.             'FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand' => ['privates''FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand''getFixLocalesInLocalChangeStatisticCommandService'false],
  9843.             'FlexApp\\Command\\GetCollectionThemesStatCommand' => ['privates''FlexApp\\Command\\GetCollectionThemesStatCommand''getGetCollectionThemesStatCommandService'false],
  9844.             'FlexApp\\Command\\ImgProcessCommand' => ['privates''FlexApp\\Command\\ImgProcessCommand''getImgProcessCommandService'false],
  9845.             'FlexApp\\Command\\ImportOldSubscribersCommand' => ['privates''FlexApp\\Command\\ImportOldSubscribersCommand''getImportOldSubscribersCommandService'false],
  9846.             'FlexApp\\Command\\ImportProdDBCommand' => ['privates''FlexApp\\Command\\ImportProdDBCommand''getImportProdDBCommandService'false],
  9847.             'FlexApp\\Command\\ManualTestUnreadCountCommand' => ['privates''FlexApp\\Command\\ManualTestUnreadCountCommand''getManualTestUnreadCountCommandService'false],
  9848.             'FlexApp\\Command\\ManualTestingCommand' => ['privates''FlexApp\\Command\\ManualTestingCommand''getManualTestingCommandService'false],
  9849.             'FlexApp\\Command\\MergeContactsOnPortalCommand' => ['privates''FlexApp\\Command\\MergeContactsOnPortalCommand''getMergeContactsOnPortalCommandService'false],
  9850.             'FlexApp\\Command\\OnceLoadCurrenciesCommand' => ['privates''.FlexApp\\Command\\OnceLoadCurrenciesCommand.lazy''getOnceLoadCurrenciesCommand_LazyService'false],
  9851.             'FlexApp\\Command\\OnceLoadMeasuresCommand' => ['privates''.FlexApp\\Command\\OnceLoadMeasuresCommand.lazy''getOnceLoadMeasuresCommand_LazyService'false],
  9852.             'FlexApp\\Command\\PluralizationExampleCommand' => ['privates''FlexApp\\Command\\PluralizationExampleCommand''getPluralizationExampleCommandService'false],
  9853.             'FlexApp\\Command\\PushTestByFCMTokenCommand' => ['privates''FlexApp\\Command\\PushTestByFCMTokenCommand''getPushTestByFCMTokenCommandService'false],
  9854.             'FlexApp\\Command\\PushTestByTeTokenCommand' => ['privates''FlexApp\\Command\\PushTestByTeTokenCommand''getPushTestByTeTokenCommandService'false],
  9855.             'FlexApp\\Command\\PushTestByUserCommand' => ['privates''FlexApp\\Command\\PushTestByUserCommand''getPushTestByUserCommandService'false],
  9856.             'FlexApp\\Command\\RemoveOldComparesCommand' => ['privates''FlexApp\\Command\\RemoveOldComparesCommand''getRemoveOldComparesCommandService'false],
  9857.             'FlexApp\\Command\\RenameImageExhCommand' => ['privates''FlexApp\\Command\\RenameImageExhCommand''getRenameImageExhCommandService'false],
  9858.             'FlexApp\\Command\\SendTestEmailCommand' => ['privates''FlexApp\\Command\\SendTestEmailCommand''getSendTestEmailCommandService'false],
  9859.             'FlexApp\\Command\\SendToChatCommand' => ['privates''FlexApp\\Command\\SendToChatCommand''getSendToChatCommandService'false],
  9860.             'FlexApp\\Command\\SetSkuCommand' => ['privates''FlexApp\\Command\\SetSkuCommand''getSetSkuCommandService'false],
  9861.             'FlexApp\\Command\\TestSentryCommand' => ['privates''FlexApp\\Command\\TestSentryCommand''getTestSentryCommandService'false],
  9862.             'FlexApp\\Command\\TransferUserCountryToOrderAddressCommand' => ['privates''FlexApp\\Command\\TransferUserCountryToOrderAddressCommand''getTransferUserCountryToOrderAddressCommandService'false],
  9863.             'FlexApp\\Command\\TranslitBuildFilesCommand' => ['privates''FlexApp\\Command\\TranslitBuildFilesCommand''getTranslitBuildFilesCommandService'false],
  9864.             'FlexApp\\Command\\TretoToTeCommand' => ['privates''FlexApp\\Command\\TretoToTeCommand''getTretoToTeCommandService'false],
  9865.             'FlexApp\\Command\\UpdateArticleSchemeFromCsvCommand' => ['privates''.FlexApp\\Command\\UpdateArticleSchemeFromCsvCommand.lazy''getUpdateArticleSchemeFromCsvCommand_LazyService'false],
  9866.             'FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand' => ['privates''FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand''getUpdateInvitationEmailDeliveryStatsCommandService'false],
  9867.             'FlexApp\\Command\\UpdateUserOnPortalCommand' => ['privates''FlexApp\\Command\\UpdateUserOnPortalCommand''getUpdateUserOnPortalCommandService'false],
  9868.             'FlexApp\\Command\\UserEnteredChatCommand' => ['privates''FlexApp\\Command\\UserEnteredChatCommand''getUserEnteredChatCommandService'false],
  9869.             'FlexApp\\Command\\UserLeftChatCommand' => ['privates''FlexApp\\Command\\UserLeftChatCommand''getUserLeftChatCommandService'false],
  9870.             'FlexApp\\Command\\VisitCommand' => ['privates''FlexApp\\Command\\VisitCommand''getVisitCommandService'false],
  9871.             'bi.v3.command.sample_update' => ['services''bi.v3.command.sample_update''getBi_V3_Command_SampleUpdateService'false],
  9872.             'bi.v3.command.update_pd' => ['services''bi.v3.command.update_pd''getBi_V3_Command_UpdatePdService'false],
  9873.             'bi.v3.command.save_after_reedit' => ['services''bi.v3.command.save_after_reedit''getBi_V3_Command_SaveAfterReeditService'false],
  9874.             'bi.v3.command.save_mages_tv' => ['services''bi.v3.command.save_mages_tv''getBi_V3_Command_SaveMagesTvService'false],
  9875.             'bi.v3.command.factory.set_type' => ['services''bi.v3.command.factory.set_type''getBi_V3_Command_Factory_SetTypeService'false],
  9876.             'bi.v3.command.collection.set_header' => ['services''bi.v3.command.collection.set_header''getBi_V3_Command_Collection_SetHeaderService'false],
  9877.             'bi.v3.command.check_list_report' => ['services''bi.v3.command.check_list_report''getBi_V3_Command_CheckListReportService'false],
  9878.             'bi.v3.command.save_new_images_special' => ['services''bi.v3.command.save_new_images_special''getBi_V3_Command_SaveNewImagesSpecialService'false],
  9879.             'bi.v3.command.update_collection_all' => ['services''bi.v3.command.update_collection_all''getBi_V3_Command_UpdateCollectionAllService'false],
  9880.             'bi.v3.command.update_factory_all' => ['services''bi.v3.command.update_factory_all''getBi_V3_Command_UpdateFactoryAllService'false],
  9881.             'bi.v3.command.interior_alt' => ['services''bi.v3.command.interior_alt''getBi_V3_Command_InteriorAltService'false],
  9882.             'bi.v3.command.send_suspended_message' => ['services''bi.v3.command.send_suspended_message''getBi_V3_Command_SendSuspendedMessageService'false],
  9883.             'bi.v3.command.update_color_factory' => ['services''bi.v3.command.update_color_factory''getBi_V3_Command_UpdateColorFactoryService'false],
  9884.             'bi.v3.command.update_interior' => ['services''bi.v3.command.update_interior''getBi_V3_Command_UpdateInteriorService'false],
  9885.             'bi.v3.command.feed_google_custom' => ['services''bi.v3.command.feed_google_custom''getBi_V3_Command_FeedGoogleCustomService'false],
  9886.             'bi.v3.command.send_message_cmyk_image' => ['services''bi.v3.command.send_message_cmyk_image''getBi_V3_Command_SendMessageCmykImageService'false],
  9887.             'bi.v3.command.filter_collection' => ['services''bi.v3.command.filter_collection''getBi_V3_Command_FilterCollectionService'false],
  9888.             'bi.v3.command.data_update_draw' => ['services''bi.v3.command.data_update_draw''getBi_V3_Command_DataUpdateDrawService'false],
  9889.             'bi.v3.command.feed_shopping_single' => ['services''bi.v3.command.feed_shopping_single''getBi_V3_Command_FeedShoppingSingleService'false],
  9890.             'bi.v3.command.feed_shopping_w_single' => ['services''bi.v3.command.feed_shopping_w_single''getBi_V3_Command_FeedShoppingWSingleService'false],
  9891.             'bi.v3.command.holiday' => ['services''bi.v3.command.holiday''getBi_V3_Command_HolidayService'false],
  9892.             'bi.v3.command.shopping_update' => ['services''bi.v3.command.shopping_update''getBi_V3_Command_ShoppingUpdateService'false],
  9893.             'bi.v3.command.status_factory_change' => ['services''bi.v3.command.status_factory_change''getBi_V3_Command_StatusFactoryChangeService'false],
  9894.             'bi.v3.command.collection_video' => ['services''bi.v3.command.collection_video''getBi_V3_Command_CollectionVideoService'false],
  9895.             'bi.v3.command.feed_review' => ['services''bi.v3.command.feed_review''getBi_V3_Command_FeedReviewService'false],
  9896.             'bi.v3.command.bad_image' => ['services''bi.v3.command.bad_image''getBi_V3_Command_BadImageService'false],
  9897.             'bi.v3.command.flush_memcache_article' => ['services''bi.v3.command.flush_memcache_article''getBi_V3_Command_FlushMemcacheArticleService'false],
  9898.             'bi.v3.command.update_article_all' => ['services''bi.v3.command.update_article_all''getBi_V3_Command_UpdateArticleAllService'false],
  9899.             'bi.v3.command.update_article_part' => ['services''bi.v3.command.update_article_part''getBi_V3_Command_UpdateArticlePartService'false],
  9900.             'bi.v3.command.recomendation_articles' => ['services''bi.v3.command.recomendation_articles''getBi_V3_Command_RecomendationArticlesService'false],
  9901.             'bi.v3.command.articles_option' => ['services''bi.v3.command.articles_option''getBi_V3_Command_ArticlesOptionService'false],
  9902.             'bi.v3.command.filtered_articles_google_feed' => ['services''bi.v3.command.filtered_articles_google_feed''getBi_V3_Command_FilteredArticlesGoogleFeedService'false],
  9903.             'bi.v3.command.jobs_tube' => ['services''bi.v3.command.jobs_tube''getBi_V3_Command_JobsTubeService'false],
  9904.             'bi.v3.command.delete_tube' => ['services''bi.v3.command.delete_tube''getBi_V3_Command_DeleteTubeService'false],
  9905.             'bi.v3.command.stats_tube' => ['services''bi.v3.command.stats_tube''getBi_V3_Command_StatsTubeService'false],
  9906.             'bi.v3.command.import_queue' => ['services''bi.v3.command.import_queue''getBi_V3_Command_ImportQueueService'false],
  9907.             'bi.v3.command.test' => ['services''bi.v3.command.test''getBi_V3_Command_TestService'false],
  9908.             'bi.v3.command.search_no_source' => ['services''bi.v3.command.search_no_source''getBi_V3_Command_SearchNoSourceService'false],
  9909.             'bi.v3.command.buy_order' => ['services''bi.v3.command.buy_order''getBi_V3_Command_BuyOrderService'false],
  9910.             'bi.v3.command.iamge_more_resolution' => ['services''bi.v3.command.iamge_more_resolution''getBi_V3_Command_IamgeMoreResolutionService'false],
  9911.             'bi.v3.command.recrop_webp' => ['services''bi.v3.command.recrop_webp''getBi_V3_Command_RecropWebpService'false],
  9912.             'bi.v3.command.interior_stone_texture' => ['services''bi.v3.command.interior_stone_texture''getBi_V3_Command_InteriorStoneTextureService'false],
  9913.             'bi.v3.command.interior_equivalent_size_image' => ['services''bi.v3.command.interior_equivalent_size_image''getBi_V3_Command_InteriorEquivalentSizeImageService'false],
  9914.             'bi.v3.command.cmyk_source_image' => ['services''bi.v3.command.cmyk_source_image''getBi_V3_Command_CmykSourceImageService'false],
  9915.             'bi.v3.command.set_article_description' => ['services''bi.v3.command.set_article_description''getBi_V3_Command_SetArticleDescriptionService'false],
  9916.             'bi.v3.command.send_cmyk_convert' => ['services''bi.v3.command.send_cmyk_convert''getBi_V3_Command_SendCmykConvertService'false],
  9917.             'bi.v3.command.interior_re_crop' => ['services''bi.v3.command.interior_re_crop''getBi_V3_Command_InteriorReCropService'false],
  9918.             'bi.v3.command.factory_sync' => ['services''bi.v3.command.factory_sync''getBi_V3_Command_FactorySyncService'false],
  9919.             'bi.v3.command.google_feed_article_reviews' => ['services''bi.v3.command.google_feed_article_reviews''getBi_V3_Command_GoogleFeedArticleReviewsService'false],
  9920.             'Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand' => ['services''Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand''getSyncListMeasureWithEdinicaCommandService'false],
  9921.             'bi.v3.command.test_rsync_connection' => ['services''bi.v3.command.test_rsync_connection''getBi_V3_Command_TestRsyncConnectionService'false],
  9922.             'app.command.generate_sitemap' => ['privates''app.command.generate_sitemap''getApp_Command_GenerateSitemapService'false],
  9923.             'app.command.sphinx.article' => ['privates''app.command.sphinx.article''getApp_Command_Sphinx_ArticleService'false],
  9924.             'app.command.sphinx.count' => ['privates''app.command.sphinx.count''getApp_Command_Sphinx_CountService'false],
  9925.             'app.command.export.filters' => ['privates''app.command.export.filters''getApp_Command_Export_FiltersService'false],
  9926.             'app.command.copy.visit.visit.all' => ['privates''app.command.copy.visit.visit.all''getApp_Command_Copy_Visit_Visit_AllService'false],
  9927.             'app.command.recommendation.visit' => ['privates''app.command.recommendation.visit''getApp_Command_Recommendation_VisitService'false],
  9928.             'app.command.recommendation.order' => ['privates''app.command.recommendation.order''getApp_Command_Recommendation_OrderService'false],
  9929.             'app.command.recommendation.filter' => ['privates''app.command.recommendation.filter''getApp_Command_Recommendation_FilterService'false],
  9930.             'app.command.recommendation.unified' => ['privates''app.command.recommendation.unified''getApp_Command_Recommendation_UnifiedService'false],
  9931.             'app.command.recommendation.unified.optimized' => ['privates''app.command.recommendation.unified.optimized''getApp_Command_Recommendation_Unified_OptimizedService'false],
  9932.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  9933.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  9934.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  9935.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  9936.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  9937.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  9938.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  9939.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  9940.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  9941.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  9942.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  9943.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  9944.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  9945.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  9946.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  9947.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  9948.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  9949.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  9950.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  9951.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  9952.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  9953.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  9954.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  9955.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  9956.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  9957.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  9958.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  9959.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  9960.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  9961.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  9962.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  9963.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  9964.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  9965.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  9966.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  9967.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  9968.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  9969.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  9970.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  9971.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  9972.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  9973.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  9974.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  9975.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  9976.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  9977.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  9978.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  9979.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  9980.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  9981.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  9982.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  9983.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  9984.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  9985.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  9986.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  9987.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  9988.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  9989.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  9990.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  9991.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  9992.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  9993.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  9994.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  9995.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  9996.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  9997.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  9998.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  9999.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  10000.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  10001.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  10002.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  10003.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  10004.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  10005.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => ['services''hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command''getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService'false],
  10006.             'nelmio_api_doc.command.dump' => ['services''nelmio_api_doc.command.dump''getNelmioApiDoc_Command_DumpService'false],
  10007.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => ['privates''Sentry\\SentryBundle\\Command\\SentryTestCommand''getSentryTestCommandService'false],
  10008.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  10009.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  10010.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  10011.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  10012.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  10013.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  10014.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  10015.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  10016.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  10017.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  10018.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  10019.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  10020.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  10021.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  10022.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  10023.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  10024.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  10025.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  10026.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  10027.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  10028.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  10029.         ], [
  10030.             'FlexApp\\Command\\AddExhibitionDataCommand' => 'FlexApp\\Command\\AddExhibitionDataCommand',
  10031.             'FlexApp\\Command\\AddFilterToAdminPanelCommand' => 'FlexApp\\Command\\AddFilterToAdminPanelCommand',
  10032.             'FlexApp\\Command\\AddPortalTaskIfFailsExistCommand' => 'FlexApp\\Command\\AddPortalTaskIfFailsExistCommand',
  10033.             'FlexApp\\Command\\AutoResendAfterFailsCommand' => 'FlexApp\\Command\\AutoResendAfterFailsCommand',
  10034.             'FlexApp\\Command\\BindReviewsCommand' => 'FlexApp\\Command\\BindReviewsCommand',
  10035.             'FlexApp\\Command\\BuildCollectionSettnigsCommand' => 'FlexApp\\Command\\BuildCollectionSettnigsCommand',
  10036.             'FlexApp\\Command\\CalendarCommand' => 'FlexApp\\Command\\CalendarCommand',
  10037.             'FlexApp\\Command\\ChatBCommand' => 'FlexApp\\Command\\ChatBCommand',
  10038.             'FlexApp\\Command\\ChatBDispatchErrorEventCommand' => 'FlexApp\\Command\\ChatBDispatchErrorEventCommand',
  10039.             'FlexApp\\Command\\CheckActualTranslationsCommand' => 'FlexApp\\Command\\CheckActualTranslationsCommand',
  10040.             'FlexApp\\Command\\CheckGoogleGmailEventsCommand' => 'FlexApp\\Command\\CheckGoogleGmailEventsCommand',
  10041.             'FlexApp\\Command\\ClearCustomLogCommand' => 'FlexApp\\Command\\ClearCustomLogCommand',
  10042.             'FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand' => 'FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand',
  10043.             'FlexApp\\Command\\ConsumeTokensCommand' => 'FlexApp\\Command\\ConsumeTokensCommand',
  10044.             'FlexApp\\Command\\Cron\\CronAdminJobsCommand' => 'FlexApp\\Command\\Cron\\CronAdminJobsCommand',
  10045.             'FlexApp\\Command\\Cron\\CronExhSetReferenceCommand' => 'FlexApp\\Command\\Cron\\CronExhSetReferenceCommand',
  10046.             'FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand' => 'FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand',
  10047.             'FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand' => 'FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand',
  10048.             'FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand' => 'FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand',
  10049.             'FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand' => 'FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand',
  10050.             'FlexApp\\Command\\Cron\\CronTransExCommand' => 'FlexApp\\Command\\Cron\\CronTransExCommand',
  10051.             'FlexApp\\Command\\Cron\\CrontabFillCollectionCommand' => '?',
  10052.             'FlexApp\\Command\\Cron\\CrontabFillCountryCommand' => '?',
  10053.             'FlexApp\\Command\\Cron\\CrontabFillFactoryCommand' => '?',
  10054.             'FlexApp\\Command\\Cron\\CrontabFillReviewsCommand' => '?',
  10055.             'FlexApp\\Command\\ExportArticleSchemeToCsvCommand' => 'FlexApp\\Command\\ExportArticleSchemeToCsvCommand',
  10056.             'FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand' => 'FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand',
  10057.             'FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand' => 'FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand',
  10058.             'FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand' => 'FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand',
  10059.             'FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand' => 'FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand',
  10060.             'FlexApp\\Command\\FillArticleFilterCommand' => '?',
  10061.             'FlexApp\\Command\\FillArticleSortCommand' => '?',
  10062.             'FlexApp\\Command\\FillCapitalsCommand' => 'FlexApp\\Command\\FillCapitalsCommand',
  10063.             'FlexApp\\Command\\FillHolidaysCommand' => 'FlexApp\\Command\\FillHolidaysCommand',
  10064.             'FlexApp\\Command\\FillInteriorFilterCommand' => '?',
  10065.             'FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand' => 'FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand',
  10066.             'FlexApp\\Command\\GetCollectionThemesStatCommand' => 'FlexApp\\Command\\GetCollectionThemesStatCommand',
  10067.             'FlexApp\\Command\\ImgProcessCommand' => 'FlexApp\\Command\\ImgProcessCommand',
  10068.             'FlexApp\\Command\\ImportOldSubscribersCommand' => 'FlexApp\\Command\\ImportOldSubscribersCommand',
  10069.             'FlexApp\\Command\\ImportProdDBCommand' => 'FlexApp\\Command\\ImportProdDBCommand',
  10070.             'FlexApp\\Command\\ManualTestUnreadCountCommand' => 'FlexApp\\Command\\ManualTestUnreadCountCommand',
  10071.             'FlexApp\\Command\\ManualTestingCommand' => 'FlexApp\\Command\\ManualTestingCommand',
  10072.             'FlexApp\\Command\\MergeContactsOnPortalCommand' => 'FlexApp\\Command\\MergeContactsOnPortalCommand',
  10073.             'FlexApp\\Command\\OnceLoadCurrenciesCommand' => '?',
  10074.             'FlexApp\\Command\\OnceLoadMeasuresCommand' => '?',
  10075.             'FlexApp\\Command\\PluralizationExampleCommand' => 'FlexApp\\Command\\PluralizationExampleCommand',
  10076.             'FlexApp\\Command\\PushTestByFCMTokenCommand' => 'FlexApp\\Command\\PushTestByFCMTokenCommand',
  10077.             'FlexApp\\Command\\PushTestByTeTokenCommand' => 'FlexApp\\Command\\PushTestByTeTokenCommand',
  10078.             'FlexApp\\Command\\PushTestByUserCommand' => 'FlexApp\\Command\\PushTestByUserCommand',
  10079.             'FlexApp\\Command\\RemoveOldComparesCommand' => 'FlexApp\\Command\\RemoveOldComparesCommand',
  10080.             'FlexApp\\Command\\RenameImageExhCommand' => 'FlexApp\\Command\\RenameImageExhCommand',
  10081.             'FlexApp\\Command\\SendTestEmailCommand' => 'FlexApp\\Command\\SendTestEmailCommand',
  10082.             'FlexApp\\Command\\SendToChatCommand' => 'FlexApp\\Command\\SendToChatCommand',
  10083.             'FlexApp\\Command\\SetSkuCommand' => 'FlexApp\\Command\\SetSkuCommand',
  10084.             'FlexApp\\Command\\TestSentryCommand' => 'FlexApp\\Command\\TestSentryCommand',
  10085.             'FlexApp\\Command\\TransferUserCountryToOrderAddressCommand' => 'FlexApp\\Command\\TransferUserCountryToOrderAddressCommand',
  10086.             'FlexApp\\Command\\TranslitBuildFilesCommand' => 'FlexApp\\Command\\TranslitBuildFilesCommand',
  10087.             'FlexApp\\Command\\TretoToTeCommand' => 'FlexApp\\Command\\TretoToTeCommand',
  10088.             'FlexApp\\Command\\UpdateArticleSchemeFromCsvCommand' => '?',
  10089.             'FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand' => 'FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand',
  10090.             'FlexApp\\Command\\UpdateUserOnPortalCommand' => 'FlexApp\\Command\\UpdateUserOnPortalCommand',
  10091.             'FlexApp\\Command\\UserEnteredChatCommand' => 'FlexApp\\Command\\UserEnteredChatCommand',
  10092.             'FlexApp\\Command\\UserLeftChatCommand' => 'FlexApp\\Command\\UserLeftChatCommand',
  10093.             'FlexApp\\Command\\VisitCommand' => 'FlexApp\\Command\\VisitCommand',
  10094.             'bi.v3.command.sample_update' => 'Import1CBundle\\Command\\CronUpdateSampleCommand',
  10095.             'bi.v3.command.update_pd' => 'Import1CBundle\\Command\\CronUpdatePriceDiscountCommand',
  10096.             'bi.v3.command.save_after_reedit' => 'Import1CBundle\\Command\\CronImageSaveAfterReEditCommand',
  10097.             'bi.v3.command.save_mages_tv' => 'Import1CBundle\\Command\\CronImageSaveForTVCommand',
  10098.             'bi.v3.command.factory.set_type' => 'Import1CBundle\\Command\\CronFactoryTypeCommand',
  10099.             'bi.v3.command.collection.set_header' => 'Import1CBundle\\Command\\CronCollectionHeaderCommand',
  10100.             'bi.v3.command.check_list_report' => 'Import1CBundle\\Command\\CronCheckListReportCommand',
  10101.             'bi.v3.command.save_new_images_special' => 'Import1CBundle\\Command\\CronImageCopyImagesSpecialCommand',
  10102.             'bi.v3.command.update_collection_all' => 'Import1CBundle\\Command\\CronUpdateCollectionCommand',
  10103.             'bi.v3.command.update_factory_all' => 'Import1CBundle\\Command\\CronUpdateFactoryCommand',
  10104.             'bi.v3.command.interior_alt' => 'Import1CBundle\\Command\\CronInteriorAltCommand',
  10105.             'bi.v3.command.send_suspended_message' => 'Import1CBundle\\Command\\CronMessageSendSuspendedCommand',
  10106.             'bi.v3.command.update_color_factory' => 'Import1CBundle\\Command\\CronUpdateColorFactoryCommand',
  10107.             'bi.v3.command.update_interior' => 'Import1CBundle\\Command\\CronUpdateInteriorAllCommand',
  10108.             'bi.v3.command.feed_google_custom' => 'Import1CBundle\\Command\\CronFeedGoogleOneRemarketingCommand',
  10109.             'bi.v3.command.send_message_cmyk_image' => 'Import1CBundle\\Command\\CronMessageSendCmykImageCommand',
  10110.             'bi.v3.command.filter_collection' => 'Import1CBundle\\Command\\CronFilterCollectionCommand',
  10111.             'bi.v3.command.data_update_draw' => 'Import1CBundle\\Command\\CronUpdateDrawCommand',
  10112.             'bi.v3.command.feed_shopping_single' => 'Import1CBundle\\Command\\CronFeedShoppingSingleCommand',
  10113.             'bi.v3.command.feed_shopping_w_single' => 'Import1CBundle\\Command\\CronFeedShoppingWSingleCommand',
  10114.             'bi.v3.command.holiday' => 'Import1CBundle\\Command\\CronUpdateHolidaysCommand',
  10115.             'bi.v3.command.shopping_update' => 'Import1CBundle\\Command\\CronFeedShoppingUpdateCommand',
  10116.             'bi.v3.command.status_factory_change' => 'Import1CBundle\\Command\\CronChangeStatusFactoryMoreTwoMonthCommand',
  10117.             'bi.v3.command.collection_video' => 'Import1CBundle\\Command\\CronCollectionVideoCommand',
  10118.             'bi.v3.command.feed_review' => 'Import1CBundle\\Command\\CronFeedReviewCommand',
  10119.             'bi.v3.command.bad_image' => 'Import1CBundle\\Command\\CronMessageSendBadImageInteriorCommand',
  10120.             'bi.v3.command.flush_memcache_article' => 'Import1CBundle\\Command\\CronFlushArticleCodeCommand',
  10121.             'bi.v3.command.update_article_all' => 'Import1CBundle\\Command\\CronUpdateArticleAllCommand',
  10122.             'bi.v3.command.update_article_part' => 'Import1CBundle\\Command\\CronUpdateArticlePartCommand',
  10123.             'bi.v3.command.recomendation_articles' => 'Import1CBundle\\Command\\CronRecomendationGoogleArticlesCommand',
  10124.             'bi.v3.command.articles_option' => 'Import1CBundle\\Command\\CronArticlesOptionCommand',
  10125.             'bi.v3.command.filtered_articles_google_feed' => 'Import1CBundle\\Command\\CronFilteredArticlesGoogleFeedCommand',
  10126.             'bi.v3.command.jobs_tube' => 'Import1CBundle\\Command\\Pheanstalk\\JobsTubeCommand',
  10127.             'bi.v3.command.delete_tube' => 'Import1CBundle\\Command\\Pheanstalk\\DeleteTubeCommand',
  10128.             'bi.v3.command.stats_tube' => 'Import1CBundle\\Command\\Pheanstalk\\StatsTubeCommand',
  10129.             'bi.v3.command.import_queue' => 'Import1CBundle\\Command\\QueueHandlerCommand',
  10130.             'bi.v3.command.test' => 'Import1CBundle\\Command\\OnceRun\\TestCommand',
  10131.             'bi.v3.command.search_no_source' => 'Import1CBundle\\Command\\OnceRun\\SearchNoSourceImagesForEntityCommand',
  10132.             'bi.v3.command.buy_order' => 'Import1CBundle\\Command\\OnceRun\\GetBuyOrderCommand',
  10133.             'bi.v3.command.iamge_more_resolution' => 'Import1CBundle\\Command\\OnceRun\\RecropImagesForMoreResolutionCommand',
  10134.             'bi.v3.command.recrop_webp' => 'Import1CBundle\\Command\\OnceRun\\RecropImageWebpCommand',
  10135.             'bi.v3.command.interior_stone_texture' => 'Import1CBundle\\Command\\OnceRun\\SetInteriorStoneTexture',
  10136.             'bi.v3.command.interior_equivalent_size_image' => 'Import1CBundle\\Command\\OnceRun\\SearchEquivalentSizeImageCommand',
  10137.             'bi.v3.command.cmyk_source_image' => 'Import1CBundle\\Command\\OnceRun\\SearchCMYKSourceImageCommand',
  10138.             'bi.v3.command.set_article_description' => 'Import1CBundle\\Command\\OnceRun\\SetArticleDescriptionNew',
  10139.             'bi.v3.command.send_cmyk_convert' => 'Import1CBundle\\Command\\OnceRun\\SendMessageCmykConvertCommand',
  10140.             'bi.v3.command.interior_re_crop' => 'Import1CBundle\\Command\\OnceRun\\InteriorReCropImagesCommand',
  10141.             'bi.v3.command.factory_sync' => 'Import1CBundle\\Command\\OnceRun\\FactorySynchroCommand',
  10142.             'bi.v3.command.google_feed_article_reviews' => 'Import1CBundle\\Command\\ArticleReviewGoogleFeed\\CronArticleReviewFeedCommand',
  10143.             'Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand' => 'Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand',
  10144.             'bi.v3.command.test_rsync_connection' => 'Import1CBundle\\Command\\OnceRun\\TestRsyncConnectionCommand',
  10145.             'app.command.generate_sitemap' => 'WebBundle\\Command\\GenerateSitemapCommand',
  10146.             'app.command.sphinx.article' => 'WebBundle\\Command\\SphinxArticleCommand',
  10147.             'app.command.sphinx.count' => 'WebBundle\\Command\\SphinxCountFilterCommand',
  10148.             'app.command.export.filters' => 'WebBundle\\Command\\ExportFiltersCommand',
  10149.             'app.command.copy.visit.visit.all' => 'WebBundle\\Command\\CopyVisitToVisitAllCommand',
  10150.             'app.command.recommendation.visit' => 'WebBundle\\Command\\RecommendationVisitCommand',
  10151.             'app.command.recommendation.order' => 'WebBundle\\Command\\RecommendationOrderCommand',
  10152.             'app.command.recommendation.filter' => 'WebBundle\\Command\\RecommendationFilterCommand',
  10153.             'app.command.recommendation.unified' => 'WebBundle\\Command\\RecommendationUnifiedCommand',
  10154.             'app.command.recommendation.unified.optimized' => 'WebBundle\\Command\\RecommendationUnifiedOptimizedCommand',
  10155.             'console.command.about' => '?',
  10156.             'console.command.assets_install' => '?',
  10157.             'console.command.cache_clear' => '?',
  10158.             'console.command.cache_pool_clear' => '?',
  10159.             'console.command.cache_pool_prune' => '?',
  10160.             'console.command.cache_pool_delete' => '?',
  10161.             'console.command.cache_pool_list' => '?',
  10162.             'console.command.cache_warmup' => '?',
  10163.             'console.command.config_debug' => '?',
  10164.             'console.command.config_dump_reference' => '?',
  10165.             'console.command.container_debug' => '?',
  10166.             'console.command.container_lint' => '?',
  10167.             'console.command.debug_autowiring' => '?',
  10168.             'console.command.dotenv_debug' => '?',
  10169.             'console.command.event_dispatcher_debug' => '?',
  10170.             'console.command.messenger_consume_messages' => '?',
  10171.             'console.command.messenger_setup_transports' => '?',
  10172.             'console.command.messenger_debug' => '?',
  10173.             'console.command.messenger_stop_workers' => '?',
  10174.             'console.command.router_debug' => '?',
  10175.             'console.command.router_match' => '?',
  10176.             'console.command.translation_debug' => '?',
  10177.             'console.command.translation_extract' => '?',
  10178.             'console.command.validator_debug' => '?',
  10179.             'console.command.translation_pull' => '?',
  10180.             'console.command.translation_push' => '?',
  10181.             'console.command.xliff_lint' => '?',
  10182.             'console.command.yaml_lint' => '?',
  10183.             'console.command.form_debug' => '?',
  10184.             'console.command.secrets_set' => '?',
  10185.             'console.command.secrets_remove' => '?',
  10186.             'console.command.secrets_generate_key' => '?',
  10187.             'console.command.secrets_list' => '?',
  10188.             'console.command.secrets_decrypt_to_local' => '?',
  10189.             'console.command.secrets_encrypt_from_local' => '?',
  10190.             'twig.command.debug' => '?',
  10191.             'twig.command.lint' => '?',
  10192.             'security.command.debug_firewall' => '?',
  10193.             'security.command.user_password_encoder' => '?',
  10194.             'security.command.user_password_hash' => '?',
  10195.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  10196.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  10197.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  10198.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  10199.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  10200.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  10201.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  10202.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  10203.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  10204.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  10205.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  10206.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  10207.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  10208.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  10209.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  10210.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  10211.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  10212.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  10213.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  10214.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  10215.             'doctrine_migrations.diff_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDiffDoctrineCommand',
  10216.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsDumpSchemaDoctrineCommand',
  10217.             'doctrine_migrations.execute_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsExecuteDoctrineCommand',
  10218.             'doctrine_migrations.generate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsGenerateDoctrineCommand',
  10219.             'doctrine_migrations.latest_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsLatestDoctrineCommand',
  10220.             'doctrine_migrations.migrate_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsMigrateDoctrineCommand',
  10221.             'doctrine_migrations.rollup_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsRollupDoctrineCommand',
  10222.             'doctrine_migrations.status_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsStatusDoctrineCommand',
  10223.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsUpToDateDoctrineCommand',
  10224.             'doctrine_migrations.version_command' => 'Doctrine\\Bundle\\MigrationsBundle\\Command\\MigrationsVersionDoctrineCommand',
  10225.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  10226.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  10227.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  10228.             'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' => 'Hautelook\\AliceBundle\\Console\\Command\\Doctrine\\DoctrineOrmLoadDataFixturesCommand',
  10229.             'nelmio_api_doc.command.dump' => 'Nelmio\\ApiDocBundle\\Command\\DumpCommand',
  10230.             'Sentry\\SentryBundle\\Command\\SentryTestCommand' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand',
  10231.             'maker.auto_command.make_auth' => '?',
  10232.             'maker.auto_command.make_command' => '?',
  10233.             'maker.auto_command.make_controller' => '?',
  10234.             'maker.auto_command.make_crud' => '?',
  10235.             'maker.auto_command.make_docker_database' => '?',
  10236.             'maker.auto_command.make_entity' => '?',
  10237.             'maker.auto_command.make_fixtures' => '?',
  10238.             'maker.auto_command.make_form' => '?',
  10239.             'maker.auto_command.make_message' => '?',
  10240.             'maker.auto_command.make_messenger_middleware' => '?',
  10241.             'maker.auto_command.make_registration_form' => '?',
  10242.             'maker.auto_command.make_reset_password' => '?',
  10243.             'maker.auto_command.make_serializer_encoder' => '?',
  10244.             'maker.auto_command.make_serializer_normalizer' => '?',
  10245.             'maker.auto_command.make_subscriber' => '?',
  10246.             'maker.auto_command.make_twig_extension' => '?',
  10247.             'maker.auto_command.make_test' => '?',
  10248.             'maker.auto_command.make_validator' => '?',
  10249.             'maker.auto_command.make_voter' => '?',
  10250.             'maker.auto_command.make_user' => '?',
  10251.             'maker.auto_command.make_migration' => '?',
  10252.         ]), ['te:add:exhibition_data' => 'FlexApp\\Command\\AddExhibitionDataCommand''adm.command:add.filter' => 'FlexApp\\Command\\AddFilterToAdminPanelCommand''create-portal-task-if-there-are-chat-fails' => 'FlexApp\\Command\\AddPortalTaskIfFailsExistCommand''auto-resend-after-fails-command' => 'FlexApp\\Command\\AutoResendAfterFailsCommand''app:bind-reviews' => 'FlexApp\\Command\\BindReviewsCommand''te:build:collection.settnigs' => 'FlexApp\\Command\\BuildCollectionSettnigsCommand''app:calendar' => 'FlexApp\\Command\\CalendarCommand''wsserver' => 'FlexApp\\Command\\ChatBCommand''dispatch-general-error-event-in-child-process' => 'FlexApp\\Command\\ChatBDispatchErrorEventCommand''app:check-actual-translations' => 'FlexApp\\Command\\CheckActualTranslationsCommand''app:check-google-gmail-events' => 'FlexApp\\Command\\CheckGoogleGmailEventsCommand''app:clear-custom-log' => 'FlexApp\\Command\\ClearCustomLogCommand''comments:add-task-for-comments-without-answer' => 'FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand''app:consume-tokens' => 'FlexApp\\Command\\ConsumeTokensCommand''cron:admin.jobs' => 'FlexApp\\Command\\Cron\\CronAdminJobsCommand''cron:exh.set_reference' => 'FlexApp\\Command\\Cron\\CronExhSetReferenceCommand''cron:found_and_fix.relation' => 'FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand''cron:listForGoogleAds' => 'FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand''cron:parse.html_bad_link' => 'FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand''cron:parse.video_bad_link' => 'FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand''cron:transex.update' => 'FlexApp\\Command\\Cron\\CronTransExCommand''cron:fill-collections' => 'FlexApp\\Command\\Cron\\CrontabFillCollectionCommand''cron:fill-country' => 'FlexApp\\Command\\Cron\\CrontabFillCountryCommand''cron:fill-factory' => 'FlexApp\\Command\\Cron\\CrontabFillFactoryCommand''cron:fill-review' => 'FlexApp\\Command\\Cron\\CrontabFillReviewsCommand''app:export-article-scheme-csv' => 'FlexApp\\Command\\ExportArticleSchemeToCsvCommand''recommendations-ai:export-articles-to-json' => 'FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand''personalize:export-collections' => 'FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand''personalize:export-user-item' => 'FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand''personalize:export-users' => 'FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand''app:fill_article_filter' => 'FlexApp\\Command\\FillArticleFilterCommand''app:fill_article_sort' => 'FlexApp\\Command\\FillArticleSortCommand''app:fill-capitals' => 'FlexApp\\Command\\FillCapitalsCommand''app:fill-holidays' => 'FlexApp\\Command\\FillHolidaysCommand''app:fill_interior_filter' => 'FlexApp\\Command\\FillInteriorFilterCommand''locale-statistic:fix-db-locale-strings' => 'FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand''app:get-collection-themes-stat-command' => 'FlexApp\\Command\\GetCollectionThemesStatCommand''img_process' => 'FlexApp\\Command\\ImgProcessCommand''app:import-old-subscribers' => 'FlexApp\\Command\\ImportOldSubscribersCommand''app:import-prod-db' => 'FlexApp\\Command\\ImportProdDBCommand''app:manual-test-unread-count' => 'FlexApp\\Command\\ManualTestUnreadCountCommand''app:manual-testing' => 'FlexApp\\Command\\ManualTestingCommand''app:merge-contacts-on-portal' => 'FlexApp\\Command\\MergeContactsOnPortalCommand''command:load-currencies' => 'FlexApp\\Command\\OnceLoadCurrenciesCommand''command:load-measures' => 'FlexApp\\Command\\OnceLoadMeasuresCommand''app:pluralization-example' => 'FlexApp\\Command\\PluralizationExampleCommand''app:push-test-by-fcm-token' => 'FlexApp\\Command\\PushTestByFCMTokenCommand''app:push-test-by-te-token' => 'FlexApp\\Command\\PushTestByTeTokenCommand''app:push-test-by-user' => 'FlexApp\\Command\\PushTestByUserCommand''app:compare:delete:old' => 'FlexApp\\Command\\RemoveOldComparesCommand''app:rename_image_exh' => 'FlexApp\\Command\\RenameImageExhCommand''app:send-test-email' => 'FlexApp\\Command\\SendTestEmailCommand''app:send-to-chat' => 'FlexApp\\Command\\SendToChatCommand''app:set-sku' => 'FlexApp\\Command\\SetSkuCommand''test:sentry' => 'FlexApp\\Command\\TestSentryCommand''app:transfer-user-country' => 'FlexApp\\Command\\TransferUserCountryToOrderAddressCommand''te:translation:build' => 'FlexApp\\Command\\TranslitBuildFilesCommand''app:treto-to-te' => 'FlexApp\\Command\\TretoToTeCommand''app:update-article-scheme-from-csv' => 'FlexApp\\Command\\UpdateArticleSchemeFromCsvCommand''app:update-invitation-email-delivery-stats' => 'FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand''app:update-user-on-portal' => 'FlexApp\\Command\\UpdateUserOnPortalCommand''app:user-entered-chat' => 'FlexApp\\Command\\UserEnteredChatCommand''app:user-left-chat' => 'FlexApp\\Command\\UserLeftChatCommand''app:visit' => 'FlexApp\\Command\\VisitCommand''bi:cron:sample_update' => 'bi.v3.command.sample_update''bi:cron:data_update_update_pd' => 'bi.v3.command.update_pd''bi:cron:save_after_reedit' => 'bi.v3.command.save_after_reedit''bi:cron:save_images_TV' => 'bi.v3.command.save_mages_tv''bi:cron:set_type_factory' => 'bi.v3.command.factory.set_type''bi:cron:set_header_collection' => 'bi.v3.command.collection.set_header''bi:cron:check_list_report' => 'bi.v3.command.check_list_report''bi:cron:save_images_special' => 'bi.v3.command.save_new_images_special''bi:cron:data_update_collection' => 'bi.v3.command.update_collection_all''bi:cron:data_update_factory' => 'bi.v3.command.update_factory_all''bi:cron:set_alt_interior' => 'bi.v3.command.interior_alt''adm:cron:send_suspended' => 'bi.v3.command.send_suspended_message''bi:cron:data_update_color_factory' => 'bi.v3.command.update_color_factory''bi:cron:data_update_interior' => 'bi.v3.command.update_interior''bi:cron:feed_google_remarketing' => 'bi.v3.command.feed_google_custom''bi:cron:send_cmyk_image' => 'bi.v3.command.send_message_cmyk_image''bi:cron:filter_collection' => 'bi.v3.command.filter_collection''bi:cron:data_update_draw' => 'bi.v3.command.data_update_draw''bi:cron:feed_shopping_single' => 'bi.v3.command.feed_shopping_single''bi:cron:feed_shopping_w_single' => 'bi.v3.command.feed_shopping_w_single''bi:cron:update_holidays' => 'bi.v3.command.holiday''bi:cron:feed_shopping_update' => 'bi.v3.command.shopping_update''bi:cron:factory_status_change' => 'bi.v3.command.status_factory_change''bi:cron:collection_video' => 'bi.v3.command.collection_video''bi:cron:feed_review' => 'bi.v3.command.feed_review''bi:cron:send_bad_image' => 'bi.v3.command.bad_image''bi:cron:flush_article_code' => 'bi.v3.command.flush_memcache_article''adm:cron:update_article_all' => 'bi.v3.command.update_article_all''adm:cron:update_article_part' => 'bi.v3.command.update_article_part''bi:cron:recomendation_articles' => 'bi.v3.command.recomendation_articles''bi:cron:articles_option' => 'bi.v3.command.articles_option''bi:cron:feed_filtered_articles' => 'bi.v3.command.filtered_articles_google_feed''pheanstalk:jobs-tube' => 'bi.v3.command.jobs_tube''pheanstalk:delete-tube' => 'bi.v3.command.delete_tube''pheanstalk:stats-tube' => 'bi.v3.command.stats_tube''import_queue:send_data_for_handler' => 'bi.v3.command.import_queue''bi:oncerun:test_command' => 'bi.v3.command.test''bi:oncerun:search_entity_source' => 'bi.v3.command.search_no_source''bi:oncerun:buy_order' => 'bi.v3.command.buy_order''bi:oncerun:image_recrop_resolution' => 'bi.v3.command.iamge_more_resolution''bi:oncerun:recrop_to_webp' => 'bi.v3.command.recrop_webp''bi:oncerun:set_interior_stone_texture' => 'bi.v3.command.interior_stone_texture''bi:oncerun:search_equivalent_size_image' => 'bi.v3.command.interior_equivalent_size_image''bi:oncerun:search_cmyk_source' => 'bi.v3.command.cmyk_source_image''bi:oncerun:set_article_description' => 'bi.v3.command.set_article_description''bi:cron:send_cmyk_convert' => 'bi.v3.command.send_cmyk_convert''bi:oncerun:interior_re_crop' => 'bi.v3.command.interior_re_crop''bi:oncerun:factory_sync' => 'bi.v3.command.factory_sync''bi:cron:article-reviews' => 'bi.v3.command.google_feed_article_reviews''sync:list_measure_sync_with_edinica' => 'Import1CBundle\\Command\\SyncListMeasureWithEdinicaCommand''bi:test:rsync_connection' => 'bi.v3.command.test_rsync_connection''app:generate-sitemap' => 'app.command.generate_sitemap''sphinx:article' => 'app.command.sphinx.article''sphinx:count' => 'app.command.sphinx.count''export:filters' => 'app.command.export.filters''app:copy-visit-to-visit-all' => 'app.command.copy.visit.visit.all''recommendation:visit' => 'app.command.recommendation.visit''recommendation:orders' => 'app.command.recommendation.order''recommendation:filter' => 'app.command.recommendation.filter''recommendation:unified' => 'app.command.recommendation.unified''recommendation:unified-optimized' => 'app.command.recommendation.unified.optimized''about' => 'console.command.about''assets:install' => 'console.command.assets_install''cache:clear' => 'console.command.cache_clear''cache:pool:clear' => 'console.command.cache_pool_clear''cache:pool:prune' => 'console.command.cache_pool_prune''cache:pool:delete' => 'console.command.cache_pool_delete''cache:pool:list' => 'console.command.cache_pool_list''cache:warmup' => 'console.command.cache_warmup''debug:config' => 'console.command.config_debug''config:dump-reference' => 'console.command.config_dump_reference''debug:container' => 'console.command.container_debug''lint:container' => 'console.command.container_lint''debug:autowiring' => 'console.command.debug_autowiring''debug:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => 'console.command.messenger_consume_messages''messenger:setup-transports' => 'console.command.messenger_setup_transports''debug:messenger' => 'console.command.messenger_debug''messenger:stop-workers' => 'console.command.messenger_stop_workers''debug:router' => 'console.command.router_debug''router:match' => 'console.command.router_match''debug:translation' => 'console.command.translation_debug''translation:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''lint:xliff' => 'console.command.xliff_lint''lint:yaml' => 'console.command.yaml_lint''debug:form' => 'console.command.form_debug''secrets:set' => 'console.command.secrets_set''secrets:remove' => 'console.command.secrets_remove''secrets:generate-keys' => 'console.command.secrets_generate_key''secrets:list' => 'console.command.secrets_list''secrets:decrypt-to-local' => 'console.command.secrets_decrypt_to_local''secrets:encrypt-from-local' => 'console.command.secrets_encrypt_from_local''debug:twig' => 'twig.command.debug''lint:twig' => 'twig.command.lint''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''doctrine:database:create' => 'doctrine.database_create_command''doctrine:database:drop' => 'doctrine.database_drop_command''doctrine:query:sql' => 'doctrine.query_sql_command''dbal:run-sql' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''doctrine:database:import' => 'doctrine.database_import_command''doctrine:cache:clear-metadata' => 'doctrine.cache_clear_metadata_command''doctrine:cache:clear-query' => 'doctrine.cache_clear_query_cache_command''doctrine:cache:clear-result' => 'doctrine.cache_clear_result_command''doctrine:cache:clear-collection-region' => 'doctrine.cache_collection_region_command''doctrine:mapping:convert' => 'doctrine.mapping_convert_command''doctrine:schema:create' => 'doctrine.schema_create_command''doctrine:schema:drop' => 'doctrine.schema_drop_command''doctrine:ensure-production-settings' => 'doctrine.ensure_production_settings_command''doctrine:cache:clear-entity-region' => 'doctrine.clear_entity_region_command''doctrine:mapping:info' => 'doctrine.mapping_info_command''doctrine:cache:clear-query-region' => 'doctrine.clear_query_region_command''doctrine:query:dql' => 'doctrine.query_dql_command''doctrine:schema:update' => 'doctrine.schema_update_command''doctrine:schema:validate' => 'doctrine.schema_validate_command''doctrine:mapping:import' => 'doctrine.mapping_import_command''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:dump-schema' => 'doctrine_migrations.dump_schema_command''doctrine:migrations:execute' => 'doctrine_migrations.execute_command''doctrine:migrations:generate' => 'doctrine_migrations.generate_command''doctrine:migrations:latest' => 'doctrine_migrations.latest_command''doctrine:migrations:migrate' => 'doctrine_migrations.migrate_command''doctrine:migrations:rollup' => 'doctrine_migrations.rollup_command''doctrine:migrations:status' => 'doctrine_migrations.status_command''doctrine:migrations:up-to-date' => 'doctrine_migrations.up_to_date_command''doctrine:migrations:version' => 'doctrine_migrations.version_command''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''hautelook:fixtures:load' => 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command''nelmio:apidoc:dump' => 'nelmio_api_doc.command.dump''sentry:test' => 'Sentry\\SentryBundle\\Command\\SentryTestCommand''make:auth' => 'maker.auto_command.make_auth''make:command' => 'maker.auto_command.make_command''make:controller' => 'maker.auto_command.make_controller''make:crud' => 'maker.auto_command.make_crud''make:docker:database' => 'maker.auto_command.make_docker_database''make:entity' => 'maker.auto_command.make_entity''make:fixtures' => 'maker.auto_command.make_fixtures''make:form' => 'maker.auto_command.make_form''make:message' => 'maker.auto_command.make_message''make:messenger-middleware' => 'maker.auto_command.make_messenger_middleware''make:registration-form' => 'maker.auto_command.make_registration_form''make:reset-password' => 'maker.auto_command.make_reset_password''make:serializer:encoder' => 'maker.auto_command.make_serializer_encoder''make:serializer:normalizer' => 'maker.auto_command.make_serializer_normalizer''make:subscriber' => 'maker.auto_command.make_subscriber''make:twig-extension' => 'maker.auto_command.make_twig_extension''make:test' => 'maker.auto_command.make_test''make:unit-test' => 'maker.auto_command.make_test''make:functional-test' => 'maker.auto_command.make_test''make:validator' => 'maker.auto_command.make_validator''make:voter' => 'maker.auto_command.make_voter''make:user' => 'maker.auto_command.make_user''make:migration' => 'maker.auto_command.make_migration']);
  10253.     }
  10254.     /**
  10255.      * Gets the public 'console.error_listener' shared service.
  10256.      *
  10257.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  10258.      */
  10259.     protected function getConsole_ErrorListenerService()
  10260.     {
  10261.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  10262.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  10263.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10264.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  10265.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  10266.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  10267.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  10268.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  10269.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  10270.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  10271.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  10272.         $a->pushHandler(($this->privates['monolog.handler.doctrine'] ?? $this->getMonolog_Handler_DoctrineService()));
  10273.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10274.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  10275.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10276.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10277.         return $this->services['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  10278.     }
  10279.     /**
  10280.      * Gets the public 'container.env_var_processors_locator' shared service.
  10281.      *
  10282.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  10283.      */
  10284.     protected function getContainer_EnvVarProcessorsLocatorService()
  10285.     {
  10286.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10287.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10288.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10289.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10290.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10291.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10292.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10293.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10294.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10295.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10296.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10297.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10298.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10299.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10300.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10301.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10302.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10303.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  10304.         ], [
  10305.             'base64' => '?',
  10306.             'bool' => '?',
  10307.             'const' => '?',
  10308.             'csv' => '?',
  10309.             'default' => '?',
  10310.             'file' => '?',
  10311.             'float' => '?',
  10312.             'int' => '?',
  10313.             'json' => '?',
  10314.             'key' => '?',
  10315.             'not' => '?',
  10316.             'query_string' => '?',
  10317.             'require' => '?',
  10318.             'resolve' => '?',
  10319.             'string' => '?',
  10320.             'trim' => '?',
  10321.             'url' => '?',
  10322.         ]);
  10323.     }
  10324.     /**
  10325.      * Gets the public 'doctrine' shared service.
  10326.      *
  10327.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  10328.      */
  10329.     protected function getDoctrineService()
  10330.     {
  10331.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  10332.     }
  10333.     /**
  10334.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  10335.      *
  10336.      * @return \Doctrine\DBAL\Connection
  10337.      */
  10338.     protected function getDoctrine_Dbal_DefaultConnectionService()
  10339.     {
  10340.         $a = new \Doctrine\DBAL\Configuration();
  10341.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  10342.         $this->services['doctrine.dbal.default_connection'] = $instance = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''host' => '54.93.223.112''port' => 4006'dbname' => 'te''user' => 'maxusr_new''password' => 'M@!xUsrN3w!P@ssw''charset' => 'UTF8mb4''driverOptions' => [], 'serverVersion' => 'mariadb-5.5.56''defaultTableOptions' => ['charset' => 'UTF8mb4''collate' => 'UTF8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10343.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => ['privates''FlexApp\\EventSubscriber\\RemoveUserSubscriber''getRemoveUserSubscriberService'false],
  10344.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  10345.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  10346.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  10347.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  10348.             'gedmo.listener.timestampable' => ['privates''gedmo.listener.timestampable''getGedmo_Listener_TimestampableService'false],
  10349.         ], [
  10350.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => '?',
  10351.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  10352.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  10353.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  10354.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  10355.             'gedmo.listener.timestampable' => '?',
  10356.         ]), [=> 'FlexApp\\EventSubscriber\\RemoveUserSubscriber'=> 'gedmo.listener.timestampable'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners']]), ['enum' => 'string']);
  10357.         ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->getConnectionConfiguratorService())->configure($instance);
  10358.         return $instance;
  10359.     }
  10360.     /**
  10361.      * Gets the public 'doctrine.dbal.logs_connection' shared service.
  10362.      *
  10363.      * @return \Doctrine\DBAL\Connection
  10364.      */
  10365.     protected function getDoctrine_Dbal_LogsConnectionService()
  10366.     {
  10367.         $a = new \Doctrine\DBAL\Configuration();
  10368.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.logs'] ?? ($this->privates['doctrine.dbal.logger.profiling.logs'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  10369.         $this->services['doctrine.dbal.logs_connection'] = $instance = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''host' => '54.93.223.112''port' => 4006'dbname' => 'adm_te''user' => 'maxusr_admin''password' => 'ME248W4Tsu903Hd8''charset' => 'UTF8mb4''driverOptions' => [], 'serverVersion' => 'mariadb-10.5.12''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10370.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => ['privates''FlexApp\\EventSubscriber\\RemoveUserSubscriber''getRemoveUserSubscriberService'false],
  10371.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  10372.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  10373.             'doctrine.orm.logs_listeners.attach_entity_listeners' => ['privates''doctrine.orm.logs_listeners.attach_entity_listeners''getDoctrine_Orm_LogsListeners_AttachEntityListenersService'false],
  10374.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  10375.         ], [
  10376.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => '?',
  10377.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  10378.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  10379.             'doctrine.orm.logs_listeners.attach_entity_listeners' => '?',
  10380.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  10381.         ]), [=> 'FlexApp\\EventSubscriber\\RemoveUserSubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.logs_listeners.attach_entity_listeners']]), []);
  10382.         ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->getConnectionConfiguratorService())->configure($instance);
  10383.         return $instance;
  10384.     }
  10385.     /**
  10386.      * Gets the public 'doctrine.dbal.oneC_connection' shared service.
  10387.      *
  10388.      * @return \Doctrine\DBAL\Connection
  10389.      */
  10390.     protected function getDoctrine_Dbal_OneCConnectionService()
  10391.     {
  10392.         $a = new \Doctrine\DBAL\Configuration();
  10393.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.oneC'] ?? ($this->privates['doctrine.dbal.logger.profiling.oneC'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  10394.         $this->services['doctrine.dbal.oneC_connection'] = $instance = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''host' => '52.58.231.33''port' => 3306'dbname' => '1c''user' => 'm.user''password' => 'jkRHZalW0JGC''charset' => 'UTF8mb4''driverOptions' => [], 'serverVersion' => 'mariadb-10.5.12''defaultTableOptions' => []], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10395.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => ['privates''FlexApp\\EventSubscriber\\RemoveUserSubscriber''getRemoveUserSubscriberService'false],
  10396.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  10397.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  10398.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  10399.             'doctrine.orm.oneC_listeners.attach_entity_listeners' => ['privates''doctrine.orm.oneC_listeners.attach_entity_listeners''getDoctrine_Orm_OneCListeners_AttachEntityListenersService'false],
  10400.         ], [
  10401.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => '?',
  10402.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  10403.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  10404.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  10405.             'doctrine.orm.oneC_listeners.attach_entity_listeners' => '?',
  10406.         ]), [=> 'FlexApp\\EventSubscriber\\RemoveUserSubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'=> [=> [=> 'loadClassMetadata'], => 'doctrine.orm.oneC_listeners.attach_entity_listeners']]), []);
  10407.         ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->getConnectionConfiguratorService())->configure($instance);
  10408.         return $instance;
  10409.     }
  10410.     /**
  10411.      * Gets the public 'doctrine.dbal.unbuffered_connection' shared service.
  10412.      *
  10413.      * @return \Doctrine\DBAL\Connection
  10414.      */
  10415.     protected function getDoctrine_Dbal_UnbufferedConnectionService()
  10416.     {
  10417.         $a = new \Doctrine\DBAL\Configuration();
  10418.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> ($this->privates['doctrine.dbal.logger'] ?? $this->getDoctrine_Dbal_LoggerService()), => ($this->privates['doctrine.dbal.logger.profiling.unbuffered'] ?? ($this->privates['doctrine.dbal.logger.profiling.unbuffered'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  10419.         $this->services['doctrine.dbal.unbuffered_connection'] = $instance = ($this->privates['doctrine.dbal.connection_factory'] ?? $this->getDoctrine_Dbal_ConnectionFactoryService())->createConnection(['driver' => 'pdo_mysql''host' => '54.93.223.112''port' => 4006'dbname' => 'te''user' => 'maxusr_new''password' => 'M@!xUsrN3w!P@ssw''charset' => 'utf8mb4''driverOptions' => ['PDO::MYSQL_ATTR_USE_BUFFERED_QUERY' => false], 'serverVersion' => 'mariadb-10.5.12''defaultTableOptions' => ['charset' => 'utf8mb4''collate' => 'utf8mb4_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10420.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => ['privates''FlexApp\\EventSubscriber\\RemoveUserSubscriber''getRemoveUserSubscriberService'false],
  10421.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  10422.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  10423.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  10424.         ], [
  10425.             'FlexApp\\EventSubscriber\\RemoveUserSubscriber' => '?',
  10426.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  10427.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  10428.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  10429.         ]), [=> 'FlexApp\\EventSubscriber\\RemoveUserSubscriber'=> 'doctrine.orm.messenger.doctrine_schema_subscriber'=> 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'=> 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber']), ['enum' => 'string']);
  10430.         ($this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] ?? $this->getConnectionConfiguratorService())->configure($instance);
  10431.         return $instance;
  10432.     }
  10433.     /**
  10434.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  10435.      *
  10436.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  10437.      */
  10438.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  10439.     {
  10440.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10441.             'orm_transexentity_listener' => ['services''orm_transexentity_listener''getOrmTransexentityListenerService'false],
  10442.         ], [
  10443.             'orm_transexentity_listener' => '?',
  10444.         ]));
  10445.         $instance->registerService('FlexApp\\EventListener\\ORM\\TransExEntityListener''orm_transexentity_listener');
  10446.         return $instance;
  10447.     }
  10448.     /**
  10449.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  10450.      *
  10451.      * @return \Doctrine\ORM\EntityManager
  10452.      */
  10453.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  10454.     {
  10455.         if ($lazyLoad) {
  10456.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  10457.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10458.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  10459.                     $proxy->setProxyInitializer(null);
  10460.                     return true;
  10461.                 });
  10462.             });
  10463.         }
  10464.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  10465.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Autoloader.php';
  10466.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  10467.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  10468.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  10469.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  10470.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  10471.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  10472.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  10473.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  10474.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  10475.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  10476.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  10477.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  10478.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  10479.         $a = new \Doctrine\ORM\Configuration();
  10480.         $b = ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService());
  10481.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  10482.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  10483.         $c->addDriver($d'WebBundle\\Entity');
  10484.         $c->addDriver($d'FlexApp\\Entity\\');
  10485.         $a->setEntityNamespaces(['WebBundle' => 'WebBundle\\Entity''custom_mapping' => 'FlexApp\\Entity\\']);
  10486.         $a->setMetadataCache($b);
  10487.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap($b));
  10488.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['doctrine.redis_cache_pool.traceable'] ?? $this->getDoctrine_RedisCachePool_TraceableService())));
  10489.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  10490.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  10491.         $a->setProxyNamespace('Proxies');
  10492.         $a->setAutoGenerateProxyClasses(true);
  10493.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  10494.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  10495.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  10496.         $a->setQuoteStrategy(($this->services['app.orm.quote.strategy'] ?? ($this->services['app.orm.quote.strategy'] = new \FlexApp\Extensions\Doctrine\Mapping\AppQuoteStrategy())));
  10497.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  10498.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  10499.         $a->addCustomStringFunction('replace''WebBundle\\DoctrineExtensions\\Query\\DqlReplaceHelper');
  10500.         $a->addCustomStringFunction('collate''WebBundle\\DoctrineExtensions\\Query\\CollateFunction');
  10501.         $a->addCustomStringFunction('regexp''WebBundle\\DoctrineExtensions\\Query\\Regexp');
  10502.         $a->addCustomStringFunction('FIELD''DoctrineExtensions\\Query\\Mysql\\Field');
  10503.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  10504.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  10505.         return $instance;
  10506.     }
  10507.     /**
  10508.      * Gets the public 'doctrine.orm.logs_entity_manager' shared service.
  10509.      *
  10510.      * @return \Doctrine\ORM\EntityManager
  10511.      */
  10512.     protected function getDoctrine_Orm_LogsEntityManagerService($lazyLoad true)
  10513.     {
  10514.         if ($lazyLoad) {
  10515.             return $this->services['doctrine.orm.logs_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  10516.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10517.                     $wrappedInstance $this->getDoctrine_Orm_LogsEntityManagerService(false);
  10518.                     $proxy->setProxyInitializer(null);
  10519.                     return true;
  10520.                 });
  10521.             });
  10522.         }
  10523.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  10524.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  10525.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  10526.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  10527.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  10528.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  10529.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  10531.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  10532.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  10533.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  10534.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  10535.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  10536.         $a = new \Doctrine\ORM\Configuration();
  10537.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  10538.         $c = ($this->privates['doctrine.orm.logs_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_LogsAnnotationMetadataDriverService());
  10539.         $b->addDriver($c'Import1CBundle\\Entity');
  10540.         $b->addDriver($c'AdmBundle\\Entity');
  10541.         $b->addDriver($c'FlexApp\\Entity\\');
  10542.         $a->setEntityNamespaces(['Import1CBundle' => 'Import1CBundle\\Entity''AdmBundle' => 'AdmBundle\\Entity''custom_mapping' => 'FlexApp\\Entity\\']);
  10543.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10544.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.logs.query.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Query_TraceableService())));
  10545.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.logs.result.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Result_TraceableService())));
  10546.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  10547.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  10548.         $a->setProxyNamespace('Proxies');
  10549.         $a->setAutoGenerateProxyClasses(true);
  10550.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  10551.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  10552.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  10553.         $a->setQuoteStrategy(($this->services['app.orm.quote.strategy'] ?? ($this->services['app.orm.quote.strategy'] = new \FlexApp\Extensions\Doctrine\Mapping\AppQuoteStrategy())));
  10554.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  10555.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  10556.         $a->addCustomStringFunction('replace''WebBundle\\DoctrineExtensions\\Query\\DqlReplaceHelper');
  10557.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.logs_connection'] ?? $this->getDoctrine_Dbal_LogsConnectionService()), $a);
  10558.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  10559.         return $instance;
  10560.     }
  10561.     /**
  10562.      * Gets the public 'doctrine.orm.oneC_entity_manager' shared service.
  10563.      *
  10564.      * @return \Doctrine\ORM\EntityManager
  10565.      */
  10566.     protected function getDoctrine_Orm_OneCEntityManagerService($lazyLoad true)
  10567.     {
  10568.         if ($lazyLoad) {
  10569.             return $this->services['doctrine.orm.oneC_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  10570.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  10571.                     $wrappedInstance $this->getDoctrine_Orm_OneCEntityManagerService(false);
  10572.                     $proxy->setProxyInitializer(null);
  10573.                     return true;
  10574.                 });
  10575.             });
  10576.         }
  10577.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php';
  10578.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php';
  10579.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php';
  10580.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php';
  10581.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php';
  10582.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php';
  10583.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php';
  10584.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php';
  10585.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php';
  10586.         include_once \dirname(__DIR__4).'/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php';
  10587.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  10588.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  10589.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  10590.         $a = new \Doctrine\ORM\Configuration();
  10591.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  10592.         $c = ($this->privates['doctrine.orm.oneC_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_OneCAnnotationMetadataDriverService());
  10593.         $b->addDriver($c'WebBundle\\Entity');
  10594.         $b->addDriver($c'Import1CBundle\\Entity');
  10595.         $b->addDriver($c'FlexApp\\Entity\\');
  10596.         $a->setEntityNamespaces(['WebBundle' => 'WebBundle\\Entity''Import1CBundle' => 'Import1CBundle\\Entity''custom_mapping' => 'FlexApp\\Entity\\']);
  10597.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  10598.         $a->setQueryCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.oneC.query.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Query_TraceableService())));
  10599.         $a->setResultCacheImpl(\Doctrine\Common\Cache\Psr6\DoctrineProvider::wrap(($this->privates['cache.doctrine.orm.oneC.result.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Result_TraceableService())));
  10600.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  10601.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  10602.         $a->setProxyNamespace('Proxies');
  10603.         $a->setAutoGenerateProxyClasses(true);
  10604.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  10605.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  10606.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.default'] ?? ($this->privates['doctrine.orm.naming_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultNamingStrategy())));
  10607.         $a->setQuoteStrategy(new \Doctrine\ORM\Mapping\DefaultQuoteStrategy());
  10608.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  10609.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  10610.         $a->addCustomStringFunction('replace''WebBundle\\DoctrineExtensions\\Query\\DqlReplaceHelper');
  10611.         $instance = \Doctrine\ORM\EntityManager::create(($this->services['doctrine.dbal.oneC_connection'] ?? $this->getDoctrine_Dbal_OneCConnectionService()), $a);
  10612.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  10613.         return $instance;
  10614.     }
  10615.     /**
  10616.      * Gets the public 'error_controller' shared service.
  10617.      *
  10618.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  10619.      */
  10620.     protected function getErrorControllerService()
  10621.     {
  10622.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  10623.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  10624.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  10625.         include_once \dirname(__DIR__4).'/src/FlexApp/Classes/TwigErrorRenderer.php';
  10626.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  10627.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  10628.         return $this->services['error_controller'] = new \Symfony\Component\HttpKernel\Controller\ErrorController(($this->services['http_kernel'] ?? $this->getHttpKernelService()), 'error_controller', new \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \FlexApp\Classes\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), true), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue)));
  10629.     }
  10630.     /**
  10631.      * Gets the public 'event_dispatcher' shared service.
  10632.      *
  10633.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  10634.      */
  10635.     protected function getEventDispatcherService()
  10636.     {
  10637.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  10638.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10639.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  10640.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  10641.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  10642.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  10643.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  10644.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  10645.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  10646.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  10647.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  10648.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10649.         $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())));
  10650.         $instance->addListener('FlexApp\\Events\\Style43\\CommentSendToPortalFailedEvent', [=> function () {
  10651.             return ($this->privates['FlexApp\\EventListener\\CommentErrorListener'] ?? $this->getCommentErrorListenerService());
  10652.         }, => 'onSendToPortalFailed'], 0);
  10653.         $instance->addListener('FlexApp\\Events\\Style43\\CommentErrorEvent', [=> function () {
  10654.             return ($this->privates['FlexApp\\EventListener\\CommentErrorListener'] ?? $this->getCommentErrorListenerService());
  10655.         }, => 'onCommentError'], 0);
  10656.         $instance->addListener('Import1CBundle\\Event\\CollectionStatusChangeEvent', [=> function () {
  10657.             return ($this->services['Import1CBundle\\EventListener\\CollectionStatusChangeListener'] ?? ($this->services['Import1CBundle\\EventListener\\CollectionStatusChangeListener'] = new \Import1CBundle\EventListener\CollectionStatusChangeListener()));
  10658.         }, => 'onCommentError'], 0);
  10659.         $instance->addListener('Import1CBundle\\Event\\InteriorArticlesLinkingEvent', [=> function () {
  10660.             return ($this->services['Import1CBundle\\EventListener\\InteriorArticlesLinkingListener'] ?? $this->getInteriorArticlesLinkingListenerService());
  10661.         }, => 'onInteriorArticlesLinking'], 0);
  10662.         $instance->addListener('kernel.request', [=> function () {
  10663.             return ($this->services['app.request'] ?? $this->getApp_RequestService());
  10664.         }, => 'onKernelRequest'], 0);
  10665.         $instance->addListener('kernel.response', [=> function () {
  10666.             return ($this->services['app.response'] ?? $this->getApp_ResponseService());
  10667.         }, => 'onKernelResponse'], 0);
  10668.         $instance->addListener('security.interactive_login', [=> function () {
  10669.             return ($this->services['app.security.interactive_login_listener'] ?? $this->getApp_Security_InteractiveLoginListenerService());
  10670.         }, => 'onAuthenticationSuccess'], 0);
  10671.         $instance->addListener('kernel.controller', [=> function () {
  10672.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  10673.         }, => 'onKernelController'], 0);
  10674.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  10675.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  10676.         }, => 'checkPassport'], 1024);
  10677.         $instance->addListener('kernel.response', [=> function () {
  10678.             return ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  10679.         }, => 'onKernelResponse'], 0);
  10680.         $instance->addListener('kernel.request', [=> function () {
  10681.             return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
  10682.         }, => 'handleRequest'], 1);
  10683.         $instance->addListener('kernel.response', [=> function () {
  10684.             return ($this->privates['mobile_detect.request_listener'] ?? $this->getMobileDetect_RequestListenerService());
  10685.         }, => 'handleResponse'], 0);
  10686.         $instance->addListener('console.command', [=> function () {
  10687.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  10688.         }, => 'handleConsoleCommandEvent'], 128);
  10689.         $instance->addListener('console.terminate', [=> function () {
  10690.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  10691.         }, => 'handleConsoleTerminateEvent'], -64);
  10692.         $instance->addListener('console.error', [=> function () {
  10693.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] ?? $this->getConsoleListenerService());
  10694.         }, => 'handleConsoleErrorEvent'], -64);
  10695.         $instance->addListener('kernel.exception', [=> function () {
  10696.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] ?? $this->getErrorListenerService());
  10697.         }, => 'handleExceptionEvent'], 128);
  10698.         $instance->addListener('kernel.request', [=> function () {
  10699.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  10700.         }, => 'handleKernelRequestEvent'], 5);
  10701.         $instance->addListener('kernel.controller', [=> function () {
  10702.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] ?? $this->getRequestListenerService());
  10703.         }, => 'handleKernelControllerEvent'], 10);
  10704.         $instance->addListener('kernel.request', [=> function () {
  10705.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  10706.         }, => 'handleKernelRequestEvent'], 3);
  10707.         $instance->addListener('kernel.finish_request', [=> function () {
  10708.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] ?? $this->getSubRequestListenerService());
  10709.         }, => 'handleKernelFinishRequestEvent'], 5);
  10710.         $instance->addListener('kernel.request', [=> function () {
  10711.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  10712.         }, => 'handleKernelRequestEvent'], 4);
  10713.         $instance->addListener('kernel.response', [=> function () {
  10714.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  10715.         }, => 'handleKernelResponseEvent'], 15);
  10716.         $instance->addListener('kernel.terminate', [=> function () {
  10717.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] ?? $this->getTracingRequestListenerService());
  10718.         }, => 'handleKernelTerminateEvent'], 5);
  10719.         $instance->addListener('kernel.request', [=> function () {
  10720.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  10721.         }, => 'handleKernelRequestEvent'], 2);
  10722.         $instance->addListener('kernel.finish_request', [=> function () {
  10723.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  10724.         }, => 'handleKernelFinishRequestEvent'], 10);
  10725.         $instance->addListener('kernel.response', [=> function () {
  10726.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] ?? $this->getTracingSubRequestListenerService());
  10727.         }, => 'handleKernelResponseEvent'], 15);
  10728.         $instance->addListener('console.command', [=> function () {
  10729.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  10730.         }, => 'handleConsoleCommandEvent'], 118);
  10731.         $instance->addListener('console.terminate', [=> function () {
  10732.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] ?? $this->getTracingConsoleListenerService());
  10733.         }, => 'handleConsoleTerminateEvent'], -54);
  10734.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10735.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  10736.         }, => 'handleWorkerMessageFailedEvent'], 50);
  10737.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  10738.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] ?? $this->getMessengerListenerService());
  10739.         }, => 'handleWorkerMessageHandledEvent'], 50);
  10740.         $instance->addListener('kernel.request', [=> function () {
  10741.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  10742.         }, => 'handleKernelRequestEvent'], 0);
  10743.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  10744.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  10745.         }, => 'handleLoginSuccessEvent'], 0);
  10746.         $instance->addListener('kernel.request', [=> function () {
  10747.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  10748.         }, => 'onKernelRequest'], 250);
  10749.         $instance->addListener('kernel.response', [=> function () {
  10750.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  10751.         }, => 'onKernelResponse'], 0);
  10752.         $instance->addListener('kernel.response', [=> function () {
  10753.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  10754.         }, => 'onResponse'], -10);
  10755.         $instance->addListener('FlexApp\\Events\\Style43\\UserUsedStopWordsEvent', [=> function () {
  10756.             return ($this->privates['FlexApp\\EventSubscriber\\BanIpSubscriber'] ?? $this->getBanIpSubscriberService());
  10757.         }, => 'banUserIps'], 0);
  10758.         $instance->addListener('FlexApp\\Events\\Style43\\NewCommentSavedEvent', [=> function () {
  10759.             return ($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'] ?? $this->getCommentNotifyClientsSubscriberService());
  10760.         }, => 'notifyUsers'], 10);
  10761.         $instance->addListener('FlexApp\\Events\\Style43\\CommentCreateFromFormSavedSuccessfullyEvent', [=> function () {
  10762.             return ($this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'] ?? $this->getCommentSendToPortalSubscriberService());
  10763.         }, => 'send'], -5);
  10764.         $instance->addListener('FlexApp\\Events\\Style43\\CommentUpdateFromFormSavedSuccessfullyEvent', [=> function () {
  10765.             return ($this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'] ?? $this->getCommentSendToPortalSubscriberService());
  10766.         }, => 'send'], -5);
  10767.         $instance->addListener('FlexApp\\Events\\Style43\\ExistingCommentSavedEvent', [=> function () {
  10768.             return ($this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'] ?? $this->getCommentSendToPortalSubscriberService());
  10769.         }, => 'sendExistingComment'], 0);
  10770.         $instance->addListener('kernel.request', [=> function () {
  10771.             return ($this->privates['FlexApp\\EventSubscriber\\EmailClickSubscriber'] ?? $this->getEmailClickSubscriberService());
  10772.         }, => 'onKernelRequest'], 2048);
  10773.         $instance->addListener('FlexApp\\Events\\Style43\\CommentErrorEvent', [=> function () {
  10774.             return ($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] ?? $this->getErrorNotifierSubscriberService());
  10775.         }, => 'notifyAboutCommentComponentError'], 0);
  10776.         $instance->addListener('FlexApp\\Events\\Style43\\UserErrorEvent', [=> function () {
  10777.             return ($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] ?? $this->getErrorNotifierSubscriberService());
  10778.         }, => 'notifyAboutUserComponentError'], 0);
  10779.         $instance->addListener('FlexApp\\Events\\Style43\\GeneralErrorEvent', [=> function () {
  10780.             return ($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] ?? $this->getErrorNotifierSubscriberService());
  10781.         }, => 'notifyAboutGeneralError'], 0);
  10782.         $instance->addListener('FlexApp\\Events\\Style43\\NotValidPortalApiServerRequestEvent', [=> function () {
  10783.             return ($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] ?? $this->getErrorNotifierSubscriberService());
  10784.         }, => 'notifyAboutGeneralError'], 0);
  10785.         $instance->addListener('kernel.request', [=> function () {
  10786.             return ($this->privates['FlexApp\\EventSubscriber\\ImgLibSubscriber'] ?? ($this->privates['FlexApp\\EventSubscriber\\ImgLibSubscriber'] = new \FlexApp\EventSubscriber\ImgLibSubscriber()));
  10787.         }, => 'onKernelRequest'], 0);
  10788.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  10789.             return ($this->privates['FlexApp\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  10790.         }, => 'onLogoutEvent'], 0);
  10791.         $instance->addListener('FlexApp\\Events\\UserHasEnteredTheChatEvent', [=> function () {
  10792.             return ($this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber'] ?? $this->getPortalNotifierAboutJobSeekerHasEnteredTheChatSubscriberService());
  10793.         }, => 'notifyPortal'], 0);
  10794.         $instance->addListener('FlexApp\\Events\\UserLeftChatEvent', [=> function () {
  10795.             return ($this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerLeftChatSubscriber'] ?? $this->getPortalNotifierAboutJobSeekerLeftChatSubscriberService());
  10796.         }, => 'onUserLeftChatEvent'], 0);
  10797.         $instance->addListener('FlexApp\\Events\\PortalThemeEvent', [=> function () {
  10798.             return ($this->privates['FlexApp\\EventSubscriber\\PortalThemeSetterSubscriber'] ?? $this->getPortalThemeSetterSubscriberService());
  10799.         }, => 'setThemeUnid'], 0);
  10800.         $instance->addListener('FlexApp\\Events\\Style43\\RegistrationSuccessEvent', [=> function () {
  10801.             return ($this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'] ?? $this->getRetieChatMessagesOnPortalSubscriberService());
  10802.         }, => 'retieChatMessagesOnPortal'], 0);
  10803.         $instance->addListener('kernel.terminate', [=> function () {
  10804.             return ($this->privates['FlexApp\\Sentry\\SentryFlushSubscriber'] ?? $this->getSentryFlushSubscriberService());
  10805.         }, => 'flush'], -1024);
  10806.         $instance->addListener('console.terminate', [=> function () {
  10807.             return ($this->privates['FlexApp\\Sentry\\SentryFlushSubscriber'] ?? $this->getSentryFlushSubscriberService());
  10808.         }, => 'flush'], -1024);
  10809.         $instance->addListener('kernel.response', [=> function () {
  10810.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  10811.         }, => 'onKernelResponse'], 0);
  10812.         $instance->addListener('kernel.response', [=> function () {
  10813.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  10814.         }, => 'onKernelResponse'], -1024);
  10815.         $instance->addListener('kernel.request', [=> function () {
  10816.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  10817.         }, => 'setDefaultLocale'], 100);
  10818.         $instance->addListener('kernel.request', [=> function () {
  10819.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  10820.         }, => 'onKernelRequest'], 16);
  10821.         $instance->addListener('kernel.finish_request', [=> function () {
  10822.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  10823.         }, => 'onKernelFinishRequest'], 0);
  10824.         $instance->addListener('kernel.request', [=> function () {
  10825.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  10826.         }, => 'onKernelRequest'], 256);
  10827.         $instance->addListener('kernel.response', [=> function () {
  10828.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  10829.         }, => 'onResponse'], -255);
  10830.         $instance->addListener('kernel.controller_arguments', [=> function () {
  10831.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  10832.         }, => 'onControllerArguments'], 0);
  10833.         $instance->addListener('kernel.exception', [=> function () {
  10834.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  10835.         }, => 'logKernelException'], 0);
  10836.         $instance->addListener('kernel.exception', [=> function () {
  10837.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  10838.         }, => 'onKernelException'], -128);
  10839.         $instance->addListener('kernel.response', [=> function () {
  10840.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  10841.         }, => 'removeCspHeader'], -128);
  10842.         $instance->addListener('kernel.request', [=> function () {
  10843.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  10844.         }, => 'onKernelRequest'], 15);
  10845.         $instance->addListener('kernel.finish_request', [=> function () {
  10846.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  10847.         }, => 'onKernelFinishRequest'], -15);
  10848.         $instance->addListener('console.error', [=> function () {
  10849.             return ($this->services['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  10850.         }, => 'onConsoleError'], -128);
  10851.         $instance->addListener('console.terminate', [=> function () {
  10852.             return ($this->services['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  10853.         }, => 'onConsoleTerminate'], -128);
  10854.         $instance->addListener('console.error', [=> function () {
  10855.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  10856.         }, => 'onConsoleError'], 0);
  10857.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  10858.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  10859.         }, => 'onMessage'], -255);
  10860.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  10861.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  10862.         }, => 'onMessage'], -255);
  10863.         $instance->addListener('kernel.response', [=> function () {
  10864.             return ($this->privates['esi_listener'] ?? $this->getEsiListenerService());
  10865.         }, => 'onKernelResponse'], 0);
  10866.         $instance->addListener('kernel.request', [=> function () {
  10867.             return ($this->privates['fragment.listener'] ?? $this->getFragment_ListenerService());
  10868.         }, => 'onKernelRequest'], 48);
  10869.         $instance->addListener('kernel.request', [=> function () {
  10870.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  10871.         }, => 'configure'], 2048);
  10872.         $instance->addListener('console.command', [=> function () {
  10873.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  10874.         }, => 'configure'], 2048);
  10875.         $instance->addListener('kernel.request', [=> function () {
  10876.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  10877.         }, => 'onKernelRequest'], 32);
  10878.         $instance->addListener('kernel.finish_request', [=> function () {
  10879.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  10880.         }, => 'onKernelFinishRequest'], 0);
  10881.         $instance->addListener('kernel.exception', [=> function () {
  10882.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  10883.         }, => 'onKernelException'], -64);
  10884.         $instance->addListener('kernel.request', [=> function () {
  10885.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10886.         }, => 'onKernelRequest'], 128);
  10887.         $instance->addListener('kernel.response', [=> function () {
  10888.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10889.         }, => 'onKernelResponse'], -1000);
  10890.         $instance->addListener('kernel.finish_request', [=> function () {
  10891.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  10892.         }, => 'onFinishRequest'], 0);
  10893.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10894.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  10895.         }, => 'onMessageFailed'], 100);
  10896.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10897.             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()));
  10898.         }, => 'onMessageFailed'], 200);
  10899.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  10900.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  10901.         }, => 'onWorkerStarted'], 0);
  10902.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  10903.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  10904.         }, => 'onWorkerRunning'], 0);
  10905.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10906.             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()));
  10907.         }, => 'onMessageFailed'], 0);
  10908.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  10909.             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()));
  10910.         }, => 'onWorkerRunning'], 0);
  10911.         $instance->addListener('Symfony\\Component\\Notifier\\Event\\MessageEvent', [=> function () {
  10912.             return ($this->privates['notifier.logger_notification_listener'] ?? ($this->privates['notifier.logger_notification_listener'] = new \Symfony\Component\Notifier\EventListener\NotificationLoggerListener()));
  10913.         }, => 'onNotification'], -255);
  10914.         $instance->addListener('kernel.response', [=> function () {
  10915.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  10916.         }, => 'onKernelResponse'], -100);
  10917.         $instance->addListener('kernel.exception', [=> function () {
  10918.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  10919.         }, => 'onKernelException'], 0);
  10920.         $instance->addListener('kernel.terminate', [=> function () {
  10921.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  10922.         }, => 'onKernelTerminate'], -1024);
  10923.         $instance->addListener('kernel.controller', [=> function () {
  10924.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  10925.         }, => 'onKernelController'], 0);
  10926.         $instance->addListener('kernel.response', [=> function () {
  10927.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  10928.         }, => 'onKernelResponse'], 0);
  10929.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  10930.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  10931.         }, => 'onMessage'], 0);
  10932.         $instance->addListener('kernel.response', [=> function () {
  10933.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  10934.         }, => 'onKernelResponse'], 0);
  10935.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  10936.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  10937.         }, => 'checkPassport'], 0);
  10938.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  10939.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  10940.         }, => 'onLoginSuccess'], 0);
  10941.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  10942.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  10943.         }, => 'onVoterVote'], 0);
  10944.         $instance->addListener('kernel.request', [=> function () {
  10945.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  10946.         }, => 'configureLogoutUrlGenerator'], 8);
  10947.         $instance->addListener('kernel.request', [=> function () {
  10948.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  10949.         }, => 'onKernelRequest'], 8);
  10950.         $instance->addListener('kernel.finish_request', [=> function () {
  10951.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  10952.         }, => 'onKernelFinishRequest'], 0);
  10953.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  10954.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  10955.         }, => 'onWorkerMessageHandled'], 0);
  10956.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  10957.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  10958.         }, => 'onWorkerMessageFailed'], 0);
  10959.         $instance->addListener('kernel.controller', [=> function () {
  10960.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  10961.         }, => 'onKernelController'], 0);
  10962.         $instance->addListener('kernel.controller', [=> function () {
  10963.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  10964.         }, => 'onKernelController'], 0);
  10965.         $instance->addListener('kernel.controller', [=> function () {
  10966.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  10967.         }, => 'onKernelController'], -128);
  10968.         $instance->addListener('kernel.view', [=> function () {
  10969.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  10970.         }, => 'onKernelView'], 0);
  10971.         $instance->addListener('kernel.controller', [=> function () {
  10972.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  10973.         }, => 'onKernelController'], 0);
  10974.         $instance->addListener('kernel.response', [=> function () {
  10975.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  10976.         }, => 'onKernelResponse'], 0);
  10977.         $instance->addListener('kernel.controller_arguments', [=> function () {
  10978.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  10979.         }, => 'onKernelControllerArguments'], 0);
  10980.         $instance->addListener('kernel.controller_arguments', [=> function () {
  10981.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  10982.         }, => 'onKernelControllerArguments'], 0);
  10983.         $instance->addListener('kernel.view', [=> function () {
  10984.             return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->getSensioFrameworkExtra_Psr7_Listener_ResponseService());
  10985.         }, => 'onKernelView'], 0);
  10986.         $instance->addListener('console.command', [=> function () {
  10987.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  10988.         }, => 'onCommand'], 255);
  10989.         $instance->addListener('console.terminate', [=> function () {
  10990.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  10991.         }, => 'onTerminate'], -255);
  10992.         $instance->addListener('kernel.exception', [=> function () {
  10993.             return ($this->services['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  10994.         }, => 'onException'], 0);
  10995.         $instance->addListener('kernel.terminate', [=> function () {
  10996.             return ($this->services['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  10997.         }, => 'onTerminate'], 0);
  10998.         $instance->addListener('console.error', [=> function () {
  10999.             return ($this->services['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  11000.         }, => 'onException'], 0);
  11001.         $instance->addListener('console.terminate', [=> function () {
  11002.             return ($this->services['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  11003.         }, => 'onTerminate'], 0);
  11004.         $instance->addListener('kernel.response', [=> function () {
  11005.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  11006.         }, => 'onKernelResponse'], -128);
  11007.         $instance->addListener('console.error', [=> function () {
  11008.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  11009.         }, => 'onConsoleError'], 0);
  11010.         $instance->addListener('console.terminate', [=> function () {
  11011.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  11012.         }, => 'onConsoleTerminate'], 0);
  11013.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  11014.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  11015.         }, => 'checkPassport'], 512);
  11016.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  11017.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  11018.         }, => 'onLogout'], 0);
  11019.         return $instance;
  11020.     }
  11021.     /**
  11022.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  11023.      *
  11024.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  11025.      */
  11026.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  11027.     {
  11028.         if ($lazyLoad) {
  11029.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  11030.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  11031.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  11032.                     $proxy->setProxyInitializer(null);
  11033.                     return true;
  11034.                 });
  11035.             });
  11036.         }
  11037.         return new \Fidry\AliceDataFixtures\Loader\PurgerLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService()), 'delete', ($this->services['logger'] ?? $this->getLoggerService()));
  11038.     }
  11039.     /**
  11040.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  11041.      *
  11042.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  11043.      */
  11044.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  11045.     {
  11046.         if ($lazyLoad) {
  11047.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  11048.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  11049.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  11050.                     $proxy->setProxyInitializer(null);
  11051.                     return true;
  11052.                 });
  11053.             });
  11054.         }
  11055.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11056.     }
  11057.     /**
  11058.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  11059.      *
  11060.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  11061.      */
  11062.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  11063.     {
  11064.         if ($lazyLoad) {
  11065.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  11066.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  11067.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  11068.                     $proxy->setProxyInitializer(null);
  11069.                     return true;
  11070.                 });
  11071.             });
  11072.         }
  11073.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  11074.     }
  11075.     /**
  11076.      * Gets the public 'full_text_searcher' shared autowired service.
  11077.      *
  11078.      * @return \WebBundle\Service\FullTextSearchService
  11079.      */
  11080.     protected function getFullTextSearcherService()
  11081.     {
  11082.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FullTextSearchService.php';
  11083.         $this->services['full_text_searcher'] = $instance = new \WebBundle\Service\FullTextSearchService(($this->services['sphinx_ql'] ?? $this->getSphinxQlService()));
  11084.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  11085.         return $instance;
  11086.     }
  11087.     /**
  11088.      * Gets the public 'hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command' shared service.
  11089.      *
  11090.      * @return \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand
  11091.      */
  11092.     protected function getHautelookAlice_Console_Command_Doctrine_DoctrineOrmLoadDataFixturesCommandService()
  11093.     {
  11094.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11095.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Console/Command/Doctrine/DoctrineOrmLoadDataFixturesCommand.php';
  11096.         $this->services['hautelook_alice.console.command.doctrine.doctrine_orm_load_data_fixtures_command'] = $instance = new \Hautelook\AliceBundle\Console\Command\Doctrine\DoctrineOrmLoadDataFixturesCommand('hautelook:fixtures:load', ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['hautelook_alice.loader'] ?? $this->getHautelookAlice_LoaderService()));
  11097.         $instance->setName('hautelook:fixtures:load');
  11098.         return $instance;
  11099.     }
  11100.     /**
  11101.      * Gets the public 'hautelook_alice.data_fixtures.append_loader' shared service.
  11102.      *
  11103.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  11104.      */
  11105.     protected function getHautelookAlice_DataFixtures_AppendLoaderService()
  11106.     {
  11107.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  11108.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  11109.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  11110.         return $this->services['hautelook_alice.data_fixtures.append_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] ?? $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  11111.     }
  11112.     /**
  11113.      * Gets the public 'hautelook_alice.data_fixtures.purge_loader' shared service.
  11114.      *
  11115.      * @return \Fidry\AliceDataFixtures\Loader\FileResolverLoader
  11116.      */
  11117.     protected function getHautelookAlice_DataFixtures_PurgeLoaderService()
  11118.     {
  11119.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Loader/FileResolverLoader.php';
  11120.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  11121.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  11122.         return $this->services['hautelook_alice.data_fixtures.purge_loader'] = new \Fidry\AliceDataFixtures\Loader\FileResolverLoader(($this->services['fidry_alice_data_fixtures.loader.doctrine'] ?? $this->getFidryAliceDataFixtures_Loader_DoctrineService()), ($this->services['hautelook_alice.resolver.file'] ?? ($this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1))))));
  11123.     }
  11124.     /**
  11125.      * Gets the public 'hautelook_alice.loader' shared service.
  11126.      *
  11127.      * @return \Hautelook\AliceBundle\Loader\DoctrineOrmLoader
  11128.      */
  11129.     protected function getHautelookAlice_LoaderService()
  11130.     {
  11131.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoaderInterface.php';
  11132.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/LoggerAwareInterface.php';
  11133.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Loader/DoctrineOrmLoader.php';
  11134.         return $this->services['hautelook_alice.loader'] = new \Hautelook\AliceBundle\Loader\DoctrineOrmLoader(($this->services['hautelook_alice.resolver.bundle'] ?? $this->getHautelookAlice_Resolver_BundleService()), ($this->services['hautelook_alice.locator'] ?? $this->getHautelookAlice_LocatorService()), ($this->services['hautelook_alice.data_fixtures.purge_loader'] ?? $this->getHautelookAlice_DataFixtures_PurgeLoaderService()), ($this->services['hautelook_alice.data_fixtures.append_loader'] ?? $this->getHautelookAlice_DataFixtures_AppendLoaderService()), ($this->services['logger'] ?? $this->getLoggerService()));
  11135.     }
  11136.     /**
  11137.      * Gets the public 'hautelook_alice.locator' shared service.
  11138.      *
  11139.      * @return \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator
  11140.      */
  11141.     protected function getHautelookAlice_LocatorService()
  11142.     {
  11143.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/FixtureLocatorInterface.php';
  11144.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvironmentlessFilesLocator.php';
  11145.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Locator/EnvDirectoryLocator.php';
  11146.         return $this->services['hautelook_alice.locator'] = new \Hautelook\AliceBundle\Locator\EnvironmentlessFilesLocator(new \Hautelook\AliceBundle\Locator\EnvDirectoryLocator($this->parameters['hautelook_alice.fixtures_path'], $this->parameters['hautelook_alice.root_dirs']));
  11147.     }
  11148.     /**
  11149.      * Gets the public 'hautelook_alice.resolver.bundle' shared service.
  11150.      *
  11151.      * @return \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver
  11152.      */
  11153.     protected function getHautelookAlice_Resolver_BundleService()
  11154.     {
  11155.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/BundleResolverInterface.php';
  11156.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/NoBundleResolver.php';
  11157.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/Bundle/SimpleBundleResolver.php';
  11158.         return $this->services['hautelook_alice.resolver.bundle'] = new \Hautelook\AliceBundle\Resolver\Bundle\NoBundleResolver(new \Hautelook\AliceBundle\Resolver\Bundle\SimpleBundleResolver(($this->services['kernel'] ?? $this->get('kernel'1))));
  11159.     }
  11160.     /**
  11161.      * Gets the public 'hautelook_alice.resolver.file' shared service.
  11162.      *
  11163.      * @return \Hautelook\AliceBundle\Resolver\File\KernelFileResolver
  11164.      */
  11165.     protected function getHautelookAlice_Resolver_FileService()
  11166.     {
  11167.         include_once \dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/FileResolverInterface.php';
  11168.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Resolver/File/KernelFileResolver.php';
  11169.         return $this->services['hautelook_alice.resolver.file'] = new \Hautelook\AliceBundle\Resolver\File\KernelFileResolver(($this->services['kernel'] ?? $this->get('kernel'1)));
  11170.     }
  11171.     /**
  11172.      * Gets the public 'http_kernel' shared service.
  11173.      *
  11174.      * @return \Symfony\Component\HttpKernel\HttpKernel
  11175.      */
  11176.     protected function getHttpKernelService()
  11177.     {
  11178.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11179.         if (isset($this->services['http_kernel'])) {
  11180.             return $this->services['http_kernel'];
  11181.         }
  11182.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  11183.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($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 () {
  11184.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  11185.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  11186.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  11187.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  11188.             yield => ($this->privates['debug.FlexApp\\ArgumentResolver\\RequestDtoArgumentResolver'] ?? $this->getRequestDtoArgumentResolverService());
  11189.             yield => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService());
  11190.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  11191.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  11192.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  11193.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  11194.         }, 10)), $b));
  11195.     }
  11196.     /**
  11197.      * Gets the public 'knp_snappy.image' shared service.
  11198.      *
  11199.      * @return \Knp\Snappy\Image
  11200.      */
  11201.     protected function getKnpSnappy_ImageService()
  11202.     {
  11203.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  11204.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  11205.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Image.php';
  11206.         $this->services['knp_snappy.image'] = $instance = new \Knp\Snappy\Image('wkhtmltoimage', [], []);
  11207.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  11208.         return $instance;
  11209.     }
  11210.     /**
  11211.      * Gets the public 'knp_snappy.pdf' shared service.
  11212.      *
  11213.      * @return \Knp\Snappy\Pdf
  11214.      */
  11215.     protected function getKnpSnappy_PdfService()
  11216.     {
  11217.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/GeneratorInterface.php';
  11218.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/AbstractGenerator.php';
  11219.         include_once \dirname(__DIR__4).'/vendor/knplabs/knp-snappy/src/Knp/Snappy/Pdf.php';
  11220.         $this->services['knp_snappy.pdf'] = $instance = new \Knp\Snappy\Pdf('wkhtmltopdf'$this->parameters['knp_snappy.pdf.options'], []);
  11221.         $instance->setLogger(($this->privates['monolog.logger.snappy'] ?? $this->getMonolog_Logger_SnappyService()));
  11222.         return $instance;
  11223.     }
  11224.     /**
  11225.      * Gets the public 'kreait_firebase.push.auth' shared service.
  11226.      *
  11227.      * @return \Kreait\Firebase\Auth
  11228.      */
  11229.     protected function getKreaitFirebase_Push_AuthService()
  11230.     {
  11231.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Auth.php';
  11232.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Auth.php';
  11233.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11234.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11235.         return $this->services['kreait_firebase.push.auth'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createAuth(['credentials' => (\dirname(__DIR__4).'/config/firebase_credentials.json'), 'public' => true'default' => true'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  11236.     }
  11237.     /**
  11238.      * Gets the public 'kreait_firebase.push.database' shared service.
  11239.      *
  11240.      * @return \Kreait\Firebase\Database
  11241.      */
  11242.     protected function getKreaitFirebase_Push_DatabaseService()
  11243.     {
  11244.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Database.php';
  11245.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Database.php';
  11246.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11247.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11248.         return $this->services['kreait_firebase.push.database'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createDatabase(['credentials' => (\dirname(__DIR__4).'/config/firebase_credentials.json'), 'public' => true'default' => true'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  11249.     }
  11250.     /**
  11251.      * Gets the public 'kreait_firebase.push.dynamic_links' shared service.
  11252.      *
  11253.      * @return \Kreait\Firebase\DynamicLinks
  11254.      */
  11255.     protected function getKreaitFirebase_Push_DynamicLinksService()
  11256.     {
  11257.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/DynamicLinks.php';
  11258.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/DynamicLinks.php';
  11259.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11260.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11261.         return $this->services['kreait_firebase.push.dynamic_links'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createDynamicLinksService(['credentials' => (\dirname(__DIR__4).'/config/firebase_credentials.json'), 'public' => true'default' => true'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  11262.     }
  11263.     /**
  11264.      * Gets the public 'kreait_firebase.push.firestore' shared service.
  11265.      *
  11266.      * @return \Kreait\Firebase\Firestore
  11267.      */
  11268.     protected function getKreaitFirebase_Push_FirestoreService()
  11269.     {
  11270.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Firestore.php';
  11271.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Firestore.php';
  11272.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11273.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11274.         return $this->services['kreait_firebase.push.firestore'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createFirestore(['credentials' => (\dirname(__DIR__4).'/config/firebase_credentials.json'), 'public' => true'default' => true'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  11275.     }
  11276.     /**
  11277.      * Gets the public 'kreait_firebase.push.messaging' shared service.
  11278.      *
  11279.      * @return \Kreait\Firebase\Messaging
  11280.      */
  11281.     protected function getKreaitFirebase_Push_MessagingService()
  11282.     {
  11283.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Messaging.php';
  11284.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Messaging.php';
  11285.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11286.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11287.         return $this->services['kreait_firebase.push.messaging'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createMessaging(['credentials' => (\dirname(__DIR__4).'/config/firebase_credentials.json'), 'public' => true'default' => true'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  11288.     }
  11289.     /**
  11290.      * Gets the public 'kreait_firebase.push.remote_config' shared service.
  11291.      *
  11292.      * @return \Kreait\Firebase\RemoteConfig
  11293.      */
  11294.     protected function getKreaitFirebase_Push_RemoteConfigService()
  11295.     {
  11296.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/RemoteConfig.php';
  11297.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/RemoteConfig.php';
  11298.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11299.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11300.         return $this->services['kreait_firebase.push.remote_config'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createRemoteConfig(['credentials' => (\dirname(__DIR__4).'/config/firebase_credentials.json'), 'public' => true'default' => true'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  11301.     }
  11302.     /**
  11303.      * Gets the public 'kreait_firebase.push.storage' shared service.
  11304.      *
  11305.      * @return \Kreait\Firebase\Storage
  11306.      */
  11307.     protected function getKreaitFirebase_Push_StorageService()
  11308.     {
  11309.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Storage.php';
  11310.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Storage.php';
  11311.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  11312.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  11313.         return $this->services['kreait_firebase.push.storage'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createStorage(['credentials' => (\dirname(__DIR__4).'/config/firebase_credentials.json'), 'public' => true'default' => true'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  11314.     }
  11315.     /**
  11316.      * Gets the public 'leezy.pheanstalk.command.delete_job' shared service.
  11317.      *
  11318.      * @return \Leezy\PheanstalkBundle\Command\DeleteJobCommand
  11319.      */
  11320.     protected function getLeezy_Pheanstalk_Command_DeleteJobService()
  11321.     {
  11322.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11323.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11324.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/DeleteJobCommand.php';
  11325.         return $this->services['leezy.pheanstalk.command.delete_job'] = new \Leezy\PheanstalkBundle\Command\DeleteJobCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11326.     }
  11327.     /**
  11328.      * Gets the public 'leezy.pheanstalk.command.flush_tube' shared service.
  11329.      *
  11330.      * @return \Leezy\PheanstalkBundle\Command\FlushTubeCommand
  11331.      */
  11332.     protected function getLeezy_Pheanstalk_Command_FlushTubeService()
  11333.     {
  11334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11335.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11336.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/FlushTubeCommand.php';
  11337.         return $this->services['leezy.pheanstalk.command.flush_tube'] = new \Leezy\PheanstalkBundle\Command\FlushTubeCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11338.     }
  11339.     /**
  11340.      * Gets the public 'leezy.pheanstalk.command.kick' shared service.
  11341.      *
  11342.      * @return \Leezy\PheanstalkBundle\Command\KickCommand
  11343.      */
  11344.     protected function getLeezy_Pheanstalk_Command_KickService()
  11345.     {
  11346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11347.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11348.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/KickCommand.php';
  11349.         return $this->services['leezy.pheanstalk.command.kick'] = new \Leezy\PheanstalkBundle\Command\KickCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11350.     }
  11351.     /**
  11352.      * Gets the public 'leezy.pheanstalk.command.kick_job' shared service.
  11353.      *
  11354.      * @return \Leezy\PheanstalkBundle\Command\KickJobCommand
  11355.      */
  11356.     protected function getLeezy_Pheanstalk_Command_KickJobService()
  11357.     {
  11358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11359.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11360.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/KickJobCommand.php';
  11361.         return $this->services['leezy.pheanstalk.command.kick_job'] = new \Leezy\PheanstalkBundle\Command\KickJobCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11362.     }
  11363.     /**
  11364.      * Gets the public 'leezy.pheanstalk.command.list_tube' shared service.
  11365.      *
  11366.      * @return \Leezy\PheanstalkBundle\Command\ListTubeCommand
  11367.      */
  11368.     protected function getLeezy_Pheanstalk_Command_ListTubeService()
  11369.     {
  11370.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11371.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11372.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/ListTubeCommand.php';
  11373.         return $this->services['leezy.pheanstalk.command.list_tube'] = new \Leezy\PheanstalkBundle\Command\ListTubeCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11374.     }
  11375.     /**
  11376.      * Gets the public 'leezy.pheanstalk.command.next_ready' shared service.
  11377.      *
  11378.      * @return \Leezy\PheanstalkBundle\Command\NextReadyCommand
  11379.      */
  11380.     protected function getLeezy_Pheanstalk_Command_NextReadyService()
  11381.     {
  11382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11383.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11384.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/NextReadyCommand.php';
  11385.         return $this->services['leezy.pheanstalk.command.next_ready'] = new \Leezy\PheanstalkBundle\Command\NextReadyCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11386.     }
  11387.     /**
  11388.      * Gets the public 'leezy.pheanstalk.command.pause_tube' shared service.
  11389.      *
  11390.      * @return \Leezy\PheanstalkBundle\Command\PauseTubeCommand
  11391.      */
  11392.     protected function getLeezy_Pheanstalk_Command_PauseTubeService()
  11393.     {
  11394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11395.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11396.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/PauseTubeCommand.php';
  11397.         return $this->services['leezy.pheanstalk.command.pause_tube'] = new \Leezy\PheanstalkBundle\Command\PauseTubeCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11398.     }
  11399.     /**
  11400.      * Gets the public 'leezy.pheanstalk.command.peek' shared service.
  11401.      *
  11402.      * @return \Leezy\PheanstalkBundle\Command\PeekCommand
  11403.      */
  11404.     protected function getLeezy_Pheanstalk_Command_PeekService()
  11405.     {
  11406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11407.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11408.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/PeekCommand.php';
  11409.         return $this->services['leezy.pheanstalk.command.peek'] = new \Leezy\PheanstalkBundle\Command\PeekCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11410.     }
  11411.     /**
  11412.      * Gets the public 'leezy.pheanstalk.command.peek_tube' shared service.
  11413.      *
  11414.      * @return \Leezy\PheanstalkBundle\Command\PeekTubeCommand
  11415.      */
  11416.     protected function getLeezy_Pheanstalk_Command_PeekTubeService()
  11417.     {
  11418.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11419.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11420.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/PeekTubeCommand.php';
  11421.         return $this->services['leezy.pheanstalk.command.peek_tube'] = new \Leezy\PheanstalkBundle\Command\PeekTubeCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11422.     }
  11423.     /**
  11424.      * Gets the public 'leezy.pheanstalk.command.put' shared service.
  11425.      *
  11426.      * @return \Leezy\PheanstalkBundle\Command\PutCommand
  11427.      */
  11428.     protected function getLeezy_Pheanstalk_Command_PutService()
  11429.     {
  11430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11431.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11432.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/PutCommand.php';
  11433.         return $this->services['leezy.pheanstalk.command.put'] = new \Leezy\PheanstalkBundle\Command\PutCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11434.     }
  11435.     /**
  11436.      * Gets the public 'leezy.pheanstalk.command.stats' shared service.
  11437.      *
  11438.      * @return \Leezy\PheanstalkBundle\Command\StatsCommand
  11439.      */
  11440.     protected function getLeezy_Pheanstalk_Command_StatsService()
  11441.     {
  11442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11443.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11444.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/StatsCommand.php';
  11445.         return $this->services['leezy.pheanstalk.command.stats'] = new \Leezy\PheanstalkBundle\Command\StatsCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11446.     }
  11447.     /**
  11448.      * Gets the public 'leezy.pheanstalk.command.stats_job' shared service.
  11449.      *
  11450.      * @return \Leezy\PheanstalkBundle\Command\StatsJobCommand
  11451.      */
  11452.     protected function getLeezy_Pheanstalk_Command_StatsJobService()
  11453.     {
  11454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11455.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11456.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/StatsJobCommand.php';
  11457.         return $this->services['leezy.pheanstalk.command.stats_job'] = new \Leezy\PheanstalkBundle\Command\StatsJobCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11458.     }
  11459.     /**
  11460.      * Gets the public 'leezy.pheanstalk.command.stats_tube' shared service.
  11461.      *
  11462.      * @return \Leezy\PheanstalkBundle\Command\StatsTubeCommand
  11463.      */
  11464.     protected function getLeezy_Pheanstalk_Command_StatsTubeService()
  11465.     {
  11466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11467.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/AbstractPheanstalkCommand.php';
  11468.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Command/StatsTubeCommand.php';
  11469.         return $this->services['leezy.pheanstalk.command.stats_tube'] = new \Leezy\PheanstalkBundle\Command\StatsTubeCommand(($this->privates['leezy.pheanstalk.pheanstalk_locator'] ?? ($this->privates['leezy.pheanstalk.pheanstalk_locator'] = new \Leezy\PheanstalkBundle\PheanstalkLocator())));
  11470.     }
  11471.     /**
  11472.      * Gets the public 'leezy.pheanstalk.proxy.default' shared service.
  11473.      *
  11474.      * @return \Leezy\PheanstalkBundle\Proxy\PheanstalkProxy
  11475.      */
  11476.     protected function getLeezy_Pheanstalk_Proxy_DefaultService()
  11477.     {
  11478.         include_once \dirname(__DIR__4).'/vendor/pda/pheanstalk/src/Contract/PheanstalkInterface.php';
  11479.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Proxy/PheanstalkProxyInterface.php';
  11480.         include_once \dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/Proxy/PheanstalkProxy.php';
  11481.         $this->services['leezy.pheanstalk.proxy.default'] = $instance = new \Leezy\PheanstalkBundle\Proxy\PheanstalkProxy();
  11482.         if ($this->has('event_dispatcher')) {
  11483.             $instance->setDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  11484.         }
  11485.         return $instance;
  11486.     }
  11487.     /**
  11488.      * Gets the public 'liform.guesser.validator' shared service.
  11489.      *
  11490.      * @return \Limenius\Liform\Guesser\ValidatorGuesser
  11491.      */
  11492.     protected function getLiform_Guesser_ValidatorService()
  11493.     {
  11494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  11495.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  11496.         include_once \dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Guesser/ValidatorGuesser.php';
  11497.         return $this->services['liform.guesser.validator'] = new \Limenius\Liform\Guesser\ValidatorGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  11498.     }
  11499.     /**
  11500.      * Gets the public 'logger' shared service.
  11501.      *
  11502.      * @return \Symfony\Bridge\Monolog\Logger
  11503.      */
  11504.     protected function getLoggerService()
  11505.     {
  11506.         $this->services['logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  11507.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11508.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11509.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11510.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11511.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11512.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11513.         $instance->useMicrosecondTimestamps(true);
  11514.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  11515.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  11516.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  11517.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11518.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  11519.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11520.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11521.         return $instance;
  11522.     }
  11523.     /**
  11524.      * Gets the public 'manager.translate' shared autowired service.
  11525.      *
  11526.      * @return \FlexApp\Service\TransManager
  11527.      */
  11528.     protected function getManager_TranslateService()
  11529.     {
  11530.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TransManager.php';
  11531.         return $this->services['manager.translate'] = new \FlexApp\Service\TransManager();
  11532.     }
  11533.     /**
  11534.      * Gets the public 'messenger.default_bus' shared service.
  11535.      *
  11536.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  11537.      */
  11538.     protected function getMessenger_DefaultBusService()
  11539.     {
  11540.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  11541.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  11542.             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')));
  11543.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  11544.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  11545.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  11546.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  11547.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  11548.         }, 7)));
  11549.     }
  11550.     /**
  11551.      * Gets the public 'metaer_curl_wrapper.curl_wrapper.default' shared service.
  11552.      *
  11553.      * @return \Metaer\CurlWrapperBundle\CurlWrapper
  11554.      */
  11555.     protected function getMetaerCurlWrapper_CurlWrapper_DefaultService()
  11556.     {
  11557.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapperInterface.php';
  11558.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapper.php';
  11559.         return $this->services['metaer_curl_wrapper.curl_wrapper.default'] = new \Metaer\CurlWrapperBundle\CurlWrapper();
  11560.     }
  11561.     /**
  11562.      * Gets the public 'mobile_detect.mobile_detector.default' shared service.
  11563.      *
  11564.      * @return \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector
  11565.      */
  11566.     protected function getMobileDetect_MobileDetector_DefaultService()
  11567.     {
  11568.         return $this->services['mobile_detect.mobile_detector.default'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector();
  11569.     }
  11570.     /**
  11571.      * Gets the public 'monolog.logger.catalog' shared service.
  11572.      *
  11573.      * @return \Symfony\Bridge\Monolog\Logger
  11574.      */
  11575.     protected function getMonolog_Logger_CatalogService()
  11576.     {
  11577.         $this->services['monolog.logger.catalog'] = $instance = new \Symfony\Bridge\Monolog\Logger('catalog');
  11578.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11579.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11580.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11581.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11582.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11583.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11584.         $instance->pushHandler(($this->privates['monolog.handler.catalog'] ?? $this->getMonolog_Handler_CatalogService()));
  11585.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11586.         return $instance;
  11587.     }
  11588.     /**
  11589.      * Gets the public 'monolog.logger.collection' shared service.
  11590.      *
  11591.      * @return \Symfony\Bridge\Monolog\Logger
  11592.      */
  11593.     protected function getMonolog_Logger_CollectionService()
  11594.     {
  11595.         $this->services['monolog.logger.collection'] = $instance = new \Symfony\Bridge\Monolog\Logger('collection');
  11596.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11597.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11598.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11599.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11600.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11601.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11602.         $instance->pushHandler(($this->privates['monolog.handler.collection'] ?? $this->getMonolog_Handler_CollectionService()));
  11603.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11604.         return $instance;
  11605.     }
  11606.     /**
  11607.      * Gets the public 'monolog.logger.search' shared service.
  11608.      *
  11609.      * @return \Symfony\Bridge\Monolog\Logger
  11610.      */
  11611.     protected function getMonolog_Logger_SearchService()
  11612.     {
  11613.         $this->services['monolog.logger.search'] = $instance = new \Symfony\Bridge\Monolog\Logger('search');
  11614.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11615.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11616.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11617.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11618.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11619.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11620.         $instance->pushHandler(($this->privates['monolog.handler.search'] ?? $this->getMonolog_Handler_SearchService()));
  11621.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  11622.         return $instance;
  11623.     }
  11624.     /**
  11625.      * Gets the public 'nelmio_alice.data_loader' shared service.
  11626.      *
  11627.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  11628.      */
  11629.     protected function getNelmioAlice_DataLoaderService()
  11630.     {
  11631.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  11632.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  11633.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  11634.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  11635.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  11636.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  11637.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  11638.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  11639.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  11640.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  11641.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  11642.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  11643.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  11644.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  11645.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  11646.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  11647.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  11648.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  11649.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  11650.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  11651.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  11652.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  11653.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  11654.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  11655.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  11656.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  11657.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  11658.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  11659.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  11660.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  11661.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  11662.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  11663.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  11664.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  11665.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  11666.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  11667.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  11668.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  11669.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  11670.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  11671.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  11672.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  11673.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  11674.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  11675.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  11676.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  11677.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  11678.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  11679.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  11680.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  11681.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  11682.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  11683.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  11684.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  11685.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  11686.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  11687.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  11688.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  11689.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  11690.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  11691.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  11692.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  11693.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  11694.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  11695.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  11696.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  11697.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  11698.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  11699.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  11700.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  11701.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  11702.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  11703.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  11704.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  11705.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  11706.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  11707.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  11708.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  11709.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  11710.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  11711.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  11712.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  11713.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  11714.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  11715.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  11716.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  11717.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  11718.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  11719.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  11720.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  11721.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  11722.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  11723.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  11724.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  11725.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  11726.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  11727.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  11728.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  11729.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  11730.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  11731.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  11732.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  11733.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  11734.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  11735.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  11736.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  11737.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  11738.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  11739.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  11740.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  11741.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  11742.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  11743.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  11744.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  11745.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  11746.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  11747.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  11748.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  11749.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  11750.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  11751.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  11752.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  11753.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  11754.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  11755.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  11756.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  11757.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  11758.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  11759.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  11760.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  11761.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  11762.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  11763.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  11764.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  11765.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  11766.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  11767.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  11768.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  11769.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  11770.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  11771.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  11772.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  11773.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  11774.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  11775.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  11776.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ContainerAwareInterface.php';
  11777.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/Generator/Instantiator/Chainable/InstantiatedReferenceInstantiator.php';
  11778.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  11779.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  11780.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  11781.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  11782.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  11783.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  11784.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  11785.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  11786.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  11787.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  11788.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  11789.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  11790.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  11791.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  11792.         $a = new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\ElementFlagParser(new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\FlagParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ConfiguratorFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\ExtendFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\OptionalFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\TemplateFlagParser(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\FlagParser\Chainable\UniqueFlagParser()]));
  11793.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  11794.         $c = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\UniqueValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Value\SimpleValueDenormalizer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\FunctionFixtureReferenceParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\StringMergerParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\SimpleParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\EmptyValueLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceEscaperLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\GlobalPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\FunctionLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\StringThenReferenceLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\SubPatternsLexer(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Lexer\ReferenceLexer())))))), new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\TokenParserRegistry([=> new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\DynamicArrayTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\EscapedValueTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureListReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureMethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\MethodReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\OptionalTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ParameterTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\PropertyReferenceTokenParser(), => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableReferenceTokenParser(), 10 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\SimpleReferenceTokenParser(), 11 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringArrayTokenParser(), 12 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\StringTokenParser($b), 13 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\TolerantFunctionTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\IdentityTokenParser(new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FunctionTokenParser($b))), 14 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\VariableTokenParser(), 15 => new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\WildcardReferenceTokenParser()]))))));
  11795.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  11796.         $e = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\CallsWithFlagsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\FunctionDenormalizer($d), [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\ConfiguratorFlagHandler(), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Calls\MethodFlagHandler\OptionalFlagHandler()]);
  11797.         $f = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\SimpleSpecificationsDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\LegacyConstructorDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\ConstructorDenormalizer($d), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Constructor\FactoryDenormalizer($e)), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Property\SimplePropertyDenormalizer($c), $e);
  11798.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  11799.         $h = new \Nelmio\Alice\Generator\Resolver\Value\ValueResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\EvaluatedValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FunctionCallArgumentResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\PhpFunctionCallValueResolver($this->parameters['nelmio_alice.functions_blacklist'], new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FakerFunctionCallValueResolver(($this->services['Faker\\Generator'] ?? $this->getGeneratorService())))), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixturePropertyReferenceResolver($g), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureMethodCallReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UnresolvedFixtureReferenceIdResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\SelfFixtureReferenceResolver(new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureReferenceResolver())), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\FixtureWildcardReferenceResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ListValueResolver(), => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\OptionalValueResolver(), 10 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ParameterValueResolver(), 11 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\UniqueValueResolver(new \Nelmio\Alice\Generator\Resolver\UniqueValuesPool(), NULL150), 12 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\ValueForCurrentValueResolver(), 13 => new \Nelmio\Alice\Generator\Resolver\Value\Chainable\VariableValueResolver()]);
  11800.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  11801.         $j = new \Hautelook\AliceBundle\Alice\Generator\Instantiator\Chainable\InstantiatedReferenceInstantiator();
  11802.         $j->setContainer($this);
  11803.         return $this->services['nelmio_alice.data_loader'] = new \Nelmio\Alice\Loader\SimpleDataLoader(new \Nelmio\Alice\FixtureBuilder\SimpleBuilder(new \Nelmio\Alice\FixtureBuilder\Denormalizer\SimpleDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Parameter\SimpleParameterBagDenormalizer(), new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SimpleFixtureBagDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\TolerantFixtureDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\FixtureDenormalizerRegistry($a, [=> new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullListNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\ReferenceRangeNameDenormalizer($f), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleCollectionDenormalizer(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\CollectionDenormalizerWithTemporaryFixture(new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\NullRangeNameDenormalizer())), => new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\Chainable\SimpleDenormalizer($f)])), $a))), new \Nelmio\Alice\Generator\DoublePassGenerator(new \Nelmio\Alice\Generator\Resolver\FixtureSet\RemoveConflictingObjectsResolver(new \Nelmio\Alice\Generator\Resolver\FixtureSet\SimpleFixtureSetResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\RemoveConflictingParametersParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\SimpleParameterBagResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\ParameterResolverRegistry([=> new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StaticParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\ArrayParameterResolver(), => new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\RecursiveParameterResolver(new \Nelmio\Alice\Generator\Resolver\Parameter\Chainable\StringParameterResolver(), 5)]))), new \Nelmio\Alice\Generator\Resolver\Fixture\TemplateFixtureBagResolver())), new \Nelmio\Alice\Generator\ObjectGenerator\CompleteObjectGenerator(new \Nelmio\Alice\Generator\ObjectGenerator\SimpleObjectGenerator($h, new \Nelmio\Alice\Generator\Instantiator\ExistingInstanceInstantiator(new \Nelmio\Alice\Generator\Instantiator\InstantiatorResolver(new \Nelmio\Alice\Generator\Instantiator\InstantiatorRegistry([=> new \Nelmio\Alice\Generator\Instantiator\Chainable\NoCallerMethodCallInstantiator($i), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NullConstructorInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\NoMethodCallInstantiator(), => new \Nelmio\Alice\Generator\Instantiator\Chainable\StaticFactoryInstantiator($i), => $j]))), new \Nelmio\Alice\Generator\Hydrator\SimpleHydrator(new \Nelmio\Alice\Generator\Hydrator\Property\SymfonyPropertyAccessorHydrator($g)), new \Nelmio\Alice\Generator\Caller\SimpleCaller(new \Nelmio\Alice\Generator\Caller\CallProcessorRegistry([=> new \Nelmio\Alice\Generator\Caller\Chainable\ConfiguratorMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\MethodCallWithReferenceProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\OptionalMethodCallProcessor(), => new \Nelmio\Alice\Generator\Caller\Chainable\SimpleMethodCallProcessor()]), $h$i)))));
  11804.     }
  11805.     /**
  11806.      * Gets the public 'nelmio_alice.file_loader' shared service.
  11807.      *
  11808.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  11809.      */
  11810.     protected function getNelmioAlice_FileLoaderService()
  11811.     {
  11812.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  11813.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  11814.         return $this->services['nelmio_alice.file_loader'] = new \Nelmio\Alice\Loader\SimpleFileLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  11815.     }
  11816.     /**
  11817.      * Gets the public 'nelmio_alice.files_loader' shared service.
  11818.      *
  11819.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  11820.      */
  11821.     protected function getNelmioAlice_FilesLoaderService()
  11822.     {
  11823.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  11824.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  11825.         return $this->services['nelmio_alice.files_loader'] = new \Nelmio\Alice\Loader\SimpleFilesLoader(($this->privates['nelmio_alice.file_parser.runtime_cache'] ?? $this->getNelmioAlice_FileParser_RuntimeCacheService()), ($this->services['nelmio_alice.data_loader'] ?? $this->getNelmioAlice_DataLoaderService()));
  11826.     }
  11827.     /**
  11828.      * Gets the public 'nelmio_api_doc.command.dump' shared service.
  11829.      *
  11830.      * @return \Nelmio\ApiDocBundle\Command\DumpCommand
  11831.      */
  11832.     protected function getNelmioApiDoc_Command_DumpService()
  11833.     {
  11834.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11835.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Command/DumpCommand.php';
  11836.         $this->services['nelmio_api_doc.command.dump'] = $instance = new \Nelmio\ApiDocBundle\Command\DumpCommand(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  11837.         $instance->setName('nelmio:apidoc:dump');
  11838.         return $instance;
  11839.     }
  11840.     /**
  11841.      * Gets the public 'nelmio_api_doc.controller.redocly' shared service.
  11842.      *
  11843.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  11844.      */
  11845.     protected function getNelmioApiDoc_Controller_RedoclyService()
  11846.     {
  11847.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  11848.         return $this->services['nelmio_api_doc.controller.redocly'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'redocly');
  11849.     }
  11850.     /**
  11851.      * Gets the public 'nelmio_api_doc.controller.swagger_json' shared service.
  11852.      *
  11853.      * @return \Nelmio\ApiDocBundle\Controller\DocumentationController
  11854.      */
  11855.     protected function getNelmioApiDoc_Controller_SwaggerJsonService()
  11856.     {
  11857.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/DocumentationController.php';
  11858.         return $this->services['nelmio_api_doc.controller.swagger_json'] = new \Nelmio\ApiDocBundle\Controller\DocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  11859.     }
  11860.     /**
  11861.      * Gets the public 'nelmio_api_doc.controller.swagger_ui' shared service.
  11862.      *
  11863.      * @return \Nelmio\ApiDocBundle\Controller\SwaggerUiController
  11864.      */
  11865.     protected function getNelmioApiDoc_Controller_SwaggerUiService()
  11866.     {
  11867.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/SwaggerUiController.php';
  11868.         return $this->services['nelmio_api_doc.controller.swagger_ui'] = new \Nelmio\ApiDocBundle\Controller\SwaggerUiController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()), 'swaggerui');
  11869.     }
  11870.     /**
  11871.      * Gets the public 'nelmio_api_doc.controller.swagger_yaml' shared service.
  11872.      *
  11873.      * @return \Nelmio\ApiDocBundle\Controller\YamlDocumentationController
  11874.      */
  11875.     protected function getNelmioApiDoc_Controller_SwaggerYamlService()
  11876.     {
  11877.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Controller/YamlDocumentationController.php';
  11878.         return $this->services['nelmio_api_doc.controller.swagger_yaml'] = new \Nelmio\ApiDocBundle\Controller\YamlDocumentationController(($this->services['nelmio_api_doc.render_docs'] ?? $this->getNelmioApiDoc_RenderDocsService()));
  11879.     }
  11880.     /**
  11881.      * Gets the public 'nelmio_api_doc.generator.default' shared service.
  11882.      *
  11883.      * @return \Nelmio\ApiDocBundle\ApiDocGenerator
  11884.      */
  11885.     protected function getNelmioApiDoc_Generator_DefaultService()
  11886.     {
  11887.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ApiDocGenerator.php';
  11888.         include_once \dirname(__DIR__4).'/vendor/zircote/swagger-php/src/Generator.php';
  11889.         include_once \dirname(__DIR__4).'/vendor/zircote/swagger-php/src/Processors/ProcessorInterface.php';
  11890.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Processor/NullablePropertyProcessor.php';
  11891.         $a = new \OpenApi\Generator();
  11892.         $a->addProcessor(new \Nelmio\ApiDocBundle\Processor\NullablePropertyProcessor(), NULL);
  11893.         $this->services['nelmio_api_doc.generator.default'] = $instance = new \Nelmio\ApiDocBundle\ApiDocGenerator(new RewindableGenerator(function () {
  11894.             yield => ($this->privates['nelmio_api_doc.describers.config'] ?? $this->getNelmioApiDoc_Describers_ConfigService());
  11895.             yield => ($this->privates['nelmio_api_doc.describers.config.default'] ?? ($this->privates['nelmio_api_doc.describers.config.default'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber([], true)));
  11896.             yield => ($this->privates['nelmio_api_doc.describers.openapi_php.default'] ?? $this->getNelmioApiDoc_Describers_OpenapiPhp_DefaultService());
  11897.             yield => ($this->privates['nelmio_api_doc.describers.route.default'] ?? $this->getNelmioApiDoc_Describers_Route_DefaultService());
  11898.             yield => ($this->privates['nelmio_api_doc.describers.default'] ?? ($this->privates['nelmio_api_doc.describers.default'] = new \Nelmio\ApiDocBundle\Describer\DefaultDescriber()));
  11899.         }, 5), new RewindableGenerator(function () {
  11900.             yield => ($this->privates['nelmio_api_doc.model_describers.self_describing'] ?? ($this->privates['nelmio_api_doc.model_describers.self_describing'] = new \Nelmio\ApiDocBundle\ModelDescriber\SelfDescribingModelDescriber()));
  11901.             yield => ($this->privates['nelmio_api_doc.model_describers.enum'] ?? ($this->privates['nelmio_api_doc.model_describers.enum'] = new \Nelmio\ApiDocBundle\ModelDescriber\EnumModelDescriber()));
  11902.             yield => ($this->privates['nelmio_api_doc.model_describers.form'] ?? $this->getNelmioApiDoc_ModelDescribers_FormService());
  11903.             yield => ($this->privates['nelmio_api_doc.model_describers.object'] ?? $this->getNelmioApiDoc_ModelDescribers_ObjectService());
  11904.         }, 4), NULL'openapi_doc.default'$a);
  11905.         $b = new \Symfony\Bridge\Monolog\Logger('nelmio_api_doc');
  11906.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  11907.         $b->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  11908.         $b->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  11909.         $b->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  11910.         $b->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  11911.         $b->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  11912.         $b->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  11913.         $b->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  11914.         $b->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  11915.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  11916.         $b->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  11917.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  11918.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  11919.         $instance->setAlternativeNames([]);
  11920.         $instance->setMediaTypes([=> 'json']);
  11921.         $instance->setLogger($b);
  11922.         $instance->setOpenApiVersion(NULL);
  11923.         return $instance;
  11924.     }
  11925.     /**
  11926.      * Gets the public 'nelmio_api_doc.render_docs' shared service.
  11927.      *
  11928.      * @return \Nelmio\ApiDocBundle\Render\RenderOpenApi
  11929.      */
  11930.     protected function getNelmioApiDoc_RenderDocsService()
  11931.     {
  11932.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/RenderOpenApi.php';
  11933.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/OpenApiRenderer.php';
  11934.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Json/JsonOpenApiRenderer.php';
  11935.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Yaml/YamlOpenApiRenderer.php';
  11936.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Render/Html/HtmlOpenApiRenderer.php';
  11937.         return $this->services['nelmio_api_doc.render_docs'] = new \Nelmio\ApiDocBundle\Render\RenderOpenApi(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  11938.             'default' => ['services''nelmio_api_doc.generator.default''getNelmioApiDoc_Generator_DefaultService'false],
  11939.         ], [
  11940.             'default' => '?',
  11941.         ]), new \Nelmio\ApiDocBundle\Render\Json\JsonOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Yaml\YamlOpenApiRenderer(), new \Nelmio\ApiDocBundle\Render\Html\HtmlOpenApiRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  11942.     }
  11943.     /**
  11944.      * Gets the public 'orm_transexentity_listener' shared service.
  11945.      *
  11946.      * @return \FlexApp\EventListener\ORM\TransExEntityListener
  11947.      */
  11948.     protected function getOrmTransexentityListenerService()
  11949.     {
  11950.         include_once \dirname(__DIR__4).'/src/FlexApp/EventListener/ORM/TransExEntityListener.php';
  11951.         return $this->services['orm_transexentity_listener'] = new \FlexApp\EventListener\ORM\TransExEntityListener();
  11952.     }
  11953.     /**
  11954.      * Gets the public 'request_stack' shared service.
  11955.      *
  11956.      * @return \Symfony\Component\HttpFoundation\RequestStack
  11957.      */
  11958.     protected function getRequestStackService()
  11959.     {
  11960.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  11961.     }
  11962.     /**
  11963.      * Gets the public 'routing.loader' shared service.
  11964.      *
  11965.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  11966.      */
  11967.     protected function getRouting_LoaderService()
  11968.     {
  11969.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  11970.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  11971.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  11972.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  11973.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  11974.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  11975.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  11976.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  11977.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  11978.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  11979.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  11980.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  11981.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  11982.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  11983.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  11984.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  11985.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  11986.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  11987.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  11988.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  11989.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  11990.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  11991.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  11992.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  11993.         $a = new \Symfony\Component\Config\Loader\LoaderResolver();
  11994.         $b = new \Symfony\Component\HttpKernel\Config\FileLocator(($this->services['kernel'] ?? $this->get('kernel'1)));
  11995.         $c = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'te_dev');
  11996.         $a->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($b'te_dev'));
  11997.         $a->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($b'te_dev'));
  11998.         $a->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($b'te_dev'));
  11999.         $a->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($b'te_dev'));
  12000.         $a->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($b'te_dev'));
  12001.         $a->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  12002.             'kernel' => ['services''kernel''getKernelService'false],
  12003.         ], [
  12004.             'kernel' => 'FlexApp\\Kernel',
  12005.         ]), 'te_dev'));
  12006.         $a->addLoader($c);
  12007.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($b$c));
  12008.         $a->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($b$c));
  12009.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($a, ['utf8' => true], []);
  12010.     }
  12011.     /**
  12012.      * Gets the public 'security.authentication_utils' shared service.
  12013.      *
  12014.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  12015.      */
  12016.     protected function getSecurity_AuthenticationUtilsService()
  12017.     {
  12018.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  12019.         return $this->services['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  12020.     }
  12021.     /**
  12022.      * Gets the public 'sentry.hub' shared service.
  12023.      *
  12024.      * @return \Sentry\State\HubInterface
  12025.      */
  12026.     protected function getSentry_HubService()
  12027.     {
  12028.         $this->services['sentry.hub'] = $instance = \Sentry\State\HubAdapter::getInstance();
  12029.         $a = new \Sentry\Options(['integrations' => new \Sentry\SentryBundle\Integration\IntegrationConfigurator([=> new \Sentry\Integration\IgnoreErrorsIntegration(['ignore_exceptions' => [=> 'Symfony\\Component\\ErrorHandler\\Error\\FatalError'=> 'Symfony\\Component\\Debug\\Exception\\FatalErrorException']]), => new \Sentry\Integration\RequestIntegration(new \Sentry\SentryBundle\Integration\RequestFetcher(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['sensio_framework_extra.psr7.http_message_factory'] ?? $this->getSensioFrameworkExtra_Psr7_HttpMessageFactoryService())))], true), 'prefixes' => [=> \dirname(__DIR__4), => '.'=> '/usr/share/php'], 'environment' => 'te_dev''release' => $this->getEnv('default::SENTRY_RELEASE'), 'tags' => [], 'in_app_exclude' => [=> $this->targetDir.''=> (\dirname(__DIR__4).'/vendor'), => $this->targetDir.''], 'in_app_include' => [], 'class_serializers' => [], 'ignore_exceptions' => [], 'ignore_transactions' => []]);
  12030.         $b = new \Sentry\ClientBuilder($a);
  12031.         $c = ($this->privates['http_discovery.psr17_factory'] ?? ($this->privates['http_discovery.psr17_factory'] = new \Http\Discovery\Psr17Factory()));
  12032.         $b->setSdkIdentifier('sentry.php.symfony');
  12033.         $b->setSdkVersion('4.14.0');
  12034.         $b->setTransportFactory(new \FlexApp\Sentry\SpoolTransportFactory(new \Sentry\SentryBundle\Transport\TransportFactory($c$c$c$cNULLNULL)));
  12035.         $b->setSerializer(new \Sentry\Serializer\Serializer($a));
  12036.         $b->setRepresentationSerializer(new \Sentry\Serializer\RepresentationSerializer($a));
  12037.         if ($this->has('Psr\\Log\\NullLogger')) {
  12038.             $b->setLogger(($this->services['Psr\\Log\\NullLogger'] ?? $this->get('Psr\\Log\\NullLogger'/* ContainerInterface::NULL_ON_INVALID_REFERENCE */ 2)));
  12039.         }
  12040.         $instance->bindClient($b->getClient());
  12041.         return $instance;
  12042.     }
  12043.     /**
  12044.      * Gets the public 'services.catalog_sphinx_resul' shared autowired service.
  12045.      *
  12046.      * @return \FlexApp\Service\CatalogSphinxResultService
  12047.      */
  12048.     protected function getServices_CatalogSphinxResulService()
  12049.     {
  12050.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CatalogSphinxResultService.php';
  12051.         return $this->services['services.catalog_sphinx_resul'] = new \FlexApp\Service\CatalogSphinxResultService();
  12052.     }
  12053.     /**
  12054.      * Gets the public 'services_resetter' shared service.
  12055.      *
  12056.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  12057.      */
  12058.     protected function getServicesResetterService()
  12059.     {
  12060.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  12061.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  12062.             if (isset($this->services['cache.app'])) {
  12063.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  12064.             }
  12065.             if (isset($this->services['cache.system'])) {
  12066.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  12067.             }
  12068.             if (isset($this->privates['cache.validator.traceable'])) {
  12069.                 yield 'cache.validator' => ($this->privates['cache.validator.traceable'] ?? null);
  12070.             }
  12071.             if (isset($this->privates['cache.serializer.traceable'])) {
  12072.                 yield 'cache.serializer' => ($this->privates['cache.serializer.traceable'] ?? null);
  12073.             }
  12074.             if (isset($this->privates['cache.annotations.traceable'])) {
  12075.                 yield 'cache.annotations' => ($this->privates['cache.annotations.traceable'] ?? null);
  12076.             }
  12077.             if (isset($this->privates['cache.property_info.traceable'])) {
  12078.                 yield 'cache.property_info' => ($this->privates['cache.property_info.traceable'] ?? null);
  12079.             }
  12080.             if (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) {
  12081.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? null);
  12082.             }
  12083.             if (isset($this->privates['.debug.http_client'])) {
  12084.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  12085.             }
  12086.             if (isset($this->privates['mailer.message_logger_listener'])) {
  12087.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  12088.             }
  12089.             if (isset($this->privates['debug.stopwatch'])) {
  12090.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  12091.             }
  12092.             if (isset($this->services['event_dispatcher'])) {
  12093.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  12094.             }
  12095.             if (isset($this->privates['doctrine.system_cache_pool.traceable'])) {
  12096.                 yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? null);
  12097.             }
  12098.             if (isset($this->privates['doctrine.redis_cache_pool.traceable'])) {
  12099.                 yield 'doctrine.redis_cache_pool' => ($this->privates['doctrine.redis_cache_pool.traceable'] ?? null);
  12100.             }
  12101.             if (isset($this->privates['chatb_cache_pool.traceable'])) {
  12102.                 yield 'chatb_cache_pool' => ($this->privates['chatb_cache_pool.traceable'] ?? null);
  12103.             }
  12104.             if (isset($this->privates['redis_cache_pool.traceable'])) {
  12105.                 yield 'redis_cache_pool' => ($this->privates['redis_cache_pool.traceable'] ?? null);
  12106.             }
  12107.             if (isset($this->privates['session_listener'])) {
  12108.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  12109.             }
  12110.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  12111.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  12112.             }
  12113.             if (isset($this->services['cache.validator_expression_language'])) {
  12114.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  12115.             }
  12116.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  12117.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  12118.             }
  12119.             if (isset($this->services['.container.private.profiler'])) {
  12120.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  12121.             }
  12122.             if (isset($this->services['.container.private.validator'])) {
  12123.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  12124.             }
  12125.             if (isset($this->privates['twig.form.engine'])) {
  12126.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  12127.             }
  12128.             if (isset($this->services['.container.private.security.token_storage'])) {
  12129.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  12130.             }
  12131.             if (isset($this->privates['cache.security_expression_language.traceable'])) {
  12132.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language.traceable'] ?? null);
  12133.             }
  12134.             if (isset($this->privates['debug.security.firewall'])) {
  12135.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  12136.             }
  12137.             if (isset($this->privates['cache.security_token_verifier.traceable'])) {
  12138.                 yield 'cache.security_token_verifier' => ($this->privates['cache.security_token_verifier.traceable'] ?? null);
  12139.             }
  12140.             if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  12141.                 yield 'debug.security.firewall.authenticator.main' => ($this->privates['debug.security.firewall.authenticator.main'] ?? null);
  12142.             }
  12143.             if (isset($this->services['doctrine'])) {
  12144.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  12145.             }
  12146.             if (isset($this->privates['form.type.entity'])) {
  12147.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  12148.             }
  12149.             if (isset($this->privates['monolog.handler.catalog'])) {
  12150.                 yield 'monolog.handler.catalog' => ($this->privates['monolog.handler.catalog'] ?? null);
  12151.             }
  12152.             if (isset($this->privates['monolog.handler.collection'])) {
  12153.                 yield 'monolog.handler.collection' => ($this->privates['monolog.handler.collection'] ?? null);
  12154.             }
  12155.             if (isset($this->privates['monolog.handler.search'])) {
  12156.                 yield 'monolog.handler.search' => ($this->privates['monolog.handler.search'] ?? null);
  12157.             }
  12158.             if (isset($this->privates['monolog.handler.main'])) {
  12159.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  12160.             }
  12161.             if (isset($this->privates['monolog.handler.nested'])) {
  12162.                 yield 'monolog.handler.nested' => ($this->privates['monolog.handler.nested'] ?? null);
  12163.             }
  12164.             if (isset($this->privates['monolog.handler.console'])) {
  12165.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  12166.             }
  12167.             if (isset($this->privates['monolog.handler.doctrine'])) {
  12168.                 yield 'monolog.handler.doctrine' => ($this->privates['monolog.handler.doctrine'] ?? null);
  12169.             }
  12170.             if (isset($this->privates['monolog.handler.error'])) {
  12171.                 yield 'monolog.handler.error' => ($this->privates['monolog.handler.error'] ?? null);
  12172.             }
  12173.             if (isset($this->privates['monolog.handler.info'])) {
  12174.                 yield 'monolog.handler.info' => ($this->privates['monolog.handler.info'] ?? null);
  12175.             }
  12176.             if (isset($this->privates['monolog.handler.alert'])) {
  12177.                 yield 'monolog.handler.alert' => ($this->privates['monolog.handler.alert'] ?? null);
  12178.             }
  12179.             if (isset($this->services['swiftmailer.email_sender.listener'])) {
  12180.                 yield 'swiftmailer.email_sender.listener' => ($this->services['swiftmailer.email_sender.listener'] ?? null);
  12181.             }
  12182.             if (isset($this->privates['.debug.http_client'])) {
  12183.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  12184.             }
  12185.         }, function () {
  12186.             return + (int) (isset($this->services['cache.app'])) + (int) (isset($this->services['cache.system'])) + (int) (isset($this->privates['cache.validator.traceable'])) + (int) (isset($this->privates['cache.serializer.traceable'])) + (int) (isset($this->privates['cache.annotations.traceable'])) + (int) (isset($this->privates['cache.property_info.traceable'])) + (int) (isset($this->privates['cache.messenger.restart_workers_signal.traceable'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['doctrine.system_cache_pool.traceable'])) + (int) (isset($this->privates['doctrine.redis_cache_pool.traceable'])) + (int) (isset($this->privates['chatb_cache_pool.traceable'])) + (int) (isset($this->privates['redis_cache_pool.traceable'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language.traceable'])) + (int) (isset($this->privates['debug.security.firewall'])) + (int) (isset($this->privates['cache.security_token_verifier.traceable'])) + (int) (isset($this->privates['debug.security.firewall.authenticator.main'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->privates['monolog.handler.catalog'])) + (int) (isset($this->privates['monolog.handler.collection'])) + (int) (isset($this->privates['monolog.handler.search'])) + (int) (isset($this->privates['monolog.handler.main'])) + (int) (isset($this->privates['monolog.handler.nested'])) + (int) (isset($this->privates['monolog.handler.console'])) + (int) (isset($this->privates['monolog.handler.doctrine'])) + (int) (isset($this->privates['monolog.handler.error'])) + (int) (isset($this->privates['monolog.handler.info'])) + (int) (isset($this->privates['monolog.handler.alert'])) + (int) (isset($this->services['swiftmailer.email_sender.listener'])) + (int) (isset($this->privates['.debug.http_client']));
  12187.         }), ['cache.app' => [=> 'reset'], 'cache.system' => [=> 'reset'], 'cache.validator' => [=> 'reset'], 'cache.serializer' => [=> 'reset'], 'cache.annotations' => [=> 'reset'], 'cache.property_info' => [=> 'reset'], 'cache.messenger.restart_workers_signal' => [=> 'reset'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine.system_cache_pool' => [=> 'reset'], 'doctrine.redis_cache_pool' => [=> 'reset'], 'chatb_cache_pool' => [=> 'reset'], 'redis_cache_pool' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'cache.security_token_verifier' => [=> 'reset'], 'debug.security.firewall.authenticator.main' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'monolog.handler.catalog' => [=> 'reset'], 'monolog.handler.collection' => [=> 'reset'], 'monolog.handler.search' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.nested' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'monolog.handler.doctrine' => [=> 'reset'], 'monolog.handler.error' => [=> 'reset'], 'monolog.handler.info' => [=> 'reset'], 'monolog.handler.alert' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], '.debug.http_client' => [=> 'reset']]);
  12188.     }
  12189.     /**
  12190.      * Gets the public 'sphinx_ql' shared autowired service.
  12191.      *
  12192.      * @return \WebBundle\Service\SphinxQLService
  12193.      */
  12194.     protected function getSphinxQlService()
  12195.     {
  12196.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SphinxQLService.php';
  12197.         return $this->services['sphinx_ql'] = new \WebBundle\Service\SphinxQLService('35.158.109.26'9306'te''maxusr_admin''ME248W4Tsu903Hd8', ($this->services['logger'] ?? $this->getLoggerService()));
  12198.     }
  12199.     /**
  12200.      * Gets the public 'sphinx_searcher' shared autowired service.
  12201.      *
  12202.      * @return \WebBundle\Service\SphinxSearcherService
  12203.      */
  12204.     protected function getSphinxSearcherService()
  12205.     {
  12206.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SphinxSearcherService.php';
  12207.         $this->services['sphinx_searcher'] = $instance = new \WebBundle\Service\SphinxSearcherService($this, ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService()));
  12208.         $instance->listMeasureRepository = ($this->services['WebBundle\\Repository\\ListMeasureRepository'] ?? $this->getListMeasureRepositoryService());
  12209.         $instance->listMaterialRepository = ($this->services['WebBundle\\Repository\\ListMaterialRepository'] ?? $this->getListMaterialRepositoryService());
  12210.         return $instance;
  12211.     }
  12212.     /**
  12213.      * Gets the public 'swiftmailer.email_sender.listener' shared service.
  12214.      *
  12215.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  12216.      */
  12217.     protected function getSwiftmailer_EmailSender_ListenerService()
  12218.     {
  12219.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  12220.         return $this->services['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->services['logger'] ?? $this->getLoggerService()));
  12221.     }
  12222.     /**
  12223.      * Gets the public 'swiftmailer.mailer.default' shared service.
  12224.      *
  12225.      * @return \Swift_Mailer
  12226.      */
  12227.     protected function getSwiftmailer_Mailer_DefaultService()
  12228.     {
  12229.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  12230.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.mailer.default.transport'] ?? $this->getSwiftmailer_Mailer_Default_TransportService()));
  12231.     }
  12232.     /**
  12233.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  12234.      *
  12235.      * @return \Swift_Plugins_MessageLogger
  12236.      */
  12237.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  12238.     {
  12239.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  12240.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  12241.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  12242.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  12243.     }
  12244.     /**
  12245.      * Gets the public 'swiftmailer.mailer.default.transport' shared service.
  12246.      *
  12247.      * @return \Swift_Transport_NullTransport
  12248.      */
  12249.     protected function getSwiftmailer_Mailer_Default_TransportService()
  12250.     {
  12251.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  12252.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/NullTransport.php';
  12253.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  12254.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  12255.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  12256.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  12257.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/RedirectingPlugin.php';
  12258.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  12259.         $this->services['swiftmailer.mailer.default.transport'] = $instance = new \Swift_Transport_NullTransport(new \Swift_Events_SimpleEventDispatcher());
  12260.         $instance->registerPlugin(new \Swift_Plugins_RedirectingPlugin($this->parameters['swiftmailer.mailer.default.delivery_addresses'], []));
  12261.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  12262.         return $instance;
  12263.     }
  12264.     /**
  12265.      * Gets the public 'translator' shared service.
  12266.      *
  12267.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  12268.      */
  12269.     protected function getTranslatorService()
  12270.     {
  12271.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  12272.     }
  12273.     /**
  12274.      * Gets the public 'validator.captcha' shared service.
  12275.      *
  12276.      * @return \WebBundle\Validator\Constraints\CaptchaValidator
  12277.      */
  12278.     protected function getValidator_CaptchaService()
  12279.     {
  12280.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12281.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12282.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/CaptchaValidator.php';
  12283.         return $this->services['validator.captcha'] = new \WebBundle\Validator\Constraints\CaptchaValidator($this);
  12284.     }
  12285.     /**
  12286.      * Gets the public 'validator.equal_to_field' shared service.
  12287.      *
  12288.      * @return \WebBundle\Validator\Constraints\EqualToFieldValidator
  12289.      */
  12290.     protected function getValidator_EqualToFieldService()
  12291.     {
  12292.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  12293.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  12294.         include_once \dirname(__DIR__4).'/src/WebBundle/Validator/Constraints/EqualToFieldValidator.php';
  12295.         return $this->services['validator.equal_to_field'] = new \WebBundle\Validator\Constraints\EqualToFieldValidator();
  12296.     }
  12297.     /**
  12298.      * Gets the public 'web.delivery_check_status' shared autowired service.
  12299.      *
  12300.      * @return \WebBundle\Service\DeliveryCheckStatusService
  12301.      */
  12302.     protected function getWeb_DeliveryCheckStatusService()
  12303.     {
  12304.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/DeliveryCheckStatusService.php';
  12305.         return $this->services['web.delivery_check_status'] = new \WebBundle\Service\DeliveryCheckStatusService();
  12306.     }
  12307.     /**
  12308.      * Gets the public 'web.delivery_request' shared autowired service.
  12309.      *
  12310.      * @return \WebBundle\Service\DeliveryRequestService
  12311.      */
  12312.     protected function getWeb_DeliveryRequestService()
  12313.     {
  12314.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/DeliveryRequestService.php';
  12315.         $this->services['web.delivery_request'] = $instance = new \WebBundle\Service\DeliveryRequestService($this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  12316.         $instance->deliveryRequestRepository = ($this->services['WebBundle\\Repository\\DeliveryRequestRepository'] ?? $this->getDeliveryRequestRepositoryService());
  12317.         return $instance;
  12318.     }
  12319.     /**
  12320.      * Gets the public 'web.kladr' shared autowired service.
  12321.      *
  12322.      * @return \WebBundle\Service\KladrService
  12323.      */
  12324.     protected function getWeb_KladrService()
  12325.     {
  12326.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/KladrService.php';
  12327.         return $this->services['web.kladr'] = new \WebBundle\Service\KladrService(($this->services['logger'] ?? $this->getLoggerService()), $this);
  12328.     }
  12329.     /**
  12330.      * Gets the public 'web.soap' shared autowired service.
  12331.      *
  12332.      * @return \WebBundle\Service\SoapService
  12333.      */
  12334.     protected function getWeb_SoapService()
  12335.     {
  12336.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/SoapService.php';
  12337.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/DeliveryCheckStatusService.php';
  12338.         $this->services['web.soap'] = $instance = new \WebBundle\Service\SoapService(($this->services['app.service.order'] ?? $this->getApp_Service_OrderService()), ($this->services['web.delivery_check_status'] ?? ($this->services['web.delivery_check_status'] = new \WebBundle\Service\DeliveryCheckStatusService())), ($this->services['web.delivery_request'] ?? $this->getWeb_DeliveryRequestService()));
  12339.         $instance->orderFiller = ($this->services['WebBundle\\Filler\\OrderFiller'] ?? $this->getOrderFillerService());
  12340.         return $instance;
  12341.     }
  12342.     /**
  12343.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  12344.      *
  12345.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  12346.      */
  12347.     protected function getWebProfiler_Controller_ExceptionPanelService()
  12348.     {
  12349.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  12350.         return $this->services['web_profiler.controller.exception_panel'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController(($this->privates['error_handler.error_renderer.html'] ?? $this->getErrorHandler_ErrorRenderer_HtmlService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  12351.     }
  12352.     /**
  12353.      * Gets the public 'web_profiler.controller.profiler' shared service.
  12354.      *
  12355.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  12356.      */
  12357.     protected function getWebProfiler_Controller_ProfilerService()
  12358.     {
  12359.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  12360.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  12361.     }
  12362.     /**
  12363.      * Gets the public 'web_profiler.controller.router' shared service.
  12364.      *
  12365.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  12366.      */
  12367.     protected function getWebProfiler_Controller_RouterService()
  12368.     {
  12369.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  12370.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), NULL, new RewindableGenerator(function () {
  12371.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  12372.         }, 1));
  12373.     }
  12374.     /**
  12375.      * Gets the private '.FlexApp\Command\Cron\CrontabFillCollectionCommand.lazy' shared service.
  12376.      *
  12377.      * @return \Symfony\Component\Console\Command\LazyCommand
  12378.      */
  12379.     protected function getCrontabFillCollectionCommand_LazyService()
  12380.     {
  12381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12383.         return $this->privates['.FlexApp\\Command\\Cron\\CrontabFillCollectionCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cron:fill-collections', [], 'Fill collections from old table.'false, function (): \FlexApp\Command\Cron\CrontabFillCollectionCommand {
  12384.             return ($this->privates['FlexApp\\Command\\Cron\\CrontabFillCollectionCommand'] ?? $this->getCrontabFillCollectionCommandService());
  12385.         });
  12386.     }
  12387.     /**
  12388.      * Gets the private '.FlexApp\Command\Cron\CrontabFillCountryCommand.lazy' shared service.
  12389.      *
  12390.      * @return \Symfony\Component\Console\Command\LazyCommand
  12391.      */
  12392.     protected function getCrontabFillCountryCommand_LazyService()
  12393.     {
  12394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12396.         return $this->privates['.FlexApp\\Command\\Cron\\CrontabFillCountryCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cron:fill-country', [], 'Заполнение стран и их названий.'false, function (): \FlexApp\Command\Cron\CrontabFillCountryCommand {
  12397.             return ($this->privates['FlexApp\\Command\\Cron\\CrontabFillCountryCommand'] ?? $this->getCrontabFillCountryCommandService());
  12398.         });
  12399.     }
  12400.     /**
  12401.      * Gets the private '.FlexApp\Command\Cron\CrontabFillFactoryCommand.lazy' shared service.
  12402.      *
  12403.      * @return \Symfony\Component\Console\Command\LazyCommand
  12404.      */
  12405.     protected function getCrontabFillFactoryCommand_LazyService()
  12406.     {
  12407.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12408.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12409.         return $this->privates['.FlexApp\\Command\\Cron\\CrontabFillFactoryCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cron:fill-factory', [], 'Fill factories from old table.'false, function (): \FlexApp\Command\Cron\CrontabFillFactoryCommand {
  12410.             return ($this->privates['FlexApp\\Command\\Cron\\CrontabFillFactoryCommand'] ?? $this->getCrontabFillFactoryCommandService());
  12411.         });
  12412.     }
  12413.     /**
  12414.      * Gets the private '.FlexApp\Command\Cron\CrontabFillReviewsCommand.lazy' shared service.
  12415.      *
  12416.      * @return \Symfony\Component\Console\Command\LazyCommand
  12417.      */
  12418.     protected function getCrontabFillReviewsCommand_LazyService()
  12419.     {
  12420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12421.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12422.         return $this->privates['.FlexApp\\Command\\Cron\\CrontabFillReviewsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cron:fill-review', [], 'Обновление отзывов.'false, function (): \FlexApp\Command\Cron\CrontabFillReviewsCommand {
  12423.             return ($this->privates['FlexApp\\Command\\Cron\\CrontabFillReviewsCommand'] ?? $this->getCrontabFillReviewsCommandService());
  12424.         });
  12425.     }
  12426.     /**
  12427.      * Gets the private '.FlexApp\Command\FillArticleFilterCommand.lazy' shared service.
  12428.      *
  12429.      * @return \Symfony\Component\Console\Command\LazyCommand
  12430.      */
  12431.     protected function getFillArticleFilterCommand_LazyService()
  12432.     {
  12433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12435.         return $this->privates['.FlexApp\\Command\\FillArticleFilterCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:fill_article_filter', [], 'Заполняет article_filter для артикулов порциями (удобно для cron)'false, function (): \FlexApp\Command\FillArticleFilterCommand {
  12436.             return ($this->privates['FlexApp\\Command\\FillArticleFilterCommand'] ?? $this->getFillArticleFilterCommandService());
  12437.         });
  12438.     }
  12439.     /**
  12440.      * Gets the private '.FlexApp\Command\FillArticleSortCommand.lazy' shared service.
  12441.      *
  12442.      * @return \Symfony\Component\Console\Command\LazyCommand
  12443.      */
  12444.     protected function getFillArticleSortCommand_LazyService()
  12445.     {
  12446.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12447.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12448.         return $this->privates['.FlexApp\\Command\\FillArticleSortCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:fill_article_sort', [], 'Заполняет a_sort порциями (по коллекции, фабрике или всё по кругу)'false, function (): \FlexApp\Command\FillArticleSortCommand {
  12449.             return ($this->privates['FlexApp\\Command\\FillArticleSortCommand'] ?? $this->getFillArticleSortCommandService());
  12450.         });
  12451.     }
  12452.     /**
  12453.      * Gets the private '.FlexApp\Command\FillInteriorFilterCommand.lazy' shared service.
  12454.      *
  12455.      * @return \Symfony\Component\Console\Command\LazyCommand
  12456.      */
  12457.     protected function getFillInteriorFilterCommand_LazyService()
  12458.     {
  12459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12461.         return $this->privates['.FlexApp\\Command\\FillInteriorFilterCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:fill_interior_filter', [], 'Заполняет interior_filters для интерьеров порциями (удобно для cron)'false, function (): \FlexApp\Command\FillInteriorFilterCommand {
  12462.             return ($this->privates['FlexApp\\Command\\FillInteriorFilterCommand'] ?? $this->getFillInteriorFilterCommandService());
  12463.         });
  12464.     }
  12465.     /**
  12466.      * Gets the private '.FlexApp\Command\OnceLoadCurrenciesCommand.lazy' shared service.
  12467.      *
  12468.      * @return \Symfony\Component\Console\Command\LazyCommand
  12469.      */
  12470.     protected function getOnceLoadCurrenciesCommand_LazyService()
  12471.     {
  12472.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12473.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12474.         return $this->privates['.FlexApp\\Command\\OnceLoadCurrenciesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('command:load-currencies', [], 'Единоразовая заливка валют'false, function (): \FlexApp\Command\OnceLoadCurrenciesCommand {
  12475.             return ($this->privates['FlexApp\\Command\\OnceLoadCurrenciesCommand'] ?? $this->getOnceLoadCurrenciesCommandService());
  12476.         });
  12477.     }
  12478.     /**
  12479.      * Gets the private '.FlexApp\Command\OnceLoadMeasuresCommand.lazy' shared service.
  12480.      *
  12481.      * @return \Symfony\Component\Console\Command\LazyCommand
  12482.      */
  12483.     protected function getOnceLoadMeasuresCommand_LazyService()
  12484.     {
  12485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12486.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12487.         return $this->privates['.FlexApp\\Command\\OnceLoadMeasuresCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('command:load-measures', [], 'Единоразовая заливка площадей'false, function (): \FlexApp\Command\OnceLoadMeasuresCommand {
  12488.             return ($this->privates['FlexApp\\Command\\OnceLoadMeasuresCommand'] ?? $this->getOnceLoadMeasuresCommandService());
  12489.         });
  12490.     }
  12491.     /**
  12492.      * Gets the private '.FlexApp\Command\UpdateArticleSchemeFromCsvCommand.lazy' shared service.
  12493.      *
  12494.      * @return \Symfony\Component\Console\Command\LazyCommand
  12495.      */
  12496.     protected function getUpdateArticleSchemeFromCsvCommand_LazyService()
  12497.     {
  12498.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12500.         return $this->privates['.FlexApp\\Command\\UpdateArticleSchemeFromCsvCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:update-article-scheme-from-csv', [], 'Update article scheme flag from detected_schema_ids CSV file'false, function (): \FlexApp\Command\UpdateArticleSchemeFromCsvCommand {
  12501.             return ($this->privates['FlexApp\\Command\\UpdateArticleSchemeFromCsvCommand'] ?? $this->getUpdateArticleSchemeFromCsvCommandService());
  12502.         });
  12503.     }
  12504.     /**
  12505.      * Gets the private '.cache_connection.j3g97Pq' shared service.
  12506.      *
  12507.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  12508.      */
  12509.     protected function get_CacheConnection_J3g97PqService()
  12510.     {
  12511.         return $this->privates['.cache_connection.j3g97Pq'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('REDIS_CACHE_POOL'), ['lazy' => true]);
  12512.     }
  12513.     /**
  12514.      * Gets the private '.console.command.about.lazy' shared service.
  12515.      *
  12516.      * @return \Symfony\Component\Console\Command\LazyCommand
  12517.      */
  12518.     protected function get_Console_Command_About_LazyService()
  12519.     {
  12520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12522.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  12523.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  12524.         });
  12525.     }
  12526.     /**
  12527.      * Gets the private '.console.command.assets_install.lazy' shared service.
  12528.      *
  12529.      * @return \Symfony\Component\Console\Command\LazyCommand
  12530.      */
  12531.     protected function get_Console_Command_AssetsInstall_LazyService()
  12532.     {
  12533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12534.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12535.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  12536.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  12537.         });
  12538.     }
  12539.     /**
  12540.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  12541.      *
  12542.      * @return \Symfony\Component\Console\Command\LazyCommand
  12543.      */
  12544.     protected function get_Console_Command_CacheClear_LazyService()
  12545.     {
  12546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12547.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12548.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  12549.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  12550.         });
  12551.     }
  12552.     /**
  12553.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  12554.      *
  12555.      * @return \Symfony\Component\Console\Command\LazyCommand
  12556.      */
  12557.     protected function get_Console_Command_CachePoolClear_LazyService()
  12558.     {
  12559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12560.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12561.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  12562.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  12563.         });
  12564.     }
  12565.     /**
  12566.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  12567.      *
  12568.      * @return \Symfony\Component\Console\Command\LazyCommand
  12569.      */
  12570.     protected function get_Console_Command_CachePoolDelete_LazyService()
  12571.     {
  12572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12574.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  12575.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  12576.         });
  12577.     }
  12578.     /**
  12579.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  12580.      *
  12581.      * @return \Symfony\Component\Console\Command\LazyCommand
  12582.      */
  12583.     protected function get_Console_Command_CachePoolList_LazyService()
  12584.     {
  12585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12587.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  12588.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  12589.         });
  12590.     }
  12591.     /**
  12592.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  12593.      *
  12594.      * @return \Symfony\Component\Console\Command\LazyCommand
  12595.      */
  12596.     protected function get_Console_Command_CachePoolPrune_LazyService()
  12597.     {
  12598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12599.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12600.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  12601.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  12602.         });
  12603.     }
  12604.     /**
  12605.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  12606.      *
  12607.      * @return \Symfony\Component\Console\Command\LazyCommand
  12608.      */
  12609.     protected function get_Console_Command_CacheWarmup_LazyService()
  12610.     {
  12611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12612.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12613.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  12614.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  12615.         });
  12616.     }
  12617.     /**
  12618.      * Gets the private '.console.command.config_debug.lazy' shared service.
  12619.      *
  12620.      * @return \Symfony\Component\Console\Command\LazyCommand
  12621.      */
  12622.     protected function get_Console_Command_ConfigDebug_LazyService()
  12623.     {
  12624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12625.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12626.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  12627.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  12628.         });
  12629.     }
  12630.     /**
  12631.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  12632.      *
  12633.      * @return \Symfony\Component\Console\Command\LazyCommand
  12634.      */
  12635.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  12636.     {
  12637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12639.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  12640.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  12641.         });
  12642.     }
  12643.     /**
  12644.      * Gets the private '.console.command.container_debug.lazy' shared service.
  12645.      *
  12646.      * @return \Symfony\Component\Console\Command\LazyCommand
  12647.      */
  12648.     protected function get_Console_Command_ContainerDebug_LazyService()
  12649.     {
  12650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12652.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  12653.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  12654.         });
  12655.     }
  12656.     /**
  12657.      * Gets the private '.console.command.container_lint.lazy' shared service.
  12658.      *
  12659.      * @return \Symfony\Component\Console\Command\LazyCommand
  12660.      */
  12661.     protected function get_Console_Command_ContainerLint_LazyService()
  12662.     {
  12663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12664.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12665.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  12666.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  12667.         });
  12668.     }
  12669.     /**
  12670.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  12671.      *
  12672.      * @return \Symfony\Component\Console\Command\LazyCommand
  12673.      */
  12674.     protected function get_Console_Command_DebugAutowiring_LazyService()
  12675.     {
  12676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12677.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12678.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  12679.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  12680.         });
  12681.     }
  12682.     /**
  12683.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  12684.      *
  12685.      * @return \Symfony\Component\Console\Command\LazyCommand
  12686.      */
  12687.     protected function get_Console_Command_DotenvDebug_LazyService()
  12688.     {
  12689.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12690.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12691.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  12692.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  12693.         });
  12694.     }
  12695.     /**
  12696.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  12697.      *
  12698.      * @return \Symfony\Component\Console\Command\LazyCommand
  12699.      */
  12700.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  12701.     {
  12702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12703.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12704.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  12705.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  12706.         });
  12707.     }
  12708.     /**
  12709.      * Gets the private '.console.command.form_debug.lazy' shared service.
  12710.      *
  12711.      * @return \Symfony\Component\Console\Command\LazyCommand
  12712.      */
  12713.     protected function get_Console_Command_FormDebug_LazyService()
  12714.     {
  12715.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12717.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  12718.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  12719.         });
  12720.     }
  12721.     /**
  12722.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  12723.      *
  12724.      * @return \Symfony\Component\Console\Command\LazyCommand
  12725.      */
  12726.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  12727.     {
  12728.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12729.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12730.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  12731.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  12732.         });
  12733.     }
  12734.     /**
  12735.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  12736.      *
  12737.      * @return \Symfony\Component\Console\Command\LazyCommand
  12738.      */
  12739.     protected function get_Console_Command_MessengerDebug_LazyService()
  12740.     {
  12741.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12743.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  12744.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  12745.         });
  12746.     }
  12747.     /**
  12748.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  12749.      *
  12750.      * @return \Symfony\Component\Console\Command\LazyCommand
  12751.      */
  12752.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  12753.     {
  12754.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12756.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  12757.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  12758.         });
  12759.     }
  12760.     /**
  12761.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  12762.      *
  12763.      * @return \Symfony\Component\Console\Command\LazyCommand
  12764.      */
  12765.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  12766.     {
  12767.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12768.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12769.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  12770.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  12771.         });
  12772.     }
  12773.     /**
  12774.      * Gets the private '.console.command.router_debug.lazy' shared service.
  12775.      *
  12776.      * @return \Symfony\Component\Console\Command\LazyCommand
  12777.      */
  12778.     protected function get_Console_Command_RouterDebug_LazyService()
  12779.     {
  12780.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12781.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12782.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  12783.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  12784.         });
  12785.     }
  12786.     /**
  12787.      * Gets the private '.console.command.router_match.lazy' shared service.
  12788.      *
  12789.      * @return \Symfony\Component\Console\Command\LazyCommand
  12790.      */
  12791.     protected function get_Console_Command_RouterMatch_LazyService()
  12792.     {
  12793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12794.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12795.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  12796.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  12797.         });
  12798.     }
  12799.     /**
  12800.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  12801.      *
  12802.      * @return \Symfony\Component\Console\Command\LazyCommand
  12803.      */
  12804.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  12805.     {
  12806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12807.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12808.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  12809.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  12810.         });
  12811.     }
  12812.     /**
  12813.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  12814.      *
  12815.      * @return \Symfony\Component\Console\Command\LazyCommand
  12816.      */
  12817.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  12818.     {
  12819.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12821.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  12822.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  12823.         });
  12824.     }
  12825.     /**
  12826.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  12827.      *
  12828.      * @return \Symfony\Component\Console\Command\LazyCommand
  12829.      */
  12830.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  12831.     {
  12832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12834.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  12835.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  12836.         });
  12837.     }
  12838.     /**
  12839.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  12840.      *
  12841.      * @return \Symfony\Component\Console\Command\LazyCommand
  12842.      */
  12843.     protected function get_Console_Command_SecretsList_LazyService()
  12844.     {
  12845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12847.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  12848.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  12849.         });
  12850.     }
  12851.     /**
  12852.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  12853.      *
  12854.      * @return \Symfony\Component\Console\Command\LazyCommand
  12855.      */
  12856.     protected function get_Console_Command_SecretsRemove_LazyService()
  12857.     {
  12858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12859.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12860.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  12861.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  12862.         });
  12863.     }
  12864.     /**
  12865.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  12866.      *
  12867.      * @return \Symfony\Component\Console\Command\LazyCommand
  12868.      */
  12869.     protected function get_Console_Command_SecretsSet_LazyService()
  12870.     {
  12871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12873.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  12874.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  12875.         });
  12876.     }
  12877.     /**
  12878.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  12879.      *
  12880.      * @return \Symfony\Component\Console\Command\LazyCommand
  12881.      */
  12882.     protected function get_Console_Command_TranslationDebug_LazyService()
  12883.     {
  12884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12886.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  12887.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  12888.         });
  12889.     }
  12890.     /**
  12891.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  12892.      *
  12893.      * @return \Symfony\Component\Console\Command\LazyCommand
  12894.      */
  12895.     protected function get_Console_Command_TranslationExtract_LazyService()
  12896.     {
  12897.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12899.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  12900.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  12901.         });
  12902.     }
  12903.     /**
  12904.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  12905.      *
  12906.      * @return \Symfony\Component\Console\Command\LazyCommand
  12907.      */
  12908.     protected function get_Console_Command_TranslationPull_LazyService()
  12909.     {
  12910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12912.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  12913.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  12914.         });
  12915.     }
  12916.     /**
  12917.      * Gets the private '.console.command.translation_push.lazy' shared service.
  12918.      *
  12919.      * @return \Symfony\Component\Console\Command\LazyCommand
  12920.      */
  12921.     protected function get_Console_Command_TranslationPush_LazyService()
  12922.     {
  12923.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12925.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  12926.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  12927.         });
  12928.     }
  12929.     /**
  12930.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  12931.      *
  12932.      * @return \Symfony\Component\Console\Command\LazyCommand
  12933.      */
  12934.     protected function get_Console_Command_ValidatorDebug_LazyService()
  12935.     {
  12936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12937.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12938.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  12939.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  12940.         });
  12941.     }
  12942.     /**
  12943.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  12944.      *
  12945.      * @return \Symfony\Component\Console\Command\LazyCommand
  12946.      */
  12947.     protected function get_Console_Command_XliffLint_LazyService()
  12948.     {
  12949.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12951.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  12952.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  12953.         });
  12954.     }
  12955.     /**
  12956.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  12957.      *
  12958.      * @return \Symfony\Component\Console\Command\LazyCommand
  12959.      */
  12960.     protected function get_Console_Command_YamlLint_LazyService()
  12961.     {
  12962.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12963.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12964.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  12965.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  12966.         });
  12967.     }
  12968.     /**
  12969.      * Gets the private '.debug.http_client' shared service.
  12970.      *
  12971.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  12972.      */
  12973.     protected function get_Debug_HttpClientService()
  12974.     {
  12975.         $a = \Symfony\Component\HttpClient\HttpClient::create([], 6);
  12976.         $b = new \Symfony\Bridge\Monolog\Logger('http_client');
  12977.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12978.         $b->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  12979.         $b->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  12980.         $b->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  12981.         $b->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  12982.         $b->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  12983.         $b->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  12984.         $b->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  12985.         $b->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  12986.         $b->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12987.         $b->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  12988.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12989.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  12990.         $a->setLogger($b);
  12991.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(new \Sentry\SentryBundle\Tracing\HttpClient\TraceableHttpClient($a, ($this->services['sentry.hub'] ?? $this->getSentry_HubService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12992.     }
  12993.     /**
  12994.      * Gets the private '.errored..service_locator.7IjMiEo.WebBundle\Entity\BuyOrder' shared service.
  12995.      *
  12996.      * @return \WebBundle\Entity\BuyOrder
  12997.      */
  12998.     protected function getBuyOrderService()
  12999.     {
  13000.         $this->throw('Cannot autowire service ".service_locator.7IjMiEo": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.');
  13001.     }
  13002.     /**
  13003.      * Gets the private '.errored..service_locator.7ceurz2.WebBundle\Entity\Collection' shared service.
  13004.      *
  13005.      * @return \WebBundle\Entity\Collection
  13006.      */
  13007.     protected function getCollectionService()
  13008.     {
  13009.         $this->throw('Cannot autowire service ".service_locator.7ceurz2": it references class "WebBundle\\Entity\\Collection" but no such service exists.');
  13010.     }
  13011.     /**
  13012.      * Gets the private '.errored..service_locator.EeYTVlv.WebBundle\Entity\BuyOrder' shared service.
  13013.      *
  13014.      * @return \WebBundle\Entity\BuyOrder
  13015.      */
  13016.     protected function getBuyOrder2Service()
  13017.     {
  13018.         $this->throw('Cannot autowire service ".service_locator.EeYTVlv": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.');
  13019.     }
  13020.     /**
  13021.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  13022.      *
  13023.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  13024.      */
  13025.     protected function getLoaderInterfaceService()
  13026.     {
  13027.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".');
  13028.     }
  13029.     /**
  13030.      * Gets the private '.errored..service_locator.RcHiBlc.WebBundle\Entity\BuyOrder' shared service.
  13031.      *
  13032.      * @return \WebBundle\Entity\BuyOrder
  13033.      */
  13034.     protected function getBuyOrder3Service()
  13035.     {
  13036.         $this->throw('Cannot autowire service ".service_locator.RcHiBlc": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.');
  13037.     }
  13038.     /**
  13039.      * Gets the private '.errored..service_locator.fK..wmx.WebBundle\Entity\Factory' shared service.
  13040.      *
  13041.      * @return \WebBundle\Entity\Factory
  13042.      */
  13043.     protected function getFactoryService()
  13044.     {
  13045.         $this->throw('Cannot autowire service ".service_locator.fK..wmx": it references class "WebBundle\\Entity\\Factory" but no such service exists.');
  13046.     }
  13047.     /**
  13048.      * Gets the private '.errored..service_locator.iaYccUP.WebBundle\Entity\BuyOrder' shared service.
  13049.      *
  13050.      * @return \WebBundle\Entity\BuyOrder
  13051.      */
  13052.     protected function getBuyOrder4Service()
  13053.     {
  13054.         $this->throw('Cannot autowire service ".service_locator.iaYccUP": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.');
  13055.     }
  13056.     /**
  13057.      * Gets the private '.errored..service_locator.u47of.0.Symfony\Component\DependencyInjection\ContainerBuilder' shared service.
  13058.      *
  13059.      * @return \Symfony\Component\DependencyInjection\ContainerBuilder
  13060.      */
  13061.     protected function getContainerBuilderService()
  13062.     {
  13063.         $this->throw('Cannot autowire service ".service_locator.u47of.0": it references class "Symfony\\Component\\DependencyInjection\\ContainerBuilder" but no such service exists. Try changing the type-hint to one of its parents: interface "Symfony\\Component\\DependencyInjection\\ContainerInterface", or interface "Psr\\Container\\ContainerInterface".');
  13064.     }
  13065.     /**
  13066.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  13067.      *
  13068.      * @return \Symfony\Component\Console\Command\LazyCommand
  13069.      */
  13070.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  13071.     {
  13072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13074.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13075.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  13076.         });
  13077.     }
  13078.     /**
  13079.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  13080.      *
  13081.      * @return \Symfony\Component\Console\Command\LazyCommand
  13082.      */
  13083.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  13084.     {
  13085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13087.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13088.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  13089.         });
  13090.     }
  13091.     /**
  13092.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  13093.      *
  13094.      * @return \Symfony\Component\Console\Command\LazyCommand
  13095.      */
  13096.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  13097.     {
  13098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13100.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13101.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  13102.         });
  13103.     }
  13104.     /**
  13105.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  13106.      *
  13107.      * @return \Symfony\Component\Console\Command\LazyCommand
  13108.      */
  13109.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  13110.     {
  13111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13113.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13114.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  13115.         });
  13116.     }
  13117.     /**
  13118.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  13119.      *
  13120.      * @return \Symfony\Component\Console\Command\LazyCommand
  13121.      */
  13122.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  13123.     {
  13124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13126.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13127.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  13128.         });
  13129.     }
  13130.     /**
  13131.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  13132.      *
  13133.      * @return \Symfony\Component\Console\Command\LazyCommand
  13134.      */
  13135.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  13136.     {
  13137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13139.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13140.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  13141.         });
  13142.     }
  13143.     /**
  13144.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  13145.      *
  13146.      * @return \Symfony\Component\Console\Command\LazyCommand
  13147.      */
  13148.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  13149.     {
  13150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13152.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13153.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  13154.         });
  13155.     }
  13156.     /**
  13157.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  13158.      *
  13159.      * @return \Symfony\Component\Console\Command\LazyCommand
  13160.      */
  13161.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  13162.     {
  13163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13165.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13166.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  13167.         });
  13168.     }
  13169.     /**
  13170.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  13171.      *
  13172.      * @return \Symfony\Component\Console\Command\LazyCommand
  13173.      */
  13174.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  13175.     {
  13176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13178.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13179.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  13180.         });
  13181.     }
  13182.     /**
  13183.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  13184.      *
  13185.      * @return \Symfony\Component\Console\Command\LazyCommand
  13186.      */
  13187.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  13188.     {
  13189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13191.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13192.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  13193.         });
  13194.     }
  13195.     /**
  13196.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  13197.      *
  13198.      * @return \Symfony\Component\Console\Command\LazyCommand
  13199.      */
  13200.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  13201.     {
  13202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13204.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13205.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  13206.         });
  13207.     }
  13208.     /**
  13209.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  13210.      *
  13211.      * @return \Symfony\Component\Console\Command\LazyCommand
  13212.      */
  13213.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  13214.     {
  13215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13217.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13218.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  13219.         });
  13220.     }
  13221.     /**
  13222.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  13223.      *
  13224.      * @return \Symfony\Component\Console\Command\LazyCommand
  13225.      */
  13226.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  13227.     {
  13228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13230.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13231.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  13232.         });
  13233.     }
  13234.     /**
  13235.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  13236.      *
  13237.      * @return \Symfony\Component\Console\Command\LazyCommand
  13238.      */
  13239.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  13240.     {
  13241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13243.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13244.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  13245.         });
  13246.     }
  13247.     /**
  13248.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  13249.      *
  13250.      * @return \Symfony\Component\Console\Command\LazyCommand
  13251.      */
  13252.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  13253.     {
  13254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13256.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13257.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  13258.         });
  13259.     }
  13260.     /**
  13261.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  13262.      *
  13263.      * @return \Symfony\Component\Console\Command\LazyCommand
  13264.      */
  13265.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  13266.     {
  13267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13269.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13270.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  13271.         });
  13272.     }
  13273.     /**
  13274.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  13275.      *
  13276.      * @return \Symfony\Component\Console\Command\LazyCommand
  13277.      */
  13278.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  13279.     {
  13280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13282.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13283.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  13284.         });
  13285.     }
  13286.     /**
  13287.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  13288.      *
  13289.      * @return \Symfony\Component\Console\Command\LazyCommand
  13290.      */
  13291.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  13292.     {
  13293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13295.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13296.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  13297.         });
  13298.     }
  13299.     /**
  13300.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  13301.      *
  13302.      * @return \Symfony\Component\Console\Command\LazyCommand
  13303.      */
  13304.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  13305.     {
  13306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13308.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13309.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  13310.         });
  13311.     }
  13312.     /**
  13313.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  13314.      *
  13315.      * @return \Symfony\Component\Console\Command\LazyCommand
  13316.      */
  13317.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  13318.     {
  13319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13321.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13322.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  13323.         });
  13324.     }
  13325.     /**
  13326.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  13327.      *
  13328.      * @return \Symfony\Component\Console\Command\LazyCommand
  13329.      */
  13330.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  13331.     {
  13332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13334.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13335.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  13336.         });
  13337.     }
  13338.     /**
  13339.      * Gets the private '.messenger.handler_descriptor.1ugBLLC' shared service.
  13340.      *
  13341.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13342.      */
  13343.     protected function get_Messenger_HandlerDescriptor_1ugBLLCService()
  13344.     {
  13345.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13346.         $a = ($this->services['Import1CBundle\\MessageHandler\\Feed\\ProcessFeedLinksBatchHandler'] ?? $this->getProcessFeedLinksBatchHandlerService());
  13347.         if (isset($this->privates['.messenger.handler_descriptor.1ugBLLC'])) {
  13348.             return $this->privates['.messenger.handler_descriptor.1ugBLLC'];
  13349.         }
  13350.         return $this->privates['.messenger.handler_descriptor.1ugBLLC'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor($a, []);
  13351.     }
  13352.     /**
  13353.      * Gets the private '.messenger.handler_descriptor.IxMdnTR' shared service.
  13354.      *
  13355.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13356.      */
  13357.     protected function get_Messenger_HandlerDescriptor_IxMdnTRService()
  13358.     {
  13359.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13360.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13361.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UserJoinedChatNotificationHandler.php';
  13362.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13363.         if (isset($this->privates['.messenger.handler_descriptor.IxMdnTR'])) {
  13364.             return $this->privates['.messenger.handler_descriptor.IxMdnTR'];
  13365.         }
  13366.         return $this->privates['.messenger.handler_descriptor.IxMdnTR'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \FlexApp\Service\UserJoinedChatNotificationHandler($a), []);
  13367.     }
  13368.     /**
  13369.      * Gets the private '.messenger.handler_descriptor.Lml2ICs' shared service.
  13370.      *
  13371.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13372.      */
  13373.     protected function get_Messenger_HandlerDescriptor_Lml2ICsService()
  13374.     {
  13375.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13376.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  13377.         return $this->privates['.messenger.handler_descriptor.Lml2ICs'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler(($this->privates['texter.transports'] ?? $this->getTexter_TransportsService())), []);
  13378.     }
  13379.     /**
  13380.      * Gets the private '.messenger.handler_descriptor.XZowc.T' shared service.
  13381.      *
  13382.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13383.      */
  13384.     protected function get_Messenger_HandlerDescriptor_XZowc_TService()
  13385.     {
  13386.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13387.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  13388.         $a = ($this->privates['texter.transports'] ?? $this->getTexter_TransportsService());
  13389.         if (isset($this->privates['.messenger.handler_descriptor.XZowc.T'])) {
  13390.             return $this->privates['.messenger.handler_descriptor.XZowc.T'];
  13391.         }
  13392.         return $this->privates['.messenger.handler_descriptor.XZowc.T'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler($a), []);
  13393.     }
  13394.     /**
  13395.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  13396.      *
  13397.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13398.      */
  13399.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  13400.     {
  13401.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13402.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  13403.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  13404.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  13405.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  13406.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler((new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  13407.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  13408.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  13409.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  13410.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  13411.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')])), []);
  13412.     }
  13413.     /**
  13414.      * Gets the private '.messenger.handler_descriptor.vMw0m61' shared service.
  13415.      *
  13416.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13417.      */
  13418.     protected function get_Messenger_HandlerDescriptor_VMw0m61Service()
  13419.     {
  13420.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13421.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Messenger/MessageHandler.php';
  13422.         $a = ($this->privates['chatter.transports'] ?? $this->getChatter_TransportsService());
  13423.         if (isset($this->privates['.messenger.handler_descriptor.vMw0m61'])) {
  13424.             return $this->privates['.messenger.handler_descriptor.vMw0m61'];
  13425.         }
  13426.         return $this->privates['.messenger.handler_descriptor.vMw0m61'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Notifier\Messenger\MessageHandler($a), []);
  13427.     }
  13428.     /**
  13429.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  13430.      *
  13431.      * @return \Symfony\Component\Console\Command\LazyCommand
  13432.      */
  13433.     protected function get_Security_Command_DebugFirewall_LazyService()
  13434.     {
  13435.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13437.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  13438.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  13439.         });
  13440.     }
  13441.     /**
  13442.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  13443.      *
  13444.      * @return \Symfony\Component\Console\Command\LazyCommand
  13445.      */
  13446.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  13447.     {
  13448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13450.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  13451.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  13452.         });
  13453.     }
  13454.     /**
  13455.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  13456.      *
  13457.      * @return \Symfony\Component\Console\Command\LazyCommand
  13458.      */
  13459.     protected function get_Security_Command_UserPasswordHash_LazyService()
  13460.     {
  13461.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13463.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  13464.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  13465.         });
  13466.     }
  13467.     /**
  13468.      * Gets the private '.service_locator.31EwQnO' shared service.
  13469.      *
  13470.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13471.      */
  13472.     protected function get_ServiceLocator_31EwQnOService()
  13473.     {
  13474.         return $this->privates['.service_locator.31EwQnO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13475.             'changeInterviewDateTimeHandler' => ['privates''FlexApp\\Service\\ChangeInterviewDateTimeHandler''getChangeInterviewDateTimeHandlerService'false],
  13476.         ], [
  13477.             'changeInterviewDateTimeHandler' => 'FlexApp\\Service\\ChangeInterviewDateTimeHandler',
  13478.         ]);
  13479.     }
  13480.     /**
  13481.      * Gets the private '.service_locator.31WHGot' shared service.
  13482.      *
  13483.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13484.      */
  13485.     protected function get_ServiceLocator_31WHGotService()
  13486.     {
  13487.         return $this->privates['.service_locator.31WHGot'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13488.             'buyOrderRepository' => ['services''WebBundle\\Repository\\BuyOrderRepository''getBuyOrderRepositoryService'false],
  13489.         ], [
  13490.             'buyOrderRepository' => 'WebBundle\\Repository\\BuyOrderRepository',
  13491.         ]);
  13492.     }
  13493.     /**
  13494.      * Gets the private '.service_locator.5usv1bv' shared service.
  13495.      *
  13496.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13497.      */
  13498.     protected function get_ServiceLocator_5usv1bvService()
  13499.     {
  13500.         return $this->privates['.service_locator.5usv1bv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13501.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  13502.         ], [
  13503.             'eventDispatcher' => '?',
  13504.         ]);
  13505.     }
  13506.     /**
  13507.      * Gets the private '.service_locator.7IjMiEo' shared service.
  13508.      *
  13509.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13510.      */
  13511.     protected function get_ServiceLocator_7IjMiEoService()
  13512.     {
  13513.         return $this->privates['.service_locator.7IjMiEo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13514.             'order' => ['privates''.errored..service_locator.7IjMiEo.WebBundle\\Entity\\BuyOrder'NULL'Cannot autowire service ".service_locator.7IjMiEo": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.'],
  13515.         ], [
  13516.             'order' => 'WebBundle\\Entity\\BuyOrder',
  13517.         ]);
  13518.     }
  13519.     /**
  13520.      * Gets the private '.service_locator.7ceurz2' shared service.
  13521.      *
  13522.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13523.      */
  13524.     protected function get_ServiceLocator_7ceurz2Service()
  13525.     {
  13526.         return $this->privates['.service_locator.7ceurz2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13527.             'collection' => ['privates''.errored..service_locator.7ceurz2.WebBundle\\Entity\\Collection'NULL'Cannot autowire service ".service_locator.7ceurz2": it references class "WebBundle\\Entity\\Collection" but no such service exists.'],
  13528.             'containerProvider' => ['privates''FlexApp\\Service\\ManualReg\\ContainerProvider''getContainerProviderService'false],
  13529.         ], [
  13530.             'collection' => 'WebBundle\\Entity\\Collection',
  13531.             'containerProvider' => 'FlexApp\\Service\\ManualReg\\ContainerProvider',
  13532.         ]);
  13533.     }
  13534.     /**
  13535.      * Gets the private '.service_locator.7uVzC5h' shared service.
  13536.      *
  13537.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13538.      */
  13539.     protected function get_ServiceLocator_7uVzC5hService()
  13540.     {
  13541.         return $this->privates['.service_locator.7uVzC5h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13542.             'localizationService' => ['services''app.service.localization''getApp_Service_LocalizationService'false],
  13543.         ], [
  13544.             'localizationService' => '?',
  13545.         ]);
  13546.     }
  13547.     /**
  13548.      * Gets the private '.service_locator.8AU8A83' shared service.
  13549.      *
  13550.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13551.      */
  13552.     protected function get_ServiceLocator_8AU8A83Service()
  13553.     {
  13554.         return $this->privates['.service_locator.8AU8A83'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13555.             'telegramNotifier' => ['privates''FlexApp\\Service\\TelegramNotifier''getTelegramNotifierService'false],
  13556.         ], [
  13557.             'telegramNotifier' => 'FlexApp\\Service\\TelegramNotifier',
  13558.         ]);
  13559.     }
  13560.     /**
  13561.      * Gets the private '.service_locator.ADMykfM' shared service.
  13562.      *
  13563.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13564.      */
  13565.     protected function get_ServiceLocator_ADMykfMService()
  13566.     {
  13567.         return $this->privates['.service_locator.ADMykfM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13568.             'commentFormHandlerService' => ['privates''FlexApp\\Service\\CommentFormHandlerService''getCommentFormHandlerServiceService'false],
  13569.         ], [
  13570.             'commentFormHandlerService' => 'FlexApp\\Service\\CommentFormHandlerService',
  13571.         ]);
  13572.     }
  13573.     /**
  13574.      * Gets the private '.service_locator.CVjbUqn' shared service.
  13575.      *
  13576.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13577.      */
  13578.     protected function get_ServiceLocator_CVjbUqnService()
  13579.     {
  13580.         return $this->privates['.service_locator.CVjbUqn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13581.             'bbCodeManager' => ['services''FlexApp\\Service\\BBCodeManager''getBBCodeManagerService'false],
  13582.         ], [
  13583.             'bbCodeManager' => 'FlexApp\\Service\\BBCodeManager',
  13584.         ]);
  13585.     }
  13586.     /**
  13587.      * Gets the private '.service_locator.CeXTwng' shared service.
  13588.      *
  13589.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13590.      */
  13591.     protected function get_ServiceLocator_CeXTwngService()
  13592.     {
  13593.         return $this->privates['.service_locator.CeXTwng'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13594.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  13595.             'userPasswordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  13596.         ], [
  13597.             'doctrine' => '?',
  13598.             'userPasswordHasher' => '?',
  13599.         ]);
  13600.     }
  13601.     /**
  13602.      * Gets the private '.service_locator.EeYTVlv' shared service.
  13603.      *
  13604.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13605.      */
  13606.     protected function get_ServiceLocator_EeYTVlvService()
  13607.     {
  13608.         return $this->privates['.service_locator.EeYTVlv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13609.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  13610.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  13611.             'order' => ['privates''.errored..service_locator.EeYTVlv.WebBundle\\Entity\\BuyOrder'NULL'Cannot autowire service ".service_locator.EeYTVlv": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.'],
  13612.             'router' => ['services''FlexApp\\Extensions\\RouterDecorator''getRouterDecoratorService'false],
  13613.         ], [
  13614.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  13615.             'entityManager' => '?',
  13616.             'order' => 'WebBundle\\Entity\\BuyOrder',
  13617.             'router' => '?',
  13618.         ]);
  13619.     }
  13620.     /**
  13621.      * Gets the private '.service_locator.GNc8e5B' shared service.
  13622.      *
  13623.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13624.      */
  13625.     protected function get_ServiceLocator_GNc8e5BService()
  13626.     {
  13627.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13628.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  13629.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  13630.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  13631.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13632.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  13633.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  13634.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  13635.             'router' => ['services''FlexApp\\Extensions\\RouterDecorator''getRouterDecoratorService'false],
  13636.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  13637.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  13638.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  13639.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  13640.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  13641.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  13642.         ], [
  13643.             'doctrine' => '?',
  13644.             'form.factory' => '?',
  13645.             'http_kernel' => '?',
  13646.             'message_bus' => '?',
  13647.             'messenger.default_bus' => '?',
  13648.             'parameter_bag' => '?',
  13649.             'request_stack' => '?',
  13650.             'router' => '?',
  13651.             'security.authorization_checker' => '?',
  13652.             'security.csrf.token_manager' => '?',
  13653.             'security.token_storage' => '?',
  13654.             'serializer' => '?',
  13655.             'session' => '.session.deprecated',
  13656.             'twig' => '?',
  13657.         ]);
  13658.     }
  13659.     /**
  13660.      * Gets the private '.service_locator.GnxS8oS' shared service.
  13661.      *
  13662.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13663.      */
  13664.     protected function get_ServiceLocator_GnxS8oSService()
  13665.     {
  13666.         return $this->privates['.service_locator.GnxS8oS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13667.             'confirmInterviewHandler' => ['privates''FlexApp\\Service\\ConfirmInterviewHandler''getConfirmInterviewHandlerService'false],
  13668.         ], [
  13669.             'confirmInterviewHandler' => 'FlexApp\\Service\\ConfirmInterviewHandler',
  13670.         ]);
  13671.     }
  13672.     /**
  13673.      * Gets the private '.service_locator.HFR1sAa' shared service.
  13674.      *
  13675.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13676.      */
  13677.     protected function get_ServiceLocator_HFR1sAaService()
  13678.     {
  13679.         return $this->privates['.service_locator.HFR1sAa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13680.             'parametersProvider' => ['privates''FlexApp\\Service\\ParametersProvider''getParametersProviderService'false],
  13681.         ], [
  13682.             'parametersProvider' => 'FlexApp\\Service\\ParametersProvider',
  13683.         ]);
  13684.     }
  13685.     /**
  13686.      * Gets the private '.service_locator.JHkM04s' shared service.
  13687.      *
  13688.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13689.      */
  13690.     protected function get_ServiceLocator_JHkM04sService()
  13691.     {
  13692.         return $this->privates['.service_locator.JHkM04s'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13693.             'mailing' => ['privates''FlexApp\\Entity\\Mailing''getMailingService'false],
  13694.             'reviewsRepo' => ['services''WebBundle\\Repository\\ProductReviewsCacheRepository''getProductReviewsCacheRepositoryService'false],
  13695.         ], [
  13696.             'mailing' => 'FlexApp\\Entity\\Mailing',
  13697.             'reviewsRepo' => 'WebBundle\\Repository\\ProductReviewsCacheRepository',
  13698.         ]);
  13699.     }
  13700.     /**
  13701.      * Gets the private '.service_locator.JUJPX_J' shared service.
  13702.      *
  13703.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13704.      */
  13705.     protected function get_ServiceLocator_JUJPXJService()
  13706.     {
  13707.         return $this->privates['.service_locator.JUJPX_J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13708.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  13709.             'interviewChatManager' => ['privates''FlexApp\\Service\\InterviewChatManager''getInterviewChatManagerService'false],
  13710.         ], [
  13711.             'eventDispatcher' => '?',
  13712.             'interviewChatManager' => 'FlexApp\\Service\\InterviewChatManager',
  13713.         ]);
  13714.     }
  13715.     /**
  13716.      * Gets the private '.service_locator.Jtq9G8N' shared service.
  13717.      *
  13718.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13719.      */
  13720.     protected function get_ServiceLocator_Jtq9G8NService()
  13721.     {
  13722.         return $this->privates['.service_locator.Jtq9G8N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13723.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  13724.         ], [
  13725.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  13726.         ]);
  13727.     }
  13728.     /**
  13729.      * Gets the private '.service_locator.KLVvNIq' shared service.
  13730.      *
  13731.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13732.      */
  13733.     protected function get_ServiceLocator_KLVvNIqService()
  13734.     {
  13735.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13736.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  13737.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  13738.         ], [
  13739.             'doctrine.ulid_generator' => '?',
  13740.             'doctrine.uuid_generator' => '?',
  13741.         ]);
  13742.     }
  13743.     /**
  13744.      * Gets the private '.service_locator.K_PEUO7' shared service.
  13745.      *
  13746.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13747.      */
  13748.     protected function get_ServiceLocator_KPEUO7Service()
  13749.     {
  13750.         return $this->privates['.service_locator.K_PEUO7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13751.             'productReviewOrdersService' => ['privates''FlexApp\\Service\\ProductReviewOrdersService''getProductReviewOrdersServiceService'false],
  13752.             'requestDto' => ['privates''FlexApp\\DTO\\OneC\\OneCReviewRequestDto'NULL'Cannot autowire service "FlexApp\\DTO\\OneC\\OneCReviewRequestDto": argument "$marker" of method "__construct()" is type-hinted "string", you should configure its value explicitly.'],
  13753.         ], [
  13754.             'productReviewOrdersService' => 'FlexApp\\Service\\ProductReviewOrdersService',
  13755.             'requestDto' => 'FlexApp\\DTO\\OneC\\OneCReviewRequestDto',
  13756.         ]);
  13757.     }
  13758.     /**
  13759.      * Gets the private '.service_locator.KfbR3DY' shared service.
  13760.      *
  13761.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13762.      */
  13763.     protected function get_ServiceLocator_KfbR3DYService()
  13764.     {
  13765.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13766.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file".'],
  13767.         ], [
  13768.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  13769.         ]);
  13770.     }
  13771.     /**
  13772.      * Gets the private '.service_locator.KuoAIof' shared service.
  13773.      *
  13774.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  13775.      */
  13776.     protected function get_ServiceLocator_KuoAIofService()
  13777.     {
  13778.         return $this->privates['.service_locator.KuoAIof'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  13779.             'AdmBundle\\Controller\\ListEmailController::previewAction' => ['privates''.service_locator.CVjbUqn''get_ServiceLocator_CVjbUqnService'false],
  13780.             'FlexApp\\Controller\\AmazonPersonalizeController::getRecommendations' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  13781.             'FlexApp\\Controller\\AmazonPersonalizeController::putEvent' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  13782.             'FlexApp\\Controller\\Api\\UserApiController::sendAccessDataAction' => ['privates''.service_locator.maxEfDy''get_ServiceLocator_MaxEfDyService'false],
  13783.             'FlexApp\\Controller\\Api\\UserApiController::updateUserBrandAction' => ['privates''.service_locator.CeXTwng''get_ServiceLocator_CeXTwngService'false],
  13784.             'FlexApp\\Controller\\CareerController::employerDeleteAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13785.             'FlexApp\\Controller\\CareerController::employerEditAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13786.             'FlexApp\\Controller\\CareerController::employerShowAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13787.             'FlexApp\\Controller\\ChatBController::ajaxFileUpload' => ['privates''.service_locator.L5Z933B''get_ServiceLocator_L5Z933BService'false],
  13788.             'FlexApp\\Controller\\ChatBController::chatBPage' => ['privates''.service_locator.ywhNcuo''get_ServiceLocator_YwhNcuoService'false],
  13789.             'FlexApp\\Controller\\ChatBController::notifyAboutConnectionFail' => ['privates''.service_locator.8AU8A83''get_ServiceLocator_8AU8A83Service'false],
  13790.             'FlexApp\\Controller\\ChatBController::setIsRead' => ['privates''.service_locator.ZbYzcTr''get_ServiceLocator_ZbYzcTrService'false],
  13791.             'FlexApp\\Controller\\ChatBController::unsubscribe' => ['privates''.service_locator.spy9j7Z''get_ServiceLocator_Spy9j7ZService'false],
  13792.             'FlexApp\\Controller\\CollectionReviewController::factoryReviews' => ['privates''.service_locator.fK..wmx''get_ServiceLocator_FK__WmxService'false],
  13793.             'FlexApp\\Controller\\CollectionReviewController::preData' => ['privates''.service_locator.7ceurz2''get_ServiceLocator_7ceurz2Service'false],
  13794.             'FlexApp\\Controller\\CollectionReviewController::reviewsByCollection' => ['privates''.service_locator.7ceurz2''get_ServiceLocator_7ceurz2Service'false],
  13795.             'FlexApp\\Controller\\CommentController::ajaxCreateAction' => ['privates''.service_locator.pCMJEaO''get_ServiceLocator_PCMJEaOService'false],
  13796.             'FlexApp\\Controller\\CommentController::ajaxSubscribeAction' => ['privates''.service_locator.ADMykfM''get_ServiceLocator_ADMykfMService'false],
  13797.             'FlexApp\\Controller\\CryptoPaymentController::ipnWebhook' => ['privates''.service_locator.lnB13xC''get_ServiceLocator_LnB13xCService'false],
  13798.             'FlexApp\\Controller\\CryptoPaymentController::sendEmailNotificationToTheUser' => ['privates''.service_locator.HFR1sAa''get_ServiceLocator_HFR1sAaService'false],
  13799.             'FlexApp\\Controller\\CryptoPaymentController::testPayment' => ['privates''.service_locator.oCRSvu8''get_ServiceLocator_OCRSvu8Service'false],
  13800.             'FlexApp\\Controller\\EmailTrackingController::open' => ['privates''.service_locator.uwDytMH''get_ServiceLocator_UwDytMHService'false],
  13801.             'FlexApp\\Controller\\HeaderApiController::countries' => ['privates''.service_locator.N16BrtF''get_ServiceLocator_N16BrtFService'false],
  13802.             'FlexApp\\Controller\\HeaderApiController::favorites' => ['privates''.service_locator.qSzDqfH''get_ServiceLocator_QSzDqfHService'false],
  13803.             'FlexApp\\Controller\\HeaderApiController::history' => ['privates''.service_locator._glSbVM''get_ServiceLocator_GlSbVMService'false],
  13804.             'FlexApp\\Controller\\HeaderApiController::localesForSelect' => ['privates''.service_locator.7uVzC5h''get_ServiceLocator_7uVzC5hService'false],
  13805.             'FlexApp\\Controller\\HeaderOrderApiController::orders' => ['privates''.service_locator.31WHGot''get_ServiceLocator_31WHGotService'false],
  13806.             'FlexApp\\Controller\\InterviewController::changeInterviewDateTime' => ['privates''.service_locator.31EwQnO''get_ServiceLocator_31EwQnOService'false],
  13807.             'FlexApp\\Controller\\InterviewController::changeInterviewDateTimeApiMethod' => ['privates''.service_locator.31EwQnO''get_ServiceLocator_31EwQnOService'false],
  13808.             'FlexApp\\Controller\\InterviewController::confirmInterview' => ['privates''.service_locator.GnxS8oS''get_ServiceLocator_GnxS8oSService'false],
  13809.             'FlexApp\\Controller\\InterviewController::interviewAlreadyConfirmed' => ['privates''.service_locator.JUJPX_J''get_ServiceLocator_JUJPXJService'false],
  13810.             'FlexApp\\Controller\\InterviewController::interviewIsOver' => ['privates''.service_locator._h1tp28''get_ServiceLocator_H1tp28Service'false],
  13811.             'FlexApp\\Controller\\InterviewController::interviewLink' => ['privates''.service_locator.NaONczX''get_ServiceLocator_NaONczXService'false],
  13812.             'FlexApp\\Controller\\LeaveReviewController::addExistingReviewsToEachCollection' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13813.             'FlexApp\\Controller\\LeaveReviewController::emailView' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13814.             'FlexApp\\Controller\\LeaveReviewController::getCollections' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13815.             'FlexApp\\Controller\\LeaveReviewController::getCollectionsIds' => ['privates''.service_locator.iaYccUP''get_ServiceLocator_IaYccUPService'false],
  13816.             'FlexApp\\Controller\\LeaveReviewController::review' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13817.             'FlexApp\\Controller\\MailingReportController::checkAccess' => ['privates''.service_locator.Jtq9G8N''get_ServiceLocator_Jtq9G8NService'false],
  13818.             'FlexApp\\Controller\\MailingReportController::handleMailing' => ['privates''.service_locator.JHkM04s''get_ServiceLocator_JHkM04sService'false],
  13819.             'FlexApp\\Controller\\MailingReportController::index' => ['privates''.service_locator.bRe.sy5''get_ServiceLocator_BRe_Sy5Service'false],
  13820.             'FlexApp\\Controller\\MailingReportController::mailingApi' => ['privates''.service_locator.zxvOa6h''get_ServiceLocator_ZxvOa6hService'false],
  13821.             'FlexApp\\Controller\\MailingReportController::mailingsListApi' => ['privates''.service_locator.bRe.sy5''get_ServiceLocator_BRe_Sy5Service'false],
  13822.             'FlexApp\\Controller\\MailingReportController::orderShow' => ['privates''.service_locator.RcHiBlc''get_ServiceLocator_RcHiBlcService'false],
  13823.             'FlexApp\\Controller\\MailingReportController::orderShowApi' => ['privates''.service_locator.EeYTVlv''get_ServiceLocator_EeYTVlvService'false],
  13824.             'FlexApp\\Controller\\MailingReportController::show' => ['privates''.service_locator.zxvOa6h''get_ServiceLocator_ZxvOa6hService'false],
  13825.             'FlexApp\\Controller\\NewUserProfileController::changeEmail' => ['privates''.service_locator.l6ER0ut''get_ServiceLocator_L6ER0utService'false],
  13826.             'FlexApp\\Controller\\NewUserProfileController::countries' => ['privates''.service_locator.N16BrtF''get_ServiceLocator_N16BrtFService'false],
  13827.             'FlexApp\\Controller\\NewUserProfileController::createAddress' => ['privates''.service_locator.Nzwfc8r''get_ServiceLocator_Nzwfc8rService'false],
  13828.             'FlexApp\\Controller\\NewUserProfileController::editAddress' => ['privates''.service_locator.Nzwfc8r''get_ServiceLocator_Nzwfc8rService'false],
  13829.             'FlexApp\\Controller\\NewUserProfileController::getUndeliveredOrders' => ['privates''.service_locator.31WHGot''get_ServiceLocator_31WHGotService'false],
  13830.             'FlexApp\\Controller\\NotExtend\\ManualTestController::testFailsNotifies' => ['privates''.service_locator.5usv1bv''get_ServiceLocator_5usv1bvService'false],
  13831.             'FlexApp\\Controller\\OneCController::getReviewOrderAction' => ['privates''.service_locator.K_PEUO7''get_ServiceLocator_KPEUO7Service'false],
  13832.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13833.             'kernel::process' => ['privates''.service_locator.u47of.0''get_ServiceLocator_U47of_0Service'false],
  13834.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13835.             'AdmBundle\\Controller\\ListEmailController:previewAction' => ['privates''.service_locator.CVjbUqn''get_ServiceLocator_CVjbUqnService'false],
  13836.             'FlexApp\\Controller\\AmazonPersonalizeController:getRecommendations' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  13837.             'FlexApp\\Controller\\AmazonPersonalizeController:putEvent' => ['privates''.service_locator.O7Avvig''get_ServiceLocator_O7AvvigService'false],
  13838.             'FlexApp\\Controller\\Api\\UserApiController:sendAccessDataAction' => ['privates''.service_locator.maxEfDy''get_ServiceLocator_MaxEfDyService'false],
  13839.             'FlexApp\\Controller\\Api\\UserApiController:updateUserBrandAction' => ['privates''.service_locator.CeXTwng''get_ServiceLocator_CeXTwngService'false],
  13840.             'FlexApp\\Controller\\CareerController:employerDeleteAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13841.             'FlexApp\\Controller\\CareerController:employerEditAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13842.             'FlexApp\\Controller\\CareerController:employerShowAction' => ['privates''.service_locator.fWuW_eP''get_ServiceLocator_FWuWEPService'false],
  13843.             'FlexApp\\Controller\\ChatBController:ajaxFileUpload' => ['privates''.service_locator.L5Z933B''get_ServiceLocator_L5Z933BService'false],
  13844.             'FlexApp\\Controller\\ChatBController:chatBPage' => ['privates''.service_locator.ywhNcuo''get_ServiceLocator_YwhNcuoService'false],
  13845.             'FlexApp\\Controller\\ChatBController:notifyAboutConnectionFail' => ['privates''.service_locator.8AU8A83''get_ServiceLocator_8AU8A83Service'false],
  13846.             'FlexApp\\Controller\\ChatBController:setIsRead' => ['privates''.service_locator.ZbYzcTr''get_ServiceLocator_ZbYzcTrService'false],
  13847.             'FlexApp\\Controller\\ChatBController:unsubscribe' => ['privates''.service_locator.spy9j7Z''get_ServiceLocator_Spy9j7ZService'false],
  13848.             'FlexApp\\Controller\\CollectionReviewController:factoryReviews' => ['privates''.service_locator.fK..wmx''get_ServiceLocator_FK__WmxService'false],
  13849.             'FlexApp\\Controller\\CollectionReviewController:preData' => ['privates''.service_locator.7ceurz2''get_ServiceLocator_7ceurz2Service'false],
  13850.             'FlexApp\\Controller\\CollectionReviewController:reviewsByCollection' => ['privates''.service_locator.7ceurz2''get_ServiceLocator_7ceurz2Service'false],
  13851.             'FlexApp\\Controller\\CommentController:ajaxCreateAction' => ['privates''.service_locator.pCMJEaO''get_ServiceLocator_PCMJEaOService'false],
  13852.             'FlexApp\\Controller\\CommentController:ajaxSubscribeAction' => ['privates''.service_locator.ADMykfM''get_ServiceLocator_ADMykfMService'false],
  13853.             'FlexApp\\Controller\\CryptoPaymentController:ipnWebhook' => ['privates''.service_locator.lnB13xC''get_ServiceLocator_LnB13xCService'false],
  13854.             'FlexApp\\Controller\\CryptoPaymentController:sendEmailNotificationToTheUser' => ['privates''.service_locator.HFR1sAa''get_ServiceLocator_HFR1sAaService'false],
  13855.             'FlexApp\\Controller\\CryptoPaymentController:testPayment' => ['privates''.service_locator.oCRSvu8''get_ServiceLocator_OCRSvu8Service'false],
  13856.             'FlexApp\\Controller\\EmailTrackingController:open' => ['privates''.service_locator.uwDytMH''get_ServiceLocator_UwDytMHService'false],
  13857.             'FlexApp\\Controller\\HeaderApiController:countries' => ['privates''.service_locator.N16BrtF''get_ServiceLocator_N16BrtFService'false],
  13858.             'FlexApp\\Controller\\HeaderApiController:favorites' => ['privates''.service_locator.qSzDqfH''get_ServiceLocator_QSzDqfHService'false],
  13859.             'FlexApp\\Controller\\HeaderApiController:history' => ['privates''.service_locator._glSbVM''get_ServiceLocator_GlSbVMService'false],
  13860.             'FlexApp\\Controller\\HeaderApiController:localesForSelect' => ['privates''.service_locator.7uVzC5h''get_ServiceLocator_7uVzC5hService'false],
  13861.             'FlexApp\\Controller\\HeaderOrderApiController:orders' => ['privates''.service_locator.31WHGot''get_ServiceLocator_31WHGotService'false],
  13862.             'FlexApp\\Controller\\InterviewController:changeInterviewDateTime' => ['privates''.service_locator.31EwQnO''get_ServiceLocator_31EwQnOService'false],
  13863.             'FlexApp\\Controller\\InterviewController:changeInterviewDateTimeApiMethod' => ['privates''.service_locator.31EwQnO''get_ServiceLocator_31EwQnOService'false],
  13864.             'FlexApp\\Controller\\InterviewController:confirmInterview' => ['privates''.service_locator.GnxS8oS''get_ServiceLocator_GnxS8oSService'false],
  13865.             'FlexApp\\Controller\\InterviewController:interviewAlreadyConfirmed' => ['privates''.service_locator.JUJPX_J''get_ServiceLocator_JUJPXJService'false],
  13866.             'FlexApp\\Controller\\InterviewController:interviewIsOver' => ['privates''.service_locator._h1tp28''get_ServiceLocator_H1tp28Service'false],
  13867.             'FlexApp\\Controller\\InterviewController:interviewLink' => ['privates''.service_locator.NaONczX''get_ServiceLocator_NaONczXService'false],
  13868.             'FlexApp\\Controller\\LeaveReviewController:addExistingReviewsToEachCollection' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13869.             'FlexApp\\Controller\\LeaveReviewController:emailView' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13870.             'FlexApp\\Controller\\LeaveReviewController:getCollections' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13871.             'FlexApp\\Controller\\LeaveReviewController:getCollectionsIds' => ['privates''.service_locator.iaYccUP''get_ServiceLocator_IaYccUPService'false],
  13872.             'FlexApp\\Controller\\LeaveReviewController:review' => ['privates''.service_locator.7IjMiEo''get_ServiceLocator_7IjMiEoService'false],
  13873.             'FlexApp\\Controller\\MailingReportController:checkAccess' => ['privates''.service_locator.Jtq9G8N''get_ServiceLocator_Jtq9G8NService'false],
  13874.             'FlexApp\\Controller\\MailingReportController:handleMailing' => ['privates''.service_locator.JHkM04s''get_ServiceLocator_JHkM04sService'false],
  13875.             'FlexApp\\Controller\\MailingReportController:index' => ['privates''.service_locator.bRe.sy5''get_ServiceLocator_BRe_Sy5Service'false],
  13876.             'FlexApp\\Controller\\MailingReportController:mailingApi' => ['privates''.service_locator.zxvOa6h''get_ServiceLocator_ZxvOa6hService'false],
  13877.             'FlexApp\\Controller\\MailingReportController:mailingsListApi' => ['privates''.service_locator.bRe.sy5''get_ServiceLocator_BRe_Sy5Service'false],
  13878.             'FlexApp\\Controller\\MailingReportController:orderShow' => ['privates''.service_locator.RcHiBlc''get_ServiceLocator_RcHiBlcService'false],
  13879.             'FlexApp\\Controller\\MailingReportController:orderShowApi' => ['privates''.service_locator.EeYTVlv''get_ServiceLocator_EeYTVlvService'false],
  13880.             'FlexApp\\Controller\\MailingReportController:show' => ['privates''.service_locator.zxvOa6h''get_ServiceLocator_ZxvOa6hService'false],
  13881.             'FlexApp\\Controller\\NewUserProfileController:changeEmail' => ['privates''.service_locator.l6ER0ut''get_ServiceLocator_L6ER0utService'false],
  13882.             'FlexApp\\Controller\\NewUserProfileController:countries' => ['privates''.service_locator.N16BrtF''get_ServiceLocator_N16BrtFService'false],
  13883.             'FlexApp\\Controller\\NewUserProfileController:createAddress' => ['privates''.service_locator.Nzwfc8r''get_ServiceLocator_Nzwfc8rService'false],
  13884.             'FlexApp\\Controller\\NewUserProfileController:editAddress' => ['privates''.service_locator.Nzwfc8r''get_ServiceLocator_Nzwfc8rService'false],
  13885.             'FlexApp\\Controller\\NewUserProfileController:getUndeliveredOrders' => ['privates''.service_locator.31WHGot''get_ServiceLocator_31WHGotService'false],
  13886.             'FlexApp\\Controller\\NotExtend\\ManualTestController:testFailsNotifies' => ['privates''.service_locator.5usv1bv''get_ServiceLocator_5usv1bvService'false],
  13887.             'FlexApp\\Controller\\OneCController:getReviewOrderAction' => ['privates''.service_locator.K_PEUO7''get_ServiceLocator_KPEUO7Service'false],
  13888.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13889.             'kernel:process' => ['privates''.service_locator.u47of.0''get_ServiceLocator_U47of_0Service'false],
  13890.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  13891.         ], [
  13892.             'AdmBundle\\Controller\\ListEmailController::previewAction' => '?',
  13893.             'FlexApp\\Controller\\AmazonPersonalizeController::getRecommendations' => '?',
  13894.             'FlexApp\\Controller\\AmazonPersonalizeController::putEvent' => '?',
  13895.             'FlexApp\\Controller\\Api\\UserApiController::sendAccessDataAction' => '?',
  13896.             'FlexApp\\Controller\\Api\\UserApiController::updateUserBrandAction' => '?',
  13897.             'FlexApp\\Controller\\CareerController::employerDeleteAction' => '?',
  13898.             'FlexApp\\Controller\\CareerController::employerEditAction' => '?',
  13899.             'FlexApp\\Controller\\CareerController::employerShowAction' => '?',
  13900.             'FlexApp\\Controller\\ChatBController::ajaxFileUpload' => '?',
  13901.             'FlexApp\\Controller\\ChatBController::chatBPage' => '?',
  13902.             'FlexApp\\Controller\\ChatBController::notifyAboutConnectionFail' => '?',
  13903.             'FlexApp\\Controller\\ChatBController::setIsRead' => '?',
  13904.             'FlexApp\\Controller\\ChatBController::unsubscribe' => '?',
  13905.             'FlexApp\\Controller\\CollectionReviewController::factoryReviews' => '?',
  13906.             'FlexApp\\Controller\\CollectionReviewController::preData' => '?',
  13907.             'FlexApp\\Controller\\CollectionReviewController::reviewsByCollection' => '?',
  13908.             'FlexApp\\Controller\\CommentController::ajaxCreateAction' => '?',
  13909.             'FlexApp\\Controller\\CommentController::ajaxSubscribeAction' => '?',
  13910.             'FlexApp\\Controller\\CryptoPaymentController::ipnWebhook' => '?',
  13911.             'FlexApp\\Controller\\CryptoPaymentController::sendEmailNotificationToTheUser' => '?',
  13912.             'FlexApp\\Controller\\CryptoPaymentController::testPayment' => '?',
  13913.             'FlexApp\\Controller\\EmailTrackingController::open' => '?',
  13914.             'FlexApp\\Controller\\HeaderApiController::countries' => '?',
  13915.             'FlexApp\\Controller\\HeaderApiController::favorites' => '?',
  13916.             'FlexApp\\Controller\\HeaderApiController::history' => '?',
  13917.             'FlexApp\\Controller\\HeaderApiController::localesForSelect' => '?',
  13918.             'FlexApp\\Controller\\HeaderOrderApiController::orders' => '?',
  13919.             'FlexApp\\Controller\\InterviewController::changeInterviewDateTime' => '?',
  13920.             'FlexApp\\Controller\\InterviewController::changeInterviewDateTimeApiMethod' => '?',
  13921.             'FlexApp\\Controller\\InterviewController::confirmInterview' => '?',
  13922.             'FlexApp\\Controller\\InterviewController::interviewAlreadyConfirmed' => '?',
  13923.             'FlexApp\\Controller\\InterviewController::interviewIsOver' => '?',
  13924.             'FlexApp\\Controller\\InterviewController::interviewLink' => '?',
  13925.             'FlexApp\\Controller\\LeaveReviewController::addExistingReviewsToEachCollection' => '?',
  13926.             'FlexApp\\Controller\\LeaveReviewController::emailView' => '?',
  13927.             'FlexApp\\Controller\\LeaveReviewController::getCollections' => '?',
  13928.             'FlexApp\\Controller\\LeaveReviewController::getCollectionsIds' => '?',
  13929.             'FlexApp\\Controller\\LeaveReviewController::review' => '?',
  13930.             'FlexApp\\Controller\\MailingReportController::checkAccess' => '?',
  13931.             'FlexApp\\Controller\\MailingReportController::handleMailing' => '?',
  13932.             'FlexApp\\Controller\\MailingReportController::index' => '?',
  13933.             'FlexApp\\Controller\\MailingReportController::mailingApi' => '?',
  13934.             'FlexApp\\Controller\\MailingReportController::mailingsListApi' => '?',
  13935.             'FlexApp\\Controller\\MailingReportController::orderShow' => '?',
  13936.             'FlexApp\\Controller\\MailingReportController::orderShowApi' => '?',
  13937.             'FlexApp\\Controller\\MailingReportController::show' => '?',
  13938.             'FlexApp\\Controller\\NewUserProfileController::changeEmail' => '?',
  13939.             'FlexApp\\Controller\\NewUserProfileController::countries' => '?',
  13940.             'FlexApp\\Controller\\NewUserProfileController::createAddress' => '?',
  13941.             'FlexApp\\Controller\\NewUserProfileController::editAddress' => '?',
  13942.             'FlexApp\\Controller\\NewUserProfileController::getUndeliveredOrders' => '?',
  13943.             'FlexApp\\Controller\\NotExtend\\ManualTestController::testFailsNotifies' => '?',
  13944.             'FlexApp\\Controller\\OneCController::getReviewOrderAction' => '?',
  13945.             'kernel::loadRoutes' => '?',
  13946.             'kernel::process' => '?',
  13947.             'kernel::registerContainerConfiguration' => '?',
  13948.             'AdmBundle\\Controller\\ListEmailController:previewAction' => '?',
  13949.             'FlexApp\\Controller\\AmazonPersonalizeController:getRecommendations' => '?',
  13950.             'FlexApp\\Controller\\AmazonPersonalizeController:putEvent' => '?',
  13951.             'FlexApp\\Controller\\Api\\UserApiController:sendAccessDataAction' => '?',
  13952.             'FlexApp\\Controller\\Api\\UserApiController:updateUserBrandAction' => '?',
  13953.             'FlexApp\\Controller\\CareerController:employerDeleteAction' => '?',
  13954.             'FlexApp\\Controller\\CareerController:employerEditAction' => '?',
  13955.             'FlexApp\\Controller\\CareerController:employerShowAction' => '?',
  13956.             'FlexApp\\Controller\\ChatBController:ajaxFileUpload' => '?',
  13957.             'FlexApp\\Controller\\ChatBController:chatBPage' => '?',
  13958.             'FlexApp\\Controller\\ChatBController:notifyAboutConnectionFail' => '?',
  13959.             'FlexApp\\Controller\\ChatBController:setIsRead' => '?',
  13960.             'FlexApp\\Controller\\ChatBController:unsubscribe' => '?',
  13961.             'FlexApp\\Controller\\CollectionReviewController:factoryReviews' => '?',
  13962.             'FlexApp\\Controller\\CollectionReviewController:preData' => '?',
  13963.             'FlexApp\\Controller\\CollectionReviewController:reviewsByCollection' => '?',
  13964.             'FlexApp\\Controller\\CommentController:ajaxCreateAction' => '?',
  13965.             'FlexApp\\Controller\\CommentController:ajaxSubscribeAction' => '?',
  13966.             'FlexApp\\Controller\\CryptoPaymentController:ipnWebhook' => '?',
  13967.             'FlexApp\\Controller\\CryptoPaymentController:sendEmailNotificationToTheUser' => '?',
  13968.             'FlexApp\\Controller\\CryptoPaymentController:testPayment' => '?',
  13969.             'FlexApp\\Controller\\EmailTrackingController:open' => '?',
  13970.             'FlexApp\\Controller\\HeaderApiController:countries' => '?',
  13971.             'FlexApp\\Controller\\HeaderApiController:favorites' => '?',
  13972.             'FlexApp\\Controller\\HeaderApiController:history' => '?',
  13973.             'FlexApp\\Controller\\HeaderApiController:localesForSelect' => '?',
  13974.             'FlexApp\\Controller\\HeaderOrderApiController:orders' => '?',
  13975.             'FlexApp\\Controller\\InterviewController:changeInterviewDateTime' => '?',
  13976.             'FlexApp\\Controller\\InterviewController:changeInterviewDateTimeApiMethod' => '?',
  13977.             'FlexApp\\Controller\\InterviewController:confirmInterview' => '?',
  13978.             'FlexApp\\Controller\\InterviewController:interviewAlreadyConfirmed' => '?',
  13979.             'FlexApp\\Controller\\InterviewController:interviewIsOver' => '?',
  13980.             'FlexApp\\Controller\\InterviewController:interviewLink' => '?',
  13981.             'FlexApp\\Controller\\LeaveReviewController:addExistingReviewsToEachCollection' => '?',
  13982.             'FlexApp\\Controller\\LeaveReviewController:emailView' => '?',
  13983.             'FlexApp\\Controller\\LeaveReviewController:getCollections' => '?',
  13984.             'FlexApp\\Controller\\LeaveReviewController:getCollectionsIds' => '?',
  13985.             'FlexApp\\Controller\\LeaveReviewController:review' => '?',
  13986.             'FlexApp\\Controller\\MailingReportController:checkAccess' => '?',
  13987.             'FlexApp\\Controller\\MailingReportController:handleMailing' => '?',
  13988.             'FlexApp\\Controller\\MailingReportController:index' => '?',
  13989.             'FlexApp\\Controller\\MailingReportController:mailingApi' => '?',
  13990.             'FlexApp\\Controller\\MailingReportController:mailingsListApi' => '?',
  13991.             'FlexApp\\Controller\\MailingReportController:orderShow' => '?',
  13992.             'FlexApp\\Controller\\MailingReportController:orderShowApi' => '?',
  13993.             'FlexApp\\Controller\\MailingReportController:show' => '?',
  13994.             'FlexApp\\Controller\\NewUserProfileController:changeEmail' => '?',
  13995.             'FlexApp\\Controller\\NewUserProfileController:countries' => '?',
  13996.             'FlexApp\\Controller\\NewUserProfileController:createAddress' => '?',
  13997.             'FlexApp\\Controller\\NewUserProfileController:editAddress' => '?',
  13998.             'FlexApp\\Controller\\NewUserProfileController:getUndeliveredOrders' => '?',
  13999.             'FlexApp\\Controller\\NotExtend\\ManualTestController:testFailsNotifies' => '?',
  14000.             'FlexApp\\Controller\\OneCController:getReviewOrderAction' => '?',
  14001.             'kernel:loadRoutes' => '?',
  14002.             'kernel:process' => '?',
  14003.             'kernel:registerContainerConfiguration' => '?',
  14004.         ]);
  14005.     }
  14006.     /**
  14007.      * Gets the private '.service_locator.L5Z933B' shared service.
  14008.      *
  14009.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14010.      */
  14011.     protected function get_ServiceLocator_L5Z933BService()
  14012.     {
  14013.         return $this->privates['.service_locator.L5Z933B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14014.             'previewGenerator' => ['privates''FlexApp\\Service\\PreviewGenerator''getPreviewGeneratorService'false],
  14015.         ], [
  14016.             'previewGenerator' => 'FlexApp\\Service\\PreviewGenerator',
  14017.         ]);
  14018.     }
  14019.     /**
  14020.      * Gets the private '.service_locator.N16BrtF' shared service.
  14021.      *
  14022.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14023.      */
  14024.     protected function get_ServiceLocator_N16BrtFService()
  14025.     {
  14026.         return $this->privates['.service_locator.N16BrtF'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14027.             'listCountryRepository' => ['services''WebBundle\\Repository\\ListCountryRepository''getListCountryRepositoryService'false],
  14028.         ], [
  14029.             'listCountryRepository' => 'WebBundle\\Repository\\ListCountryRepository',
  14030.         ]);
  14031.     }
  14032.     /**
  14033.      * Gets the private '.service_locator.NaONczX' shared service.
  14034.      *
  14035.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14036.      */
  14037.     protected function get_ServiceLocator_NaONczXService()
  14038.     {
  14039.         return $this->privates['.service_locator.NaONczX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14040.             'interviewLinkHandler' => ['privates''FlexApp\\Service\\InterviewLinkHandler''getInterviewLinkHandlerService'false],
  14041.         ], [
  14042.             'interviewLinkHandler' => 'FlexApp\\Service\\InterviewLinkHandler',
  14043.         ]);
  14044.     }
  14045.     /**
  14046.      * Gets the private '.service_locator.Nzwfc8r' shared service.
  14047.      *
  14048.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14049.      */
  14050.     protected function get_ServiceLocator_Nzwfc8rService()
  14051.     {
  14052.         return $this->privates['.service_locator.Nzwfc8r'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14053.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14054.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  14055.         ], [
  14056.             'entityManager' => '?',
  14057.             'serializer' => '?',
  14058.         ]);
  14059.     }
  14060.     /**
  14061.      * Gets the private '.service_locator.O7Avvig' shared service.
  14062.      *
  14063.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14064.      */
  14065.     protected function get_ServiceLocator_O7AvvigService()
  14066.     {
  14067.         return $this->privates['.service_locator.O7Avvig'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14068.             'validator' => ['services''.container.private.validator''get_Container_Private_ValidatorService'false],
  14069.         ], [
  14070.             'validator' => '?',
  14071.         ]);
  14072.     }
  14073.     /**
  14074.      * Gets the private '.service_locator.RcHiBlc' shared service.
  14075.      *
  14076.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14077.      */
  14078.     protected function get_ServiceLocator_RcHiBlcService()
  14079.     {
  14080.         return $this->privates['.service_locator.RcHiBlc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14081.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  14082.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14083.             'order' => ['privates''.errored..service_locator.RcHiBlc.WebBundle\\Entity\\BuyOrder'NULL'Cannot autowire service ".service_locator.RcHiBlc": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.'],
  14084.         ], [
  14085.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  14086.             'entityManager' => '?',
  14087.             'order' => 'WebBundle\\Entity\\BuyOrder',
  14088.         ]);
  14089.     }
  14090.     /**
  14091.      * Gets the private '.service_locator.ZbYzcTr' shared service.
  14092.      *
  14093.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14094.      */
  14095.     protected function get_ServiceLocator_ZbYzcTrService()
  14096.     {
  14097.         return $this->privates['.service_locator.ZbYzcTr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14098.             'mailer' => ['services''WebBundle\\Helper\\Mailer''getMailerService'false],
  14099.             'portalHelper' => ['services''WebBundle\\Helper\\PortalHelper''getPortalHelperService'false],
  14100.             'setIsReadLogger' => ['privates''FlexApp\\Service\\ManualReg\\SetIsReadLogger''getSetIsReadLoggerService'false],
  14101.         ], [
  14102.             'mailer' => 'WebBundle\\Helper\\Mailer',
  14103.             'portalHelper' => 'WebBundle\\Helper\\PortalHelper',
  14104.             'setIsReadLogger' => 'FlexApp\\Service\\ManualReg\\SetIsReadLogger',
  14105.         ]);
  14106.     }
  14107.     /**
  14108.      * Gets the private '.service_locator._glSbVM' shared service.
  14109.      *
  14110.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14111.      */
  14112.     protected function get_ServiceLocator_GlSbVMService()
  14113.     {
  14114.         return $this->privates['.service_locator._glSbVM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14115.             'visitRepository' => ['services''WebBundle\\Repository\\VisitRepository''getVisitRepositoryService'false],
  14116.         ], [
  14117.             'visitRepository' => 'WebBundle\\Repository\\VisitRepository',
  14118.         ]);
  14119.     }
  14120.     /**
  14121.      * Gets the private '.service_locator._h1tp28' shared service.
  14122.      *
  14123.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14124.      */
  14125.     protected function get_ServiceLocator_H1tp28Service()
  14126.     {
  14127.         return $this->privates['.service_locator._h1tp28'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14128.             'interviewIsOverHandler' => ['privates''FlexApp\\Service\\InterviewIsOverHandler''getInterviewIsOverHandlerService'false],
  14129.         ], [
  14130.             'interviewIsOverHandler' => 'FlexApp\\Service\\InterviewIsOverHandler',
  14131.         ]);
  14132.     }
  14133.     /**
  14134.      * Gets the private '.service_locator.bRe.sy5' shared service.
  14135.      *
  14136.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14137.      */
  14138.     protected function get_ServiceLocator_BRe_Sy5Service()
  14139.     {
  14140.         return $this->privates['.service_locator.bRe.sy5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14141.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  14142.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14143.             'mailingRepository' => ['privates''FlexApp\\Repository\\MailingRepository''getMailingRepositoryService'false],
  14144.         ], [
  14145.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  14146.             'entityManager' => '?',
  14147.             'mailingRepository' => 'FlexApp\\Repository\\MailingRepository',
  14148.         ]);
  14149.     }
  14150.     /**
  14151.      * Gets the private '.service_locator.fK..wmx' shared service.
  14152.      *
  14153.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14154.      */
  14155.     protected function get_ServiceLocator_FK__WmxService()
  14156.     {
  14157.         return $this->privates['.service_locator.fK..wmx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14158.             'factory' => ['privates''.errored..service_locator.fK..wmx.WebBundle\\Entity\\Factory'NULL'Cannot autowire service ".service_locator.fK..wmx": it references class "WebBundle\\Entity\\Factory" but no such service exists.'],
  14159.         ], [
  14160.             'factory' => 'WebBundle\\Entity\\Factory',
  14161.         ]);
  14162.     }
  14163.     /**
  14164.      * Gets the private '.service_locator.fWuW_eP' shared service.
  14165.      *
  14166.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14167.      */
  14168.     protected function get_ServiceLocator_FWuWEPService()
  14169.     {
  14170.         return $this->privates['.service_locator.fWuW_eP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14171.             'vacancySlider' => ['privates''FlexApp\\Entity\\VacancySliderEntity''getVacancySliderEntityService'false],
  14172.         ], [
  14173.             'vacancySlider' => 'FlexApp\\Entity\\VacancySliderEntity',
  14174.         ]);
  14175.     }
  14176.     /**
  14177.      * Gets the private '.service_locator.iaYccUP' shared service.
  14178.      *
  14179.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14180.      */
  14181.     protected function get_ServiceLocator_IaYccUPService()
  14182.     {
  14183.         return $this->privates['.service_locator.iaYccUP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14184.             'orderEntity' => ['privates''.errored..service_locator.iaYccUP.WebBundle\\Entity\\BuyOrder'NULL'Cannot autowire service ".service_locator.iaYccUP": it references class "WebBundle\\Entity\\BuyOrder" but no such service exists.'],
  14185.         ], [
  14186.             'orderEntity' => 'WebBundle\\Entity\\BuyOrder',
  14187.         ]);
  14188.     }
  14189.     /**
  14190.      * Gets the private '.service_locator.jlyTfzM' shared service.
  14191.      *
  14192.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14193.      */
  14194.     protected function get_ServiceLocator_JlyTfzMService()
  14195.     {
  14196.         return $this->privates['.service_locator.jlyTfzM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14197.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  14198.             'security.event_dispatcher.main' => ['privates''security.event_dispatcher.main''getSecurity_EventDispatcher_MainService'false],
  14199.         ], [
  14200.             'event_dispatcher' => '?',
  14201.             'security.event_dispatcher.main' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  14202.         ]);
  14203.     }
  14204.     /**
  14205.      * Gets the private '.service_locator.l6ER0ut' shared service.
  14206.      *
  14207.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14208.      */
  14209.     protected function get_ServiceLocator_L6ER0utService()
  14210.     {
  14211.         return $this->privates['.service_locator.l6ER0ut'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14212.             'emailCanonicalizer' => ['privates''FlexApp\\Service\\EmailCanonicalizer''getEmailCanonicalizerService'false],
  14213.         ], [
  14214.             'emailCanonicalizer' => 'FlexApp\\Service\\EmailCanonicalizer',
  14215.         ]);
  14216.     }
  14217.     /**
  14218.      * Gets the private '.service_locator.lnB13xC' shared service.
  14219.      *
  14220.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14221.      */
  14222.     protected function get_ServiceLocator_LnB13xCService()
  14223.     {
  14224.         return $this->privates['.service_locator.lnB13xC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14225.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14226.             'parametersProvider' => ['privates''FlexApp\\Service\\ParametersProvider''getParametersProviderService'false],
  14227.             'portalApiClient' => ['privates''FlexApp\\Service\\PortalApiClient''getPortalApiClientService'false],
  14228.         ], [
  14229.             'em' => '?',
  14230.             'parametersProvider' => 'FlexApp\\Service\\ParametersProvider',
  14231.             'portalApiClient' => 'FlexApp\\Service\\PortalApiClient',
  14232.         ]);
  14233.     }
  14234.     /**
  14235.      * Gets the private '.service_locator.maxEfDy' shared service.
  14236.      *
  14237.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14238.      */
  14239.     protected function get_ServiceLocator_MaxEfDyService()
  14240.     {
  14241.         return $this->privates['.service_locator.maxEfDy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14242.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  14243.             'mailer' => ['services''WebBundle\\Helper\\Mailer''getMailerService'false],
  14244.             'parametersProvider' => ['privates''FlexApp\\Service\\ParametersProvider''getParametersProviderService'false],
  14245.             'userPasswordHasher' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  14246.         ], [
  14247.             'doctrine' => '?',
  14248.             'mailer' => 'WebBundle\\Helper\\Mailer',
  14249.             'parametersProvider' => 'FlexApp\\Service\\ParametersProvider',
  14250.             'userPasswordHasher' => '?',
  14251.         ]);
  14252.     }
  14253.     /**
  14254.      * Gets the private '.service_locator.oCRSvu8' shared service.
  14255.      *
  14256.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14257.      */
  14258.     protected function get_ServiceLocator_OCRSvu8Service()
  14259.     {
  14260.         return $this->privates['.service_locator.oCRSvu8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14261.             'buyOrderRepository' => ['services''WebBundle\\Repository\\BuyOrderRepository''getBuyOrderRepositoryService'false],
  14262.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14263.             'nowPaymentsClient' => ['privates''FlexApp\\Service\\NowPaymentsClient''getNowPaymentsClientService'false],
  14264.         ], [
  14265.             'buyOrderRepository' => 'WebBundle\\Repository\\BuyOrderRepository',
  14266.             'em' => '?',
  14267.             'nowPaymentsClient' => 'FlexApp\\Service\\NowPaymentsClient',
  14268.         ]);
  14269.     }
  14270.     /**
  14271.      * Gets the private '.service_locator.pCMJEaO' shared service.
  14272.      *
  14273.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14274.      */
  14275.     protected function get_ServiceLocator_PCMJEaOService()
  14276.     {
  14277.         return $this->privates['.service_locator.pCMJEaO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14278.             'commentFormHandlerService' => ['privates''FlexApp\\Service\\CommentFormHandlerService''getCommentFormHandlerServiceService'false],
  14279.             'eventDispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  14280.         ], [
  14281.             'commentFormHandlerService' => 'FlexApp\\Service\\CommentFormHandlerService',
  14282.             'eventDispatcher' => '?',
  14283.         ]);
  14284.     }
  14285.     /**
  14286.      * Gets the private '.service_locator.qSzDqfH' shared service.
  14287.      *
  14288.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14289.      */
  14290.     protected function get_ServiceLocator_QSzDqfHService()
  14291.     {
  14292.         return $this->privates['.service_locator.qSzDqfH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14293.             'ideaRepository' => ['services''WebBundle\\Repository\\IdeaRepository''getIdeaRepositoryService'false],
  14294.         ], [
  14295.             'ideaRepository' => 'WebBundle\\Repository\\IdeaRepository',
  14296.         ]);
  14297.     }
  14298.     /**
  14299.      * Gets the private '.service_locator.spy9j7Z' shared service.
  14300.      *
  14301.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14302.      */
  14303.     protected function get_ServiceLocator_Spy9j7ZService()
  14304.     {
  14305.         return $this->privates['.service_locator.spy9j7Z'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14306.             'subscriptionsEntityRepository' => ['privates''FlexApp\\Repository\\SubscriptionsEntityRepository''getSubscriptionsEntityRepositoryService'false],
  14307.         ], [
  14308.             'subscriptionsEntityRepository' => 'FlexApp\\Repository\\SubscriptionsEntityRepository',
  14309.         ]);
  14310.     }
  14311.     /**
  14312.      * Gets the private '.service_locator.u47of.0' shared service.
  14313.      *
  14314.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14315.      */
  14316.     protected function get_ServiceLocator_U47of_0Service()
  14317.     {
  14318.         return $this->privates['.service_locator.u47of.0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14319.             'container' => ['privates''.errored..service_locator.u47of.0.Symfony\\Component\\DependencyInjection\\ContainerBuilder'NULL'Cannot autowire service ".service_locator.u47of.0": it references class "Symfony\\Component\\DependencyInjection\\ContainerBuilder" but no such service exists. Try changing the type-hint to one of its parents: interface "Symfony\\Component\\DependencyInjection\\ContainerInterface", or interface "Psr\\Container\\ContainerInterface".'],
  14320.         ], [
  14321.             'container' => 'Symfony\\Component\\DependencyInjection\\ContainerBuilder',
  14322.         ]);
  14323.     }
  14324.     /**
  14325.      * Gets the private '.service_locator.uwDytMH' shared service.
  14326.      *
  14327.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14328.      */
  14329.     protected function get_ServiceLocator_UwDytMHService()
  14330.     {
  14331.         return $this->privates['.service_locator.uwDytMH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14332.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14333.             'repository' => ['privates''FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository''getInvitationEmailDeliveryStatsRepositoryService'false],
  14334.         ], [
  14335.             'em' => '?',
  14336.             'repository' => 'FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository',
  14337.         ]);
  14338.     }
  14339.     /**
  14340.      * Gets the private '.service_locator.xALKTpt' shared service.
  14341.      *
  14342.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14343.      */
  14344.     protected function get_ServiceLocator_XALKTptService()
  14345.     {
  14346.         return $this->privates['.service_locator.xALKTpt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14347.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  14348.             'google_feed' => ['privates''messenger.transport.google_feed''getMessenger_Transport_GoogleFeedService'false],
  14349.             'logs' => ['privates''messenger.transport.logs''getMessenger_Transport_LogsService'false],
  14350.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  14351.             'messenger.transport.google_feed' => ['privates''messenger.transport.google_feed''getMessenger_Transport_GoogleFeedService'false],
  14352.             'messenger.transport.logs' => ['privates''messenger.transport.logs''getMessenger_Transport_LogsService'false],
  14353.         ], [
  14354.             'async' => '?',
  14355.             'google_feed' => '?',
  14356.             'logs' => '?',
  14357.             'messenger.transport.async' => '?',
  14358.             'messenger.transport.google_feed' => '?',
  14359.             'messenger.transport.logs' => '?',
  14360.         ]);
  14361.     }
  14362.     /**
  14363.      * Gets the private '.service_locator.ywhNcuo' shared service.
  14364.      *
  14365.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14366.      */
  14367.     protected function get_ServiceLocator_YwhNcuoService()
  14368.     {
  14369.         return $this->privates['.service_locator.ywhNcuo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14370.             'boolDBSettingRepository' => ['privates''FlexApp\\Repository\\BoolDBSettingRepository''getBoolDBSettingRepositoryService'false],
  14371.             'translator' => ['services''translator''getTranslatorService'false],
  14372.             'welcomeInfoDataGenerator' => ['privates''FlexApp\\Service\\WelcomeInfoDataGenerator''getWelcomeInfoDataGeneratorService'false],
  14373.         ], [
  14374.             'boolDBSettingRepository' => 'FlexApp\\Repository\\BoolDBSettingRepository',
  14375.             'translator' => '?',
  14376.             'welcomeInfoDataGenerator' => 'FlexApp\\Service\\WelcomeInfoDataGenerator',
  14377.         ]);
  14378.     }
  14379.     /**
  14380.      * Gets the private '.service_locator.zJyh7qS' shared service.
  14381.      *
  14382.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14383.      */
  14384.     protected function get_ServiceLocator_ZJyh7qSService()
  14385.     {
  14386.         return $this->privates['.service_locator.zJyh7qS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14387.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  14388.             'security.firewall.map.context.main' => ['privates''security.firewall.map.context.main''getSecurity_Firewall_Map_Context_MainService'false],
  14389.         ], [
  14390.             'security.firewall.map.context.dev' => '?',
  14391.             'security.firewall.map.context.main' => '?',
  14392.         ]);
  14393.     }
  14394.     /**
  14395.      * Gets the private '.service_locator.zxvOa6h' shared service.
  14396.      *
  14397.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14398.      */
  14399.     protected function get_ServiceLocator_ZxvOa6hService()
  14400.     {
  14401.         return $this->privates['.service_locator.zxvOa6h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14402.             'currentUserProvider' => ['services''FlexApp\\Service\\CurrentUserProvider''getCurrentUserProviderService'false],
  14403.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14404.             'mailing' => ['privates''FlexApp\\Entity\\Mailing''getMailingService'false],
  14405.         ], [
  14406.             'currentUserProvider' => 'FlexApp\\Service\\CurrentUserProvider',
  14407.             'entityManager' => '?',
  14408.             'mailing' => 'FlexApp\\Entity\\Mailing',
  14409.         ]);
  14410.     }
  14411.     /**
  14412.      * Gets the private '.session.deprecated' shared service.
  14413.      *
  14414.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  14415.      */
  14416.     protected function get_Session_DeprecatedService()
  14417.     {
  14418.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  14419.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  14420.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  14421.     }
  14422.     /**
  14423.      * Gets the private '.twig.command.debug.lazy' shared service.
  14424.      *
  14425.      * @return \Symfony\Component\Console\Command\LazyCommand
  14426.      */
  14427.     protected function get_Twig_Command_Debug_LazyService()
  14428.     {
  14429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14430.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  14431.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  14432.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  14433.         });
  14434.     }
  14435.     /**
  14436.      * Gets the private '.twig.command.lint.lazy' shared service.
  14437.      *
  14438.      * @return \Symfony\Component\Console\Command\LazyCommand
  14439.      */
  14440.     protected function get_Twig_Command_Lint_LazyService()
  14441.     {
  14442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  14444.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  14445.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  14446.         });
  14447.     }
  14448.     /**
  14449.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  14450.      *
  14451.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  14452.      */
  14453.     protected function getManagerRegistryAwareConnectionProviderService()
  14454.     {
  14455.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  14456.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  14457.         return $this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] = new \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider(new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default'));
  14458.     }
  14459.     /**
  14460.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  14461.      *
  14462.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  14463.      */
  14464.     protected function getRunSqlCommandService()
  14465.     {
  14466.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14467.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  14468.         $this->privates['Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand'] = $instance = new \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  14469.         $instance->setName('dbal:run-sql');
  14470.         return $instance;
  14471.     }
  14472.     /**
  14473.      * Gets the private 'FlexApp\Command\AddExhibitionDataCommand' shared autowired service.
  14474.      *
  14475.      * @return \FlexApp\Command\AddExhibitionDataCommand
  14476.      */
  14477.     protected function getAddExhibitionDataCommandService()
  14478.     {
  14479.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14480.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/AddExhibitionDataCommand.php';
  14481.         $this->privates['FlexApp\\Command\\AddExhibitionDataCommand'] = $instance = new \FlexApp\Command\AddExhibitionDataCommand(($this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] ?? $this->getExhRepositoryService()));
  14482.         $instance->setName('te:add:exhibition_data');
  14483.         return $instance;
  14484.     }
  14485.     /**
  14486.      * Gets the private 'FlexApp\Command\AddFilterToAdminPanelCommand' shared autowired service.
  14487.      *
  14488.      * @return \FlexApp\Command\AddFilterToAdminPanelCommand
  14489.      */
  14490.     protected function getAddFilterToAdminPanelCommandService()
  14491.     {
  14492.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14493.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/AddFilterToAdminPanelCommand.php';
  14494.         $this->privates['FlexApp\\Command\\AddFilterToAdminPanelCommand'] = $instance = new \FlexApp\Command\AddFilterToAdminPanelCommand(($this->services['adm.service.filter'] ?? $this->getAdm_Service_FilterService()));
  14495.         $instance->setName('adm.command:add.filter');
  14496.         return $instance;
  14497.     }
  14498.     /**
  14499.      * Gets the private 'FlexApp\Command\AddPortalTaskIfFailsExistCommand' shared autowired service.
  14500.      *
  14501.      * @return \FlexApp\Command\AddPortalTaskIfFailsExistCommand
  14502.      */
  14503.     protected function getAddPortalTaskIfFailsExistCommandService()
  14504.     {
  14505.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14506.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/AddPortalTaskIfFailsExistCommand.php';
  14507.         $this->privates['FlexApp\\Command\\AddPortalTaskIfFailsExistCommand'] = $instance = new \FlexApp\Command\AddPortalTaskIfFailsExistCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository'] ?? $this->getRetieRequestDataRepositoryService()), ($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService()), ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()), ($this->services['WebBundle\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()));
  14508.         $instance->setName('create-portal-task-if-there-are-chat-fails');
  14509.         return $instance;
  14510.     }
  14511.     /**
  14512.      * Gets the private 'FlexApp\Command\AutoResendAfterFailsCommand' shared autowired service.
  14513.      *
  14514.      * @return \FlexApp\Command\AutoResendAfterFailsCommand
  14515.      */
  14516.     protected function getAutoResendAfterFailsCommandService()
  14517.     {
  14518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14519.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/AutoResendAfterFailsCommand.php';
  14520.         $this->privates['FlexApp\\Command\\AutoResendAfterFailsCommand'] = $instance = new \FlexApp\Command\AutoResendAfterFailsCommand(($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService()), ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository'] ?? $this->getRetieRequestDataRepositoryService()), ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()), ($this->privates['FlexApp\\Service\\EntitySender'] ?? $this->getEntitySenderService()));
  14521.         $instance->setName('auto-resend-after-fails-command');
  14522.         return $instance;
  14523.     }
  14524.     /**
  14525.      * Gets the private 'FlexApp\Command\BindReviewsCommand' shared autowired service.
  14526.      *
  14527.      * @return \FlexApp\Command\BindReviewsCommand
  14528.      */
  14529.     protected function getBindReviewsCommandService()
  14530.     {
  14531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14532.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/BindReviewsCommand.php';
  14533.         $this->privates['FlexApp\\Command\\BindReviewsCommand'] = $instance = new \FlexApp\Command\BindReviewsCommand();
  14534.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14535.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  14536.         $instance->setName('app:bind-reviews');
  14537.         return $instance;
  14538.     }
  14539.     /**
  14540.      * Gets the private 'FlexApp\Command\BuildCollectionSettnigsCommand' shared autowired service.
  14541.      *
  14542.      * @return \FlexApp\Command\BuildCollectionSettnigsCommand
  14543.      */
  14544.     protected function getBuildCollectionSettnigsCommandService()
  14545.     {
  14546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14547.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/BuildCollectionSettnigsCommand.php';
  14548.         $this->privates['FlexApp\\Command\\BuildCollectionSettnigsCommand'] = $instance = new \FlexApp\Command\BuildCollectionSettnigsCommand($this);
  14549.         $instance->setName('te:build:collection.settnigs');
  14550.         return $instance;
  14551.     }
  14552.     /**
  14553.      * Gets the private 'FlexApp\Command\CalendarCommand' shared autowired service.
  14554.      *
  14555.      * @return \FlexApp\Command\CalendarCommand
  14556.      */
  14557.     protected function getCalendarCommandService()
  14558.     {
  14559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14560.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/CalendarCommand.php';
  14561.         $this->privates['FlexApp\\Command\\CalendarCommand'] = $instance = new \FlexApp\Command\CalendarCommand();
  14562.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14563.         $instance->setName('app:calendar');
  14564.         return $instance;
  14565.     }
  14566.     /**
  14567.      * Gets the private 'FlexApp\Command\ChatBCommand' shared autowired service.
  14568.      *
  14569.      * @return \FlexApp\Command\ChatBCommand
  14570.      */
  14571.     protected function getChatBCommandService()
  14572.     {
  14573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14574.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ChatBCommand.php';
  14575.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WsServerFactory.php';
  14576.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/ComponentInterface.php';
  14577.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageInterface.php';
  14578.         include_once \dirname(__DIR__4).'/vendor/cboden/ratchet/src/Ratchet/MessageComponentInterface.php';
  14579.         include_once \dirname(__DIR__4).'/src/FlexApp/Traits/TokenByMsg.php';
  14580.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatBService.php';
  14581.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  14582.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  14583.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  14584.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  14585.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  14586.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  14587.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WsServerLogger.php';
  14588.         $a = new \FlexApp\Service\ChatBService();
  14589.         $b = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14590.         $c = new \FlexApp\Service\WsServerLogger('ws_server'$b, ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14591.         $a->logger $c;
  14592.         $a->parametersProvider $b;
  14593.         $this->privates['FlexApp\\Command\\ChatBCommand'] = $instance = new \FlexApp\Command\ChatBCommand(new \FlexApp\Service\WsServerFactory($a$b), $b$c, ($this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'] ?? $this->getDevsAndAdminsNotifierService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  14594.         $instance->setName('wsserver');
  14595.         return $instance;
  14596.     }
  14597.     /**
  14598.      * Gets the private 'FlexApp\Command\ChatBDispatchErrorEventCommand' shared autowired service.
  14599.      *
  14600.      * @return \FlexApp\Command\ChatBDispatchErrorEventCommand
  14601.      */
  14602.     protected function getChatBDispatchErrorEventCommandService()
  14603.     {
  14604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14605.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ChatBDispatchErrorEventCommand.php';
  14606.         $this->privates['FlexApp\\Command\\ChatBDispatchErrorEventCommand'] = $instance = new \FlexApp\Command\ChatBDispatchErrorEventCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  14607.         $instance->setName('dispatch-general-error-event-in-child-process');
  14608.         return $instance;
  14609.     }
  14610.     /**
  14611.      * Gets the private 'FlexApp\Command\CheckActualTranslationsCommand' shared autowired service.
  14612.      *
  14613.      * @return \FlexApp\Command\CheckActualTranslationsCommand
  14614.      */
  14615.     protected function getCheckActualTranslationsCommandService()
  14616.     {
  14617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14618.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/CheckActualTranslationsCommand.php';
  14619.         $this->privates['FlexApp\\Command\\CheckActualTranslationsCommand'] = $instance = new \FlexApp\Command\CheckActualTranslationsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14620.         $instance->setName('app:check-actual-translations');
  14621.         return $instance;
  14622.     }
  14623.     /**
  14624.      * Gets the private 'FlexApp\Command\CheckGoogleGmailEventsCommand' shared autowired service.
  14625.      *
  14626.      * @return \FlexApp\Command\CheckGoogleGmailEventsCommand
  14627.      */
  14628.     protected function getCheckGoogleGmailEventsCommandService()
  14629.     {
  14630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14631.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/CheckGoogleGmailEventsCommand.php';
  14632.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/GoogleGmailEventsService.php';
  14633.         $this->privates['FlexApp\\Command\\CheckGoogleGmailEventsCommand'] = $instance = new \FlexApp\Command\CheckGoogleGmailEventsCommand(($this->privates['FlexApp\\Service\\GoogleGmailEventsService'] ?? ($this->privates['FlexApp\\Service\\GoogleGmailEventsService'] = new \FlexApp\Service\GoogleGmailEventsService())));
  14634.         $instance->setName('app:check-google-gmail-events');
  14635.         return $instance;
  14636.     }
  14637.     /**
  14638.      * Gets the private 'FlexApp\Command\ClearCustomLogCommand' shared autowired service.
  14639.      *
  14640.      * @return \FlexApp\Command\ClearCustomLogCommand
  14641.      */
  14642.     protected function getClearCustomLogCommandService()
  14643.     {
  14644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14645.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ClearCustomLogCommand.php';
  14646.         $this->privates['FlexApp\\Command\\ClearCustomLogCommand'] = $instance = new \FlexApp\Command\ClearCustomLogCommand();
  14647.         $instance->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14648.         $instance->setName('app:clear-custom-log');
  14649.         return $instance;
  14650.     }
  14651.     /**
  14652.      * Gets the private 'FlexApp\Command\CommentsAddTaskForCommentsWithoutAnswerCommand' shared autowired service.
  14653.      *
  14654.      * @return \FlexApp\Command\CommentsAddTaskForCommentsWithoutAnswerCommand
  14655.      */
  14656.     protected function getCommentsAddTaskForCommentsWithoutAnswerCommandService()
  14657.     {
  14658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14659.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/CommentsAddTaskForCommentsWithoutAnswerCommand.php';
  14660.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  14661.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/VacancyRepository.php';
  14662.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/LocaleTextRepository.php';
  14663.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalLinkGenerator.php';
  14664.         $this->privates['FlexApp\\Command\\CommentsAddTaskForCommentsWithoutAnswerCommand'] = $instance = new \FlexApp\Command\CommentsAddTaskForCommentsWithoutAnswerCommand();
  14665.         $a = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14666.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14667.         $c $b->getRepository('WebBundle:LocaleTextEntity');
  14668.         $c->setParametersProvider($a);
  14669.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  14670.         $instance->participantHelper = ($this->services['WebBundle\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService());
  14671.         $instance->parametersProvider $a;
  14672.         $instance->eventDispatcher = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14673.         $instance->commentRepository = ($this->services['FlexApp\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService());
  14674.         $instance->publicationRepository = ($this->services['WebBundle\\Repository\\PublicationRepository'] ?? $this->getPublicationRepositoryService());
  14675.         $instance->vacancyRepository $b->getRepository('WebBundle:Vacancy');
  14676.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  14677.         $instance->localeTextRepository $c;
  14678.         $instance->sourceByCommentTypeDefiner = ($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] ?? $this->getSourceByCommentTypeDefinerService());
  14679.         $instance->portalLinkGenerator = new \FlexApp\Service\PortalLinkGenerator($a);
  14680.         $instance->entityManager $b;
  14681.         $instance->setName('comments:add-task-for-comments-without-answer');
  14682.         return $instance;
  14683.     }
  14684.     /**
  14685.      * Gets the private 'FlexApp\Command\ConsumeTokensCommand' shared autowired service.
  14686.      *
  14687.      * @return \FlexApp\Command\ConsumeTokensCommand
  14688.      */
  14689.     protected function getConsumeTokensCommandService()
  14690.     {
  14691.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14692.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ConsumeTokensCommand.php';
  14693.         $this->privates['FlexApp\\Command\\ConsumeTokensCommand'] = $instance = new \FlexApp\Command\ConsumeTokensCommand();
  14694.         $instance->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  14695.         $instance->eventDispatcher = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14696.         $instance->messageBus = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  14697.         $instance->setName('app:consume-tokens');
  14698.         return $instance;
  14699.     }
  14700.     /**
  14701.      * Gets the private 'FlexApp\Command\Cron\CronAdminJobsCommand' shared autowired service.
  14702.      *
  14703.      * @return \FlexApp\Command\Cron\CronAdminJobsCommand
  14704.      */
  14705.     protected function getCronAdminJobsCommandService()
  14706.     {
  14707.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14708.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronAdminJobsCommand.php';
  14709.         $this->privates['FlexApp\\Command\\Cron\\CronAdminJobsCommand'] = $instance = new \FlexApp\Command\Cron\CronAdminJobsCommand(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14710.         $instance->setName('cron:admin.jobs');
  14711.         return $instance;
  14712.     }
  14713.     /**
  14714.      * Gets the private 'FlexApp\Command\Cron\CronExhSetReferenceCommand' shared autowired service.
  14715.      *
  14716.      * @return \FlexApp\Command\Cron\CronExhSetReferenceCommand
  14717.      */
  14718.     protected function getCronExhSetReferenceCommandService()
  14719.     {
  14720.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14721.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronExhSetReferenceCommand.php';
  14722.         $this->privates['FlexApp\\Command\\Cron\\CronExhSetReferenceCommand'] = $instance = new \FlexApp\Command\Cron\CronExhSetReferenceCommand(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14723.         $instance->setName('cron:exh.set_reference');
  14724.         return $instance;
  14725.     }
  14726.     /**
  14727.      * Gets the private 'FlexApp\Command\Cron\CronFoundAndFixRelationCommand' shared autowired service.
  14728.      *
  14729.      * @return \FlexApp\Command\Cron\CronFoundAndFixRelationCommand
  14730.      */
  14731.     protected function getCronFoundAndFixRelationCommandService()
  14732.     {
  14733.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14734.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronFoundAndFixRelationCommand.php';
  14735.         $this->privates['FlexApp\\Command\\Cron\\CronFoundAndFixRelationCommand'] = $instance = new \FlexApp\Command\Cron\CronFoundAndFixRelationCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14736.         $instance->setName('cron:found_and_fix.relation');
  14737.         return $instance;
  14738.     }
  14739.     /**
  14740.      * Gets the private 'FlexApp\Command\Cron\CronListForGoogleAdsCommand' shared autowired service.
  14741.      *
  14742.      * @return \FlexApp\Command\Cron\CronListForGoogleAdsCommand
  14743.      */
  14744.     protected function getCronListForGoogleAdsCommandService()
  14745.     {
  14746.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14747.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronListForGoogleAdsCommand.php';
  14748.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/AdsFiltersGeneratorCombinations.php';
  14749.         $this->privates['FlexApp\\Command\\Cron\\CronListForGoogleAdsCommand'] = $instance = new \FlexApp\Command\Cron\CronListForGoogleAdsCommand(($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService()), new \FlexApp\Service\AdsFilters\AdsFiltersGeneratorCombinations(), ($this->privates['FlexApp\\Service\\AdsFilters\\AdsFiltersGeneratorTexts'] ?? $this->getAdsFiltersGeneratorTextsService()), ($this->privates['FlexApp\\Service\\JsonArrayApiClient'] ?? $this->getJsonArrayApiClientService()));
  14750.         $instance->setName('cron:listForGoogleAds');
  14751.         return $instance;
  14752.     }
  14753.     /**
  14754.      * Gets the private 'FlexApp\Command\Cron\CronParseHtmlBadLinkCommand' shared autowired service.
  14755.      *
  14756.      * @return \FlexApp\Command\Cron\CronParseHtmlBadLinkCommand
  14757.      */
  14758.     protected function getCronParseHtmlBadLinkCommandService()
  14759.     {
  14760.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14761.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronParseHtmlBadLinkCommand.php';
  14762.         $this->privates['FlexApp\\Command\\Cron\\CronParseHtmlBadLinkCommand'] = $instance = new \FlexApp\Command\Cron\CronParseHtmlBadLinkCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  14763.         $instance->setName('cron:parse.html_bad_link');
  14764.         return $instance;
  14765.     }
  14766.     /**
  14767.      * Gets the private 'FlexApp\Command\Cron\CronParseVideoBadLinkCommand' shared autowired service.
  14768.      *
  14769.      * @return \FlexApp\Command\Cron\CronParseVideoBadLinkCommand
  14770.      */
  14771.     protected function getCronParseVideoBadLinkCommandService()
  14772.     {
  14773.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14774.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronParseVideoBadLinkCommand.php';
  14775.         $this->privates['FlexApp\\Command\\Cron\\CronParseVideoBadLinkCommand'] = $instance = new \FlexApp\Command\Cron\CronParseVideoBadLinkCommand(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14776.         $instance->setName('cron:parse.video_bad_link');
  14777.         return $instance;
  14778.     }
  14779.     /**
  14780.      * Gets the private 'FlexApp\Command\Cron\CronTransExCommand' shared autowired service.
  14781.      *
  14782.      * @return \FlexApp\Command\Cron\CronTransExCommand
  14783.      */
  14784.     protected function getCronTransExCommandService()
  14785.     {
  14786.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14787.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CronTransExCommand.php';
  14788.         $this->privates['FlexApp\\Command\\Cron\\CronTransExCommand'] = $instance = new \FlexApp\Command\Cron\CronTransExCommand(($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  14789.         $instance->setName('cron:transex.update');
  14790.         return $instance;
  14791.     }
  14792.     /**
  14793.      * Gets the private 'FlexApp\Command\Cron\CrontabFillCollectionCommand' shared autowired service.
  14794.      *
  14795.      * @return \FlexApp\Command\Cron\CrontabFillCollectionCommand
  14796.      */
  14797.     protected function getCrontabFillCollectionCommandService()
  14798.     {
  14799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14800.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CrontabFillCollectionCommand.php';
  14801.         $this->privates['FlexApp\\Command\\Cron\\CrontabFillCollectionCommand'] = $instance = new \FlexApp\Command\Cron\CrontabFillCollectionCommand(($this->privates['FlexApp\\Repository\\Collection\\CollectionRepository'] ?? $this->getCollectionRepository2Service()), ($this->privates['FlexApp\\Repository\\Collection\\CollectionSettingRepository'] ?? $this->getCollectionSettingRepositoryService()), ($this->privates['FlexApp\\Repository\\Collection\\CollectionAwardRepository'] ?? $this->getCollectionAwardRepositoryService()), ($this->privates['FlexApp\\Repository\\Collection\\CollectionHeaderRepository'] ?? $this->getCollectionHeaderRepositoryService()), ($this->privates['FlexApp\\Repository\\BrandRepository'] ?? $this->getBrandRepositoryService()), ($this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] ?? $this->getExhRepositoryService()), ($this->privates['FlexApp\\Repository\\SquareRepository'] ?? $this->getSquareRepositoryService()), ($this->privates['FlexApp\\Repository\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService()), ($this->privates['FlexApp\\Repository\\CountryRepository'] ?? $this->getCountryRepositoryService()), ($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService()), ($this->privates['FlexApp\\Repository\\DesignerRepository'] ?? $this->getDesignerRepositoryService()), ($this->privates['FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository'] ?? $this->getVideoStaticContentRepositoryService()), ($this->privates['FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository'] ?? $this->getStaticContentCollectionRepositoryService()), ($this->privates['FlexApp\\Repository\\PriceRepository'] ?? $this->getPriceRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14802.         $instance->setName('cron:fill-collections');
  14803.         $instance->setDescription('Fill collections from old table.');
  14804.         return $instance;
  14805.     }
  14806.     /**
  14807.      * Gets the private 'FlexApp\Command\Cron\CrontabFillCountryCommand' shared autowired service.
  14808.      *
  14809.      * @return \FlexApp\Command\Cron\CrontabFillCountryCommand
  14810.      */
  14811.     protected function getCrontabFillCountryCommandService()
  14812.     {
  14813.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14814.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CrontabFillCountryCommand.php';
  14815.         $this->privates['FlexApp\\Command\\Cron\\CrontabFillCountryCommand'] = $instance = new \FlexApp\Command\Cron\CrontabFillCountryCommand(($this->privates['FlexApp\\Repository\\CountryRepository'] ?? $this->getCountryRepositoryService()), ($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService()), ($this->privates['FlexApp\\Repository\\PhoneMaskRepository'] ?? $this->getPhoneMaskRepositoryService()), ($this->privates['FlexApp\\Repository\\ZipMaskRepository'] ?? $this->getZipMaskRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14816.         $instance->setName('cron:fill-country');
  14817.         $instance->setDescription('Заполнение стран и их названий.');
  14818.         return $instance;
  14819.     }
  14820.     /**
  14821.      * Gets the private 'FlexApp\Command\Cron\CrontabFillFactoryCommand' shared autowired service.
  14822.      *
  14823.      * @return \FlexApp\Command\Cron\CrontabFillFactoryCommand
  14824.      */
  14825.     protected function getCrontabFillFactoryCommandService()
  14826.     {
  14827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14828.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CrontabFillFactoryCommand.php';
  14829.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/StaticContentService.php';
  14830.         $a = new \FlexApp\Service\StaticContentService();
  14831.         $a->staticContentRepository = ($this->privates['FlexApp\\Repository\\StaticContent\\StaticContentRepository'] ?? $this->getStaticContentRepositoryService());
  14832.         $this->privates['FlexApp\\Command\\Cron\\CrontabFillFactoryCommand'] = $instance = new \FlexApp\Command\Cron\CrontabFillFactoryCommand(($this->privates['FlexApp\\Repository\\BrandRepository'] ?? $this->getBrandRepositoryService()), ($this->privates['FlexApp\\Repository\\CountryRepository'] ?? $this->getCountryRepositoryService()), ($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService()), ($this->privates['FlexApp\\Repository\\TranscriptionRepository'] ?? $this->getTranscriptionRepositoryService()), ($this->privates['FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository'] ?? $this->getVideoStaticContentRepositoryService()), ($this->privates['FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository'] ?? $this->getSoundStaticContentRepositoryService()), $a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14833.         $instance->setName('cron:fill-factory');
  14834.         $instance->setDescription('Fill factories from old table.');
  14835.         return $instance;
  14836.     }
  14837.     /**
  14838.      * Gets the private 'FlexApp\Command\Cron\CrontabFillReviewsCommand' shared autowired service.
  14839.      *
  14840.      * @return \FlexApp\Command\Cron\CrontabFillReviewsCommand
  14841.      */
  14842.     protected function getCrontabFillReviewsCommandService()
  14843.     {
  14844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14845.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/Cron/CrontabFillReviewsCommand.php';
  14846.         $this->privates['FlexApp\\Command\\Cron\\CrontabFillReviewsCommand'] = $instance = new \FlexApp\Command\Cron\CrontabFillReviewsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14847.         $instance->setName('cron:fill-review');
  14848.         $instance->setDescription('Обновление отзывов.');
  14849.         return $instance;
  14850.     }
  14851.     /**
  14852.      * Gets the private 'FlexApp\Command\ExportArticleSchemeToCsvCommand' shared autowired service.
  14853.      *
  14854.      * @return \FlexApp\Command\ExportArticleSchemeToCsvCommand
  14855.      */
  14856.     protected function getExportArticleSchemeToCsvCommandService()
  14857.     {
  14858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14859.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportArticleSchemeToCsvCommand.php';
  14860.         $this->privates['FlexApp\\Command\\ExportArticleSchemeToCsvCommand'] = $instance = new \FlexApp\Command\ExportArticleSchemeToCsvCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  14861.         $instance->setName('app:export-article-scheme-csv');
  14862.         return $instance;
  14863.     }
  14864.     /**
  14865.      * Gets the private 'FlexApp\Command\ExportArticlesToJsonForGoogleCommand' shared autowired service.
  14866.      *
  14867.      * @return \FlexApp\Command\ExportArticlesToJsonForGoogleCommand
  14868.      */
  14869.     protected function getExportArticlesToJsonForGoogleCommandService()
  14870.     {
  14871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14872.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportArticlesToJsonForGoogleCommand.php';
  14873.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/RecommendationsAiService.php';
  14874.         $this->privates['FlexApp\\Command\\ExportArticlesToJsonForGoogleCommand'] = $instance = new \FlexApp\Command\ExportArticlesToJsonForGoogleCommand(new \FlexApp\Service\RecommendationsAiService(), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  14875.         $instance->setName('recommendations-ai:export-articles-to-json');
  14876.         return $instance;
  14877.     }
  14878.     /**
  14879.      * Gets the private 'FlexApp\Command\ExportCollectionsToAmazonPersonalizeCommand' shared autowired service.
  14880.      *
  14881.      * @return \FlexApp\Command\ExportCollectionsToAmazonPersonalizeCommand
  14882.      */
  14883.     protected function getExportCollectionsToAmazonPersonalizeCommandService()
  14884.     {
  14885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14886.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportCollectionsToAmazonPersonalizeCommand.php';
  14887.         $this->privates['FlexApp\\Command\\ExportCollectionsToAmazonPersonalizeCommand'] = $instance = new \FlexApp\Command\ExportCollectionsToAmazonPersonalizeCommand(($this->privates['FlexApp\\Service\\AmazonPersonalizeService'] ?? $this->getAmazonPersonalizeServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  14888.         $instance->setName('personalize:export-collections');
  14889.         return $instance;
  14890.     }
  14891.     /**
  14892.      * Gets the private 'FlexApp\Command\ExportUserItemToAmazonPersonalizeCommand' shared autowired service.
  14893.      *
  14894.      * @return \FlexApp\Command\ExportUserItemToAmazonPersonalizeCommand
  14895.      */
  14896.     protected function getExportUserItemToAmazonPersonalizeCommandService()
  14897.     {
  14898.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14899.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportUserItemToAmazonPersonalizeCommand.php';
  14900.         $this->privates['FlexApp\\Command\\ExportUserItemToAmazonPersonalizeCommand'] = $instance = new \FlexApp\Command\ExportUserItemToAmazonPersonalizeCommand(($this->privates['FlexApp\\Service\\AmazonPersonalizeService'] ?? $this->getAmazonPersonalizeServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  14901.         $instance->setName('personalize:export-user-item');
  14902.         return $instance;
  14903.     }
  14904.     /**
  14905.      * Gets the private 'FlexApp\Command\ExportUsersToAmazonPersonalizeCommand' shared autowired service.
  14906.      *
  14907.      * @return \FlexApp\Command\ExportUsersToAmazonPersonalizeCommand
  14908.      */
  14909.     protected function getExportUsersToAmazonPersonalizeCommandService()
  14910.     {
  14911.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14912.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ExportUsersToAmazonPersonalizeCommand.php';
  14913.         $this->privates['FlexApp\\Command\\ExportUsersToAmazonPersonalizeCommand'] = $instance = new \FlexApp\Command\ExportUsersToAmazonPersonalizeCommand(($this->privates['FlexApp\\Service\\AmazonPersonalizeService'] ?? $this->getAmazonPersonalizeServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  14914.         $instance->setName('personalize:export-users');
  14915.         return $instance;
  14916.     }
  14917.     /**
  14918.      * Gets the private 'FlexApp\Command\FillArticleFilterCommand' shared autowired service.
  14919.      *
  14920.      * @return \FlexApp\Command\FillArticleFilterCommand
  14921.      */
  14922.     protected function getFillArticleFilterCommandService()
  14923.     {
  14924.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14925.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FillArticleFilterCommand.php';
  14926.         $this->privates['FlexApp\\Command\\FillArticleFilterCommand'] = $instance = new \FlexApp\Command\FillArticleFilterCommand(($this->services['adm.service.article_filters_filler'] ?? $this->getAdm_Service_ArticleFiltersFillerService()));
  14927.         $instance->setName('app:fill_article_filter');
  14928.         $instance->setDescription('Заполняет article_filter для артикулов порциями (удобно для cron)');
  14929.         return $instance;
  14930.     }
  14931.     /**
  14932.      * Gets the private 'FlexApp\Command\FillArticleSortCommand' shared autowired service.
  14933.      *
  14934.      * @return \FlexApp\Command\FillArticleSortCommand
  14935.      */
  14936.     protected function getFillArticleSortCommandService()
  14937.     {
  14938.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14939.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FillArticleSortCommand.php';
  14940.         $this->privates['FlexApp\\Command\\FillArticleSortCommand'] = $instance = new \FlexApp\Command\FillArticleSortCommand(($this->services['adm.service.article_sort_filler'] ?? $this->getAdm_Service_ArticleSortFillerService()));
  14941.         $instance->setName('app:fill_article_sort');
  14942.         $instance->setDescription('Заполняет a_sort порциями (по коллекции, фабрике или всё по кругу)');
  14943.         return $instance;
  14944.     }
  14945.     /**
  14946.      * Gets the private 'FlexApp\Command\FillCapitalsCommand' shared autowired service.
  14947.      *
  14948.      * @return \FlexApp\Command\FillCapitalsCommand
  14949.      */
  14950.     protected function getFillCapitalsCommandService()
  14951.     {
  14952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14953.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FillCapitalsCommand.php';
  14954.         $this->privates['FlexApp\\Command\\FillCapitalsCommand'] = $instance = new \FlexApp\Command\FillCapitalsCommand(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14955.         $instance->setName('app:fill-capitals');
  14956.         return $instance;
  14957.     }
  14958.     /**
  14959.      * Gets the private 'FlexApp\Command\FillHolidaysCommand' shared autowired service.
  14960.      *
  14961.      * @return \FlexApp\Command\FillHolidaysCommand
  14962.      */
  14963.     protected function getFillHolidaysCommandService()
  14964.     {
  14965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14966.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FillHolidaysCommand.php';
  14967.         $this->privates['FlexApp\\Command\\FillHolidaysCommand'] = $instance = new \FlexApp\Command\FillHolidaysCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  14968.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  14969.         $instance->setName('app:fill-holidays');
  14970.         return $instance;
  14971.     }
  14972.     /**
  14973.      * Gets the private 'FlexApp\Command\FillInteriorFilterCommand' shared autowired service.
  14974.      *
  14975.      * @return \FlexApp\Command\FillInteriorFilterCommand
  14976.      */
  14977.     protected function getFillInteriorFilterCommandService()
  14978.     {
  14979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14980.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FillInteriorFilterCommand.php';
  14981.         $this->privates['FlexApp\\Command\\FillInteriorFilterCommand'] = $instance = new \FlexApp\Command\FillInteriorFilterCommand(($this->services['adm.service.interior_filters_filler'] ?? $this->getAdm_Service_InteriorFiltersFillerService()));
  14982.         $instance->setName('app:fill_interior_filter');
  14983.         $instance->setDescription('Заполняет interior_filters для интерьеров порциями (удобно для cron)');
  14984.         return $instance;
  14985.     }
  14986.     /**
  14987.      * Gets the private 'FlexApp\Command\FixLocalesInLocalChangeStatisticCommand' shared autowired service.
  14988.      *
  14989.      * @return \FlexApp\Command\FixLocalesInLocalChangeStatisticCommand
  14990.      */
  14991.     protected function getFixLocalesInLocalChangeStatisticCommandService()
  14992.     {
  14993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14994.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/FixLocalesInLocalChangeStatisticCommand.php';
  14995.         $this->privates['FlexApp\\Command\\FixLocalesInLocalChangeStatisticCommand'] = $instance = new \FlexApp\Command\FixLocalesInLocalChangeStatisticCommand(($this->privates['FlexApp\\Service\\LocaleChangeStatService'] ?? $this->getLocaleChangeStatServiceService()));
  14996.         $instance->setName('locale-statistic:fix-db-locale-strings');
  14997.         return $instance;
  14998.     }
  14999.     /**
  15000.      * Gets the private 'FlexApp\Command\GetCollectionThemesStatCommand' shared autowired service.
  15001.      *
  15002.      * @return \FlexApp\Command\GetCollectionThemesStatCommand
  15003.      */
  15004.     protected function getGetCollectionThemesStatCommandService()
  15005.     {
  15006.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15007.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/GetCollectionThemesStatCommand.php';
  15008.         $this->privates['FlexApp\\Command\\GetCollectionThemesStatCommand'] = $instance = new \FlexApp\Command\GetCollectionThemesStatCommand();
  15009.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15010.         $instance->collectionRepository = ($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService());
  15011.         $instance->setName('app:get-collection-themes-stat-command');
  15012.         return $instance;
  15013.     }
  15014.     /**
  15015.      * Gets the private 'FlexApp\Command\ImgProcessCommand' shared autowired service.
  15016.      *
  15017.      * @return \FlexApp\Command\ImgProcessCommand
  15018.      */
  15019.     protected function getImgProcessCommandService()
  15020.     {
  15021.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15022.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ImgProcessCommand.php';
  15023.         $this->privates['FlexApp\\Command\\ImgProcessCommand'] = $instance = new \FlexApp\Command\ImgProcessCommand();
  15024.         $instance->setName('img_process');
  15025.         return $instance;
  15026.     }
  15027.     /**
  15028.      * Gets the private 'FlexApp\Command\ImportOldSubscribersCommand' shared autowired service.
  15029.      *
  15030.      * @return \FlexApp\Command\ImportOldSubscribersCommand
  15031.      */
  15032.     protected function getImportOldSubscribersCommandService()
  15033.     {
  15034.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15035.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ImportOldSubscribersCommand.php';
  15036.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  15037.         $this->privates['FlexApp\\Command\\ImportOldSubscribersCommand'] = $instance = new \FlexApp\Command\ImportOldSubscribersCommand(($this->privates['FlexApp\\Repository\\CommentablePageRepository'] ?? $this->getCommentablePageRepositoryService()), ($this->privates['FlexApp\\Repository\\CommentablePageSubscriberRepository'] ?? $this->getCommentablePageSubscriberRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer())));
  15038.         $instance->setName('app:import-old-subscribers');
  15039.         return $instance;
  15040.     }
  15041.     /**
  15042.      * Gets the private 'FlexApp\Command\ImportProdDBCommand' shared autowired service.
  15043.      *
  15044.      * @return \FlexApp\Command\ImportProdDBCommand
  15045.      */
  15046.     protected function getImportProdDBCommandService()
  15047.     {
  15048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15049.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ImportProdDBCommand.php';
  15050.         $this->privates['FlexApp\\Command\\ImportProdDBCommand'] = $instance = new \FlexApp\Command\ImportProdDBCommand(($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()));
  15051.         $instance->setName('app:import-prod-db');
  15052.         return $instance;
  15053.     }
  15054.     /**
  15055.      * Gets the private 'FlexApp\Command\ManualTestUnreadCountCommand' shared autowired service.
  15056.      *
  15057.      * @return \FlexApp\Command\ManualTestUnreadCountCommand
  15058.      */
  15059.     protected function getManualTestUnreadCountCommandService()
  15060.     {
  15061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15062.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ManualTestUnreadCountCommand.php';
  15063.         $this->privates['FlexApp\\Command\\ManualTestUnreadCountCommand'] = $instance = new \FlexApp\Command\ManualTestUnreadCountCommand();
  15064.         $instance->changeUnreadCountHandler = ($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'] ?? $this->getChangedUnreadCountHandlerService());
  15065.         $instance->setName('app:manual-test-unread-count');
  15066.         return $instance;
  15067.     }
  15068.     /**
  15069.      * Gets the private 'FlexApp\Command\ManualTestingCommand' shared autowired service.
  15070.      *
  15071.      * @return \FlexApp\Command\ManualTestingCommand
  15072.      */
  15073.     protected function getManualTestingCommandService()
  15074.     {
  15075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15076.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/ManualTestingCommand.php';
  15077.         $this->privates['FlexApp\\Command\\ManualTestingCommand'] = $instance = new \FlexApp\Command\ManualTestingCommand();
  15078.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  15079.         $instance->classMetadataFactory = ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService());
  15080.         $instance->serializer = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  15081.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  15082.         $instance->validator = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  15083.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15084.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15085.         $instance->portalApiService = ($this->privates['FlexApp\\Service\\PortalApiService'] ?? $this->getPortalApiServiceService());
  15086.         $instance->chatBMessageRepository = ($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService());
  15087.         $instance->loginLinkGenerator = ($this->services['FlexApp\\Service\\LoginLinkGenerator'] ?? $this->getLoginLinkGeneratorService());
  15088.         $instance->logsManager = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  15089.         $instance->setName('app:manual-testing');
  15090.         return $instance;
  15091.     }
  15092.     /**
  15093.      * Gets the private 'FlexApp\Command\MergeContactsOnPortalCommand' shared autowired service.
  15094.      *
  15095.      * @return \FlexApp\Command\MergeContactsOnPortalCommand
  15096.      */
  15097.     protected function getMergeContactsOnPortalCommandService()
  15098.     {
  15099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15100.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/MergeContactsOnPortalCommand.php';
  15101.         $this->privates['FlexApp\\Command\\MergeContactsOnPortalCommand'] = $instance = new \FlexApp\Command\MergeContactsOnPortalCommand();
  15102.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  15103.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15104.         $instance->setName('app:merge-contacts-on-portal');
  15105.         return $instance;
  15106.     }
  15107.     /**
  15108.      * Gets the private 'FlexApp\Command\OnceLoadCurrenciesCommand' shared autowired service.
  15109.      *
  15110.      * @return \FlexApp\Command\OnceLoadCurrenciesCommand
  15111.      */
  15112.     protected function getOnceLoadCurrenciesCommandService()
  15113.     {
  15114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15115.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/OnceLoadCurrenciesCommand.php';
  15116.         $this->privates['FlexApp\\Command\\OnceLoadCurrenciesCommand'] = $instance = new \FlexApp\Command\OnceLoadCurrenciesCommand(($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService()), ($this->privates['FlexApp\\Repository\\CurrencyRepository'] ?? $this->getCurrencyRepositoryService()));
  15117.         $instance->setName('command:load-currencies');
  15118.         $instance->setDescription('Единоразовая заливка валют');
  15119.         return $instance;
  15120.     }
  15121.     /**
  15122.      * Gets the private 'FlexApp\Command\OnceLoadMeasuresCommand' shared autowired service.
  15123.      *
  15124.      * @return \FlexApp\Command\OnceLoadMeasuresCommand
  15125.      */
  15126.     protected function getOnceLoadMeasuresCommandService()
  15127.     {
  15128.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15129.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/OnceLoadMeasuresCommand.php';
  15130.         $this->privates['FlexApp\\Command\\OnceLoadMeasuresCommand'] = $instance = new \FlexApp\Command\OnceLoadMeasuresCommand(($this->privates['FlexApp\\Repository\\LocaleRepository'] ?? $this->getLocaleRepositoryService()), ($this->privates['FlexApp\\Repository\\SquareRepository'] ?? $this->getSquareRepositoryService()));
  15131.         $instance->setName('command:load-measures');
  15132.         $instance->setDescription('Единоразовая заливка площадей');
  15133.         return $instance;
  15134.     }
  15135.     /**
  15136.      * Gets the private 'FlexApp\Command\PluralizationExampleCommand' shared autowired service.
  15137.      *
  15138.      * @return \FlexApp\Command\PluralizationExampleCommand
  15139.      */
  15140.     protected function getPluralizationExampleCommandService()
  15141.     {
  15142.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15143.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/PluralizationExampleCommand.php';
  15144.         $this->privates['FlexApp\\Command\\PluralizationExampleCommand'] = $instance = new \FlexApp\Command\PluralizationExampleCommand();
  15145.         $instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
  15146.         $instance->setName('app:pluralization-example');
  15147.         return $instance;
  15148.     }
  15149.     /**
  15150.      * Gets the private 'FlexApp\Command\PushTestByFCMTokenCommand' shared autowired service.
  15151.      *
  15152.      * @return \FlexApp\Command\PushTestByFCMTokenCommand
  15153.      */
  15154.     protected function getPushTestByFCMTokenCommandService()
  15155.     {
  15156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15157.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/PushTestByFCMTokenCommand.php';
  15158.         $this->privates['FlexApp\\Command\\PushTestByFCMTokenCommand'] = $instance = new \FlexApp\Command\PushTestByFCMTokenCommand(($this->privates['FlexApp\\Service\\WebPushNotificationsService'] ?? $this->getWebPushNotificationsServiceService()));
  15159.         $instance->setName('app:push-test-by-fcm-token');
  15160.         return $instance;
  15161.     }
  15162.     /**
  15163.      * Gets the private 'FlexApp\Command\PushTestByTeTokenCommand' shared autowired service.
  15164.      *
  15165.      * @return \FlexApp\Command\PushTestByTeTokenCommand
  15166.      */
  15167.     protected function getPushTestByTeTokenCommandService()
  15168.     {
  15169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15170.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/PushTestByTeTokenCommand.php';
  15171.         $this->privates['FlexApp\\Command\\PushTestByTeTokenCommand'] = $instance = new \FlexApp\Command\PushTestByTeTokenCommand(($this->privates['FlexApp\\Service\\WebPushNotificationsService'] ?? $this->getWebPushNotificationsServiceService()));
  15172.         $instance->setName('app:push-test-by-te-token');
  15173.         return $instance;
  15174.     }
  15175.     /**
  15176.      * Gets the private 'FlexApp\Command\PushTestByUserCommand' shared autowired service.
  15177.      *
  15178.      * @return \FlexApp\Command\PushTestByUserCommand
  15179.      */
  15180.     protected function getPushTestByUserCommandService()
  15181.     {
  15182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15183.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/PushTestByUserCommand.php';
  15184.         $this->privates['FlexApp\\Command\\PushTestByUserCommand'] = $instance = new \FlexApp\Command\PushTestByUserCommand(($this->privates['FlexApp\\Service\\WebPushNotificationsService'] ?? $this->getWebPushNotificationsServiceService()), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  15185.         $instance->setName('app:push-test-by-user');
  15186.         return $instance;
  15187.     }
  15188.     /**
  15189.      * Gets the private 'FlexApp\Command\RemoveOldComparesCommand' shared autowired service.
  15190.      *
  15191.      * @return \FlexApp\Command\RemoveOldComparesCommand
  15192.      */
  15193.     protected function getRemoveOldComparesCommandService()
  15194.     {
  15195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15196.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/RemoveOldComparesCommand.php';
  15197.         $this->privates['FlexApp\\Command\\RemoveOldComparesCommand'] = $instance = new \FlexApp\Command\RemoveOldComparesCommand(($this->privates['FlexApp\\Service\\CompareArticleService'] ?? $this->getCompareArticleServiceService()));
  15198.         $instance->setName('app:compare:delete:old');
  15199.         return $instance;
  15200.     }
  15201.     /**
  15202.      * Gets the private 'FlexApp\Command\RenameImageExhCommand' shared autowired service.
  15203.      *
  15204.      * @return \FlexApp\Command\RenameImageExhCommand
  15205.      */
  15206.     protected function getRenameImageExhCommandService()
  15207.     {
  15208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15209.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/RenameImageExhCommand.php';
  15210.         $this->privates['FlexApp\\Command\\RenameImageExhCommand'] = $instance = new \FlexApp\Command\RenameImageExhCommand();
  15211.         $instance->setName('app:rename_image_exh');
  15212.         return $instance;
  15213.     }
  15214.     /**
  15215.      * Gets the private 'FlexApp\Command\SendTestEmailCommand' shared autowired service.
  15216.      *
  15217.      * @return \FlexApp\Command\SendTestEmailCommand
  15218.      */
  15219.     protected function getSendTestEmailCommandService()
  15220.     {
  15221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15222.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/SendTestEmailCommand.php';
  15223.         $a = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  15224.         $this->privates['FlexApp\\Command\\SendTestEmailCommand'] = $instance = new \FlexApp\Command\SendTestEmailCommand($a);
  15225.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  15226.         $instance->parametersProvider $a;
  15227.         $instance->setName('app:send-test-email');
  15228.         return $instance;
  15229.     }
  15230.     /**
  15231.      * Gets the private 'FlexApp\Command\SendToChatCommand' shared autowired service.
  15232.      *
  15233.      * @return \FlexApp\Command\SendToChatCommand
  15234.      */
  15235.     protected function getSendToChatCommandService()
  15236.     {
  15237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15238.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/SendToChatCommand.php';
  15239.         $this->privates['FlexApp\\Command\\SendToChatCommand'] = $instance = new \FlexApp\Command\SendToChatCommand(($this->services['FlexApp\\Service\\SystemChatNotificationService'] ?? $this->getSystemChatNotificationServiceService()));
  15240.         $instance->setName('app:send-to-chat');
  15241.         return $instance;
  15242.     }
  15243.     /**
  15244.      * Gets the private 'FlexApp\Command\SetSkuCommand' shared autowired service.
  15245.      *
  15246.      * @return \FlexApp\Command\SetSkuCommand
  15247.      */
  15248.     protected function getSetSkuCommandService()
  15249.     {
  15250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15251.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/SetSkuCommand.php';
  15252.         $this->privates['FlexApp\\Command\\SetSkuCommand'] = $instance = new \FlexApp\Command\SetSkuCommand();
  15253.         $instance->productReviewsCacheRepository = ($this->services['WebBundle\\Repository\\ProductReviewsCacheRepository'] ?? $this->getProductReviewsCacheRepositoryService());
  15254.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15255.         $instance->setName('app:set-sku');
  15256.         return $instance;
  15257.     }
  15258.     /**
  15259.      * Gets the private 'FlexApp\Command\TestSentryCommand' shared autowired service.
  15260.      *
  15261.      * @return \FlexApp\Command\TestSentryCommand
  15262.      */
  15263.     protected function getTestSentryCommandService()
  15264.     {
  15265.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15266.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/TestSentryCommand.php';
  15267.         $this->privates['FlexApp\\Command\\TestSentryCommand'] = $instance = new \FlexApp\Command\TestSentryCommand(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  15268.         $instance->setName('test:sentry');
  15269.         return $instance;
  15270.     }
  15271.     /**
  15272.      * Gets the private 'FlexApp\Command\TransferUserCountryToOrderAddressCommand' shared autowired service.
  15273.      *
  15274.      * @return \FlexApp\Command\TransferUserCountryToOrderAddressCommand
  15275.      */
  15276.     protected function getTransferUserCountryToOrderAddressCommandService()
  15277.     {
  15278.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15279.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/TransferUserCountryToOrderAddressCommand.php';
  15280.         $this->privates['FlexApp\\Command\\TransferUserCountryToOrderAddressCommand'] = $instance = new \FlexApp\Command\TransferUserCountryToOrderAddressCommand();
  15281.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  15282.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15283.         $instance->setName('app:transfer-user-country');
  15284.         return $instance;
  15285.     }
  15286.     /**
  15287.      * Gets the private 'FlexApp\Command\TranslitBuildFilesCommand' shared autowired service.
  15288.      *
  15289.      * @return \FlexApp\Command\TranslitBuildFilesCommand
  15290.      */
  15291.     protected function getTranslitBuildFilesCommandService()
  15292.     {
  15293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15294.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/TranslitBuildFilesCommand.php';
  15295.         $this->privates['FlexApp\\Command\\TranslitBuildFilesCommand'] = $instance = new \FlexApp\Command\TranslitBuildFilesCommand($this);
  15296.         $instance->setName('te:translation:build');
  15297.         return $instance;
  15298.     }
  15299.     /**
  15300.      * Gets the private 'FlexApp\Command\TretoToTeCommand' shared autowired service.
  15301.      *
  15302.      * @return \FlexApp\Command\TretoToTeCommand
  15303.      */
  15304.     protected function getTretoToTeCommandService()
  15305.     {
  15306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15307.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/TretoToTeCommand.php';
  15308.         $this->privates['FlexApp\\Command\\TretoToTeCommand'] = $instance = new \FlexApp\Command\TretoToTeCommand(($this->services['FlexApp\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService()), ($this->privates['FlexApp\\Service\\CommentManager'] ?? $this->getCommentManagerService()));
  15309.         $instance->setName('app:treto-to-te');
  15310.         return $instance;
  15311.     }
  15312.     /**
  15313.      * Gets the private 'FlexApp\Command\UpdateArticleSchemeFromCsvCommand' shared autowired service.
  15314.      *
  15315.      * @return \FlexApp\Command\UpdateArticleSchemeFromCsvCommand
  15316.      */
  15317.     protected function getUpdateArticleSchemeFromCsvCommandService()
  15318.     {
  15319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15320.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UpdateArticleSchemeFromCsvCommand.php';
  15321.         $this->privates['FlexApp\\Command\\UpdateArticleSchemeFromCsvCommand'] = $instance = new \FlexApp\Command\UpdateArticleSchemeFromCsvCommand();
  15322.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15323.         $instance->setName('app:update-article-scheme-from-csv');
  15324.         $instance->setDescription('Update article scheme flag from detected_schema_ids CSV file');
  15325.         return $instance;
  15326.     }
  15327.     /**
  15328.      * Gets the private 'FlexApp\Command\UpdateInvitationEmailDeliveryStatsCommand' shared autowired service.
  15329.      *
  15330.      * @return \FlexApp\Command\UpdateInvitationEmailDeliveryStatsCommand
  15331.      */
  15332.     protected function getUpdateInvitationEmailDeliveryStatsCommandService()
  15333.     {
  15334.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15335.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UpdateInvitationEmailDeliveryStatsCommand.php';
  15336.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/GoogleGmailEventsService.php';
  15337.         $this->privates['FlexApp\\Command\\UpdateInvitationEmailDeliveryStatsCommand'] = $instance = new \FlexApp\Command\UpdateInvitationEmailDeliveryStatsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['FlexApp\\Service\\GoogleGmailEventsService'] ?? ($this->privates['FlexApp\\Service\\GoogleGmailEventsService'] = new \FlexApp\Service\GoogleGmailEventsService())));
  15338.         $instance->setName('app:update-invitation-email-delivery-stats');
  15339.         return $instance;
  15340.     }
  15341.     /**
  15342.      * Gets the private 'FlexApp\Command\UpdateUserOnPortalCommand' shared autowired service.
  15343.      *
  15344.      * @return \FlexApp\Command\UpdateUserOnPortalCommand
  15345.      */
  15346.     protected function getUpdateUserOnPortalCommandService()
  15347.     {
  15348.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15349.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UpdateUserOnPortalCommand.php';
  15350.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/QTEClient.php';
  15351.         $this->privates['FlexApp\\Command\\UpdateUserOnPortalCommand'] = $instance = new \FlexApp\Command\UpdateUserOnPortalCommand();
  15352.         $a = new \FlexApp\Service\QTEClient();
  15353.         $a->httpClient = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  15354.         $a->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  15355.         $a->serializer = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  15356.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  15357.         $instance->qteClient $a;
  15358.         $instance->setName('app:update-user-on-portal');
  15359.         return $instance;
  15360.     }
  15361.     /**
  15362.      * Gets the private 'FlexApp\Command\UserEnteredChatCommand' shared autowired service.
  15363.      *
  15364.      * @return \FlexApp\Command\UserEnteredChatCommand
  15365.      */
  15366.     protected function getUserEnteredChatCommandService()
  15367.     {
  15368.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15369.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UserEnteredChatCommand.php';
  15370.         $this->privates['FlexApp\\Command\\UserEnteredChatCommand'] = $instance = new \FlexApp\Command\UserEnteredChatCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15371.         $instance->setName('app:user-entered-chat');
  15372.         return $instance;
  15373.     }
  15374.     /**
  15375.      * Gets the private 'FlexApp\Command\UserLeftChatCommand' shared autowired service.
  15376.      *
  15377.      * @return \FlexApp\Command\UserLeftChatCommand
  15378.      */
  15379.     protected function getUserLeftChatCommandService()
  15380.     {
  15381.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15382.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/UserLeftChatCommand.php';
  15383.         $this->privates['FlexApp\\Command\\UserLeftChatCommand'] = $instance = new \FlexApp\Command\UserLeftChatCommand(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15384.         $instance->setName('app:user-left-chat');
  15385.         return $instance;
  15386.     }
  15387.     /**
  15388.      * Gets the private 'FlexApp\Command\VisitCommand' shared autowired service.
  15389.      *
  15390.      * @return \FlexApp\Command\VisitCommand
  15391.      */
  15392.     protected function getVisitCommandService()
  15393.     {
  15394.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  15395.         include_once \dirname(__DIR__4).'/src/FlexApp/Command/VisitCommand.php';
  15396.         $this->privates['FlexApp\\Command\\VisitCommand'] = $instance = new \FlexApp\Command\VisitCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  15397.         $instance->setName('app:visit');
  15398.         return $instance;
  15399.     }
  15400.     /**
  15401.      * Gets the private 'FlexApp\DTO\OneC\OneCReviewRequestDto' shared autowired service.
  15402.      *
  15403.      * @return \FlexApp\DTO\OneC\OneCReviewRequestDto
  15404.      */
  15405.     protected function getOneCReviewRequestDtoService()
  15406.     {
  15407.         $this->throw('Cannot autowire service "FlexApp\\DTO\\OneC\\OneCReviewRequestDto": argument "$marker" of method "__construct()" is type-hinted "string", you should configure its value explicitly.');
  15408.     }
  15409.     /**
  15410.      * Gets the private 'FlexApp\Entity\Mailing' shared autowired service.
  15411.      *
  15412.      * @return \FlexApp\Entity\Mailing
  15413.      */
  15414.     protected function getMailingService()
  15415.     {
  15416.         include_once \dirname(__DIR__4).'/src/FlexApp/Entity/Mailing.php';
  15417.         return $this->privates['FlexApp\\Entity\\Mailing'] = new \FlexApp\Entity\Mailing();
  15418.     }
  15419.     /**
  15420.      * Gets the private 'FlexApp\Entity\VacancySliderEntity' shared autowired service.
  15421.      *
  15422.      * @return \FlexApp\Entity\VacancySliderEntity
  15423.      */
  15424.     protected function getVacancySliderEntityService()
  15425.     {
  15426.         include_once \dirname(__DIR__4).'/src/FlexApp/Entity/VacancySliderEntity.php';
  15427.         return $this->privates['FlexApp\\Entity\\VacancySliderEntity'] = new \FlexApp\Entity\VacancySliderEntity();
  15428.     }
  15429.     /**
  15430.      * Gets the private 'FlexApp\EventListener\CommentErrorListener' shared autowired service.
  15431.      *
  15432.      * @return \FlexApp\EventListener\CommentErrorListener
  15433.      */
  15434.     protected function getCommentErrorListenerService()
  15435.     {
  15436.         include_once \dirname(__DIR__4).'/src/FlexApp/EventListener/CommentErrorListener.php';
  15437.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Logger.php';
  15438.         $a = ($this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'] ?? $this->getDevsAndAdminsNotifierService());
  15439.         if (isset($this->privates['FlexApp\\EventListener\\CommentErrorListener'])) {
  15440.             return $this->privates['FlexApp\\EventListener\\CommentErrorListener'];
  15441.         }
  15442.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  15443.         if (isset($this->privates['FlexApp\\EventListener\\CommentErrorListener'])) {
  15444.             return $this->privates['FlexApp\\EventListener\\CommentErrorListener'];
  15445.         }
  15446.         $c = new \FlexApp\Service\Logger();
  15447.         $c->monologLogger = ($this->services['logger'] ?? $this->getLoggerService());
  15448.         return $this->privates['FlexApp\\EventListener\\CommentErrorListener'] = new \FlexApp\EventListener\CommentErrorListener($c$a, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $b);
  15449.     }
  15450.     /**
  15451.      * Gets the private 'FlexApp\EventSubscriber\BanIpSubscriber' shared autowired service.
  15452.      *
  15453.      * @return \FlexApp\EventSubscriber\BanIpSubscriber
  15454.      */
  15455.     protected function getBanIpSubscriberService()
  15456.     {
  15457.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/BanIpSubscriber.php';
  15458.         $a = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  15459.         if (isset($this->privates['FlexApp\\EventSubscriber\\BanIpSubscriber'])) {
  15460.             return $this->privates['FlexApp\\EventSubscriber\\BanIpSubscriber'];
  15461.         }
  15462.         return $this->privates['FlexApp\\EventSubscriber\\BanIpSubscriber'] = new \FlexApp\EventSubscriber\BanIpSubscriber(($this->privates['FlexApp\\Repository\\BannedIpRepository'] ?? $this->getBannedIpRepositoryService()), $a);
  15463.     }
  15464.     /**
  15465.      * Gets the private 'FlexApp\EventSubscriber\CommentNotifyClientsSubscriber' shared autowired service.
  15466.      *
  15467.      * @return \FlexApp\EventSubscriber\CommentNotifyClientsSubscriber
  15468.      */
  15469.     protected function getCommentNotifyClientsSubscriberService()
  15470.     {
  15471.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/CommentNotifyClientsSubscriber.php';
  15472.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  15473.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  15474.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15475.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15476.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15477.         }
  15478.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  15479.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15480.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15481.         }
  15482.         $c = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  15483.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15484.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15485.         }
  15486.         $d = ($this->services['FlexApp\\Service\\SystemChatNotificationService'] ?? $this->getSystemChatNotificationServiceService());
  15487.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15488.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15489.         }
  15490.         $e = ($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'] ?? $this->getChangedUnreadCountHandlerService());
  15491.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'])) {
  15492.             return $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'];
  15493.         }
  15494.         $this->privates['FlexApp\\EventSubscriber\\CommentNotifyClientsSubscriber'] = $instance = new \FlexApp\EventSubscriber\CommentNotifyClientsSubscriber(($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] ?? $this->getSourceByCommentTypeDefinerService()), $a$b, ($this->privates['FlexApp\\Repository\\CommentablePageRepository'] ?? $this->getCommentablePageRepositoryService()), $c, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] ?? ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] = new \FlexApp\Service\EmailCanonicalizer())), ($this->services['WebBundle\\Repository\\ListEmailRepository'] ?? $this->getListEmailRepositoryService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $d, ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService()), $e);
  15495.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  15496.         $instance->consDefiner = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  15497.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  15498.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  15499.         $instance->contactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  15500.         return $instance;
  15501.     }
  15502.     /**
  15503.      * Gets the private 'FlexApp\EventSubscriber\CommentSendToPortalSubscriber' shared autowired service.
  15504.      *
  15505.      * @return \FlexApp\EventSubscriber\CommentSendToPortalSubscriber
  15506.      */
  15507.     protected function getCommentSendToPortalSubscriberService()
  15508.     {
  15509.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/CommentSendToPortalSubscriber.php';
  15510.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15511.         if (isset($this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'])) {
  15512.             return $this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'];
  15513.         }
  15514.         return $this->privates['FlexApp\\EventSubscriber\\CommentSendToPortalSubscriber'] = new \FlexApp\EventSubscriber\CommentSendToPortalSubscriber($a);
  15515.     }
  15516.     /**
  15517.      * Gets the private 'FlexApp\EventSubscriber\EmailClickSubscriber' shared autowired service.
  15518.      *
  15519.      * @return \FlexApp\EventSubscriber\EmailClickSubscriber
  15520.      */
  15521.     protected function getEmailClickSubscriberService()
  15522.     {
  15523.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15524.         if (isset($this->privates['FlexApp\\EventSubscriber\\EmailClickSubscriber'])) {
  15525.             return $this->privates['FlexApp\\EventSubscriber\\EmailClickSubscriber'];
  15526.         }
  15527.         return $this->privates['FlexApp\\EventSubscriber\\EmailClickSubscriber'] = new \FlexApp\EventSubscriber\EmailClickSubscriber(($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->privates['FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository'] ?? $this->getInvitationEmailDeliveryStatsRepositoryService()), $a);
  15528.     }
  15529.     /**
  15530.      * Gets the private 'FlexApp\EventSubscriber\ErrorNotifierSubscriber' shared autowired service.
  15531.      *
  15532.      * @return \FlexApp\EventSubscriber\ErrorNotifierSubscriber
  15533.      */
  15534.     protected function getErrorNotifierSubscriberService()
  15535.     {
  15536.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/ErrorNotifierSubscriber.php';
  15537.         $a = ($this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'] ?? $this->getDevsAndAdminsNotifierService());
  15538.         if (isset($this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'])) {
  15539.             return $this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'];
  15540.         }
  15541.         return $this->privates['FlexApp\\EventSubscriber\\ErrorNotifierSubscriber'] = new \FlexApp\EventSubscriber\ErrorNotifierSubscriber($a);
  15542.     }
  15543.     /**
  15544.      * Gets the private 'FlexApp\EventSubscriber\LogoutSubscriber' shared autowired service.
  15545.      *
  15546.      * @return \FlexApp\EventSubscriber\LogoutSubscriber
  15547.      */
  15548.     protected function getLogoutSubscriberService()
  15549.     {
  15550.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/LogoutSubscriber.php';
  15551.         $this->privates['FlexApp\\EventSubscriber\\LogoutSubscriber'] = $instance = new \FlexApp\EventSubscriber\LogoutSubscriber();
  15552.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  15553.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  15554.         return $instance;
  15555.     }
  15556.     /**
  15557.      * Gets the private 'FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber' shared autowired service.
  15558.      *
  15559.      * @return \FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber
  15560.      */
  15561.     protected function getPortalNotifierAboutJobSeekerHasEnteredTheChatSubscriberService()
  15562.     {
  15563.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber.php';
  15564.         $a = ($this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'] ?? $this->getPortalNotifierAboutChatEventsService());
  15565.         if (isset($this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber'])) {
  15566.             return $this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber'];
  15567.         }
  15568.         return $this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber'] = new \FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerHasEnteredTheChatSubscriber($a);
  15569.     }
  15570.     /**
  15571.      * Gets the private 'FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerLeftChatSubscriber' shared autowired service.
  15572.      *
  15573.      * @return \FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerLeftChatSubscriber
  15574.      */
  15575.     protected function getPortalNotifierAboutJobSeekerLeftChatSubscriberService()
  15576.     {
  15577.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/PortalNotifierAboutJobSeekerLeftChatSubscriber.php';
  15578.         return $this->privates['FlexApp\\EventSubscriber\\PortalNotifierAboutJobSeekerLeftChatSubscriber'] = new \FlexApp\EventSubscriber\PortalNotifierAboutJobSeekerLeftChatSubscriber(($this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'] ?? $this->getPortalNotifierAboutChatEventsService()));
  15579.     }
  15580.     /**
  15581.      * Gets the private 'FlexApp\EventSubscriber\PortalThemeSetterSubscriber' shared autowired service.
  15582.      *
  15583.      * @return \FlexApp\EventSubscriber\PortalThemeSetterSubscriber
  15584.      */
  15585.     protected function getPortalThemeSetterSubscriberService()
  15586.     {
  15587.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/PortalThemeSetterSubscriber.php';
  15588.         $a = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  15589.         if (isset($this->privates['FlexApp\\EventSubscriber\\PortalThemeSetterSubscriber'])) {
  15590.             return $this->privates['FlexApp\\EventSubscriber\\PortalThemeSetterSubscriber'];
  15591.         }
  15592.         return $this->privates['FlexApp\\EventSubscriber\\PortalThemeSetterSubscriber'] = new \FlexApp\EventSubscriber\PortalThemeSetterSubscriber($a);
  15593.     }
  15594.     /**
  15595.      * Gets the private 'FlexApp\EventSubscriber\RemoveUserSubscriber' shared autowired service.
  15596.      *
  15597.      * @return \FlexApp\EventSubscriber\RemoveUserSubscriber
  15598.      */
  15599.     protected function getRemoveUserSubscriberService()
  15600.     {
  15601.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  15602.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/RemoveUserSubscriber.php';
  15603.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15604.         if (isset($this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'])) {
  15605.             return $this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'];
  15606.         }
  15607.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  15608.         if (isset($this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'])) {
  15609.             return $this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'];
  15610.         }
  15611.         return $this->privates['FlexApp\\EventSubscriber\\RemoveUserSubscriber'] = new \FlexApp\EventSubscriber\RemoveUserSubscriber($a, ($this->services['logger'] ?? $this->getLoggerService()), $b);
  15612.     }
  15613.     /**
  15614.      * Gets the private 'FlexApp\EventSubscriber\RetieChatMessagesOnPortalSubscriber' shared autowired service.
  15615.      *
  15616.      * @return \FlexApp\EventSubscriber\RetieChatMessagesOnPortalSubscriber
  15617.      */
  15618.     protected function getRetieChatMessagesOnPortalSubscriberService()
  15619.     {
  15620.         include_once \dirname(__DIR__4).'/src/FlexApp/EventSubscriber/RetieChatMessagesOnPortalSubscriber.php';
  15621.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  15622.         if (isset($this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'])) {
  15623.             return $this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'];
  15624.         }
  15625.         $b = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  15626.         if (isset($this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'])) {
  15627.             return $this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'];
  15628.         }
  15629.         return $this->privates['FlexApp\\EventSubscriber\\RetieChatMessagesOnPortalSubscriber'] = new \FlexApp\EventSubscriber\RetieChatMessagesOnPortalSubscriber($a, ($this->services['logger'] ?? $this->getLoggerService()), ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), $b);
  15630.     }
  15631.     /**
  15632.      * Gets the private 'FlexApp\Form\ChangeInterviewDateTimeType' shared autowired service.
  15633.      *
  15634.      * @return \FlexApp\Form\ChangeInterviewDateTimeType
  15635.      */
  15636.     protected function getChangeInterviewDateTimeTypeService()
  15637.     {
  15638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15640.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/ChangeInterviewDateTimeType.php';
  15641.         return $this->privates['FlexApp\\Form\\ChangeInterviewDateTimeType'] = new \FlexApp\Form\ChangeInterviewDateTimeType(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  15642.     }
  15643.     /**
  15644.      * Gets the private 'FlexApp\Form\ChatBEmailFormType' shared autowired service.
  15645.      *
  15646.      * @return \FlexApp\Form\ChatBEmailFormType
  15647.      */
  15648.     protected function getChatBEmailFormTypeService()
  15649.     {
  15650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15651.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15652.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/ChatBEmailFormType.php';
  15653.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  15654.         return $this->privates['FlexApp\\Form\\ChatBEmailFormType'] = new \FlexApp\Form\ChatBEmailFormType(($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer())), ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()));
  15655.     }
  15656.     /**
  15657.      * Gets the private 'FlexApp\Form\MailingType' shared autowired service.
  15658.      *
  15659.      * @return \FlexApp\Form\MailingType
  15660.      */
  15661.     protected function getMailingTypeService()
  15662.     {
  15663.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15664.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15665.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/MailingType.php';
  15666.         return $this->privates['FlexApp\\Form\\MailingType'] = new \FlexApp\Form\MailingType();
  15667.     }
  15668.     /**
  15669.      * Gets the private 'FlexApp\Form\OrderAddressType' shared autowired service.
  15670.      *
  15671.      * @return \FlexApp\Form\OrderAddressType
  15672.      */
  15673.     protected function getOrderAddressTypeService()
  15674.     {
  15675.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15676.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15677.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/OrderAddressType.php';
  15678.         $this->privates['FlexApp\\Form\\OrderAddressType'] = $instance = new \FlexApp\Form\OrderAddressType();
  15679.         $instance->translator = ($this->services['translator'] ?? $this->getTranslatorService());
  15680.         return $instance;
  15681.     }
  15682.     /**
  15683.      * Gets the private 'FlexApp\Form\ResettingFormType' shared autowired service.
  15684.      *
  15685.      * @return \FlexApp\Form\ResettingFormType
  15686.      */
  15687.     protected function getResettingFormTypeService()
  15688.     {
  15689.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15690.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15691.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/ResettingFormType.php';
  15692.         return $this->privates['FlexApp\\Form\\ResettingFormType'] = new \FlexApp\Form\ResettingFormType();
  15693.     }
  15694.     /**
  15695.      * Gets the private 'FlexApp\Form\SiteCommentType' shared autowired service.
  15696.      *
  15697.      * @return \FlexApp\Form\SiteCommentType
  15698.      */
  15699.     protected function getSiteCommentTypeService()
  15700.     {
  15701.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15702.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15703.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/SiteCommentType.php';
  15704.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/StopWordsDetectorInterface.php';
  15705.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/StopWordsDetector.php';
  15706.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  15707.         if (isset($this->privates['FlexApp\\Form\\SiteCommentType'])) {
  15708.             return $this->privates['FlexApp\\Form\\SiteCommentType'];
  15709.         }
  15710.         return $this->privates['FlexApp\\Form\\SiteCommentType'] = new \FlexApp\Form\SiteCommentType(($this->services['FlexApp\\Repository\\CommentRepository'] ?? $this->getCommentRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['FlexApp\\Service\\StopWordsDetector'] ?? ($this->privates['FlexApp\\Service\\StopWordsDetector'] = new \FlexApp\Service\StopWordsDetector())), ($this->privates['FlexApp\\Repository\\BannedIpRepository'] ?? $this->getBannedIpRepositoryService()), $a);
  15711.     }
  15712.     /**
  15713.      * Gets the private 'FlexApp\Form\VacancySliderType' shared autowired service.
  15714.      *
  15715.      * @return \FlexApp\Form\VacancySliderType
  15716.      */
  15717.     protected function getVacancySliderTypeService()
  15718.     {
  15719.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  15720.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  15721.         include_once \dirname(__DIR__4).'/src/FlexApp/Form/VacancySliderType.php';
  15722.         return $this->privates['FlexApp\\Form\\VacancySliderType'] = new \FlexApp\Form\VacancySliderType();
  15723.     }
  15724.     /**
  15725.      * Gets the private 'FlexApp\Interfaces\PortalApiLoggerInterface' shared autowired service.
  15726.      *
  15727.      * @return \FlexApp\Service\DailyLogger
  15728.      */
  15729.     protected function getPortalApiLoggerInterfaceService()
  15730.     {
  15731.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  15732.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  15733.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  15734.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  15735.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  15736.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  15737.         return $this->privates['FlexApp\\Interfaces\\PortalApiLoggerInterface'] = new \FlexApp\Service\DailyLogger('portal_api_server', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  15738.     }
  15739.     /**
  15740.      * Gets the private 'FlexApp\Repository\AdmCfgPageRepository' shared autowired service.
  15741.      *
  15742.      * @return \FlexApp\Repository\AdmCfgPageRepository
  15743.      */
  15744.     protected function getAdmCfgPageRepositoryService()
  15745.     {
  15746.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/AdmCfgPageRepository.php';
  15747.         return $this->privates['FlexApp\\Repository\\AdmCfgPageRepository'] = new \FlexApp\Repository\AdmCfgPageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15748.     }
  15749.     /**
  15750.      * Gets the private 'FlexApp\Repository\Article\ArticleDescriptionRepository' shared autowired service.
  15751.      *
  15752.      * @return \FlexApp\Repository\Article\ArticleDescriptionRepository
  15753.      */
  15754.     protected function getArticleDescriptionRepositoryService()
  15755.     {
  15756.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Article/ArticleDescriptionRepository.php';
  15757.         return $this->privates['FlexApp\\Repository\\Article\\ArticleDescriptionRepository'] = new \FlexApp\Repository\Article\ArticleDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15758.     }
  15759.     /**
  15760.      * Gets the private 'FlexApp\Repository\Article\ArticleDiscountRepository' shared autowired service.
  15761.      *
  15762.      * @return \FlexApp\Repository\Article\ArticleDiscountRepository
  15763.      */
  15764.     protected function getArticleDiscountRepositoryService()
  15765.     {
  15766.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Article/ArticleDiscountRepository.php';
  15767.         return $this->privates['FlexApp\\Repository\\Article\\ArticleDiscountRepository'] = new \FlexApp\Repository\Article\ArticleDiscountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15768.     }
  15769.     /**
  15770.      * Gets the private 'FlexApp\Repository\Article\ArticlePriceRepository' shared autowired service.
  15771.      *
  15772.      * @return \FlexApp\Repository\Article\ArticlePriceRepository
  15773.      */
  15774.     protected function getArticlePriceRepositoryService()
  15775.     {
  15776.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Article/ArticlePriceRepository.php';
  15777.         return $this->privates['FlexApp\\Repository\\Article\\ArticlePriceRepository'] = new \FlexApp\Repository\Article\ArticlePriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15778.     }
  15779.     /**
  15780.      * Gets the private 'FlexApp\Repository\AttachmentEntityRepository' shared autowired service.
  15781.      *
  15782.      * @return \FlexApp\Repository\AttachmentEntityRepository
  15783.      */
  15784.     protected function getAttachmentEntityRepositoryService()
  15785.     {
  15786.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/AttachmentEntityRepository.php';
  15787.         return $this->privates['FlexApp\\Repository\\AttachmentEntityRepository'] = new \FlexApp\Repository\AttachmentEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15788.     }
  15789.     /**
  15790.      * Gets the private 'FlexApp\Repository\BannedIpRepository' shared autowired service.
  15791.      *
  15792.      * @return \FlexApp\Repository\BannedIpRepository
  15793.      */
  15794.     protected function getBannedIpRepositoryService()
  15795.     {
  15796.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/BannedIpRepository.php';
  15797.         return $this->privates['FlexApp\\Repository\\BannedIpRepository'] = new \FlexApp\Repository\BannedIpRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15798.     }
  15799.     /**
  15800.      * Gets the private 'FlexApp\Repository\BoolDBSettingRepository' shared autowired service.
  15801.      *
  15802.      * @return \FlexApp\Repository\BoolDBSettingRepository
  15803.      */
  15804.     protected function getBoolDBSettingRepositoryService()
  15805.     {
  15806.         return $this->privates['FlexApp\\Repository\\BoolDBSettingRepository'] = new \FlexApp\Repository\BoolDBSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15807.     }
  15808.     /**
  15809.      * Gets the private 'FlexApp\Repository\BrandRepository' shared autowired service.
  15810.      *
  15811.      * @return \FlexApp\Repository\BrandRepository
  15812.      */
  15813.     protected function getBrandRepositoryService()
  15814.     {
  15815.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/BrandRepository.php';
  15816.         return $this->privates['FlexApp\\Repository\\BrandRepository'] = new \FlexApp\Repository\BrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15817.     }
  15818.     /**
  15819.      * Gets the private 'FlexApp\Repository\ChatBMessageRepository' shared autowired service.
  15820.      *
  15821.      * @return \FlexApp\Repository\ChatBMessageRepository
  15822.      */
  15823.     protected function getChatBMessageRepositoryService()
  15824.     {
  15825.         return $this->privates['FlexApp\\Repository\\ChatBMessageRepository'] = new \FlexApp\Repository\ChatBMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15826.     }
  15827.     /**
  15828.      * Gets the private 'FlexApp\Repository\ChatBRepository' shared autowired service.
  15829.      *
  15830.      * @return \FlexApp\Repository\ChatBRepository
  15831.      */
  15832.     protected function getChatBRepositoryService()
  15833.     {
  15834.         return $this->privates['FlexApp\\Repository\\ChatBRepository'] = new \FlexApp\Repository\ChatBRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15835.     }
  15836.     /**
  15837.      * Gets the private 'FlexApp\Repository\Collection\CollectionAwardRepository' shared autowired service.
  15838.      *
  15839.      * @return \FlexApp\Repository\Collection\CollectionAwardRepository
  15840.      */
  15841.     protected function getCollectionAwardRepositoryService()
  15842.     {
  15843.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Collection/CollectionAwardRepository.php';
  15844.         return $this->privates['FlexApp\\Repository\\Collection\\CollectionAwardRepository'] = new \FlexApp\Repository\Collection\CollectionAwardRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15845.     }
  15846.     /**
  15847.      * Gets the private 'FlexApp\Repository\Collection\CollectionHeaderRepository' shared autowired service.
  15848.      *
  15849.      * @return \FlexApp\Repository\Collection\CollectionHeaderRepository
  15850.      */
  15851.     protected function getCollectionHeaderRepositoryService()
  15852.     {
  15853.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Collection/CollectionHeaderRepository.php';
  15854.         return $this->privates['FlexApp\\Repository\\Collection\\CollectionHeaderRepository'] = new \FlexApp\Repository\Collection\CollectionHeaderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15855.     }
  15856.     /**
  15857.      * Gets the private 'FlexApp\Repository\Collection\CollectionRepository' shared autowired service.
  15858.      *
  15859.      * @return \FlexApp\Repository\Collection\CollectionRepository
  15860.      */
  15861.     protected function getCollectionRepository2Service()
  15862.     {
  15863.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Collection/CollectionRepository.php';
  15864.         return $this->privates['FlexApp\\Repository\\Collection\\CollectionRepository'] = new \FlexApp\Repository\Collection\CollectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15865.     }
  15866.     /**
  15867.      * Gets the private 'FlexApp\Repository\Collection\CollectionSettingRepository' shared autowired service.
  15868.      *
  15869.      * @return \FlexApp\Repository\Collection\CollectionSettingRepository
  15870.      */
  15871.     protected function getCollectionSettingRepositoryService()
  15872.     {
  15873.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Collection/CollectionSettingRepository.php';
  15874.         return $this->privates['FlexApp\\Repository\\Collection\\CollectionSettingRepository'] = new \FlexApp\Repository\Collection\CollectionSettingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15875.     }
  15876.     /**
  15877.      * Gets the private 'FlexApp\Repository\CommentablePageRepository' shared autowired service.
  15878.      *
  15879.      * @return \FlexApp\Repository\CommentablePageRepository
  15880.      */
  15881.     protected function getCommentablePageRepositoryService()
  15882.     {
  15883.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CommentablePageRepository.php';
  15884.         return $this->privates['FlexApp\\Repository\\CommentablePageRepository'] = new \FlexApp\Repository\CommentablePageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15885.     }
  15886.     /**
  15887.      * Gets the private 'FlexApp\Repository\CommentablePageSubscriberRepository' shared autowired service.
  15888.      *
  15889.      * @return \FlexApp\Repository\CommentablePageSubscriberRepository
  15890.      */
  15891.     protected function getCommentablePageSubscriberRepositoryService()
  15892.     {
  15893.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CommentablePageSubscriberRepository.php';
  15894.         return $this->privates['FlexApp\\Repository\\CommentablePageSubscriberRepository'] = new \FlexApp\Repository\CommentablePageSubscriberRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15895.     }
  15896.     /**
  15897.      * Gets the private 'FlexApp\Repository\CompareArticleRepository' shared autowired service.
  15898.      *
  15899.      * @return \FlexApp\Repository\CompareArticleRepository
  15900.      */
  15901.     protected function getCompareArticleRepositoryService()
  15902.     {
  15903.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CompareArticleRepository.php';
  15904.         return $this->privates['FlexApp\\Repository\\CompareArticleRepository'] = new \FlexApp\Repository\CompareArticleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15905.     }
  15906.     /**
  15907.      * Gets the private 'FlexApp\Repository\ConsultantRepository' shared autowired service.
  15908.      *
  15909.      * @return \FlexApp\Repository\ConsultantRepository
  15910.      */
  15911.     protected function getConsultantRepositoryService()
  15912.     {
  15913.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ConsultantRepository.php';
  15914.         return $this->privates['FlexApp\\Repository\\ConsultantRepository'] = new \FlexApp\Repository\ConsultantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15915.     }
  15916.     /**
  15917.      * Gets the private 'FlexApp\Repository\CountryAndLangSpecificDataRepository' shared autowired service.
  15918.      *
  15919.      * @return \FlexApp\Repository\CountryAndLangSpecificDataRepository
  15920.      */
  15921.     protected function getCountryAndLangSpecificDataRepositoryService()
  15922.     {
  15923.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CountryAndLangSpecificDataRepository.php';
  15924.         $this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] = $instance = new \FlexApp\Repository\CountryAndLangSpecificDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15925.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  15926.         return $instance;
  15927.     }
  15928.     /**
  15929.      * Gets the private 'FlexApp\Repository\CountryRepository' shared autowired service.
  15930.      *
  15931.      * @return \FlexApp\Repository\CountryRepository
  15932.      */
  15933.     protected function getCountryRepositoryService()
  15934.     {
  15935.         include_once \dirname(__DIR__4).'/src/WebBundle/Interfaces/ListEntityRepositoryInterface.php';
  15936.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CountryRepository.php';
  15937.         return $this->privates['FlexApp\\Repository\\CountryRepository'] = new \FlexApp\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15938.     }
  15939.     /**
  15940.      * Gets the private 'FlexApp\Repository\CryptoCurrencyRepository' shared autowired service.
  15941.      *
  15942.      * @return \FlexApp\Repository\CryptoCurrencyRepository
  15943.      */
  15944.     protected function getCryptoCurrencyRepositoryService()
  15945.     {
  15946.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CryptoCurrencyRepository.php';
  15947.         return $this->privates['FlexApp\\Repository\\CryptoCurrencyRepository'] = new \FlexApp\Repository\CryptoCurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15948.     }
  15949.     /**
  15950.      * Gets the private 'FlexApp\Repository\CryptoNetworkRepository' shared autowired service.
  15951.      *
  15952.      * @return \FlexApp\Repository\CryptoNetworkRepository
  15953.      */
  15954.     protected function getCryptoNetworkRepositoryService()
  15955.     {
  15956.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CryptoNetworkRepository.php';
  15957.         return $this->privates['FlexApp\\Repository\\CryptoNetworkRepository'] = new \FlexApp\Repository\CryptoNetworkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15958.     }
  15959.     /**
  15960.      * Gets the private 'FlexApp\Repository\CurrencyRepository' shared autowired service.
  15961.      *
  15962.      * @return \FlexApp\Repository\CurrencyRepository
  15963.      */
  15964.     protected function getCurrencyRepositoryService()
  15965.     {
  15966.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/CurrencyRepository.php';
  15967.         return $this->privates['FlexApp\\Repository\\CurrencyRepository'] = new \FlexApp\Repository\CurrencyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15968.     }
  15969.     /**
  15970.      * Gets the private 'FlexApp\Repository\DesignerRepository' shared autowired service.
  15971.      *
  15972.      * @return \FlexApp\Repository\DesignerRepository
  15973.      */
  15974.     protected function getDesignerRepositoryService()
  15975.     {
  15976.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/DesignerRepository.php';
  15977.         return $this->privates['FlexApp\\Repository\\DesignerRepository'] = new \FlexApp\Repository\DesignerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15978.     }
  15979.     /**
  15980.      * Gets the private 'FlexApp\Repository\Exhibition\ExhBrandRepository' shared autowired service.
  15981.      *
  15982.      * @return \FlexApp\Repository\Exhibition\ExhBrandRepository
  15983.      */
  15984.     protected function getExhBrandRepositoryService()
  15985.     {
  15986.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhBrandRepository.php';
  15987.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhBrandRepository'] = new \FlexApp\Repository\Exhibition\ExhBrandRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15988.     }
  15989.     /**
  15990.      * Gets the private 'FlexApp\Repository\Exhibition\ExhCollectionRepository' shared autowired service.
  15991.      *
  15992.      * @return \FlexApp\Repository\Exhibition\ExhCollectionRepository
  15993.      */
  15994.     protected function getExhCollectionRepositoryService()
  15995.     {
  15996.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhCollectionRepository.php';
  15997.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhCollectionRepository'] = new \FlexApp\Repository\Exhibition\ExhCollectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  15998.     }
  15999.     /**
  16000.      * Gets the private 'FlexApp\Repository\Exhibition\ExhImageRepository' shared autowired service.
  16001.      *
  16002.      * @return \FlexApp\Repository\Exhibition\ExhImageRepository
  16003.      */
  16004.     protected function getExhImageRepositoryService()
  16005.     {
  16006.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhImageRepository.php';
  16007.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhImageRepository'] = new \FlexApp\Repository\Exhibition\ExhImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16008.     }
  16009.     /**
  16010.      * Gets the private 'FlexApp\Repository\Exhibition\ExhLineRepository' shared autowired service.
  16011.      *
  16012.      * @return \FlexApp\Repository\Exhibition\ExhLineRepository
  16013.      */
  16014.     protected function getExhLineRepositoryService()
  16015.     {
  16016.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhLineRepository.php';
  16017.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhLineRepository'] = new \FlexApp\Repository\Exhibition\ExhLineRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16018.     }
  16019.     /**
  16020.      * Gets the private 'FlexApp\Repository\Exhibition\ExhRepository' shared autowired service.
  16021.      *
  16022.      * @return \FlexApp\Repository\Exhibition\ExhRepository
  16023.      */
  16024.     protected function getExhRepositoryService()
  16025.     {
  16026.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/Exhibition/ExhRepository.php';
  16027.         return $this->privates['FlexApp\\Repository\\Exhibition\\ExhRepository'] = new \FlexApp\Repository\Exhibition\ExhRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16028.     }
  16029.     /**
  16030.      * Gets the private 'FlexApp\Repository\FileEntityRepository' shared autowired service.
  16031.      *
  16032.      * @return \FlexApp\Repository\FileEntityRepository
  16033.      */
  16034.     protected function getFileEntityRepositoryService()
  16035.     {
  16036.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/FileEntityRepository.php';
  16037.         return $this->privates['FlexApp\\Repository\\FileEntityRepository'] = new \FlexApp\Repository\FileEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16038.     }
  16039.     /**
  16040.      * Gets the private 'FlexApp\Repository\GeoCountryRepository' shared autowired service.
  16041.      *
  16042.      * @return \FlexApp\Repository\GeoCountryRepository
  16043.      */
  16044.     protected function getGeoCountryRepositoryService()
  16045.     {
  16046.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/GeoCountryRepository.php';
  16047.         return $this->privates['FlexApp\\Repository\\GeoCountryRepository'] = new \FlexApp\Repository\GeoCountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16048.     }
  16049.     /**
  16050.      * Gets the private 'FlexApp\Repository\GeoLocaleNameRepository' shared autowired service.
  16051.      *
  16052.      * @return \FlexApp\Repository\GeoLocaleNameRepository
  16053.      */
  16054.     protected function getGeoLocaleNameRepositoryService()
  16055.     {
  16056.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/GeoLocaleNameRepository.php';
  16057.         return $this->privates['FlexApp\\Repository\\GeoLocaleNameRepository'] = new \FlexApp\Repository\GeoLocaleNameRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16058.     }
  16059.     /**
  16060.      * Gets the private 'FlexApp\Repository\GeoRegionRepository' shared autowired service.
  16061.      *
  16062.      * @return \FlexApp\Repository\GeoRegionRepository
  16063.      */
  16064.     protected function getGeoRegionRepositoryService()
  16065.     {
  16066.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/GeoRegionRepository.php';
  16067.         return $this->privates['FlexApp\\Repository\\GeoRegionRepository'] = new \FlexApp\Repository\GeoRegionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16068.     }
  16069.     /**
  16070.      * Gets the private 'FlexApp\Repository\InterviewRepository' shared autowired service.
  16071.      *
  16072.      * @return \FlexApp\Repository\InterviewRepository
  16073.      */
  16074.     protected function getInterviewRepositoryService()
  16075.     {
  16076.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/InterviewRepository.php';
  16077.         return $this->privates['FlexApp\\Repository\\InterviewRepository'] = new \FlexApp\Repository\InterviewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16078.     }
  16079.     /**
  16080.      * Gets the private 'FlexApp\Repository\InvitationEmailDeliveryStatsRepository' shared autowired service.
  16081.      *
  16082.      * @return \FlexApp\Repository\InvitationEmailDeliveryStatsRepository
  16083.      */
  16084.     protected function getInvitationEmailDeliveryStatsRepositoryService()
  16085.     {
  16086.         return $this->privates['FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository'] = new \FlexApp\Repository\InvitationEmailDeliveryStatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16087.     }
  16088.     /**
  16089.      * Gets the private 'FlexApp\Repository\LocaleChangeStatRepository' shared autowired service.
  16090.      *
  16091.      * @return \FlexApp\Repository\LocaleChangeStatRepository
  16092.      */
  16093.     protected function getLocaleChangeStatRepositoryService()
  16094.     {
  16095.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/LocaleChangeStatRepository.php';
  16096.         return $this->privates['FlexApp\\Repository\\LocaleChangeStatRepository'] = new \FlexApp\Repository\LocaleChangeStatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16097.     }
  16098.     /**
  16099.      * Gets the private 'FlexApp\Repository\LocaleRepository' shared autowired service.
  16100.      *
  16101.      * @return \FlexApp\Repository\LocaleRepository
  16102.      */
  16103.     protected function getLocaleRepositoryService()
  16104.     {
  16105.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/LocaleRepository.php';
  16106.         return $this->privates['FlexApp\\Repository\\LocaleRepository'] = new \FlexApp\Repository\LocaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16107.     }
  16108.     /**
  16109.      * Gets the private 'FlexApp\Repository\MailingRepository' shared autowired service.
  16110.      *
  16111.      * @return \FlexApp\Repository\MailingRepository
  16112.      */
  16113.     protected function getMailingRepositoryService()
  16114.     {
  16115.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/MailingRepository.php';
  16116.         return $this->privates['FlexApp\\Repository\\MailingRepository'] = new \FlexApp\Repository\MailingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16117.     }
  16118.     /**
  16119.      * Gets the private 'FlexApp\Repository\MobileUserSliderRepository' shared autowired service.
  16120.      *
  16121.      * @return \FlexApp\Repository\MobileUserSliderRepository
  16122.      */
  16123.     protected function getMobileUserSliderRepositoryService()
  16124.     {
  16125.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/MobileUserSliderRepository.php';
  16126.         return $this->privates['FlexApp\\Repository\\MobileUserSliderRepository'] = new \FlexApp\Repository\MobileUserSliderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16127.     }
  16128.     /**
  16129.      * Gets the private 'FlexApp\Repository\NgNameEntityRepository' shared autowired service.
  16130.      *
  16131.      * @return \FlexApp\Repository\NgNameEntityRepository
  16132.      */
  16133.     protected function getNgNameEntityRepositoryService()
  16134.     {
  16135.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/NgNameEntityRepository.php';
  16136.         return $this->privates['FlexApp\\Repository\\NgNameEntityRepository'] = new \FlexApp\Repository\NgNameEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16137.     }
  16138.     /**
  16139.      * Gets the private 'FlexApp\Repository\PhoneMaskRepository' shared autowired service.
  16140.      *
  16141.      * @return \FlexApp\Repository\PhoneMaskRepository
  16142.      */
  16143.     protected function getPhoneMaskRepositoryService()
  16144.     {
  16145.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/PhoneMaskRepository.php';
  16146.         return $this->privates['FlexApp\\Repository\\PhoneMaskRepository'] = new \FlexApp\Repository\PhoneMaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16147.     }
  16148.     /**
  16149.      * Gets the private 'FlexApp\Repository\PollOptionRepository' shared autowired service.
  16150.      *
  16151.      * @return \FlexApp\Repository\PollOptionRepository
  16152.      */
  16153.     protected function getPollOptionRepositoryService()
  16154.     {
  16155.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/PollOptionRepository.php';
  16156.         return $this->privates['FlexApp\\Repository\\PollOptionRepository'] = new \FlexApp\Repository\PollOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16157.     }
  16158.     /**
  16159.      * Gets the private 'FlexApp\Repository\PollRepository' shared autowired service.
  16160.      *
  16161.      * @return \FlexApp\Repository\PollRepository
  16162.      */
  16163.     protected function getPollRepositoryService()
  16164.     {
  16165.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/PollRepository.php';
  16166.         return $this->privates['FlexApp\\Repository\\PollRepository'] = new \FlexApp\Repository\PollRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16167.     }
  16168.     /**
  16169.      * Gets the private 'FlexApp\Repository\PriceRepository' shared autowired service.
  16170.      *
  16171.      * @return \FlexApp\Repository\PriceRepository
  16172.      */
  16173.     protected function getPriceRepositoryService()
  16174.     {
  16175.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/PriceRepository.php';
  16176.         return $this->privates['FlexApp\\Repository\\PriceRepository'] = new \FlexApp\Repository\PriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16177.     }
  16178.     /**
  16179.      * Gets the private 'FlexApp\Repository\ReviewsRepository' shared autowired service.
  16180.      *
  16181.      * @return \FlexApp\Repository\ReviewsRepository
  16182.      */
  16183.     protected function getReviewsRepositoryService()
  16184.     {
  16185.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ReviewsRepository.php';
  16186.         return $this->privates['FlexApp\\Repository\\ReviewsRepository'] = new \FlexApp\Repository\ReviewsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16187.     }
  16188.     /**
  16189.      * Gets the private 'FlexApp\Repository\ServiceEntityRepository\RetieRequestDataRepository' shared autowired service.
  16190.      *
  16191.      * @return \FlexApp\Repository\ServiceEntityRepository\RetieRequestDataRepository
  16192.      */
  16193.     protected function getRetieRequestDataRepositoryService()
  16194.     {
  16195.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ServiceEntityRepository/RetieRequestDataRepository.php';
  16196.         return $this->privates['FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository'] = new \FlexApp\Repository\ServiceEntityRepository\RetieRequestDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16197.     }
  16198.     /**
  16199.      * Gets the private 'FlexApp\Repository\SquareRepository' shared autowired service.
  16200.      *
  16201.      * @return \FlexApp\Repository\SquareRepository
  16202.      */
  16203.     protected function getSquareRepositoryService()
  16204.     {
  16205.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/SquareRepository.php';
  16206.         return $this->privates['FlexApp\\Repository\\SquareRepository'] = new \FlexApp\Repository\SquareRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16207.     }
  16208.     /**
  16209.      * Gets the private 'FlexApp\Repository\StatOrdersGroupingRepository' shared autowired service.
  16210.      *
  16211.      * @return \FlexApp\Repository\StatOrdersGroupingRepository
  16212.      */
  16213.     protected function getStatOrdersGroupingRepositoryService()
  16214.     {
  16215.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StatOrdersGroupingRepository.php';
  16216.         return $this->privates['FlexApp\\Repository\\StatOrdersGroupingRepository'] = new \FlexApp\Repository\StatOrdersGroupingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16217.     }
  16218.     /**
  16219.      * Gets the private 'FlexApp\Repository\StaticContent\MetaStaticContentRepository' shared autowired service.
  16220.      *
  16221.      * @return \FlexApp\Repository\StaticContent\MetaStaticContentRepository
  16222.      */
  16223.     protected function getMetaStaticContentRepositoryService()
  16224.     {
  16225.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/MetaStaticContentRepository.php';
  16226.         return $this->privates['FlexApp\\Repository\\StaticContent\\MetaStaticContentRepository'] = new \FlexApp\Repository\StaticContent\MetaStaticContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16227.     }
  16228.     /**
  16229.      * Gets the private 'FlexApp\Repository\StaticContent\SoundStaticContentRepository' shared autowired service.
  16230.      *
  16231.      * @return \FlexApp\Repository\StaticContent\SoundStaticContentRepository
  16232.      */
  16233.     protected function getSoundStaticContentRepositoryService()
  16234.     {
  16235.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/SoundStaticContentRepository.php';
  16236.         return $this->privates['FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository'] = new \FlexApp\Repository\StaticContent\SoundStaticContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16237.     }
  16238.     /**
  16239.      * Gets the private 'FlexApp\Repository\StaticContent\StaticContentCollectionRepository' shared autowired service.
  16240.      *
  16241.      * @return \FlexApp\Repository\StaticContent\StaticContentCollectionRepository
  16242.      */
  16243.     protected function getStaticContentCollectionRepositoryService()
  16244.     {
  16245.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/StaticContentCollectionRepository.php';
  16246.         return $this->privates['FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository'] = new \FlexApp\Repository\StaticContent\StaticContentCollectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16247.     }
  16248.     /**
  16249.      * Gets the private 'FlexApp\Repository\StaticContent\StaticContentRepository' shared autowired service.
  16250.      *
  16251.      * @return \FlexApp\Repository\StaticContent\StaticContentRepository
  16252.      */
  16253.     protected function getStaticContentRepositoryService()
  16254.     {
  16255.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/StaticContentRepository.php';
  16256.         return $this->privates['FlexApp\\Repository\\StaticContent\\StaticContentRepository'] = new \FlexApp\Repository\StaticContent\StaticContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16257.     }
  16258.     /**
  16259.      * Gets the private 'FlexApp\Repository\StaticContent\VideoStaticContentRepository' shared autowired service.
  16260.      *
  16261.      * @return \FlexApp\Repository\StaticContent\VideoStaticContentRepository
  16262.      */
  16263.     protected function getVideoStaticContentRepositoryService()
  16264.     {
  16265.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StaticContent/VideoStaticContentRepository.php';
  16266.         return $this->privates['FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository'] = new \FlexApp\Repository\StaticContent\VideoStaticContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16267.     }
  16268.     /**
  16269.      * Gets the private 'FlexApp\Repository\StatsRepository' shared autowired service.
  16270.      *
  16271.      * @return \FlexApp\Repository\StatsRepository
  16272.      */
  16273.     protected function getStatsRepositoryService()
  16274.     {
  16275.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/StatsRepository.php';
  16276.         return $this->privates['FlexApp\\Repository\\StatsRepository'] = new \FlexApp\Repository\StatsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16277.     }
  16278.     /**
  16279.      * Gets the private 'FlexApp\Repository\SubscriptionsEntityRepository' shared autowired service.
  16280.      *
  16281.      * @return \FlexApp\Repository\SubscriptionsEntityRepository
  16282.      */
  16283.     protected function getSubscriptionsEntityRepositoryService()
  16284.     {
  16285.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/SubscriptionsEntityRepository.php';
  16286.         return $this->privates['FlexApp\\Repository\\SubscriptionsEntityRepository'] = new \FlexApp\Repository\SubscriptionsEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16287.     }
  16288.     /**
  16289.      * Gets the private 'FlexApp\Repository\TranscriptionRepository' shared autowired service.
  16290.      *
  16291.      * @return \FlexApp\Repository\TranscriptionRepository
  16292.      */
  16293.     protected function getTranscriptionRepositoryService()
  16294.     {
  16295.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/TranscriptionRepository.php';
  16296.         return $this->privates['FlexApp\\Repository\\TranscriptionRepository'] = new \FlexApp\Repository\TranscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16297.     }
  16298.     /**
  16299.      * Gets the private 'FlexApp\Repository\UtilsStatusRepository' shared autowired service.
  16300.      *
  16301.      * @return \FlexApp\Repository\UtilsStatusRepository
  16302.      */
  16303.     protected function getUtilsStatusRepositoryService()
  16304.     {
  16305.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/UtilsStatusRepository.php';
  16306.         return $this->privates['FlexApp\\Repository\\UtilsStatusRepository'] = new \FlexApp\Repository\UtilsStatusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16307.     }
  16308.     /**
  16309.      * Gets the private 'FlexApp\Repository\WebPushDataEntityRepository' shared autowired service.
  16310.      *
  16311.      * @return \FlexApp\Repository\WebPushDataEntityRepository
  16312.      */
  16313.     protected function getWebPushDataEntityRepositoryService()
  16314.     {
  16315.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/WebPushDataEntityRepository.php';
  16316.         return $this->privates['FlexApp\\Repository\\WebPushDataEntityRepository'] = new \FlexApp\Repository\WebPushDataEntityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16317.     }
  16318.     /**
  16319.      * Gets the private 'FlexApp\Repository\WidgetRepository' shared autowired service.
  16320.      *
  16321.      * @return \FlexApp\Repository\WidgetRepository
  16322.      */
  16323.     protected function getWidgetRepositoryService()
  16324.     {
  16325.         return $this->privates['FlexApp\\Repository\\WidgetRepository'] = new \FlexApp\Repository\WidgetRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16326.     }
  16327.     /**
  16328.      * Gets the private 'FlexApp\Repository\ZipMaskRepository' shared autowired service.
  16329.      *
  16330.      * @return \FlexApp\Repository\ZipMaskRepository
  16331.      */
  16332.     protected function getZipMaskRepositoryService()
  16333.     {
  16334.         include_once \dirname(__DIR__4).'/src/FlexApp/Repository/ZipMaskRepository.php';
  16335.         return $this->privates['FlexApp\\Repository\\ZipMaskRepository'] = new \FlexApp\Repository\ZipMaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  16336.     }
  16337.     /**
  16338.      * Gets the private 'FlexApp\Security\LoginFormAuthenticator' shared autowired service.
  16339.      *
  16340.      * @return \FlexApp\Security\LoginFormAuthenticator
  16341.      */
  16342.     protected function getLoginFormAuthenticatorService()
  16343.     {
  16344.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  16345.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  16346.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  16347.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  16348.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractLoginFormAuthenticator.php';
  16349.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  16350.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/LoginFormAuthenticator.php';
  16351.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16352.         $this->privates['FlexApp\\Security\\LoginFormAuthenticator'] = $instance = new \FlexApp\Security\LoginFormAuthenticator(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()));
  16353.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  16354.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  16355.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16356.         return $instance;
  16357.     }
  16358.     /**
  16359.      * Gets the private 'FlexApp\Sentry\SentryFlushSubscriber' shared autowired service.
  16360.      *
  16361.      * @return \FlexApp\Sentry\SentryFlushSubscriber
  16362.      */
  16363.     protected function getSentryFlushSubscriberService()
  16364.     {
  16365.         include_once \dirname(__DIR__4).'/src/FlexApp/Sentry/SentryFlushSubscriber.php';
  16366.         return $this->privates['FlexApp\\Sentry\\SentryFlushSubscriber'] = new \FlexApp\Sentry\SentryFlushSubscriber(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  16367.     }
  16368.     /**
  16369.      * Gets the private 'FlexApp\Service\AdsFilters\AdsFiltersGeneratorTexts' shared autowired service.
  16370.      *
  16371.      * @return \FlexApp\Service\AdsFilters\AdsFiltersGeneratorTexts
  16372.      */
  16373.     protected function getAdsFiltersGeneratorTextsService()
  16374.     {
  16375.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/AdsFiltersGeneratorTexts.php';
  16376.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  16377.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/FiltersService.php';
  16378.         return $this->privates['FlexApp\\Service\\AdsFilters\\AdsFiltersGeneratorTexts'] = new \FlexApp\Service\AdsFilters\AdsFiltersGeneratorTexts(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['app.service.filters'] ?? ($this->services['app.service.filters'] = new \WebBundle\Service\FiltersService($this))));
  16379.     }
  16380.     /**
  16381.      * Gets the private 'FlexApp\Service\AjaxRegistrationByEmailService' shared autowired service.
  16382.      *
  16383.      * @return \FlexApp\Service\AjaxRegistrationByEmailService
  16384.      */
  16385.     protected function getAjaxRegistrationByEmailServiceService()
  16386.     {
  16387.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AjaxRegistrationByEmailService.php';
  16388.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16389.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  16390.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16391.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16392.         }
  16393.         $b = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  16394.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16395.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16396.         }
  16397.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16398.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16399.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16400.         }
  16401.         $d = ($this->privates['FlexApp\\Service\\UserPortalService'] ?? $this->getUserPortalServiceService());
  16402.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16403.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16404.         }
  16405.         $e = ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService());
  16406.         if (isset($this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'])) {
  16407.             return $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'];
  16408.         }
  16409.         $this->privates['FlexApp\\Service\\AjaxRegistrationByEmailService'] = $instance = new \FlexApp\Service\AjaxRegistrationByEmailService($a$b$c, ($this->services['logger'] ?? $this->getLoggerService()), ($this->services['app.service.order_address'] ?? $this->getApp_Service_OrderAddressService()), $d$e);
  16410.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  16411.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  16412.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16413.         return $instance;
  16414.     }
  16415.     /**
  16416.      * Gets the private 'FlexApp\Service\AliasByConsLoginProvider' shared autowired service.
  16417.      *
  16418.      * @return \FlexApp\Service\AliasByConsLoginProvider
  16419.      */
  16420.     protected function getAliasByConsLoginProviderService()
  16421.     {
  16422.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AliasByConsLoginProvider.php';
  16423.         $a = ($this->privates['FlexApp\\Service\\ConsSchedule'] ?? $this->getConsScheduleService());
  16424.         if (isset($this->privates['FlexApp\\Service\\AliasByConsLoginProvider'])) {
  16425.             return $this->privates['FlexApp\\Service\\AliasByConsLoginProvider'];
  16426.         }
  16427.         $this->privates['FlexApp\\Service\\AliasByConsLoginProvider'] = $instance = new \FlexApp\Service\AliasByConsLoginProvider($a);
  16428.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  16429.         return $instance;
  16430.     }
  16431.     /**
  16432.      * Gets the private 'FlexApp\Service\AmazonPersonalizeService' shared autowired service.
  16433.      *
  16434.      * @return \FlexApp\Service\AmazonPersonalizeService
  16435.      */
  16436.     protected function getAmazonPersonalizeServiceService()
  16437.     {
  16438.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AmazonPersonalizeService.php';
  16439.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AWS/AbstractBase.php';
  16440.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AWS/Personalize.php';
  16441.         return $this->privates['FlexApp\\Service\\AmazonPersonalizeService'] = new \FlexApp\Service\AmazonPersonalizeService(($this->services['WebBundle\\Repository\\CollectionRepository'] ?? $this->getCollectionRepositoryService()), ($this->services['WebBundle\\Service\\CollectionSettingsService'] ?? $this->getCollectionSettingsServiceService()), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \FlexApp\Service\AWS\Personalize(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))));
  16442.     }
  16443.     /**
  16444.      * Gets the private 'FlexApp\Service\AuthorNameDefiner' shared autowired service.
  16445.      *
  16446.      * @return \FlexApp\Service\AuthorNameDefiner
  16447.      */
  16448.     protected function getAuthorNameDefinerService()
  16449.     {
  16450.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AuthorNameDefiner.php';
  16451.         return $this->privates['FlexApp\\Service\\AuthorNameDefiner'] = new \FlexApp\Service\AuthorNameDefiner(($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16452.     }
  16453.     /**
  16454.      * Gets the private 'FlexApp\Service\ChangeInterviewDateTimeHandler' shared autowired service.
  16455.      *
  16456.      * @return \FlexApp\Service\ChangeInterviewDateTimeHandler
  16457.      */
  16458.     protected function getChangeInterviewDateTimeHandlerService()
  16459.     {
  16460.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChangeInterviewDateTimeHandler.php';
  16461.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16462.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16463.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16464.         }
  16465.         $b = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  16466.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16467.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16468.         }
  16469.         $c = ($this->privates['FlexApp\\Service\\InterviewChatManager'] ?? $this->getInterviewChatManagerService());
  16470.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16471.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16472.         }
  16473.         $d = ($this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'] ?? $this->getInterviewLoggerService());
  16474.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16475.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16476.         }
  16477.         $e = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16478.         if (isset($this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'])) {
  16479.             return $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'];
  16480.         }
  16481.         $this->privates['FlexApp\\Service\\ChangeInterviewDateTimeHandler'] = $instance = new \FlexApp\Service\ChangeInterviewDateTimeHandler($a$b$c$d$e, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  16482.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  16483.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16484.         return $instance;
  16485.     }
  16486.     /**
  16487.      * Gets the private 'FlexApp\Service\ChangedUnreadCountHandler' shared autowired service.
  16488.      *
  16489.      * @return \FlexApp\Service\ChangedUnreadCountHandler
  16490.      */
  16491.     protected function getChangedUnreadCountHandlerService()
  16492.     {
  16493.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChangedUnreadCountHandler.php';
  16494.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CentrifugoClient.php';
  16495.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16496.         if (isset($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'])) {
  16497.             return $this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'];
  16498.         }
  16499.         return $this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'] = new \FlexApp\Service\ChangedUnreadCountHandler(new \FlexApp\Service\CentrifugoClient($a, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService())), $a, ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), ($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService()));
  16500.     }
  16501.     /**
  16502.      * Gets the private 'FlexApp\Service\ChatArrayGenerator' shared autowired service.
  16503.      *
  16504.      * @return \FlexApp\Service\ChatArrayGenerator
  16505.      */
  16506.     protected function getChatArrayGeneratorService()
  16507.     {
  16508.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatArrayGenerator.php';
  16509.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatMessageDataGenerator.php';
  16510.         $a = ($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'] ?? $this->getWelcomeInfoDataGeneratorService());
  16511.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16512.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16513.         }
  16514.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16515.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16516.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16517.         }
  16518.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16519.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16520.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16521.         }
  16522.         $d = ($this->privates['FlexApp\\Service\\ConsSchedule'] ?? $this->getConsScheduleService());
  16523.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16524.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16525.         }
  16526.         $e = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  16527.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16528.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16529.         }
  16530.         $f = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16531.         if (isset($this->privates['FlexApp\\Service\\ChatArrayGenerator'])) {
  16532.             return $this->privates['FlexApp\\Service\\ChatArrayGenerator'];
  16533.         }
  16534.         $g = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  16535.         $h = new \FlexApp\Service\ChatMessageDataGenerator($b, ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $c$g$d, ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService()), ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService()), $e, ($this->privates['FlexApp\\Service\\ChatMessageManager'] ?? $this->getChatMessageManagerService()), ($this->privates['FlexApp\\Service\\AliasByConsLoginProvider'] ?? $this->getAliasByConsLoginProviderService()));
  16536.         $h->welcomeInfoDataGenerator $a;
  16537.         return $this->privates['FlexApp\\Service\\ChatArrayGenerator'] = new \FlexApp\Service\ChatArrayGenerator(($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService()), $g$a$h$f$c$d, ($this->services['translator'] ?? $this->getTranslatorService()));
  16538.     }
  16539.     /**
  16540.      * Gets the private 'FlexApp\Service\ChatBWebsocketClient' shared autowired service.
  16541.      *
  16542.      * @return \FlexApp\Service\ChatBWebsocketClient
  16543.      */
  16544.     protected function getChatBWebsocketClientService()
  16545.     {
  16546.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatBWebsocketClient.php';
  16547.         $this->privates['FlexApp\\Service\\ChatBWebsocketClient'] = $instance = new \FlexApp\Service\ChatBWebsocketClient();
  16548.         $instance->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  16549.         $instance->websocketClientLogger = ($this->privates['FlexApp\\Service\\WebsocketClientLogger'] ?? $this->getWebsocketClientLoggerService());
  16550.         return $instance;
  16551.     }
  16552.     /**
  16553.      * Gets the private 'FlexApp\Service\ChatByTokenResolver' shared autowired service.
  16554.      *
  16555.      * @return \FlexApp\Service\ChatByTokenResolver
  16556.      */
  16557.     protected function getChatByTokenResolverService()
  16558.     {
  16559.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatByTokenResolver.php';
  16560.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16561.         if (isset($this->privates['FlexApp\\Service\\ChatByTokenResolver'])) {
  16562.             return $this->privates['FlexApp\\Service\\ChatByTokenResolver'];
  16563.         }
  16564.         $b = ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService());
  16565.         if (isset($this->privates['FlexApp\\Service\\ChatByTokenResolver'])) {
  16566.             return $this->privates['FlexApp\\Service\\ChatByTokenResolver'];
  16567.         }
  16568.         return $this->privates['FlexApp\\Service\\ChatByTokenResolver'] = new \FlexApp\Service\ChatByTokenResolver(($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), $a$b, ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  16569.     }
  16570.     /**
  16571.      * Gets the private 'FlexApp\Service\ChatMessageManager' shared autowired service.
  16572.      *
  16573.      * @return \FlexApp\Service\ChatMessageManager
  16574.      */
  16575.     protected function getChatMessageManagerService()
  16576.     {
  16577.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatMessageManager.php';
  16578.         return $this->privates['FlexApp\\Service\\ChatMessageManager'] = new \FlexApp\Service\ChatMessageManager(($this->services['translator'] ?? $this->getTranslatorService()));
  16579.     }
  16580.     /**
  16581.      * Gets the private 'FlexApp\Service\ChatMessageToPortalSender' shared autowired service.
  16582.      *
  16583.      * @return \FlexApp\Service\ChatMessageToPortalSender
  16584.      */
  16585.     protected function getChatMessageToPortalSenderService()
  16586.     {
  16587.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatMessageToPortalSender.php';
  16588.         $this->privates['FlexApp\\Service\\ChatMessageToPortalSender'] = $instance = new \FlexApp\Service\ChatMessageToPortalSender();
  16589.         $instance->portalHelper = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16590.         $instance->userRepository = ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService());
  16591.         return $instance;
  16592.     }
  16593.     /**
  16594.      * Gets the private 'FlexApp\Service\ChatStateRefresher' shared autowired service.
  16595.      *
  16596.      * @return \FlexApp\Service\ChatStateRefresher
  16597.      */
  16598.     protected function getChatStateRefresherService()
  16599.     {
  16600.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatStateRefresher.php';
  16601.         $a = ($this->privates['FlexApp\\Service\\ChatBWebsocketClient'] ?? $this->getChatBWebsocketClientService());
  16602.         if (isset($this->privates['FlexApp\\Service\\ChatStateRefresher'])) {
  16603.             return $this->privates['FlexApp\\Service\\ChatStateRefresher'];
  16604.         }
  16605.         $b = ($this->privates['FlexApp\\Service\\ChatArrayGenerator'] ?? $this->getChatArrayGeneratorService());
  16606.         if (isset($this->privates['FlexApp\\Service\\ChatStateRefresher'])) {
  16607.             return $this->privates['FlexApp\\Service\\ChatStateRefresher'];
  16608.         }
  16609.         $this->privates['FlexApp\\Service\\ChatStateRefresher'] = $instance = new \FlexApp\Service\ChatStateRefresher($a$b, ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()));
  16610.         $instance->websocketClientLogger = ($this->privates['FlexApp\\Service\\WebsocketClientLogger'] ?? $this->getWebsocketClientLoggerService());
  16611.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16612.         return $instance;
  16613.     }
  16614.     /**
  16615.      * Gets the private 'FlexApp\Service\CommentFormHandlerService' shared autowired service.
  16616.      *
  16617.      * @return \FlexApp\Service\CommentFormHandlerService
  16618.      */
  16619.     protected function getCommentFormHandlerServiceService()
  16620.     {
  16621.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CommentFormHandlerService.php';
  16622.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/FormErrorsStandardArrayGenerator.php';
  16623.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ModifiedRequestGenerator.php';
  16624.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16625.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  16626.         $a = ($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService());
  16627.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16628.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16629.         }
  16630.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16631.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16632.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16633.         }
  16634.         $c = ($this->privates['FlexApp\\Service\\CommentManager'] ?? $this->getCommentManagerService());
  16635.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16636.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16637.         }
  16638.         $d = ($this->privates['FlexApp\\Service\\PortalThemeCreator'] ?? $this->getPortalThemeCreatorService());
  16639.         if (isset($this->privates['FlexApp\\Service\\CommentFormHandlerService'])) {
  16640.             return $this->privates['FlexApp\\Service\\CommentFormHandlerService'];
  16641.         }
  16642.         $e = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  16643.         $this->privates['FlexApp\\Service\\CommentFormHandlerService'] = $instance = new \FlexApp\Service\CommentFormHandlerService($a, new \FlexApp\Service\FormErrorsStandardArrayGenerator(), new \FlexApp\Service\ModifiedRequestGenerator($e), $b$c$e$d, ($this->privates['FlexApp\\Service\\EntityByIdTypeAndLocaleDefiner'] ?? $this->getEntityByIdTypeAndLocaleDefinerService()), ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->privates['FlexApp\\Repository\\CommentablePageRepository'] ?? $this->getCommentablePageRepositoryService()), ($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] ?? ($this->privates['FlexApp\\Service\\EmailCanonicalizer'] = new \FlexApp\Service\EmailCanonicalizer())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['FlexApp\\Repository\\CommentablePageSubscriberRepository'] ?? $this->getCommentablePageSubscriberRepositoryService()));
  16644.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  16645.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16646.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  16647.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  16648.         $instance->managerContactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  16649.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  16650.         $instance->sourceByCommentTypeDefiner = ($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] ?? $this->getSourceByCommentTypeDefinerService());
  16651.         return $instance;
  16652.     }
  16653.     /**
  16654.      * Gets the private 'FlexApp\Service\CommentManager' shared autowired service.
  16655.      *
  16656.      * @return \FlexApp\Service\CommentManager
  16657.      */
  16658.     protected function getCommentManagerService()
  16659.     {
  16660.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CommentManager.php';
  16661.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16662.         if (isset($this->privates['FlexApp\\Service\\CommentManager'])) {
  16663.             return $this->privates['FlexApp\\Service\\CommentManager'];
  16664.         }
  16665.         return $this->privates['FlexApp\\Service\\CommentManager'] = new \FlexApp\Service\CommentManager(($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService()), ($this->privates['FlexApp\\Service\\EntityRemover'] ?? $this->getEntityRemoverService()), ($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] ?? $this->getSourceByCommentTypeDefinerService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a);
  16666.     }
  16667.     /**
  16668.      * Gets the private 'FlexApp\Service\CompareArticleService' shared autowired service.
  16669.      *
  16670.      * @return \FlexApp\Service\CompareArticleService
  16671.      */
  16672.     protected function getCompareArticleServiceService()
  16673.     {
  16674.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/CompareArticleService.php';
  16675.         $this->privates['FlexApp\\Service\\CompareArticleService'] = $instance = new \FlexApp\Service\CompareArticleService(($this->privates['FlexApp\\Repository\\CompareArticleRepository'] ?? $this->getCompareArticleRepositoryService()), ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService()), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  16676.         $instance->sliderService = ($this->services['WebBundle\\Service\\SliderService'] ?? $this->getSliderServiceService());
  16677.         return $instance;
  16678.     }
  16679.     /**
  16680.      * Gets the private 'FlexApp\Service\ConfirmInterviewHandler' shared autowired service.
  16681.      *
  16682.      * @return \FlexApp\Service\ConfirmInterviewHandler
  16683.      */
  16684.     protected function getConfirmInterviewHandlerService()
  16685.     {
  16686.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ConfirmInterviewHandler.php';
  16687.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16688.         if (isset($this->privates['FlexApp\\Service\\ConfirmInterviewHandler'])) {
  16689.             return $this->privates['FlexApp\\Service\\ConfirmInterviewHandler'];
  16690.         }
  16691.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16692.         if (isset($this->privates['FlexApp\\Service\\ConfirmInterviewHandler'])) {
  16693.             return $this->privates['FlexApp\\Service\\ConfirmInterviewHandler'];
  16694.         }
  16695.         $this->privates['FlexApp\\Service\\ConfirmInterviewHandler'] = $instance = new \FlexApp\Service\ConfirmInterviewHandler($a, ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()), ($this->privates['FlexApp\\Service\\InterviewChatManager'] ?? $this->getInterviewChatManagerService()), $b, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16696.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  16697.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  16698.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16699.         return $instance;
  16700.     }
  16701.     /**
  16702.      * Gets the private 'FlexApp\Service\ConsSchedule' shared autowired service.
  16703.      *
  16704.      * @return \FlexApp\Service\ConsSchedule
  16705.      */
  16706.     protected function getConsScheduleService()
  16707.     {
  16708.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ConsSchedule.php';
  16709.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ChatBCachePool.php';
  16710.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  16711.         if (isset($this->privates['FlexApp\\Service\\ConsSchedule'])) {
  16712.             return $this->privates['FlexApp\\Service\\ConsSchedule'];
  16713.         }
  16714.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16715.         if (isset($this->privates['FlexApp\\Service\\ConsSchedule'])) {
  16716.             return $this->privates['FlexApp\\Service\\ConsSchedule'];
  16717.         }
  16718.         return $this->privates['FlexApp\\Service\\ConsSchedule'] = new \FlexApp\Service\ConsSchedule($a$b, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService()), new \FlexApp\Service\ChatBCachePool(($this->privates['chatb_cache_pool.traceable'] ?? $this->getChatbCachePool_TraceableService())));
  16719.     }
  16720.     /**
  16721.      * Gets the private 'FlexApp\Service\DefaultChatGenerator' shared autowired service.
  16722.      *
  16723.      * @return \FlexApp\Service\DefaultChatGenerator
  16724.      */
  16725.     protected function getDefaultChatGeneratorService()
  16726.     {
  16727.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DefaultChatGenerator.php';
  16728.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16729.         if (isset($this->privates['FlexApp\\Service\\DefaultChatGenerator'])) {
  16730.             return $this->privates['FlexApp\\Service\\DefaultChatGenerator'];
  16731.         }
  16732.         return $this->privates['FlexApp\\Service\\DefaultChatGenerator'] = new \FlexApp\Service\DefaultChatGenerator($a);
  16733.     }
  16734.     /**
  16735.      * Gets the private 'FlexApp\Service\DevsAndAdminsNotifier' shared autowired service.
  16736.      *
  16737.      * @return \FlexApp\Service\DevsAndAdminsNotifier
  16738.      */
  16739.     protected function getDevsAndAdminsNotifierService()
  16740.     {
  16741.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DevsAndAdminsNotifier.php';
  16742.         $a = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  16743.         if (isset($this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'])) {
  16744.             return $this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'];
  16745.         }
  16746.         return $this->privates['FlexApp\\Service\\DevsAndAdminsNotifier'] = new \FlexApp\Service\DevsAndAdminsNotifier($a, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()));
  16747.     }
  16748.     /**
  16749.      * Gets the private 'FlexApp\Service\EmailCanonicalizer' shared autowired service.
  16750.      *
  16751.      * @return \FlexApp\Service\EmailCanonicalizer
  16752.      */
  16753.     protected function getEmailCanonicalizerService()
  16754.     {
  16755.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  16756.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EmailCanonicalizer.php';
  16757.         return $this->privates['FlexApp\\Service\\EmailCanonicalizer'] = new \FlexApp\Service\EmailCanonicalizer();
  16758.     }
  16759.     /**
  16760.      * Gets the private 'FlexApp\Service\EntityByIdTypeAndLocaleDefiner' shared autowired service.
  16761.      *
  16762.      * @return \FlexApp\Service\EntityByIdTypeAndLocaleDefiner
  16763.      */
  16764.     protected function getEntityByIdTypeAndLocaleDefinerService()
  16765.     {
  16766.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntityByIdTypeAndLocaleDefiner.php';
  16767.         return $this->privates['FlexApp\\Service\\EntityByIdTypeAndLocaleDefiner'] = new \FlexApp\Service\EntityByIdTypeAndLocaleDefiner(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16768.     }
  16769.     /**
  16770.      * Gets the private 'FlexApp\Service\EntityRemover' shared autowired service.
  16771.      *
  16772.      * @return \FlexApp\Service\EntityRemover
  16773.      */
  16774.     protected function getEntityRemoverService()
  16775.     {
  16776.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntityRemover.php';
  16777.         return $this->privates['FlexApp\\Service\\EntityRemover'] = new \FlexApp\Service\EntityRemover(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  16778.     }
  16779.     /**
  16780.      * Gets the private 'FlexApp\Service\EntitySaver' shared autowired service.
  16781.      *
  16782.      * @return \FlexApp\Service\EntitySaver
  16783.      */
  16784.     protected function getEntitySaverService()
  16785.     {
  16786.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntitySaver.php';
  16787.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  16788.         if (isset($this->privates['FlexApp\\Service\\EntitySaver'])) {
  16789.             return $this->privates['FlexApp\\Service\\EntitySaver'];
  16790.         }
  16791.         return $this->privates['FlexApp\\Service\\EntitySaver'] = new \FlexApp\Service\EntitySaver($a);
  16792.     }
  16793.     /**
  16794.      * Gets the private 'FlexApp\Service\EntitySender' shared autowired service.
  16795.      *
  16796.      * @return \FlexApp\Service\EntitySender
  16797.      */
  16798.     protected function getEntitySenderService()
  16799.     {
  16800.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/EntitySender.php';
  16801.         $this->privates['FlexApp\\Service\\EntitySender'] = $instance = new \FlexApp\Service\EntitySender(($this->privates['FlexApp\\Service\\EntitySaver'] ?? $this->getEntitySaverService()), ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()));
  16802.         $instance->chatMessageToPortalSender = ($this->privates['FlexApp\\Service\\ChatMessageToPortalSender'] ?? $this->getChatMessageToPortalSenderService());
  16803.         return $instance;
  16804.     }
  16805.     /**
  16806.      * Gets the private 'FlexApp\Service\InterviewChatManager' shared autowired service.
  16807.      *
  16808.      * @return \FlexApp\Service\InterviewChatManager
  16809.      */
  16810.     protected function getInterviewChatManagerService()
  16811.     {
  16812.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/InterviewChatManager.php';
  16813.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16814.         if (isset($this->privates['FlexApp\\Service\\InterviewChatManager'])) {
  16815.             return $this->privates['FlexApp\\Service\\InterviewChatManager'];
  16816.         }
  16817.         return $this->privates['FlexApp\\Service\\InterviewChatManager'] = new \FlexApp\Service\InterviewChatManager(($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), ($this->privates['FlexApp\\Service\\TokenByUnidResolver'] ?? $this->getTokenByUnidResolverService()), ($this->privates['FlexApp\\Service\\DefaultChatGenerator'] ?? $this->getDefaultChatGeneratorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()), $a);
  16818.     }
  16819.     /**
  16820.      * Gets the private 'FlexApp\Service\InterviewIsOverHandler' shared autowired service.
  16821.      *
  16822.      * @return \FlexApp\Service\InterviewIsOverHandler
  16823.      */
  16824.     protected function getInterviewIsOverHandlerService()
  16825.     {
  16826.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/InterviewIsOverHandler.php';
  16827.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16828.         if (isset($this->privates['FlexApp\\Service\\InterviewIsOverHandler'])) {
  16829.             return $this->privates['FlexApp\\Service\\InterviewIsOverHandler'];
  16830.         }
  16831.         $this->privates['FlexApp\\Service\\InterviewIsOverHandler'] = $instance = new \FlexApp\Service\InterviewIsOverHandler($a, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  16832.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  16833.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16834.         return $instance;
  16835.     }
  16836.     /**
  16837.      * Gets the private 'FlexApp\Service\InterviewLinkHandler' shared autowired service.
  16838.      *
  16839.      * @return \FlexApp\Service\InterviewLinkHandler
  16840.      */
  16841.     protected function getInterviewLinkHandlerService()
  16842.     {
  16843.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/InterviewLinkHandler.php';
  16844.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16845.         if (isset($this->privates['FlexApp\\Service\\InterviewLinkHandler'])) {
  16846.             return $this->privates['FlexApp\\Service\\InterviewLinkHandler'];
  16847.         }
  16848.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  16849.         if (isset($this->privates['FlexApp\\Service\\InterviewLinkHandler'])) {
  16850.             return $this->privates['FlexApp\\Service\\InterviewLinkHandler'];
  16851.         }
  16852.         $this->privates['FlexApp\\Service\\InterviewLinkHandler'] = $instance = new \FlexApp\Service\InterviewLinkHandler($a, ($this->privates['FlexApp\\Service\\TokenByUnidResolver'] ?? $this->getTokenByUnidResolverService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), $b, ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), ($this->privates['FlexApp\\Service\\InterviewChatManager'] ?? $this->getInterviewChatManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'] ?? $this->getInterviewLoggerService()));
  16853.         $instance->interviewParametersGenerator = ($this->privates['FlexApp\\Service\\InterviewParametersGenerator'] ?? $this->getInterviewParametersGeneratorService());
  16854.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16855.         return $instance;
  16856.     }
  16857.     /**
  16858.      * Gets the private 'FlexApp\Service\InterviewParametersGenerator' shared autowired service.
  16859.      *
  16860.      * @return \FlexApp\Service\InterviewParametersGenerator
  16861.      */
  16862.     protected function getInterviewParametersGeneratorService()
  16863.     {
  16864.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/InterviewParametersGenerator.php';
  16865.         $this->privates['FlexApp\\Service\\InterviewParametersGenerator'] = $instance = new \FlexApp\Service\InterviewParametersGenerator();
  16866.         $instance->parametersGenerator = ($this->services['FlexApp\\Service\\ParametersGenerator'] ?? $this->getParametersGeneratorService());
  16867.         $instance->translatorWrapper = ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService());
  16868.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  16869.         return $instance;
  16870.     }
  16871.     /**
  16872.      * Gets the private 'FlexApp\Service\JsonArrayApiClient' shared autowired service.
  16873.      *
  16874.      * @return \FlexApp\Service\JsonArrayApiClient
  16875.      */
  16876.     protected function getJsonArrayApiClientService()
  16877.     {
  16878.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/JsonArrayApiClient.php';
  16879.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapperInterface.php';
  16880.         include_once \dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/CurlWrapper.php';
  16881.         return $this->privates['FlexApp\\Service\\JsonArrayApiClient'] = new \FlexApp\Service\JsonArrayApiClient(($this->services['metaer_curl_wrapper.curl_wrapper.default'] ?? ($this->services['metaer_curl_wrapper.curl_wrapper.default'] = new \Metaer\CurlWrapperBundle\CurlWrapper())));
  16882.     }
  16883.     /**
  16884.      * Gets the private 'FlexApp\Service\LastUrlService' shared autowired service.
  16885.      *
  16886.      * @return \FlexApp\Service\LastUrlService
  16887.      */
  16888.     protected function getLastUrlServiceService()
  16889.     {
  16890.         include_once \dirname(__DIR__4).'/src/WebBundle/Service/ExtendService.php';
  16891.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/LastUrlService.php';
  16892.         return $this->privates['FlexApp\\Service\\LastUrlService'] = new \FlexApp\Service\LastUrlService(($this->services['WebBundle\\Repository\\LastUrlRepository'] ?? $this->getLastUrlRepositoryService()));
  16893.     }
  16894.     /**
  16895.      * Gets the private 'FlexApp\Service\LocaleChangeStatService' shared autowired service.
  16896.      *
  16897.      * @return \FlexApp\Service\LocaleChangeStatService
  16898.      */
  16899.     protected function getLocaleChangeStatServiceService()
  16900.     {
  16901.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/LocaleChangeStatService.php';
  16902.         return $this->privates['FlexApp\\Service\\LocaleChangeStatService'] = new \FlexApp\Service\LocaleChangeStatService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['FlexApp\\Repository\\LocaleChangeStatRepository'] ?? $this->getLocaleChangeStatRepositoryService()), ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService()));
  16903.     }
  16904.     /**
  16905.      * Gets the private 'FlexApp\Service\ManagerContactsProvider' shared autowired service.
  16906.      *
  16907.      * @return \FlexApp\Service\ManagerContactsProvider
  16908.      */
  16909.     protected function getManagerContactsProviderService()
  16910.     {
  16911.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManagerContactsProvider.php';
  16912.         $this->privates['FlexApp\\Service\\ManagerContactsProvider'] = $instance = new \FlexApp\Service\ManagerContactsProvider();
  16913.         $instance->consDefiner = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  16914.         $instance->currentUserProvider = ($this->services['FlexApp\\Service\\CurrentUserProvider'] ?? $this->getCurrentUserProviderService());
  16915.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  16916.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  16917.         $instance->eventDispatcher = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16918.         $instance->listCountryRepository = ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService());
  16919.         return $instance;
  16920.     }
  16921.     /**
  16922.      * Gets the private 'FlexApp\Service\ManualReg\ContainerProvider' shared autowired service.
  16923.      *
  16924.      * @return \FlexApp\Service\ManualReg\ContainerProvider
  16925.      */
  16926.     protected function getContainerProviderService()
  16927.     {
  16928.         $this->privates['FlexApp\\Service\\ManualReg\\ContainerProvider'] = $instance = new \FlexApp\Service\ManualReg\ContainerProvider();
  16929.         $instance->container $this;
  16930.         return $instance;
  16931.     }
  16932.     /**
  16933.      * Gets the private 'FlexApp\Service\ManualReg\InterviewLogger' shared autowired service.
  16934.      *
  16935.      * @return \FlexApp\Service\ManualReg\InterviewLogger
  16936.      */
  16937.     protected function getInterviewLoggerService()
  16938.     {
  16939.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  16940.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  16941.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  16942.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  16943.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  16944.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  16945.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/InterviewLogger.php';
  16946.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16947.         if (isset($this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'])) {
  16948.             return $this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'];
  16949.         }
  16950.         return $this->privates['FlexApp\\Service\\ManualReg\\InterviewLogger'] = new \FlexApp\Service\ManualReg\InterviewLogger('interview', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $a);
  16951.     }
  16952.     /**
  16953.      * Gets the private 'FlexApp\Service\ManualReg\SetIsReadLogger' shared autowired service.
  16954.      *
  16955.      * @return \FlexApp\Service\ManualReg\SetIsReadLogger
  16956.      */
  16957.     protected function getSetIsReadLoggerService()
  16958.     {
  16959.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  16960.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  16961.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  16962.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  16963.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  16964.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  16965.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/SetIsReadLogger.php';
  16966.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  16967.         if (isset($this->privates['FlexApp\\Service\\ManualReg\\SetIsReadLogger'])) {
  16968.             return $this->privates['FlexApp\\Service\\ManualReg\\SetIsReadLogger'];
  16969.         }
  16970.         return $this->privates['FlexApp\\Service\\ManualReg\\SetIsReadLogger'] = new \FlexApp\Service\ManualReg\SetIsReadLogger('set_is_read', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $a);
  16971.     }
  16972.     /**
  16973.      * Gets the private 'FlexApp\Service\ManualReg\UserLogger' shared autowired service.
  16974.      *
  16975.      * @return \FlexApp\Service\ManualReg\UserLogger
  16976.      */
  16977.     protected function getUserLoggerService()
  16978.     {
  16979.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  16980.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  16981.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  16982.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  16983.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  16984.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  16985.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ManualReg/UserLogger.php';
  16986.         return $this->privates['FlexApp\\Service\\ManualReg\\UserLogger'] = new \FlexApp\Service\ManualReg\UserLogger('user', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  16987.     }
  16988.     /**
  16989.      * Gets the private 'FlexApp\Service\NowPaymentsClient' shared autowired service.
  16990.      *
  16991.      * @return \FlexApp\Service\NowPaymentsClient
  16992.      */
  16993.     protected function getNowPaymentsClientService()
  16994.     {
  16995.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/NowPaymentsClient.php';
  16996.         $this->privates['FlexApp\\Service\\NowPaymentsClient'] = $instance = new \FlexApp\Service\NowPaymentsClient();
  16997.         $instance->httpClient = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  16998.         $instance->parametersProvider = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  16999.         return $instance;
  17000.     }
  17001.     /**
  17002.      * Gets the private 'FlexApp\Service\ParametersProvider' shared autowired service.
  17003.      *
  17004.      * @return \FlexApp\Service\ParametersProvider
  17005.      */
  17006.     protected function getParametersProviderService()
  17007.     {
  17008.         $this->privates['FlexApp\\Service\\ParametersProvider'] = $instance = new \FlexApp\Service\ParametersProvider();
  17009.         $instance->containerProvider = ($this->privates['FlexApp\\Service\\ManualReg\\ContainerProvider'] ?? $this->getContainerProviderService());
  17010.         return $instance;
  17011.     }
  17012.     /**
  17013.      * Gets the private 'FlexApp\Service\PortalApiClient' shared autowired service.
  17014.      *
  17015.      * @return \FlexApp\Service\PortalApiClient
  17016.      */
  17017.     protected function getPortalApiClientService()
  17018.     {
  17019.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalApiClient.php';
  17020.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  17021.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  17022.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  17023.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  17024.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  17025.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  17026.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17027.         if (isset($this->privates['FlexApp\\Service\\PortalApiClient'])) {
  17028.             return $this->privates['FlexApp\\Service\\PortalApiClient'];
  17029.         }
  17030.         $b = ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService());
  17031.         $this->privates['FlexApp\\Service\\PortalApiClient'] = $instance = new \FlexApp\Service\PortalApiClient(($this->privates['FlexApp\\Service\\JsonArrayApiClient'] ?? $this->getJsonArrayApiClientService()), $b$a, new \FlexApp\Service\DailyLogger('portal_api_client'$b$a));
  17032.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  17033.         return $instance;
  17034.     }
  17035.     /**
  17036.      * Gets the private 'FlexApp\Service\PortalApiService' shared autowired service.
  17037.      *
  17038.      * @return \FlexApp\Service\PortalApiService
  17039.      */
  17040.     protected function getPortalApiServiceService()
  17041.     {
  17042.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalApiService.php';
  17043.         include_once \dirname(__DIR__4).'/vendor/asika/autolink/src/Autolink.php';
  17044.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/AutoLink.php';
  17045.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/StopWordsDetectorInterface.php';
  17046.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/StopWordsDetector.php';
  17047.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  17048.         $this->privates['FlexApp\\Service\\PortalApiService'] = $instance = new \FlexApp\Service\PortalApiService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['FlexApp\\Interfaces\\PortalApiLoggerInterface'] ?? $this->getPortalApiLoggerInterfaceService()), ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()), ($this->privates['FlexApp\\Service\\AuthorNameDefiner'] ?? $this->getAuthorNameDefinerService()), ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), ($this->privates['FlexApp\\Service\\TokenByUnidResolver'] ?? $this->getTokenByUnidResolverService()), ($this->privates['FlexApp\\Service\\DefaultChatGenerator'] ?? $this->getDefaultChatGeneratorService()), ($this->privates['FlexApp\\Service\\InterviewChatManager'] ?? $this->getInterviewChatManagerService()), ($this->privates['FlexApp\\Service\\ChatBWebsocketClient'] ?? $this->getChatBWebsocketClientService()), ($this->privates['FlexApp\\Repository\\ChatBMessageRepository'] ?? $this->getChatBMessageRepositoryService()), ($this->privates['FlexApp\\Service\\ChangedUnreadCountHandler'] ?? $this->getChangedUnreadCountHandlerService()), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['FlexApp\\Service\\WebPushNotificationsService'] ?? $this->getWebPushNotificationsServiceService()), ($this->privates['FlexApp\\Service\\ChatStateRefresher'] ?? $this->getChatStateRefresherService()), ($this->privates['FlexApp\\Service\\StopWordsDetector'] ?? ($this->privates['FlexApp\\Service\\StopWordsDetector'] = new \FlexApp\Service\StopWordsDetector())), new \FlexApp\Service\AutoLink(), ($this->privates['FlexApp\\Service\\ChatByTokenResolver'] ?? $this->getChatByTokenResolverService()), ($this->privates['FlexApp\\Service\\TranslatorWrapper'] ?? $this->getTranslatorWrapperService()), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  17049.         $instance->consultantRepository = ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService());
  17050.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  17051.         $instance->mailer = ($this->services['WebBundle\\Helper\\Mailer'] ?? $this->getMailerService());
  17052.         $instance->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  17053.         $instance->emailService = ($this->services['app.service.list_email'] ?? $this->getApp_Service_ListEmailService());
  17054.         $instance->managerContactsProvider = ($this->privates['FlexApp\\Service\\ManagerContactsProvider'] ?? $this->getManagerContactsProviderService());
  17055.         $instance->subscriptionsEntityRepository = ($this->privates['FlexApp\\Repository\\SubscriptionsEntityRepository'] ?? $this->getSubscriptionsEntityRepositoryService());
  17056.         $instance->boolDBSettingRepository = ($this->privates['FlexApp\\Repository\\BoolDBSettingRepository'] ?? $this->getBoolDBSettingRepositoryService());
  17057.         $instance->setCommentManager(($this->privates['FlexApp\\Service\\CommentManager'] ?? $this->getCommentManagerService()));
  17058.         $instance->setRequestStack(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  17059.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  17060.         return $instance;
  17061.     }
  17062.     /**
  17063.      * Gets the private 'FlexApp\Service\PortalNotifierAboutChatEvents' shared autowired service.
  17064.      *
  17065.      * @return \FlexApp\Service\PortalNotifierAboutChatEvents
  17066.      */
  17067.     protected function getPortalNotifierAboutChatEventsService()
  17068.     {
  17069.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalNotifierAboutChatEvents.php';
  17070.         $a = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  17071.         if (isset($this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'])) {
  17072.             return $this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'];
  17073.         }
  17074.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17075.         if (isset($this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'])) {
  17076.             return $this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'];
  17077.         }
  17078.         return $this->privates['FlexApp\\Service\\PortalNotifierAboutChatEvents'] = new \FlexApp\Service\PortalNotifierAboutChatEvents(($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), $a$b);
  17079.     }
  17080.     /**
  17081.      * Gets the private 'FlexApp\Service\PortalThemeCreator' shared autowired service.
  17082.      *
  17083.      * @return \FlexApp\Service\PortalThemeCreator
  17084.      */
  17085.     protected function getPortalThemeCreatorService()
  17086.     {
  17087.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PortalThemeCreator.php';
  17088.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  17089.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  17090.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  17091.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  17092.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  17093.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  17094.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17095.         if (isset($this->privates['FlexApp\\Service\\PortalThemeCreator'])) {
  17096.             return $this->privates['FlexApp\\Service\\PortalThemeCreator'];
  17097.         }
  17098.         return $this->privates['FlexApp\\Service\\PortalThemeCreator'] = new \FlexApp\Service\PortalThemeCreator(($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()), $a, ($this->privates['FlexApp\\Service\\EntityByIdTypeAndLocaleDefiner'] ?? $this->getEntityByIdTypeAndLocaleDefinerService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->services['WebBundle\\Helper\\ParticipantHelper'] ?? $this->getParticipantHelperService()), new \FlexApp\Service\DailyLogger('theme_send_api_client', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $a), ($this->services['FlexApp\\Service\\LogsManager'] ?? $this->getLogsManagerService()));
  17099.     }
  17100.     /**
  17101.      * Gets the private 'FlexApp\Service\PreviewGenerator' shared autowired service.
  17102.      *
  17103.      * @return \FlexApp\Service\PreviewGenerator
  17104.      */
  17105.     protected function getPreviewGeneratorService()
  17106.     {
  17107.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/PreviewGenerator.php';
  17108.         return $this->privates['FlexApp\\Service\\PreviewGenerator'] = new \FlexApp\Service\PreviewGenerator();
  17109.     }
  17110.     /**
  17111.      * Gets the private 'FlexApp\Service\ProductReviewOrdersService' shared autowired service.
  17112.      *
  17113.      * @return \FlexApp\Service\ProductReviewOrdersService
  17114.      */
  17115.     protected function getProductReviewOrdersServiceService()
  17116.     {
  17117.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/ProductReviewOrdersService.php';
  17118.         return $this->privates['FlexApp\\Service\\ProductReviewOrdersService'] = new \FlexApp\Service\ProductReviewOrdersService(($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  17119.     }
  17120.     /**
  17121.      * Gets the private 'FlexApp\Service\SourceByCommentTypeDefiner' shared autowired service.
  17122.      *
  17123.      * @return \FlexApp\Service\SourceByCommentTypeDefiner
  17124.      */
  17125.     protected function getSourceByCommentTypeDefinerService()
  17126.     {
  17127.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/SourceByCommentTypeDefiner.php';
  17128.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17129.         if (isset($this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'])) {
  17130.             return $this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'];
  17131.         }
  17132.         return $this->privates['FlexApp\\Service\\SourceByCommentTypeDefiner'] = new \FlexApp\Service\SourceByCommentTypeDefiner($a, ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()));
  17133.     }
  17134.     /**
  17135.      * Gets the private 'FlexApp\Service\TelegramNotifier' shared autowired service.
  17136.      *
  17137.      * @return \FlexApp\Service\TelegramNotifier
  17138.      */
  17139.     protected function getTelegramNotifierService()
  17140.     {
  17141.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TelegramNotifier.php';
  17142.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  17143.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/ChatterInterface.php';
  17144.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Chatter.php';
  17145.         $this->privates['FlexApp\\Service\\TelegramNotifier'] = $instance = new \FlexApp\Service\TelegramNotifier();
  17146.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17147.         $instance->chatter = new \Symfony\Component\Notifier\Chatter(($this->privates['chatter.transports'] ?? $this->getChatter_TransportsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), $a);
  17148.         $instance->eventDispatcher $a;
  17149.         return $instance;
  17150.     }
  17151.     /**
  17152.      * Gets the private 'FlexApp\Service\TokenByUnidResolver' shared autowired service.
  17153.      *
  17154.      * @return \FlexApp\Service\TokenByUnidResolver
  17155.      */
  17156.     protected function getTokenByUnidResolverService()
  17157.     {
  17158.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TokenByUnidResolver.php';
  17159.         return $this->privates['FlexApp\\Service\\TokenByUnidResolver'] = new \FlexApp\Service\TokenByUnidResolver(($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService()));
  17160.     }
  17161.     /**
  17162.      * Gets the private 'FlexApp\Service\TranslatorWrapper' shared autowired service.
  17163.      *
  17164.      * @return \FlexApp\Service\TranslatorWrapper
  17165.      */
  17166.     protected function getTranslatorWrapperService()
  17167.     {
  17168.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TranslatorWrapper.php';
  17169.         return $this->privates['FlexApp\\Service\\TranslatorWrapper'] = new \FlexApp\Service\TranslatorWrapper(($this->services['translator'] ?? $this->getTranslatorService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()));
  17170.     }
  17171.     /**
  17172.      * Gets the private 'FlexApp\Service\UserPortalService' shared autowired service.
  17173.      *
  17174.      * @return \FlexApp\Service\UserPortalService
  17175.      */
  17176.     protected function getUserPortalServiceService()
  17177.     {
  17178.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UserPortalService.php';
  17179.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17180.         if (isset($this->privates['FlexApp\\Service\\UserPortalService'])) {
  17181.             return $this->privates['FlexApp\\Service\\UserPortalService'];
  17182.         }
  17183.         $b = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  17184.         if (isset($this->privates['FlexApp\\Service\\UserPortalService'])) {
  17185.             return $this->privates['FlexApp\\Service\\UserPortalService'];
  17186.         }
  17187.         $c = ($this->services['app.service.vat'] ?? $this->getApp_Service_VatService());
  17188.         if (isset($this->privates['FlexApp\\Service\\UserPortalService'])) {
  17189.             return $this->privates['FlexApp\\Service\\UserPortalService'];
  17190.         }
  17191.         return $this->privates['FlexApp\\Service\\UserPortalService'] = new \FlexApp\Service\UserPortalService($a$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $c, ($this->services['app.service.location'] ?? ($this->services['app.service.location'] = new \WebBundle\Service\LocationService(\dirname(__DIR__4)))), ($this->services['WebBundle\\Repository\\BuyOrderRepository'] ?? $this->getBuyOrderRepositoryService()));
  17192.     }
  17193.     /**
  17194.      * Gets the private 'FlexApp\Service\UserUpdater' shared autowired service.
  17195.      *
  17196.      * @return \FlexApp\Service\UserUpdater
  17197.      */
  17198.     protected function getUserUpdaterService()
  17199.     {
  17200.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/UserUpdater.php';
  17201.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/Canonicalizer.php';
  17202.         $this->privates['FlexApp\\Service\\UserUpdater'] = $instance = new \FlexApp\Service\UserUpdater();
  17203.         $instance->userPasswordHasher = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  17204.         $instance->entityManager = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17205.         $instance->canonicalizer = ($this->privates['FlexApp\\Service\\Canonicalizer'] ?? ($this->privates['FlexApp\\Service\\Canonicalizer'] = new \FlexApp\Service\Canonicalizer()));
  17206.         return $instance;
  17207.     }
  17208.     /**
  17209.      * Gets the private 'FlexApp\Service\WebPushNotificationsService' shared autowired service.
  17210.      *
  17211.      * @return \FlexApp\Service\WebPushNotificationsService
  17212.      */
  17213.     protected function getWebPushNotificationsServiceService()
  17214.     {
  17215.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WebPushNotificationsService.php';
  17216.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17217.         if (isset($this->privates['FlexApp\\Service\\WebPushNotificationsService'])) {
  17218.             return $this->privates['FlexApp\\Service\\WebPushNotificationsService'];
  17219.         }
  17220.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17221.         if (isset($this->privates['FlexApp\\Service\\WebPushNotificationsService'])) {
  17222.             return $this->privates['FlexApp\\Service\\WebPushNotificationsService'];
  17223.         }
  17224.         return $this->privates['FlexApp\\Service\\WebPushNotificationsService'] = new \FlexApp\Service\WebPushNotificationsService(($this->services['kreait_firebase.push.messaging'] ?? $this->getKreaitFirebase_Push_MessagingService()), $a, ($this->privates['FlexApp\\Repository\\WebPushDataEntityRepository'] ?? $this->getWebPushDataEntityRepositoryService()), ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->privates['FlexApp\\Repository\\ChatBRepository'] ?? $this->getChatBRepositoryService()), ($this->privates['FlexApp\\Service\\DefaultChatGenerator'] ?? $this->getDefaultChatGeneratorService()), $b);
  17225.     }
  17226.     /**
  17227.      * Gets the private 'FlexApp\Service\WebsocketClientLogger' shared autowired service.
  17228.      *
  17229.      * @return \FlexApp\Service\WebsocketClientLogger
  17230.      */
  17231.     protected function getWebsocketClientLoggerService()
  17232.     {
  17233.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/DailyLoggerInterface.php';
  17234.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/PortalApiLoggerInterface.php';
  17235.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/CommentSendingToPortalLoggerInterface.php';
  17236.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/ThemeSendingToPortalLoggerInterface.php';
  17237.         include_once \dirname(__DIR__4).'/src/FlexApp/Interfaces/SendingToPortalLoggerInterface.php';
  17238.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/DailyLogger.php';
  17239.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WebsocketClientLogger.php';
  17240.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17241.         if (isset($this->privates['FlexApp\\Service\\WebsocketClientLogger'])) {
  17242.             return $this->privates['FlexApp\\Service\\WebsocketClientLogger'];
  17243.         }
  17244.         return $this->privates['FlexApp\\Service\\WebsocketClientLogger'] = new \FlexApp\Service\WebsocketClientLogger('ws_client', ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), $a);
  17245.     }
  17246.     /**
  17247.      * Gets the private 'FlexApp\Service\WelcomeInfoDataGenerator' shared autowired service.
  17248.      *
  17249.      * @return \FlexApp\Service\WelcomeInfoDataGenerator
  17250.      */
  17251.     protected function getWelcomeInfoDataGeneratorService()
  17252.     {
  17253.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/WelcomeInfoDataGenerator.php';
  17254.         include_once \dirname(__DIR__4).'/src/FlexApp/Service/TimeFormatTransformer.php';
  17255.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  17256.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17257.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17258.         }
  17259.         $b = ($this->services['WebBundle\\Helper\\PortalHelper'] ?? $this->getPortalHelperService());
  17260.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17261.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17262.         }
  17263.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  17264.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17265.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17266.         }
  17267.         $d = ($this->privates['FlexApp\\Service\\ConsSchedule'] ?? $this->getConsScheduleService());
  17268.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17269.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17270.         }
  17271.         $e = ($this->services['FlexApp\\Service\\ConsDefiner'] ?? $this->getConsDefinerService());
  17272.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17273.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17274.         }
  17275.         $f = ($this->privates['FlexApp\\Service\\AliasByConsLoginProvider'] ?? $this->getAliasByConsLoginProviderService());
  17276.         if (isset($this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'])) {
  17277.             return $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'];
  17278.         }
  17279.         $this->privates['FlexApp\\Service\\WelcomeInfoDataGenerator'] = $instance = new \FlexApp\Service\WelcomeInfoDataGenerator($a$b, ($this->privates['FlexApp\\Service\\ParametersProvider'] ?? $this->getParametersProviderService()), ($this->services['WebBundle\\Repository\\ListCountryRepository'] ?? $this->getListCountryRepositoryService()), $c$d, ($this->privates['FlexApp\\Repository\\ConsultantRepository'] ?? $this->getConsultantRepositoryService()), $e, ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['translator'] ?? $this->getTranslatorService()), $f);
  17280.         $instance->timeFormatTransformer = ($this->services['FlexApp\\Service\\TimeFormatTransformer'] ?? ($this->services['FlexApp\\Service\\TimeFormatTransformer'] = new \FlexApp\Service\TimeFormatTransformer()));
  17281.         $instance->countryAndLangSpecificDataRepository = ($this->privates['FlexApp\\Repository\\CountryAndLangSpecificDataRepository'] ?? $this->getCountryAndLangSpecificDataRepositoryService());
  17282.         return $instance;
  17283.     }
  17284.     /**
  17285.      * Gets the private 'FlexApp\Validator\CommentablePageValidator' shared autowired service.
  17286.      *
  17287.      * @return \FlexApp\Validator\CommentablePageValidator
  17288.      */
  17289.     protected function getCommentablePageValidatorService()
  17290.     {
  17291.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  17292.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  17293.         include_once \dirname(__DIR__4).'/src/FlexApp/Validator/CommentablePageValidator.php';
  17294.         return $this->privates['FlexApp\\Validator\\CommentablePageValidator'] = new \FlexApp\Validator\CommentablePageValidator(($this->privates['FlexApp\\Repository\\CommentablePageRepository'] ?? $this->getCommentablePageRepositoryService()));
  17295.     }
  17296.     /**
  17297.      * Gets the private 'Redis' shared service.
  17298.      *
  17299.      * @return \Redis
  17300.      */
  17301.     protected function getRedisService()
  17302.     {
  17303.         $this->privates['Redis'] = $instance = new \Redis();
  17304.         $instance->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  17305.         $instance->auth($this->getEnv('REDIS_PASSWORD'));
  17306.         return $instance;
  17307.     }
  17308.     /**
  17309.      * Gets the private 'Sentry\SentryBundle\Command\SentryTestCommand' shared service.
  17310.      *
  17311.      * @return \Sentry\SentryBundle\Command\SentryTestCommand
  17312.      */
  17313.     protected function getSentryTestCommandService()
  17314.     {
  17315.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17316.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/Command/SentryTestCommand.php';
  17317.         $this->privates['Sentry\\SentryBundle\\Command\\SentryTestCommand'] = $instance = new \Sentry\SentryBundle\Command\SentryTestCommand(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17318.         $instance->setName('sentry:test');
  17319.         return $instance;
  17320.     }
  17321.     /**
  17322.      * Gets the private 'Sentry\SentryBundle\EventListener\ConsoleListener' shared service.
  17323.      *
  17324.      * @return \Sentry\SentryBundle\EventListener\ConsoleListener
  17325.      */
  17326.     protected function getConsoleListenerService()
  17327.     {
  17328.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ConsoleListener.php';
  17329.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ConsoleListener'] = new \Sentry\SentryBundle\EventListener\ConsoleListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), true);
  17330.     }
  17331.     /**
  17332.      * Gets the private 'Sentry\SentryBundle\EventListener\ErrorListener' shared service.
  17333.      *
  17334.      * @return \Sentry\SentryBundle\EventListener\ErrorListener
  17335.      */
  17336.     protected function getErrorListenerService()
  17337.     {
  17338.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/ErrorListener.php';
  17339.         return $this->privates['Sentry\\SentryBundle\\EventListener\\ErrorListener'] = new \Sentry\SentryBundle\EventListener\ErrorListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17340.     }
  17341.     /**
  17342.      * Gets the private 'Sentry\SentryBundle\EventListener\LoginListener' shared service.
  17343.      *
  17344.      * @return \Sentry\SentryBundle\EventListener\LoginListener
  17345.      */
  17346.     protected function getLoginListenerService()
  17347.     {
  17348.         return $this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] = new \Sentry\SentryBundle\EventListener\LoginListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  17349.     }
  17350.     /**
  17351.      * Gets the private 'Sentry\SentryBundle\EventListener\MessengerListener' shared service.
  17352.      *
  17353.      * @return \Sentry\SentryBundle\EventListener\MessengerListener
  17354.      */
  17355.     protected function getMessengerListenerService()
  17356.     {
  17357.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/MessengerListener.php';
  17358.         return $this->privates['Sentry\\SentryBundle\\EventListener\\MessengerListener'] = new \Sentry\SentryBundle\EventListener\MessengerListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), true);
  17359.     }
  17360.     /**
  17361.      * Gets the private 'Sentry\SentryBundle\EventListener\RequestListener' shared service.
  17362.      *
  17363.      * @return \Sentry\SentryBundle\EventListener\RequestListener
  17364.      */
  17365.     protected function getRequestListenerService()
  17366.     {
  17367.         return $this->privates['Sentry\\SentryBundle\\EventListener\\RequestListener'] = new \Sentry\SentryBundle\EventListener\RequestListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17368.     }
  17369.     /**
  17370.      * Gets the private 'Sentry\SentryBundle\EventListener\SubRequestListener' shared service.
  17371.      *
  17372.      * @return \Sentry\SentryBundle\EventListener\SubRequestListener
  17373.      */
  17374.     protected function getSubRequestListenerService()
  17375.     {
  17376.         return $this->privates['Sentry\\SentryBundle\\EventListener\\SubRequestListener'] = new \Sentry\SentryBundle\EventListener\SubRequestListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17377.     }
  17378.     /**
  17379.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingConsoleListener' shared service.
  17380.      *
  17381.      * @return \Sentry\SentryBundle\EventListener\TracingConsoleListener
  17382.      */
  17383.     protected function getTracingConsoleListenerService()
  17384.     {
  17385.         include_once \dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/EventListener/TracingConsoleListener.php';
  17386.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingConsoleListener'] = new \Sentry\SentryBundle\EventListener\TracingConsoleListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), [=> 'messenger:consume']);
  17387.     }
  17388.     /**
  17389.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingRequestListener' shared service.
  17390.      *
  17391.      * @return \Sentry\SentryBundle\EventListener\TracingRequestListener
  17392.      */
  17393.     protected function getTracingRequestListenerService()
  17394.     {
  17395.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingRequestListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17396.     }
  17397.     /**
  17398.      * Gets the private 'Sentry\SentryBundle\EventListener\TracingSubRequestListener' shared service.
  17399.      *
  17400.      * @return \Sentry\SentryBundle\EventListener\TracingSubRequestListener
  17401.      */
  17402.     protected function getTracingSubRequestListenerService()
  17403.     {
  17404.         return $this->privates['Sentry\\SentryBundle\\EventListener\\TracingSubRequestListener'] = new \Sentry\SentryBundle\EventListener\TracingSubRequestListener(($this->services['sentry.hub'] ?? $this->getSentry_HubService()));
  17405.     }
  17406.     /**
  17407.      * Gets the private 'Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator' shared service.
  17408.      *
  17409.      * @return \Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator
  17410.      */
  17411.     protected function getConnectionConfiguratorService()
  17412.     {
  17413.         return $this->privates['Sentry\\SentryBundle\\Tracing\\Doctrine\\DBAL\\ConnectionConfigurator'] = new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\ConnectionConfigurator(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverMiddleware(new \Sentry\SentryBundle\Tracing\Doctrine\DBAL\TracingDriverConnectionFactory(($this->services['sentry.hub'] ?? $this->getSentry_HubService()))));
  17414.     }
  17415.     /**
  17416.      * Gets the private 'WebBundle\Repository\CollectionAlsoViewedRepository' shared autowired service.
  17417.      *
  17418.      * @return \WebBundle\Repository\CollectionAlsoViewedRepository
  17419.      */
  17420.     protected function getCollectionAlsoViewedRepositoryService()
  17421.     {
  17422.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/ExtendEntityRepository.php';
  17423.         include_once \dirname(__DIR__4).'/src/WebBundle/Repository/CollectionAlsoViewedRepository.php';
  17424.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  17425.         if (isset($this->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'])) {
  17426.             return $this->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'];
  17427.         }
  17428.         return $this->privates['WebBundle\\Repository\\CollectionAlsoViewedRepository'] = $a->getRepository('WebBundle:CollectionAlsoViewed');
  17429.     }
  17430.     /**
  17431.      * Gets the private 'annotations.cache_adapter' shared service.
  17432.      *
  17433.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  17434.      */
  17435.     protected function getAnnotations_CacheAdapterService()
  17436.     {
  17437.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService()));
  17438.     }
  17439.     /**
  17440.      * Gets the private 'annotations.cache_warmer' shared service.
  17441.      *
  17442.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  17443.      */
  17444.     protected function getAnnotations_CacheWarmerService()
  17445.     {
  17446.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17447.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  17448.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  17449.         return $this->privates['annotations.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->targetDir.''.'/annotations.php'), '#^Symfony\\\\(?:Component\\\\HttpKernel\\\\|Bundle\\\\FrameworkBundle\\\\Controller\\\\(?!.*Controller$))#'true);
  17450.     }
  17451.     /**
  17452.      * Gets the private 'annotations.cached_reader' shared service.
  17453.      *
  17454.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  17455.      */
  17456.     protected function getAnnotations_CachedReaderService()
  17457.     {
  17458.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  17459.     }
  17460.     /**
  17461.      * Gets the private 'annotations.reader' shared service.
  17462.      *
  17463.      * @return \Doctrine\Common\Annotations\AnnotationReader
  17464.      */
  17465.     protected function getAnnotations_ReaderService()
  17466.     {
  17467.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  17468.         $a = new \Doctrine\Common\Annotations\AnnotationRegistry();
  17469.         $a->registerUniqueLoader('class_exists');
  17470.         $instance->addGlobalIgnoredName('required'$a);
  17471.         return $instance;
  17472.     }
  17473.     /**
  17474.      * Gets the private 'app.command.copy.visit.visit.all' shared service.
  17475.      *
  17476.      * @return \WebBundle\Command\CopyVisitToVisitAllCommand
  17477.      */
  17478.     protected function getApp_Command_Copy_Visit_Visit_AllService()
  17479.     {
  17480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17481.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/CopyVisitToVisitAllCommand.php';
  17482.         $this->privates['app.command.copy.visit.visit.all'] = $instance = new \WebBundle\Command\CopyVisitToVisitAllCommand('54.93.223.112'4006'maxusr_new''M@!xUsrN3w!P@ssw''te');
  17483.         $instance->setName('app:copy-visit-to-visit-all');
  17484.         return $instance;
  17485.     }
  17486.     /**
  17487.      * Gets the private 'app.command.export.filters' shared service.
  17488.      *
  17489.      * @return \WebBundle\Command\ExportFiltersCommand
  17490.      */
  17491.     protected function getApp_Command_Export_FiltersService()
  17492.     {
  17493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17494.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/ExportFiltersCommand.php';
  17495.         $this->privates['app.command.export.filters'] = $instance = new \WebBundle\Command\ExportFiltersCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService()));
  17496.         $instance->setName('export:filters');
  17497.         return $instance;
  17498.     }
  17499.     /**
  17500.      * Gets the private 'app.command.generate_sitemap' shared service.
  17501.      *
  17502.      * @return \WebBundle\Command\GenerateSitemapCommand
  17503.      */
  17504.     protected function getApp_Command_GenerateSitemapService()
  17505.     {
  17506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17507.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/GenerateSitemapCommand.php';
  17508.         $this->privates['app.command.generate_sitemap'] = $instance = new \WebBundle\Command\GenerateSitemapCommand(($this->services['WebBundle\\Service\\SitemapGenerator'] ?? $this->getSitemapGeneratorService()));
  17509.         $instance->setName('app:generate-sitemap');
  17510.         return $instance;
  17511.     }
  17512.     /**
  17513.      * Gets the private 'app.command.recommendation.filter' shared service.
  17514.      *
  17515.      * @return \WebBundle\Command\RecommendationFilterCommand
  17516.      */
  17517.     protected function getApp_Command_Recommendation_FilterService()
  17518.     {
  17519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17520.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationFilterCommand.php';
  17521.         $this->privates['app.command.recommendation.filter'] = $instance = new \WebBundle\Command\RecommendationFilterCommand('54.93.223.112'4006'te''maxusr_new''M@!xUsrN3w!P@ssw');
  17522.         $instance->setName('recommendation:filter');
  17523.         return $instance;
  17524.     }
  17525.     /**
  17526.      * Gets the private 'app.command.recommendation.order' shared service.
  17527.      *
  17528.      * @return \WebBundle\Command\RecommendationOrderCommand
  17529.      */
  17530.     protected function getApp_Command_Recommendation_OrderService()
  17531.     {
  17532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17533.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationOrderCommand.php';
  17534.         $this->privates['app.command.recommendation.order'] = $instance = new \WebBundle\Command\RecommendationOrderCommand('54.93.223.112'4006'te''maxusr_new''M@!xUsrN3w!P@ssw');
  17535.         $instance->setName('recommendation:orders');
  17536.         return $instance;
  17537.     }
  17538.     /**
  17539.      * Gets the private 'app.command.recommendation.unified' shared service.
  17540.      *
  17541.      * @return \WebBundle\Command\RecommendationUnifiedCommand
  17542.      */
  17543.     protected function getApp_Command_Recommendation_UnifiedService()
  17544.     {
  17545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17546.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationUnifiedCommand.php';
  17547.         $this->privates['app.command.recommendation.unified'] = $instance = new \WebBundle\Command\RecommendationUnifiedCommand('54.93.223.112'4006'te''maxusr_new''M@!xUsrN3w!P@ssw');
  17548.         $instance->setName('recommendation:unified');
  17549.         return $instance;
  17550.     }
  17551.     /**
  17552.      * Gets the private 'app.command.recommendation.unified.optimized' shared service.
  17553.      *
  17554.      * @return \WebBundle\Command\RecommendationUnifiedOptimizedCommand
  17555.      */
  17556.     protected function getApp_Command_Recommendation_Unified_OptimizedService()
  17557.     {
  17558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17559.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationUnifiedOptimizedCommand.php';
  17560.         $this->privates['app.command.recommendation.unified.optimized'] = $instance = new \WebBundle\Command\RecommendationUnifiedOptimizedCommand('54.93.223.112'4006'te''maxusr_new''M@!xUsrN3w!P@ssw');
  17561.         $instance->setName('recommendation:unified-optimized');
  17562.         return $instance;
  17563.     }
  17564.     /**
  17565.      * Gets the private 'app.command.recommendation.visit' shared service.
  17566.      *
  17567.      * @return \WebBundle\Command\RecommendationVisitCommand
  17568.      */
  17569.     protected function getApp_Command_Recommendation_VisitService()
  17570.     {
  17571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17572.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/RecommendationVisitCommand.php';
  17573.         $this->privates['app.command.recommendation.visit'] = $instance = new \WebBundle\Command\RecommendationVisitCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sphinx_ql'] ?? $this->getSphinxQlService()), ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService()), ($this->services['WebBundle\\Repository\\VisitRepository'] ?? $this->getVisitRepositoryService()), ($this->services['WebBundle\\Repository\\ArticleRepository'] ?? $this->getArticleRepositoryService()), ($this->services['WebBundle\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), '54.93.223.112'4006'te''maxusr_new''M@!xUsrN3w!P@ssw');
  17574.         $instance->setName('recommendation:visit');
  17575.         return $instance;
  17576.     }
  17577.     /**
  17578.      * Gets the private 'app.command.sphinx.article' shared service.
  17579.      *
  17580.      * @return \WebBundle\Command\SphinxArticleCommand
  17581.      */
  17582.     protected function getApp_Command_Sphinx_ArticleService()
  17583.     {
  17584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17585.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SphinxArticleCommand.php';
  17586.         $this->privates['app.command.sphinx.article'] = $instance = new \WebBundle\Command\SphinxArticleCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['sphinx_ql'] ?? $this->getSphinxQlService()), ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService()), ($this->services['WebBundle\\Repository\\InteriorRepository'] ?? $this->getInteriorRepositoryService()));
  17587.         $instance->setName('sphinx:article');
  17588.         return $instance;
  17589.     }
  17590.     /**
  17591.      * Gets the private 'app.command.sphinx.count' shared service.
  17592.      *
  17593.      * @return \WebBundle\Command\SphinxCountFilterCommand
  17594.      */
  17595.     protected function getApp_Command_Sphinx_CountService()
  17596.     {
  17597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17598.         include_once \dirname(__DIR__4).'/src/WebBundle/Command/SphinxCountFilterCommand.php';
  17599.         $this->privates['app.command.sphinx.count'] = $instance = new \WebBundle\Command\SphinxCountFilterCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['WebBundle\\Repository\\FilterRepository'] ?? $this->getFilterRepositoryService()), ($this->services['FlexApp\\Service\\RedisCachePool'] ?? $this->getRedisCachePoolService()), ($this->privates['Redis'] ?? $this->getRedisService()), $this->getEnv('REDIS_CACHE_POOL'));
  17600.         $instance->setName('sphinx:count');
  17601.         return $instance;
  17602.     }
  17603.     /**
  17604.      * Gets the private 'assets._package_webpack' shared service.
  17605.      *
  17606.      * @return \Symfony\Component\Asset\UrlPackage
  17607.      */
  17608.     protected function getAssets_PackageWebpackService()
  17609.     {
  17610.         include_once \dirname(__DIR__4).'/vendor/symfony/asset/UrlPackage.php';
  17611.         return $this->privates['assets._package_webpack'] = new \Symfony\Component\Asset\UrlPackage([=> 'https://dev-bi.tile.expert'], ($this->privates['assets._version__default'] ?? $this->getAssets_VersionDefaultService()), ($this->privates['assets.context'] ?? $this->getAssets_ContextService()));
  17612.     }
  17613.     /**
  17614.      * Gets the private 'assets._version__default' shared service.
  17615.      *
  17616.      * @return \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy
  17617.      */
  17618.     protected function getAssets_VersionDefaultService()
  17619.     {
  17620.         return $this->privates['assets._version__default'] = new \Symfony\Component\Asset\VersionStrategy\StaticVersionStrategy('1.6.61''%s?%s');
  17621.     }
  17622.     /**
  17623.      * Gets the private 'assets.context' shared service.
  17624.      *
  17625.      * @return \Symfony\Component\Asset\Context\RequestStackContext
  17626.      */
  17627.     protected function getAssets_ContextService()
  17628.     {
  17629.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  17630.         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());
  17631.     }
  17632.     /**
  17633.      * Gets the private 'cache.annotations.traceable' shared service.
  17634.      *
  17635.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17636.      */
  17637.     protected function getCache_Annotations_TraceableService()
  17638.     {
  17639.         return $this->privates['cache.annotations.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('4dOpZkMjrf'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  17640.     }
  17641.     /**
  17642.      * Gets the private 'cache.doctrine.orm.logs.query.traceable' shared service.
  17643.      *
  17644.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17645.      */
  17646.     protected function getCache_Doctrine_Orm_Logs_Query_TraceableService()
  17647.     {
  17648.         return $this->privates['cache.doctrine.orm.logs.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  17649.     }
  17650.     /**
  17651.      * Gets the private 'cache.doctrine.orm.logs.result.traceable' shared service.
  17652.      *
  17653.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17654.      */
  17655.     protected function getCache_Doctrine_Orm_Logs_Result_TraceableService()
  17656.     {
  17657.         return $this->privates['cache.doctrine.orm.logs.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  17658.     }
  17659.     /**
  17660.      * Gets the private 'cache.doctrine.orm.oneC.query.traceable' shared service.
  17661.      *
  17662.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17663.      */
  17664.     protected function getCache_Doctrine_Orm_OneC_Query_TraceableService()
  17665.     {
  17666.         return $this->privates['cache.doctrine.orm.oneC.query.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  17667.     }
  17668.     /**
  17669.      * Gets the private 'cache.doctrine.orm.oneC.result.traceable' shared service.
  17670.      *
  17671.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17672.      */
  17673.     protected function getCache_Doctrine_Orm_OneC_Result_TraceableService()
  17674.     {
  17675.         return $this->privates['cache.doctrine.orm.oneC.result.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), new \Symfony\Component\Cache\Adapter\ArrayAdapter()));
  17676.     }
  17677.     /**
  17678.      * Gets the private 'cache.messenger.restart_workers_signal.traceable' shared service.
  17679.      *
  17680.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17681.      */
  17682.     protected function getCache_Messenger_RestartWorkersSignal_TraceableService()
  17683.     {
  17684.         $a = new \Symfony\Component\Cache\Adapter\FilesystemAdapter('34aOdaZUid'0, ($this->targetDir.''.'/pools'), ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  17685.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  17686.         return $this->privates['cache.messenger.restart_workers_signal.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), $a));
  17687.     }
  17688.     /**
  17689.      * Gets the private 'cache.property_info.traceable' shared service.
  17690.      *
  17691.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17692.      */
  17693.     protected function getCache_PropertyInfo_TraceableService()
  17694.     {
  17695.         return $this->privates['cache.property_info.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('mBHWkzcwKz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  17696.     }
  17697.     /**
  17698.      * Gets the private 'cache.security_expression_language.traceable' shared service.
  17699.      *
  17700.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17701.      */
  17702.     protected function getCache_SecurityExpressionLanguage_TraceableService()
  17703.     {
  17704.         return $this->privates['cache.security_expression_language.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OAP9eTyUKR'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  17705.     }
  17706.     /**
  17707.      * Gets the private 'cache.security_token_verifier.traceable' shared service.
  17708.      *
  17709.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17710.      */
  17711.     protected function getCache_SecurityTokenVerifier_TraceableService()
  17712.     {
  17713.         return $this->privates['cache.security_token_verifier.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('0VTu9aCDDC'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  17714.     }
  17715.     /**
  17716.      * Gets the private 'cache.serializer.traceable' shared service.
  17717.      *
  17718.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17719.      */
  17720.     protected function getCache_Serializer_TraceableService()
  17721.     {
  17722.         return $this->privates['cache.serializer.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('hUh6W29SSH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  17723.     }
  17724.     /**
  17725.      * Gets the private 'cache.validator.traceable' shared service.
  17726.      *
  17727.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17728.      */
  17729.     protected function getCache_Validator_TraceableService()
  17730.     {
  17731.         return $this->privates['cache.validator.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('1Z+u5vtVtE'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  17732.     }
  17733.     /**
  17734.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  17735.      *
  17736.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  17737.      */
  17738.     protected function getCachePoolClearer_CacheWarmerService()
  17739.     {
  17740.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17741.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  17742.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  17743.     }
  17744.     /**
  17745.      * Gets the private 'chatb_cache_pool.traceable' shared service.
  17746.      *
  17747.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  17748.      */
  17749.     protected function getChatbCachePool_TraceableService()
  17750.     {
  17751.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.j3g97Pq'] ?? $this->get_CacheConnection_J3g97PqService()), 'xsxuHPi5RP'3600, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  17752.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  17753.         return $this->privates['chatb_cache_pool.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), $a));
  17754.     }
  17755.     /**
  17756.      * Gets the private 'chatter.transports' shared service.
  17757.      *
  17758.      * @return \Symfony\Component\Notifier\Transport\Transports
  17759.      */
  17760.     protected function getChatter_TransportsService()
  17761.     {
  17762.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  17763.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  17764.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  17765.         return $this->privates['chatter.transports'] = (new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  17766.             yield => ($this->privates['notifier.transport_factory.telegram'] ?? $this->getNotifier_TransportFactory_TelegramService());
  17767.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  17768.         }, 2)))->fromStrings(['telegram' => $this->getEnv('TELEGRAM_DSN')]);
  17769.     }
  17770.     /**
  17771.      * Gets the private 'config_builder.warmer' shared service.
  17772.      *
  17773.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  17774.      */
  17775.     protected function getConfigBuilder_WarmerService()
  17776.     {
  17777.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  17778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  17779.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['logger'] ?? $this->getLoggerService()));
  17780.     }
  17781.     /**
  17782.      * Gets the private 'config_cache_factory' shared service.
  17783.      *
  17784.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  17785.      */
  17786.     protected function getConfigCacheFactoryService()
  17787.     {
  17788.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  17789.             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)));
  17790.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  17791.         }, 2));
  17792.     }
  17793.     /**
  17794.      * Gets the private 'console.command.about' shared service.
  17795.      *
  17796.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  17797.      */
  17798.     protected function getConsole_Command_AboutService()
  17799.     {
  17800.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17801.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  17802.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  17803.         $instance->setName('about');
  17804.         $instance->setDescription('Display information about the current project');
  17805.         return $instance;
  17806.     }
  17807.     /**
  17808.      * Gets the private 'console.command.assets_install' shared service.
  17809.      *
  17810.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  17811.      */
  17812.     protected function getConsole_Command_AssetsInstallService()
  17813.     {
  17814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17815.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  17816.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  17817.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  17818.         $instance->setName('assets:install');
  17819.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  17820.         return $instance;
  17821.     }
  17822.     /**
  17823.      * Gets the private 'console.command.cache_clear' shared service.
  17824.      *
  17825.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  17826.      */
  17827.     protected function getConsole_Command_CacheClearService()
  17828.     {
  17829.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17830.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  17831.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  17832.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  17833.         $instance->setName('cache:clear');
  17834.         $instance->setDescription('Clear the cache');
  17835.         return $instance;
  17836.     }
  17837.     /**
  17838.      * Gets the private 'console.command.cache_pool_clear' shared service.
  17839.      *
  17840.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  17841.      */
  17842.     protected function getConsole_Command_CachePoolClearService()
  17843.     {
  17844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  17846.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'doctrine.system_cache_pool'=> 'doctrine.redis_cache_pool'=> 'chatb_cache_pool'10 => 'redis_cache_pool'11 => 'cache.validator_expression_language'12 => 'cache.security_expression_language'13 => 'cache.security_token_verifier'14 => 'cache.doctrine.orm.oneC.result'15 => 'cache.doctrine.orm.oneC.query'16 => 'cache.doctrine.orm.logs.result'17 => 'cache.doctrine.orm.logs.query']);
  17847.         $instance->setName('cache:pool:clear');
  17848.         $instance->setDescription('Clear cache pools');
  17849.         return $instance;
  17850.     }
  17851.     /**
  17852.      * Gets the private 'console.command.cache_pool_delete' shared service.
  17853.      *
  17854.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  17855.      */
  17856.     protected function getConsole_Command_CachePoolDeleteService()
  17857.     {
  17858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17859.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  17860.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'doctrine.system_cache_pool'=> 'doctrine.redis_cache_pool'=> 'chatb_cache_pool'10 => 'redis_cache_pool'11 => 'cache.validator_expression_language'12 => 'cache.security_expression_language'13 => 'cache.security_token_verifier'14 => 'cache.doctrine.orm.oneC.result'15 => 'cache.doctrine.orm.oneC.query'16 => 'cache.doctrine.orm.logs.result'17 => 'cache.doctrine.orm.logs.query']);
  17861.         $instance->setName('cache:pool:delete');
  17862.         $instance->setDescription('Delete an item from a cache pool');
  17863.         return $instance;
  17864.     }
  17865.     /**
  17866.      * Gets the private 'console.command.cache_pool_list' shared service.
  17867.      *
  17868.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  17869.      */
  17870.     protected function getConsole_Command_CachePoolListService()
  17871.     {
  17872.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17873.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  17874.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'doctrine.system_cache_pool'=> 'doctrine.redis_cache_pool'=> 'chatb_cache_pool'10 => 'redis_cache_pool'11 => 'cache.validator_expression_language'12 => 'cache.security_expression_language'13 => 'cache.security_token_verifier'14 => 'cache.doctrine.orm.oneC.result'15 => 'cache.doctrine.orm.oneC.query'16 => 'cache.doctrine.orm.logs.result'17 => 'cache.doctrine.orm.logs.query']);
  17875.         $instance->setName('cache:pool:list');
  17876.         $instance->setDescription('List available cache pools');
  17877.         return $instance;
  17878.     }
  17879.     /**
  17880.      * Gets the private 'console.command.cache_pool_prune' shared service.
  17881.      *
  17882.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  17883.      */
  17884.     protected function getConsole_Command_CachePoolPruneService()
  17885.     {
  17886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  17888.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  17889.             yield 'cache.validator.traceable' => ($this->privates['cache.validator.traceable'] ?? $this->getCache_Validator_TraceableService());
  17890.             yield 'cache.serializer.traceable' => ($this->privates['cache.serializer.traceable'] ?? $this->getCache_Serializer_TraceableService());
  17891.             yield 'cache.annotations.traceable' => ($this->privates['cache.annotations.traceable'] ?? $this->getCache_Annotations_TraceableService());
  17892.             yield 'cache.property_info.traceable' => ($this->privates['cache.property_info.traceable'] ?? $this->getCache_PropertyInfo_TraceableService());
  17893.             yield 'cache.messenger.restart_workers_signal.traceable' => ($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService());
  17894.             yield 'doctrine.system_cache_pool.traceable' => ($this->privates['doctrine.system_cache_pool.traceable'] ?? $this->getDoctrine_SystemCachePool_TraceableService());
  17895.             yield 'doctrine.redis_cache_pool.traceable' => ($this->privates['doctrine.redis_cache_pool.traceable'] ?? $this->getDoctrine_RedisCachePool_TraceableService());
  17896.             yield 'chatb_cache_pool.traceable' => ($this->privates['chatb_cache_pool.traceable'] ?? $this->getChatbCachePool_TraceableService());
  17897.             yield 'redis_cache_pool.traceable' => ($this->privates['redis_cache_pool.traceable'] ?? $this->getRedisCachePool_TraceableService());
  17898.             yield 'cache.security_expression_language.traceable' => ($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService());
  17899.             yield 'cache.security_token_verifier.traceable' => ($this->privates['cache.security_token_verifier.traceable'] ?? $this->getCache_SecurityTokenVerifier_TraceableService());
  17900.             yield 'cache.doctrine.orm.oneC.result.traceable' => ($this->privates['cache.doctrine.orm.oneC.result.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Result_TraceableService());
  17901.             yield 'cache.doctrine.orm.oneC.query.traceable' => ($this->privates['cache.doctrine.orm.oneC.query.traceable'] ?? $this->getCache_Doctrine_Orm_OneC_Query_TraceableService());
  17902.             yield 'cache.doctrine.orm.logs.result.traceable' => ($this->privates['cache.doctrine.orm.logs.result.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Result_TraceableService());
  17903.             yield 'cache.doctrine.orm.logs.query.traceable' => ($this->privates['cache.doctrine.orm.logs.query.traceable'] ?? $this->getCache_Doctrine_Orm_Logs_Query_TraceableService());
  17904.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  17905.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  17906.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  17907.         }, 18));
  17908.         $instance->setName('cache:pool:prune');
  17909.         $instance->setDescription('Prune cache pools');
  17910.         return $instance;
  17911.     }
  17912.     /**
  17913.      * Gets the private 'console.command.cache_warmup' shared service.
  17914.      *
  17915.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  17916.      */
  17917.     protected function getConsole_Command_CacheWarmupService()
  17918.     {
  17919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17920.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  17921.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  17922.         $instance->setName('cache:warmup');
  17923.         $instance->setDescription('Warm up an empty cache');
  17924.         return $instance;
  17925.     }
  17926.     /**
  17927.      * Gets the private 'console.command.config_debug' shared service.
  17928.      *
  17929.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  17930.      */
  17931.     protected function getConsole_Command_ConfigDebugService()
  17932.     {
  17933.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17936.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  17937.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  17938.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  17939.         $instance->setName('debug:config');
  17940.         $instance->setDescription('Dump the current configuration for an extension');
  17941.         return $instance;
  17942.     }
  17943.     /**
  17944.      * Gets the private 'console.command.config_dump_reference' shared service.
  17945.      *
  17946.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  17947.      */
  17948.     protected function getConsole_Command_ConfigDumpReferenceService()
  17949.     {
  17950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17951.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17952.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17953.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  17954.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  17955.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  17956.         $instance->setName('config:dump-reference');
  17957.         $instance->setDescription('Dump the default configuration for an extension');
  17958.         return $instance;
  17959.     }
  17960.     /**
  17961.      * Gets the private 'console.command.container_debug' shared service.
  17962.      *
  17963.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  17964.      */
  17965.     protected function getConsole_Command_ContainerDebugService()
  17966.     {
  17967.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17968.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17969.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17970.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  17971.         $instance->setName('debug:container');
  17972.         $instance->setDescription('Display current services for an application');
  17973.         return $instance;
  17974.     }
  17975.     /**
  17976.      * Gets the private 'console.command.container_lint' shared service.
  17977.      *
  17978.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  17979.      */
  17980.     protected function getConsole_Command_ContainerLintService()
  17981.     {
  17982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17983.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  17984.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  17985.         $instance->setName('lint:container');
  17986.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  17987.         return $instance;
  17988.     }
  17989.     /**
  17990.      * Gets the private 'console.command.debug_autowiring' shared service.
  17991.      *
  17992.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  17993.      */
  17994.     protected function getConsole_Command_DebugAutowiringService()
  17995.     {
  17996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  17997.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  17998.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  17999.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  18000.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  18001.         $instance->setName('debug:autowiring');
  18002.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  18003.         return $instance;
  18004.     }
  18005.     /**
  18006.      * Gets the private 'console.command.dotenv_debug' shared service.
  18007.      *
  18008.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  18009.      */
  18010.     protected function getConsole_Command_DotenvDebugService()
  18011.     {
  18012.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18013.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  18014.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('te_dev', \dirname(__DIR__4));
  18015.         $instance->setName('debug:dotenv');
  18016.         $instance->setDescription('Lists all dotenv files with variables and values');
  18017.         return $instance;
  18018.     }
  18019.     /**
  18020.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  18021.      *
  18022.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  18023.      */
  18024.     protected function getConsole_Command_EventDispatcherDebugService()
  18025.     {
  18026.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18027.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  18028.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()));
  18029.         $instance->setName('debug:event-dispatcher');
  18030.         $instance->setDescription('Display configured listeners for an application');
  18031.         return $instance;
  18032.     }
  18033.     /**
  18034.      * Gets the private 'console.command.form_debug' shared service.
  18035.      *
  18036.      * @return \Symfony\Component\Form\Command\DebugCommand
  18037.      */
  18038.     protected function getConsole_Command_FormDebugService()
  18039.     {
  18040.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18041.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  18042.         $this->privates['console.command.form_debug'] = $instance = new \Symfony\Component\Form\Command\DebugCommand(($this->privates['form.registry'] ?? $this->getForm_RegistryService()), [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type'=> 'FlexApp\\Form'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'], [=> 'FlexApp\\Form\\ChangeInterviewDateTimeType'=> 'FlexApp\\Form\\ChatBEmailFormType'=> 'FlexApp\\Form\\MailingType'=> 'FlexApp\\Form\\OrderAddressType'=> 'FlexApp\\Form\\ResettingFormType'=> 'FlexApp\\Form\\SiteCommentType'=> 'FlexApp\\Form\\VacancySliderType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'10 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'11 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'], [=> 'Symfony\\Component\\Form\\Extension\\Core\\Type\\TransformationFailureExtension'=> 'Symfony\\Component\\Form\\Extension\\HttpFoundation\\Type\\FormTypeHttpFoundationExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\FormTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\RepeatedTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\SubmitTypeValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Validator\\Type\\UploadValidatorExtension'=> 'Symfony\\Component\\Form\\Extension\\Csrf\\Type\\FormTypeCsrfExtension'=> 'Symfony\\Component\\Form\\Extension\\DataCollector\\Type\\DataCollectorTypeExtension'=> 'Limenius\\Liform\\Form\\Extension\\AddLiformExtension'=> 'Nelmio\\ApiDocBundle\\Form\\Extension\\DocumentationExtension'], [=> 'Symfony\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  18043.         $instance->setName('debug:form');
  18044.         $instance->setDescription('Display form type information');
  18045.         return $instance;
  18046.     }
  18047.     /**
  18048.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  18049.      *
  18050.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  18051.      */
  18052.     protected function getConsole_Command_MessengerConsumeMessagesService()
  18053.     {
  18054.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18055.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  18056.         $this->privates['console.command.messenger_consume_messages'] = $instance = new \Symfony\Component\Messenger\Command\ConsumeMessagesCommand(($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), [=> 'async'=> 'logs'=> 'google_feed'], NULL, [=> 'messenger.bus.default']);
  18057.         $instance->setName('messenger:consume');
  18058.         $instance->setDescription('Consume messages');
  18059.         return $instance;
  18060.     }
  18061.     /**
  18062.      * Gets the private 'console.command.messenger_debug' shared service.
  18063.      *
  18064.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  18065.      */
  18066.     protected function getConsole_Command_MessengerDebugService()
  18067.     {
  18068.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18069.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  18070.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['FlexApp\\Classes\\UserJoinedChatNotification' => [=> [=> 'FlexApp\\Service\\UserJoinedChatNotificationHandler'=> []]], 'Import1CBundle\\Message\\Feed\\ProcessFeedLinksBatchMessage' => [=> [=> 'Import1CBundle\\MessageHandler\\Feed\\ProcessFeedLinksBatchHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => [=> [=> 'chatter.messenger.chat_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => [=> [=> 'texter.messenger.sms_handler'=> []]], 'Symfony\\Component\\Notifier\\Message\\PushMessage' => [=> [=> 'texter.messenger.push_handler'=> []]]]]);
  18071.         $instance->setName('debug:messenger');
  18072.         $instance->setDescription('List messages you can dispatch using the message buses');
  18073.         return $instance;
  18074.     }
  18075.     /**
  18076.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  18077.      *
  18078.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  18079.      */
  18080.     protected function getConsole_Command_MessengerSetupTransportsService()
  18081.     {
  18082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18083.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  18084.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async'=> 'logs'=> 'google_feed']);
  18085.         $instance->setName('messenger:setup-transports');
  18086.         $instance->setDescription('Prepare the required infrastructure for the transport');
  18087.         return $instance;
  18088.     }
  18089.     /**
  18090.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  18091.      *
  18092.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  18093.      */
  18094.     protected function getConsole_Command_MessengerStopWorkersService()
  18095.     {
  18096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18097.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  18098.         $this->privates['console.command.messenger_stop_workers'] = $instance = new \Symfony\Component\Messenger\Command\StopWorkersCommand(($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()));
  18099.         $instance->setName('messenger:stop-workers');
  18100.         $instance->setDescription('Stop workers after their current message');
  18101.         return $instance;
  18102.     }
  18103.     /**
  18104.      * Gets the private 'console.command.router_debug' shared service.
  18105.      *
  18106.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  18107.      */
  18108.     protected function getConsole_Command_RouterDebugService()
  18109.     {
  18110.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18111.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  18112.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  18113.         $this->privates['console.command.router_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  18114.         $instance->setName('debug:router');
  18115.         $instance->setDescription('Display current routes for an application');
  18116.         return $instance;
  18117.     }
  18118.     /**
  18119.      * Gets the private 'console.command.router_match' shared service.
  18120.      *
  18121.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  18122.      */
  18123.     protected function getConsole_Command_RouterMatchService()
  18124.     {
  18125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18126.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  18127.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), new RewindableGenerator(function () {
  18128.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  18129.         }, 1));
  18130.         $instance->setName('router:match');
  18131.         $instance->setDescription('Help debug routes by simulating a path info match');
  18132.         return $instance;
  18133.     }
  18134.     /**
  18135.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  18136.      *
  18137.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  18138.      */
  18139.     protected function getConsole_Command_SecretsDecryptToLocalService()
  18140.     {
  18141.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18142.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  18143.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18144.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18145.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.te_dev.local')))));
  18146.         $instance->setName('secrets:decrypt-to-local');
  18147.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  18148.         return $instance;
  18149.     }
  18150.     /**
  18151.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  18152.      *
  18153.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  18154.      */
  18155.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  18156.     {
  18157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18158.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  18159.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18160.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18161.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.te_dev.local')))));
  18162.         $instance->setName('secrets:encrypt-from-local');
  18163.         $instance->setDescription('Encrypt all local secrets to the vault');
  18164.         return $instance;
  18165.     }
  18166.     /**
  18167.      * Gets the private 'console.command.secrets_generate_key' shared service.
  18168.      *
  18169.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  18170.      */
  18171.     protected function getConsole_Command_SecretsGenerateKeyService()
  18172.     {
  18173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18174.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  18175.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18176.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18177.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.te_dev.local')))));
  18178.         $instance->setName('secrets:generate-keys');
  18179.         $instance->setDescription('Generate new encryption keys');
  18180.         return $instance;
  18181.     }
  18182.     /**
  18183.      * Gets the private 'console.command.secrets_list' shared service.
  18184.      *
  18185.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  18186.      */
  18187.     protected function getConsole_Command_SecretsListService()
  18188.     {
  18189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18190.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  18191.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18192.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18193.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.te_dev.local')))));
  18194.         $instance->setName('secrets:list');
  18195.         $instance->setDescription('List all secrets');
  18196.         return $instance;
  18197.     }
  18198.     /**
  18199.      * Gets the private 'console.command.secrets_remove' shared service.
  18200.      *
  18201.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  18202.      */
  18203.     protected function getConsole_Command_SecretsRemoveService()
  18204.     {
  18205.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18206.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  18207.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18208.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18209.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.te_dev.local')))));
  18210.         $instance->setName('secrets:remove');
  18211.         $instance->setDescription('Remove a secret from the vault');
  18212.         return $instance;
  18213.     }
  18214.     /**
  18215.      * Gets the private 'console.command.secrets_set' shared service.
  18216.      *
  18217.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  18218.      */
  18219.     protected function getConsole_Command_SecretsSetService()
  18220.     {
  18221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18222.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  18223.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  18224.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  18225.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.te_dev.local')))));
  18226.         $instance->setName('secrets:set');
  18227.         $instance->setDescription('Set a secret in the vault');
  18228.         return $instance;
  18229.     }
  18230.     /**
  18231.      * Gets the private 'console.command.translation_debug' shared service.
  18232.      *
  18233.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  18234.      */
  18235.     protected function getConsole_Command_TranslationDebugService()
  18236.     {
  18237.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18238.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  18239.         $this->privates['console.command.translation_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand(($this->services['translator'] ?? $this->getTranslatorService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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).'/src/Import1CBundle/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/FlexApp/Command/PluralizationExampleCommand.php'), => (\dirname(__DIR__4).'/src/FlexApp/Controller/CommentController.php'), => (\dirname(__DIR__4).'/src/FlexApp/Controller/NewUserProfileController.php'), => (\dirname(__DIR__4).'/src/FlexApp/Form/OrderAddressType.php'), => (\dirname(__DIR__4).'/src/FlexApp/Form/SiteCommentType.php'), => (\dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/AdsFiltersGeneratorTexts.php'), => (\dirname(__DIR__4).'/src/FlexApp/Service/BBCodeManager.php'), => (\dirname(__DIR__4).'/src/FlexApp/Service/ChatArrayGenerator.php'), 10 => (\dirname(__DIR__4).'/src/FlexApp/Service/ChatMessageManager.php'), 11 => (\dirname(__DIR__4).'/src/FlexApp/Service/TranslatorWrapper.php'), 12 => (\dirname(__DIR__4).'/src/FlexApp/Service/WelcomeInfoDataGenerator.php'), 13 => (\dirname(__DIR__4).'/src/WebBundle/Controller/BuyOrderController.php'), 14 => (\dirname(__DIR__4).'/src/WebBundle/Controller/SliderController.php'), 15 => (\dirname(__DIR__4).'/src/WebBundle/Controller/TranslateController.php'), 16 => (\dirname(__DIR__4).'/src/WebBundle/Service/ListEmailService.php'), 17 => (\dirname(__DIR__4).'/src/WebBundle/Service/RequestService.php'), 18 => (\dirname(__DIR__4).'/src/WebBundle/Service/OrderRefundService.php'), 19 => (\dirname(__DIR__4).'/src/WebBundle/Service/PortalService.php'), 20 => (\dirname(__DIR__4).'/src/WebBundle/Service/TranslationService.php'), 21 => (\dirname(__DIR__4).'/src/WebBundle/Service/LeftMenuService.php'), 22 => (\dirname(__DIR__4).'/src/WebBundle/Service/DeliveryRequestService.php'), 23 => (\dirname(__DIR__4).'/src/WebBundle/Filler/MessageFiller.php'), 24 => (\dirname(__DIR__4).'/src/WebBundle/Service/SliderService.php'), 25 => (\dirname(__DIR__4).'/src/WebBundle/Service/HomeService.php'), 26 => (\dirname(__DIR__4).'/src/WebBundle/Twig/AppExtension.php'), 27 => (\dirname(__DIR__4).'/src/WebBundle/Helper/ValidatorHelper.php'), 28 => (\dirname(__DIR__4).'/src/WebBundle/Helper/Mailer.php'), 29 => (\dirname(__DIR__4).'/src/WebBundle/Listener/RequestListener.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 39 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Serializer/Normalizer/FormErrorNormalizer.php'), 40 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/IntegerTransformer.php'), 41 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/ArrayTransformer.php'), 42 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/CompoundTransformer.php'), 43 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/ChoiceTransformer.php'), 44 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/StringTransformer.php'), 45 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/NumberTransformer.php'), 46 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/BooleanTransformer.php'), 47 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 48 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 49 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 50 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  18240.         $instance->setName('debug:translation');
  18241.         $instance->setDescription('Display translation messages information');
  18242.         return $instance;
  18243.     }
  18244.     /**
  18245.      * Gets the private 'console.command.translation_extract' shared service.
  18246.      *
  18247.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  18248.      */
  18249.     protected function getConsole_Command_TranslationExtractService()
  18250.     {
  18251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18252.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  18253.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'en', (\dirname(__DIR__4).'/translations'), (\dirname(__DIR__4).'/templates'), [=> (\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).'/src/Import1CBundle/Resources/translations')], [=> (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/FlexApp/Command/PluralizationExampleCommand.php'), => (\dirname(__DIR__4).'/src/FlexApp/Controller/CommentController.php'), => (\dirname(__DIR__4).'/src/FlexApp/Controller/NewUserProfileController.php'), => (\dirname(__DIR__4).'/src/FlexApp/Form/OrderAddressType.php'), => (\dirname(__DIR__4).'/src/FlexApp/Form/SiteCommentType.php'), => (\dirname(__DIR__4).'/src/FlexApp/Service/AdsFilters/AdsFiltersGeneratorTexts.php'), => (\dirname(__DIR__4).'/src/FlexApp/Service/BBCodeManager.php'), => (\dirname(__DIR__4).'/src/FlexApp/Service/ChatArrayGenerator.php'), 10 => (\dirname(__DIR__4).'/src/FlexApp/Service/ChatMessageManager.php'), 11 => (\dirname(__DIR__4).'/src/FlexApp/Service/TranslatorWrapper.php'), 12 => (\dirname(__DIR__4).'/src/FlexApp/Service/WelcomeInfoDataGenerator.php'), 13 => (\dirname(__DIR__4).'/src/WebBundle/Controller/BuyOrderController.php'), 14 => (\dirname(__DIR__4).'/src/WebBundle/Controller/SliderController.php'), 15 => (\dirname(__DIR__4).'/src/WebBundle/Controller/TranslateController.php'), 16 => (\dirname(__DIR__4).'/src/WebBundle/Service/ListEmailService.php'), 17 => (\dirname(__DIR__4).'/src/WebBundle/Service/RequestService.php'), 18 => (\dirname(__DIR__4).'/src/WebBundle/Service/OrderRefundService.php'), 19 => (\dirname(__DIR__4).'/src/WebBundle/Service/PortalService.php'), 20 => (\dirname(__DIR__4).'/src/WebBundle/Service/TranslationService.php'), 21 => (\dirname(__DIR__4).'/src/WebBundle/Service/LeftMenuService.php'), 22 => (\dirname(__DIR__4).'/src/WebBundle/Service/DeliveryRequestService.php'), 23 => (\dirname(__DIR__4).'/src/WebBundle/Filler/MessageFiller.php'), 24 => (\dirname(__DIR__4).'/src/WebBundle/Service/SliderService.php'), 25 => (\dirname(__DIR__4).'/src/WebBundle/Service/HomeService.php'), 26 => (\dirname(__DIR__4).'/src/WebBundle/Twig/AppExtension.php'), 27 => (\dirname(__DIR__4).'/src/WebBundle/Helper/ValidatorHelper.php'), 28 => (\dirname(__DIR__4).'/src/WebBundle/Helper/Mailer.php'), 29 => (\dirname(__DIR__4).'/src/WebBundle/Listener/RequestListener.php'), 30 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), 31 => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), 32 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), 33 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), 34 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 35 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 36 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 37 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 38 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 39 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Serializer/Normalizer/FormErrorNormalizer.php'), 40 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/IntegerTransformer.php'), 41 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/ArrayTransformer.php'), 42 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/CompoundTransformer.php'), 43 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/ChoiceTransformer.php'), 44 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/StringTransformer.php'), 45 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/NumberTransformer.php'), 46 => (\dirname(__DIR__4).'/vendor/limenius/liform/src/Limenius/Liform/Transformer/BooleanTransformer.php'), 47 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 48 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 49 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 50 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  18254.         $instance->setName('translation:extract');
  18255.         $instance->setAliases([=> 'translation:update']);
  18256.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  18257.         return $instance;
  18258.     }
  18259.     /**
  18260.      * Gets the private 'console.command.translation_pull' shared service.
  18261.      *
  18262.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  18263.      */
  18264.     protected function getConsole_Command_TranslationPullService()
  18265.     {
  18266.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18267.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  18268.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  18269.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'en', [], []);
  18270.         $instance->setName('translation:pull');
  18271.         $instance->setDescription('Pull translations from a given provider.');
  18272.         return $instance;
  18273.     }
  18274.     /**
  18275.      * Gets the private 'console.command.translation_push' shared service.
  18276.      *
  18277.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  18278.      */
  18279.     protected function getConsole_Command_TranslationPushService()
  18280.     {
  18281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18282.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  18283.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  18284.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  18285.         $instance->setName('translation:push');
  18286.         $instance->setDescription('Push translations to a given provider.');
  18287.         return $instance;
  18288.     }
  18289.     /**
  18290.      * Gets the private 'console.command.validator_debug' shared service.
  18291.      *
  18292.      * @return \Symfony\Component\Validator\Command\DebugCommand
  18293.      */
  18294.     protected function getConsole_Command_ValidatorDebugService()
  18295.     {
  18296.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18297.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  18298.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  18299.         $instance->setName('debug:validator');
  18300.         $instance->setDescription('Display validation constraints for classes');
  18301.         return $instance;
  18302.     }
  18303.     /**
  18304.      * Gets the private 'console.command.xliff_lint' shared service.
  18305.      *
  18306.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  18307.      */
  18308.     protected function getConsole_Command_XliffLintService()
  18309.     {
  18310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18311.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  18312.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  18313.         $instance->setName('lint:xliff');
  18314.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  18315.         return $instance;
  18316.     }
  18317.     /**
  18318.      * Gets the private 'console.command.yaml_lint' shared service.
  18319.      *
  18320.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  18321.      */
  18322.     protected function getConsole_Command_YamlLintService()
  18323.     {
  18324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18325.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  18326.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  18327.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  18328.         $instance->setName('lint:yaml');
  18329.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  18330.         return $instance;
  18331.     }
  18332.     /**
  18333.      * Gets the private 'container.env_var_processor' shared service.
  18334.      *
  18335.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  18336.      */
  18337.     protected function getContainer_EnvVarProcessorService()
  18338.     {
  18339.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  18340.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  18341.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  18342.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  18343.         }, 1));
  18344.     }
  18345.     /**
  18346.      * Gets the private 'container.getenv' shared service.
  18347.      *
  18348.      * @return \Closure
  18349.      */
  18350.     protected function getContainer_GetenvService()
  18351.     {
  18352.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  18353.     }
  18354.     /**
  18355.      * Gets the private 'data_collector.form' shared service.
  18356.      *
  18357.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  18358.      */
  18359.     protected function getDataCollector_FormService()
  18360.     {
  18361.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  18362.     }
  18363.     /**
  18364.      * Gets the private 'data_collector.request' shared service.
  18365.      *
  18366.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  18367.      */
  18368.     protected function getDataCollector_RequestService()
  18369.     {
  18370.         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())));
  18371.     }
  18372.     /**
  18373.      * Gets the private 'data_collector.request.session_collector' shared service.
  18374.      *
  18375.      * @return \Closure
  18376.      */
  18377.     protected function getDataCollector_Request_SessionCollectorService()
  18378.     {
  18379.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  18380.     }
  18381.     /**
  18382.      * Gets the private 'debug.FlexApp\ArgumentResolver\RequestDtoArgumentResolver' shared service.
  18383.      *
  18384.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18385.      */
  18386.     protected function getRequestDtoArgumentResolverService()
  18387.     {
  18388.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18389.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18390.         include_once \dirname(__DIR__4).'/src/FlexApp/ArgumentResolver/RequestDtoArgumentResolver.php';
  18391.         return $this->privates['debug.FlexApp\\ArgumentResolver\\RequestDtoArgumentResolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \FlexApp\ArgumentResolver\RequestDtoArgumentResolver(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18392.     }
  18393.     /**
  18394.      * Gets the private 'debug.argument_resolver.default' shared service.
  18395.      *
  18396.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18397.      */
  18398.     protected function getDebug_ArgumentResolver_DefaultService()
  18399.     {
  18400.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18401.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18402.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  18403.         return $this->privates['debug.argument_resolver.default'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\DefaultValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18404.     }
  18405.     /**
  18406.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  18407.      *
  18408.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18409.      */
  18410.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  18411.     {
  18412.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18413.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18414.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  18415.         $a = ($this->privates['.service_locator.KuoAIof'] ?? $this->get_ServiceLocator_KuoAIofService());
  18416.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  18417.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  18418.         }
  18419.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18420.     }
  18421.     /**
  18422.      * Gets the private 'debug.argument_resolver.request' shared service.
  18423.      *
  18424.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18425.      */
  18426.     protected function getDebug_ArgumentResolver_RequestService()
  18427.     {
  18428.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18429.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18430.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  18431.         return $this->privates['debug.argument_resolver.request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18432.     }
  18433.     /**
  18434.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  18435.      *
  18436.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18437.      */
  18438.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  18439.     {
  18440.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18441.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18442.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  18443.         return $this->privates['debug.argument_resolver.request_attribute'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18444.     }
  18445.     /**
  18446.      * Gets the private 'debug.argument_resolver.service' shared service.
  18447.      *
  18448.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18449.      */
  18450.     protected function getDebug_ArgumentResolver_ServiceService()
  18451.     {
  18452.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18453.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18454.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  18455.         $a = ($this->privates['.service_locator.KuoAIof'] ?? $this->get_ServiceLocator_KuoAIofService());
  18456.         if (isset($this->privates['debug.argument_resolver.service'])) {
  18457.             return $this->privates['debug.argument_resolver.service'];
  18458.         }
  18459.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18460.     }
  18461.     /**
  18462.      * Gets the private 'debug.argument_resolver.session' shared service.
  18463.      *
  18464.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18465.      */
  18466.     protected function getDebug_ArgumentResolver_SessionService()
  18467.     {
  18468.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18469.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18470.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  18471.         return $this->privates['debug.argument_resolver.session'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18472.     }
  18473.     /**
  18474.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  18475.      *
  18476.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18477.      */
  18478.     protected function getDebug_ArgumentResolver_VariadicService()
  18479.     {
  18480.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18481.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18482.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  18483.         return $this->privates['debug.argument_resolver.variadic'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\VariadicValueResolver(), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18484.     }
  18485.     /**
  18486.      * Gets the private 'debug.debug_handlers_listener' shared service.
  18487.      *
  18488.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  18489.      */
  18490.     protected function getDebug_DebugHandlersListenerService()
  18491.     {
  18492.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  18493.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18494.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  18495.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  18496.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  18497.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  18498.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  18499.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  18500.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  18501.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  18502.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  18503.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  18504.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18505.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  18506.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  18507.     }
  18508.     /**
  18509.      * Gets the private 'debug.file_link_formatter' shared service.
  18510.      *
  18511.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  18512.      */
  18513.     protected function getDebug_FileLinkFormatterService()
  18514.     {
  18515.         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 () {
  18516.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  18517.         });
  18518.     }
  18519.     /**
  18520.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  18521.      *
  18522.      * @return \string
  18523.      */
  18524.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  18525.     {
  18526.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), '_profiler_open_file''?file=%f&line=%l#line%l');
  18527.     }
  18528.     /**
  18529.      * Gets the private 'debug.log_processor' shared service.
  18530.      *
  18531.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  18532.      */
  18533.     protected function getDebug_LogProcessorService()
  18534.     {
  18535.         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())));
  18536.     }
  18537.     /**
  18538.      * Gets the private 'debug.security.access.decision_manager' shared service.
  18539.      *
  18540.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  18541.      */
  18542.     protected function getDebug_Security_Access_DecisionManagerService()
  18543.     {
  18544.         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 () {
  18545.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  18546.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  18547.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  18548.             yield => ($this->privates['debug.security.voter.FlexApp\\Security\\Voter\\RoleSuperAdminVoter'] ?? $this->getRoleSuperAdminVoterService());
  18549.             yield => ($this->privates['debug.security.voter.FlexApp\\Security\\Voter\\_ExtendVoter'] ?? $this->getExtendVoterService());
  18550.             yield => ($this->privates['debug.security.voter.app.security.voter.super_admin'] ?? $this->getDebug_Security_Voter_App_Security_Voter_SuperAdminService());
  18551.         }, 6), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  18552.     }
  18553.     /**
  18554.      * Gets the private 'debug.security.firewall' shared service.
  18555.      *
  18556.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  18557.      */
  18558.     protected function getDebug_Security_FirewallService()
  18559.     {
  18560.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  18561.         if (isset($this->privates['debug.security.firewall'])) {
  18562.             return $this->privates['debug.security.firewall'];
  18563.         }
  18564.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18565.         if (isset($this->privates['debug.security.firewall'])) {
  18566.             return $this->privates['debug.security.firewall'];
  18567.         }
  18568.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  18569.     }
  18570.     /**
  18571.      * Gets the private 'debug.security.firewall.authenticator.main' shared service.
  18572.      *
  18573.      * @return \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener
  18574.      */
  18575.     protected function getDebug_Security_Firewall_Authenticator_MainService()
  18576.     {
  18577.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php';
  18578.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AuthenticatorManagerListener.php';
  18579.         $a = ($this->privates['security.authenticator.manager.main'] ?? $this->getSecurity_Authenticator_Manager_MainService());
  18580.         if (isset($this->privates['debug.security.firewall.authenticator.main'])) {
  18581.             return $this->privates['debug.security.firewall.authenticator.main'];
  18582.         }
  18583.         return $this->privates['debug.security.firewall.authenticator.main'] = new \Symfony\Component\Security\Http\Authenticator\Debug\TraceableAuthenticatorManagerListener(new \Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener($a));
  18584.     }
  18585.     /**
  18586.      * Gets the private 'debug.security.user_value_resolver' shared service.
  18587.      *
  18588.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18589.      */
  18590.     protected function getDebug_Security_UserValueResolverService()
  18591.     {
  18592.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18593.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18594.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  18595.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18596.     }
  18597.     /**
  18598.      * Gets the private 'debug.security.voter.FlexApp\Security\Voter\RoleSuperAdminVoter' shared service.
  18599.      *
  18600.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18601.      */
  18602.     protected function getRoleSuperAdminVoterService()
  18603.     {
  18604.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18605.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18606.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18607.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  18608.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/_ExtendVoter.php';
  18609.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/RoleSuperAdminVoter.php';
  18610.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18611.         if (isset($this->privates['debug.security.voter.FlexApp\\Security\\Voter\\RoleSuperAdminVoter'])) {
  18612.             return $this->privates['debug.security.voter.FlexApp\\Security\\Voter\\RoleSuperAdminVoter'];
  18613.         }
  18614.         return $this->privates['debug.security.voter.FlexApp\\Security\\Voter\\RoleSuperAdminVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \FlexApp\Security\Voter\RoleSuperAdminVoter(), $a);
  18615.     }
  18616.     /**
  18617.      * Gets the private 'debug.security.voter.FlexApp\Security\Voter\_ExtendVoter' shared service.
  18618.      *
  18619.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18620.      */
  18621.     protected function getExtendVoterService()
  18622.     {
  18623.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18624.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18625.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18626.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  18627.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/_ExtendVoter.php';
  18628.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18629.         if (isset($this->privates['debug.security.voter.FlexApp\\Security\\Voter\\_ExtendVoter'])) {
  18630.             return $this->privates['debug.security.voter.FlexApp\\Security\\Voter\\_ExtendVoter'];
  18631.         }
  18632.         return $this->privates['debug.security.voter.FlexApp\\Security\\Voter\\_ExtendVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \FlexApp\Security\Voter\_ExtendVoter(), $a);
  18633.     }
  18634.     /**
  18635.      * Gets the private 'debug.security.voter.app.security.voter.super_admin' shared service.
  18636.      *
  18637.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18638.      */
  18639.     protected function getDebug_Security_Voter_App_Security_Voter_SuperAdminService()
  18640.     {
  18641.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18642.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18643.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18644.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  18645.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/_ExtendVoter.php';
  18646.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/Voter/RoleSuperAdminVoter.php';
  18647.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18648.         if (isset($this->privates['debug.security.voter.app.security.voter.super_admin'])) {
  18649.             return $this->privates['debug.security.voter.app.security.voter.super_admin'];
  18650.         }
  18651.         return $this->privates['debug.security.voter.app.security.voter.super_admin'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \FlexApp\Security\Voter\RoleSuperAdminVoter(), $a);
  18652.     }
  18653.     /**
  18654.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  18655.      *
  18656.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18657.      */
  18658.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  18659.     {
  18660.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18661.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18662.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18663.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  18664.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18665.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  18666.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  18667.         }
  18668.         return $this->privates['debug.security.voter.security.access.authenticated_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter(($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver()))), $a);
  18669.     }
  18670.     /**
  18671.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  18672.      *
  18673.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18674.      */
  18675.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  18676.     {
  18677.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18678.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18679.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18680.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  18681.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  18682.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  18683.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  18684.         }
  18685.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18686.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  18687.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  18688.         }
  18689.         return $this->privates['debug.security.voter.security.access.expression_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter(new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language.traceable'] ?? $this->getCache_SecurityExpressionLanguage_TraceableService())), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  18690.     }
  18691.     /**
  18692.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  18693.      *
  18694.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  18695.      */
  18696.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  18697.     {
  18698.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  18699.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  18700.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  18701.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  18702.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  18703.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  18704.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  18705.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  18706.         }
  18707.         return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $a);
  18708.     }
  18709.     /**
  18710.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  18711.      *
  18712.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  18713.      */
  18714.     protected function getDebug_Security_Voter_VoteListenerService()
  18715.     {
  18716.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  18717.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  18718.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  18719.             return $this->privates['debug.security.voter.vote_listener'];
  18720.         }
  18721.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  18722.     }
  18723.     /**
  18724.      * Gets the private 'debug.sensio_framework_extra.psr7.argument_value_resolver.server_request' shared service.
  18725.      *
  18726.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  18727.      */
  18728.     protected function getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService()
  18729.     {
  18730.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  18731.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  18732.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  18733.         return $this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver(($this->privates['sensio_framework_extra.psr7.http_message_factory'] ?? $this->getSensioFrameworkExtra_Psr7_HttpMessageFactoryService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18734.     }
  18735.     /**
  18736.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  18737.      *
  18738.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  18739.      */
  18740.     protected function getDoctrine_CacheClearMetadataCommandService()
  18741.     {
  18742.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18743.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18744.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/MetadataCommand.php';
  18745.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  18746.         $this->privates['doctrine.cache_clear_metadata_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand();
  18747.         $instance->setName('doctrine:cache:clear-metadata');
  18748.         return $instance;
  18749.     }
  18750.     /**
  18751.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  18752.      *
  18753.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  18754.      */
  18755.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  18756.     {
  18757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18758.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18759.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryCommand.php';
  18760.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  18761.         $this->privates['doctrine.cache_clear_query_cache_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand();
  18762.         $instance->setName('doctrine:cache:clear-query');
  18763.         return $instance;
  18764.     }
  18765.     /**
  18766.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  18767.      *
  18768.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  18769.      */
  18770.     protected function getDoctrine_CacheClearResultCommandService()
  18771.     {
  18772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18773.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18774.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/ResultCommand.php';
  18775.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  18776.         $this->privates['doctrine.cache_clear_result_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand();
  18777.         $instance->setName('doctrine:cache:clear-result');
  18778.         return $instance;
  18779.     }
  18780.     /**
  18781.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  18782.      *
  18783.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  18784.      */
  18785.     protected function getDoctrine_CacheCollectionRegionCommandService()
  18786.     {
  18787.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18788.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18789.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  18790.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  18791.         $this->privates['doctrine.cache_collection_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand();
  18792.         $instance->setName('doctrine:cache:clear-collection-region');
  18793.         return $instance;
  18794.     }
  18795.     /**
  18796.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  18797.      *
  18798.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  18799.      */
  18800.     protected function getDoctrine_ClearEntityRegionCommandService()
  18801.     {
  18802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18803.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18804.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  18805.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  18806.         $this->privates['doctrine.clear_entity_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand();
  18807.         $instance->setName('doctrine:cache:clear-entity-region');
  18808.         return $instance;
  18809.     }
  18810.     /**
  18811.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  18812.      *
  18813.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  18814.      */
  18815.     protected function getDoctrine_ClearQueryRegionCommandService()
  18816.     {
  18817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18818.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18819.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  18820.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  18821.         $this->privates['doctrine.clear_query_region_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand();
  18822.         $instance->setName('doctrine:cache:clear-query-region');
  18823.         return $instance;
  18824.     }
  18825.     /**
  18826.      * Gets the private 'doctrine.database_create_command' shared service.
  18827.      *
  18828.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  18829.      */
  18830.     protected function getDoctrine_DatabaseCreateCommandService()
  18831.     {
  18832.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18833.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18834.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  18835.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18836.         $instance->setName('doctrine:database:create');
  18837.         return $instance;
  18838.     }
  18839.     /**
  18840.      * Gets the private 'doctrine.database_drop_command' shared service.
  18841.      *
  18842.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  18843.      */
  18844.     protected function getDoctrine_DatabaseDropCommandService()
  18845.     {
  18846.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18847.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18848.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  18849.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  18850.         $instance->setName('doctrine:database:drop');
  18851.         return $instance;
  18852.     }
  18853.     /**
  18854.      * Gets the private 'doctrine.database_import_command' shared service.
  18855.      *
  18856.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  18857.      */
  18858.     protected function getDoctrine_DatabaseImportCommandService()
  18859.     {
  18860.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18861.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  18862.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  18863.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  18864.         $instance->setName('doctrine:database:import');
  18865.         return $instance;
  18866.     }
  18867.     /**
  18868.      * Gets the private 'doctrine.dbal.connection_factory' shared service.
  18869.      *
  18870.      * @return \Doctrine\Bundle\DoctrineBundle\ConnectionFactory
  18871.      */
  18872.     protected function getDoctrine_Dbal_ConnectionFactoryService()
  18873.     {
  18874.         return $this->privates['doctrine.dbal.connection_factory'] = new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']);
  18875.     }
  18876.     /**
  18877.      * Gets the private 'doctrine.dbal.logger' shared service.
  18878.      *
  18879.      * @return \Symfony\Bridge\Doctrine\Logger\DbalLogger
  18880.      */
  18881.     protected function getDoctrine_Dbal_LoggerService()
  18882.     {
  18883.         $a = new \Symfony\Bridge\Monolog\Logger('doctrine');
  18884.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  18885.         $a->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  18886.         $a->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  18887.         $a->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  18888.         $a->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  18889.         $a->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  18890.         $a->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  18891.         $a->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  18892.         $a->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  18893.         $a->pushHandler(($this->privates['monolog.handler.doctrine'] ?? $this->getMonolog_Handler_DoctrineService()));
  18894.         $a->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  18895.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  18896.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  18897.         return $this->privates['doctrine.dbal.logger'] = new \Symfony\Bridge\Doctrine\Logger\DbalLogger($a, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  18898.     }
  18899.     /**
  18900.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  18901.      *
  18902.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  18903.      */
  18904.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  18905.     {
  18906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18907.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18908.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  18909.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  18910.         $this->privates['doctrine.ensure_production_settings_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand();
  18911.         $instance->setName('doctrine:ensure-production-settings');
  18912.         return $instance;
  18913.     }
  18914.     /**
  18915.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  18916.      *
  18917.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  18918.      */
  18919.     protected function getDoctrine_MappingConvertCommandService()
  18920.     {
  18921.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18922.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18923.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php';
  18924.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  18925.         $this->privates['doctrine.mapping_convert_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand();
  18926.         $instance->setName('doctrine:mapping:convert');
  18927.         return $instance;
  18928.     }
  18929.     /**
  18930.      * Gets the private 'doctrine.mapping_import_command' shared service.
  18931.      *
  18932.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  18933.      */
  18934.     protected function getDoctrine_MappingImportCommandService()
  18935.     {
  18936.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18937.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  18938.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  18939.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  18940.         $instance->setName('doctrine:mapping:import');
  18941.         return $instance;
  18942.     }
  18943.     /**
  18944.      * Gets the private 'doctrine.mapping_info_command' shared service.
  18945.      *
  18946.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  18947.      */
  18948.     protected function getDoctrine_MappingInfoCommandService()
  18949.     {
  18950.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  18951.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  18952.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/InfoCommand.php';
  18953.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  18954.         $this->privates['doctrine.mapping_info_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand();
  18955.         $instance->setName('doctrine:mapping:info');
  18956.         return $instance;
  18957.     }
  18958.     /**
  18959.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  18960.      *
  18961.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  18962.      */
  18963.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  18964.     {
  18965.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18966.             'FlexApp\\Repository\\AdmCfgPageRepository' => ['privates''FlexApp\\Repository\\AdmCfgPageRepository''getAdmCfgPageRepositoryService'false],
  18967.             'FlexApp\\Repository\\Article\\ArticleDescriptionRepository' => ['privates''FlexApp\\Repository\\Article\\ArticleDescriptionRepository''getArticleDescriptionRepositoryService'false],
  18968.             'FlexApp\\Repository\\Article\\ArticleDiscountRepository' => ['privates''FlexApp\\Repository\\Article\\ArticleDiscountRepository''getArticleDiscountRepositoryService'false],
  18969.             'FlexApp\\Repository\\Article\\ArticlePriceRepository' => ['privates''FlexApp\\Repository\\Article\\ArticlePriceRepository''getArticlePriceRepositoryService'false],
  18970.             'FlexApp\\Repository\\AttachmentEntityRepository' => ['privates''FlexApp\\Repository\\AttachmentEntityRepository''getAttachmentEntityRepositoryService'false],
  18971.             'FlexApp\\Repository\\BannedIpRepository' => ['privates''FlexApp\\Repository\\BannedIpRepository''getBannedIpRepositoryService'false],
  18972.             'FlexApp\\Repository\\BoolDBSettingRepository' => ['privates''FlexApp\\Repository\\BoolDBSettingRepository''getBoolDBSettingRepositoryService'false],
  18973.             'FlexApp\\Repository\\BrandRepository' => ['privates''FlexApp\\Repository\\BrandRepository''getBrandRepositoryService'false],
  18974.             'FlexApp\\Repository\\ChatBMessageRepository' => ['privates''FlexApp\\Repository\\ChatBMessageRepository''getChatBMessageRepositoryService'false],
  18975.             'FlexApp\\Repository\\ChatBRepository' => ['privates''FlexApp\\Repository\\ChatBRepository''getChatBRepositoryService'false],
  18976.             'FlexApp\\Repository\\Collection\\CollectionAwardRepository' => ['privates''FlexApp\\Repository\\Collection\\CollectionAwardRepository''getCollectionAwardRepositoryService'false],
  18977.             'FlexApp\\Repository\\Collection\\CollectionHeaderRepository' => ['privates''FlexApp\\Repository\\Collection\\CollectionHeaderRepository''getCollectionHeaderRepositoryService'false],
  18978.             'FlexApp\\Repository\\Collection\\CollectionRepository' => ['privates''FlexApp\\Repository\\Collection\\CollectionRepository''getCollectionRepository2Service'false],
  18979.             'FlexApp\\Repository\\Collection\\CollectionSettingRepository' => ['privates''FlexApp\\Repository\\Collection\\CollectionSettingRepository''getCollectionSettingRepositoryService'false],
  18980.             'FlexApp\\Repository\\CommentRepository' => ['services''FlexApp\\Repository\\CommentRepository''getCommentRepositoryService'false],
  18981.             'FlexApp\\Repository\\CommentablePageRepository' => ['privates''FlexApp\\Repository\\CommentablePageRepository''getCommentablePageRepositoryService'false],
  18982.             'FlexApp\\Repository\\CommentablePageSubscriberRepository' => ['privates''FlexApp\\Repository\\CommentablePageSubscriberRepository''getCommentablePageSubscriberRepositoryService'false],
  18983.             'FlexApp\\Repository\\CompareArticleRepository' => ['privates''FlexApp\\Repository\\CompareArticleRepository''getCompareArticleRepositoryService'false],
  18984.             'FlexApp\\Repository\\ConsultantRepository' => ['privates''FlexApp\\Repository\\ConsultantRepository''getConsultantRepositoryService'false],
  18985.             'FlexApp\\Repository\\CountryAndLangSpecificDataRepository' => ['privates''FlexApp\\Repository\\CountryAndLangSpecificDataRepository''getCountryAndLangSpecificDataRepositoryService'false],
  18986.             'FlexApp\\Repository\\CountryRepository' => ['privates''FlexApp\\Repository\\CountryRepository''getCountryRepositoryService'false],
  18987.             'FlexApp\\Repository\\CryptoCurrencyRepository' => ['privates''FlexApp\\Repository\\CryptoCurrencyRepository''getCryptoCurrencyRepositoryService'false],
  18988.             'FlexApp\\Repository\\CryptoNetworkRepository' => ['privates''FlexApp\\Repository\\CryptoNetworkRepository''getCryptoNetworkRepositoryService'false],
  18989.             'FlexApp\\Repository\\CurrencyRepository' => ['privates''FlexApp\\Repository\\CurrencyRepository''getCurrencyRepositoryService'false],
  18990.             'FlexApp\\Repository\\DesignerRepository' => ['privates''FlexApp\\Repository\\DesignerRepository''getDesignerRepositoryService'false],
  18991.             'FlexApp\\Repository\\Exhibition\\ExhBrandRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhBrandRepository''getExhBrandRepositoryService'false],
  18992.             'FlexApp\\Repository\\Exhibition\\ExhCollectionRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhCollectionRepository''getExhCollectionRepositoryService'false],
  18993.             'FlexApp\\Repository\\Exhibition\\ExhImageRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhImageRepository''getExhImageRepositoryService'false],
  18994.             'FlexApp\\Repository\\Exhibition\\ExhLineRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhLineRepository''getExhLineRepositoryService'false],
  18995.             'FlexApp\\Repository\\Exhibition\\ExhRepository' => ['privates''FlexApp\\Repository\\Exhibition\\ExhRepository''getExhRepositoryService'false],
  18996.             'FlexApp\\Repository\\FileEntityRepository' => ['privates''FlexApp\\Repository\\FileEntityRepository''getFileEntityRepositoryService'false],
  18997.             'FlexApp\\Repository\\GeoCountryRepository' => ['privates''FlexApp\\Repository\\GeoCountryRepository''getGeoCountryRepositoryService'false],
  18998.             'FlexApp\\Repository\\GeoLocaleNameRepository' => ['privates''FlexApp\\Repository\\GeoLocaleNameRepository''getGeoLocaleNameRepositoryService'false],
  18999.             'FlexApp\\Repository\\GeoRegionRepository' => ['privates''FlexApp\\Repository\\GeoRegionRepository''getGeoRegionRepositoryService'false],
  19000.             'FlexApp\\Repository\\InterviewRepository' => ['privates''FlexApp\\Repository\\InterviewRepository''getInterviewRepositoryService'false],
  19001.             'FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository' => ['privates''FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository''getInvitationEmailDeliveryStatsRepositoryService'false],
  19002.             'FlexApp\\Repository\\LocaleChangeStatRepository' => ['privates''FlexApp\\Repository\\LocaleChangeStatRepository''getLocaleChangeStatRepositoryService'false],
  19003.             'FlexApp\\Repository\\LocaleRepository' => ['privates''FlexApp\\Repository\\LocaleRepository''getLocaleRepositoryService'false],
  19004.             'FlexApp\\Repository\\MailingRepository' => ['privates''FlexApp\\Repository\\MailingRepository''getMailingRepositoryService'false],
  19005.             'FlexApp\\Repository\\MobileUserSliderRepository' => ['privates''FlexApp\\Repository\\MobileUserSliderRepository''getMobileUserSliderRepositoryService'false],
  19006.             'FlexApp\\Repository\\NgNameEntityRepository' => ['privates''FlexApp\\Repository\\NgNameEntityRepository''getNgNameEntityRepositoryService'false],
  19007.             'FlexApp\\Repository\\PhoneMaskRepository' => ['privates''FlexApp\\Repository\\PhoneMaskRepository''getPhoneMaskRepositoryService'false],
  19008.             'FlexApp\\Repository\\PollOptionRepository' => ['privates''FlexApp\\Repository\\PollOptionRepository''getPollOptionRepositoryService'false],
  19009.             'FlexApp\\Repository\\PollRepository' => ['privates''FlexApp\\Repository\\PollRepository''getPollRepositoryService'false],
  19010.             'FlexApp\\Repository\\PriceRepository' => ['privates''FlexApp\\Repository\\PriceRepository''getPriceRepositoryService'false],
  19011.             'FlexApp\\Repository\\ReviewsRepository' => ['privates''FlexApp\\Repository\\ReviewsRepository''getReviewsRepositoryService'false],
  19012.             'FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository' => ['privates''FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository''getRetieRequestDataRepositoryService'false],
  19013.             'FlexApp\\Repository\\SquareRepository' => ['privates''FlexApp\\Repository\\SquareRepository''getSquareRepositoryService'false],
  19014.             'FlexApp\\Repository\\StatOrdersGroupingRepository' => ['privates''FlexApp\\Repository\\StatOrdersGroupingRepository''getStatOrdersGroupingRepositoryService'false],
  19015.             'FlexApp\\Repository\\StaticContent\\MetaStaticContentRepository' => ['privates''FlexApp\\Repository\\StaticContent\\MetaStaticContentRepository''getMetaStaticContentRepositoryService'false],
  19016.             'FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository' => ['privates''FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository''getSoundStaticContentRepositoryService'false],
  19017.             'FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository' => ['privates''FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository''getStaticContentCollectionRepositoryService'false],
  19018.             'FlexApp\\Repository\\StaticContent\\StaticContentRepository' => ['privates''FlexApp\\Repository\\StaticContent\\StaticContentRepository''getStaticContentRepositoryService'false],
  19019.             'FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository' => ['privates''FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository''getVideoStaticContentRepositoryService'false],
  19020.             'FlexApp\\Repository\\StatsRepository' => ['privates''FlexApp\\Repository\\StatsRepository''getStatsRepositoryService'false],
  19021.             'FlexApp\\Repository\\SubscriptionsEntityRepository' => ['privates''FlexApp\\Repository\\SubscriptionsEntityRepository''getSubscriptionsEntityRepositoryService'false],
  19022.             'FlexApp\\Repository\\TranscriptionRepository' => ['privates''FlexApp\\Repository\\TranscriptionRepository''getTranscriptionRepositoryService'false],
  19023.             'FlexApp\\Repository\\UtilsStatusRepository' => ['privates''FlexApp\\Repository\\UtilsStatusRepository''getUtilsStatusRepositoryService'false],
  19024.             'FlexApp\\Repository\\WebPushDataEntityRepository' => ['privates''FlexApp\\Repository\\WebPushDataEntityRepository''getWebPushDataEntityRepositoryService'false],
  19025.             'FlexApp\\Repository\\WidgetRepository' => ['privates''FlexApp\\Repository\\WidgetRepository''getWidgetRepositoryService'false],
  19026.             'FlexApp\\Repository\\ZipMaskRepository' => ['privates''FlexApp\\Repository\\ZipMaskRepository''getZipMaskRepositoryService'false],
  19027.             'WebBundle\\Repository\\ArticleDetailRepository' => ['services''WebBundle\\Repository\\ArticleDetailRepository''getArticleDetailRepositoryService'false],
  19028.             'WebBundle\\Repository\\ArticleRepository' => ['services''WebBundle\\Repository\\ArticleRepository''getArticleRepositoryService'false],
  19029.             'WebBundle\\Repository\\BuyOrderArticleHolidayRepository' => ['services''WebBundle\\Repository\\BuyOrderArticleHolidayRepository''getBuyOrderArticleHolidayRepositoryService'false],
  19030.             'WebBundle\\Repository\\BuyOrderArticleRepository' => ['services''WebBundle\\Repository\\BuyOrderArticleRepository''getBuyOrderArticleRepositoryService'false],
  19031.             'WebBundle\\Repository\\BuyOrderManagerRepository' => ['services''WebBundle\\Repository\\BuyOrderManagerRepository''getBuyOrderManagerRepositoryService'false],
  19032.             'WebBundle\\Repository\\BuyOrderRepository' => ['services''WebBundle\\Repository\\BuyOrderRepository''getBuyOrderRepositoryService'false],
  19033.             'WebBundle\\Repository\\ConfirmTimeStatRepository' => ['services''WebBundle\\Repository\\ConfirmTimeStatRepository''getConfirmTimeStatRepositoryService'false],
  19034.             'WebBundle\\Repository\\FactoryRepository' => ['services''WebBundle\\Repository\\FactoryRepository''getFactoryRepositoryService'false],
  19035.             'WebBundle\\Repository\\FilterRepository' => ['services''WebBundle\\Repository\\FilterRepository''getFilterRepositoryService'false],
  19036.             'WebBundle\\Repository\\IdeaRepository' => ['services''WebBundle\\Repository\\IdeaRepository''getIdeaRepositoryService'false],
  19037.             'WebBundle\\Repository\\IdeasShareRepository' => ['services''WebBundle\\Repository\\IdeasShareRepository''getIdeasShareRepositoryService'false],
  19038.             'WebBundle\\Repository\\InteriorRepository' => ['services''WebBundle\\Repository\\InteriorRepository''getInteriorRepositoryService'false],
  19039.             'WebBundle\\Repository\\ItalianMunicipalityRepository' => ['services''WebBundle\\Repository\\ItalianMunicipalityRepository''getItalianMunicipalityRepositoryService'false],
  19040.             'WebBundle\\Repository\\LastUrlRepository' => ['services''WebBundle\\Repository\\LastUrlRepository''getLastUrlRepositoryService'false],
  19041.             'WebBundle\\Repository\\ListCountryRepository' => ['services''WebBundle\\Repository\\ListCountryRepository''getListCountryRepositoryService'false],
  19042.             'WebBundle\\Repository\\ListVatRepository' => ['services''WebBundle\\Repository\\ListVatRepository''getListVatRepositoryService'false],
  19043.             'WebBundle\\Repository\\OrderAddressRepository' => ['services''WebBundle\\Repository\\OrderAddressRepository''getOrderAddressRepositoryService'false],
  19044.             'WebBundle\\Repository\\OrderHistoryRepository' => ['services''WebBundle\\Repository\\OrderHistoryRepository''getOrderHistoryRepositoryService'false],
  19045.             'WebBundle\\Repository\\OrderPaymentRepository' => ['services''WebBundle\\Repository\\OrderPaymentRepository''getOrderPaymentRepositoryService'false],
  19046.             'WebBundle\\Repository\\PaymentFromOneCRepository' => ['services''WebBundle\\Repository\\PaymentFromOneCRepository''getPaymentFromOneCRepositoryService'false],
  19047.             'WebBundle\\Repository\\ProductReviewsCacheRepository' => ['services''WebBundle\\Repository\\ProductReviewsCacheRepository''getProductReviewsCacheRepositoryService'false],
  19048.             'WebBundle\\Repository\\ProductionRepository' => ['services''WebBundle\\Repository\\ProductionRepository''getProductionRepositoryService'false],
  19049.             'WebBundle\\Repository\\ProductionShipmentRepository' => ['services''WebBundle\\Repository\\ProductionShipmentRepository''getProductionShipmentRepositoryService'false],
  19050.             'WebBundle\\Repository\\ReviewsCacheRepository' => ['services''WebBundle\\Repository\\ReviewsCacheRepository''getReviewsCacheRepositoryService'false],
  19051.             'WebBundle\\Repository\\StaticPageRepository' => ['services''WebBundle\\Repository\\StaticPageRepository''getStaticPageRepositoryService'false],
  19052.             'WebBundle\\Repository\\UserForeignAliasRepository' => ['services''WebBundle\\Repository\\UserForeignAliasRepository''getUserForeignAliasRepositoryService'false],
  19053.             'WebBundle\\Repository\\UserRepository' => ['services''WebBundle\\Repository\\UserRepository''getUserRepositoryService'false],
  19054.             'WebBundle\\Repository\\VisitRepository' => ['services''WebBundle\\Repository\\VisitRepository''getVisitRepositoryService'false],
  19055.             'WebBundle\\Repository\\WarehouseRepository' => ['services''WebBundle\\Repository\\WarehouseRepository''getWarehouseRepositoryService'false],
  19056.             'app.repo.sample' => ['services''app.repo.sample''getApp_Repo_SampleService'false],
  19057.         ], [
  19058.             'FlexApp\\Repository\\AdmCfgPageRepository' => '?',
  19059.             'FlexApp\\Repository\\Article\\ArticleDescriptionRepository' => '?',
  19060.             'FlexApp\\Repository\\Article\\ArticleDiscountRepository' => '?',
  19061.             'FlexApp\\Repository\\Article\\ArticlePriceRepository' => '?',
  19062.             'FlexApp\\Repository\\AttachmentEntityRepository' => '?',
  19063.             'FlexApp\\Repository\\BannedIpRepository' => '?',
  19064.             'FlexApp\\Repository\\BoolDBSettingRepository' => '?',
  19065.             'FlexApp\\Repository\\BrandRepository' => '?',
  19066.             'FlexApp\\Repository\\ChatBMessageRepository' => '?',
  19067.             'FlexApp\\Repository\\ChatBRepository' => '?',
  19068.             'FlexApp\\Repository\\Collection\\CollectionAwardRepository' => '?',
  19069.             'FlexApp\\Repository\\Collection\\CollectionHeaderRepository' => '?',
  19070.             'FlexApp\\Repository\\Collection\\CollectionRepository' => '?',
  19071.             'FlexApp\\Repository\\Collection\\CollectionSettingRepository' => '?',
  19072.             'FlexApp\\Repository\\CommentRepository' => '?',
  19073.             'FlexApp\\Repository\\CommentablePageRepository' => '?',
  19074.             'FlexApp\\Repository\\CommentablePageSubscriberRepository' => '?',
  19075.             'FlexApp\\Repository\\CompareArticleRepository' => '?',
  19076.             'FlexApp\\Repository\\ConsultantRepository' => '?',
  19077.             'FlexApp\\Repository\\CountryAndLangSpecificDataRepository' => '?',
  19078.             'FlexApp\\Repository\\CountryRepository' => '?',
  19079.             'FlexApp\\Repository\\CryptoCurrencyRepository' => '?',
  19080.             'FlexApp\\Repository\\CryptoNetworkRepository' => '?',
  19081.             'FlexApp\\Repository\\CurrencyRepository' => '?',
  19082.             'FlexApp\\Repository\\DesignerRepository' => '?',
  19083.             'FlexApp\\Repository\\Exhibition\\ExhBrandRepository' => '?',
  19084.             'FlexApp\\Repository\\Exhibition\\ExhCollectionRepository' => '?',
  19085.             'FlexApp\\Repository\\Exhibition\\ExhImageRepository' => '?',
  19086.             'FlexApp\\Repository\\Exhibition\\ExhLineRepository' => '?',
  19087.             'FlexApp\\Repository\\Exhibition\\ExhRepository' => '?',
  19088.             'FlexApp\\Repository\\FileEntityRepository' => '?',
  19089.             'FlexApp\\Repository\\GeoCountryRepository' => '?',
  19090.             'FlexApp\\Repository\\GeoLocaleNameRepository' => '?',
  19091.             'FlexApp\\Repository\\GeoRegionRepository' => '?',
  19092.             'FlexApp\\Repository\\InterviewRepository' => '?',
  19093.             'FlexApp\\Repository\\InvitationEmailDeliveryStatsRepository' => '?',
  19094.             'FlexApp\\Repository\\LocaleChangeStatRepository' => '?',
  19095.             'FlexApp\\Repository\\LocaleRepository' => '?',
  19096.             'FlexApp\\Repository\\MailingRepository' => '?',
  19097.             'FlexApp\\Repository\\MobileUserSliderRepository' => '?',
  19098.             'FlexApp\\Repository\\NgNameEntityRepository' => '?',
  19099.             'FlexApp\\Repository\\PhoneMaskRepository' => '?',
  19100.             'FlexApp\\Repository\\PollOptionRepository' => '?',
  19101.             'FlexApp\\Repository\\PollRepository' => '?',
  19102.             'FlexApp\\Repository\\PriceRepository' => '?',
  19103.             'FlexApp\\Repository\\ReviewsRepository' => '?',
  19104.             'FlexApp\\Repository\\ServiceEntityRepository\\RetieRequestDataRepository' => '?',
  19105.             'FlexApp\\Repository\\SquareRepository' => '?',
  19106.             'FlexApp\\Repository\\StatOrdersGroupingRepository' => '?',
  19107.             'FlexApp\\Repository\\StaticContent\\MetaStaticContentRepository' => '?',
  19108.             'FlexApp\\Repository\\StaticContent\\SoundStaticContentRepository' => '?',
  19109.             'FlexApp\\Repository\\StaticContent\\StaticContentCollectionRepository' => '?',
  19110.             'FlexApp\\Repository\\StaticContent\\StaticContentRepository' => '?',
  19111.             'FlexApp\\Repository\\StaticContent\\VideoStaticContentRepository' => '?',
  19112.             'FlexApp\\Repository\\StatsRepository' => '?',
  19113.             'FlexApp\\Repository\\SubscriptionsEntityRepository' => '?',
  19114.             'FlexApp\\Repository\\TranscriptionRepository' => '?',
  19115.             'FlexApp\\Repository\\UtilsStatusRepository' => '?',
  19116.             'FlexApp\\Repository\\WebPushDataEntityRepository' => '?',
  19117.             'FlexApp\\Repository\\WidgetRepository' => '?',
  19118.             'FlexApp\\Repository\\ZipMaskRepository' => '?',
  19119.             'WebBundle\\Repository\\ArticleDetailRepository' => '?',
  19120.             'WebBundle\\Repository\\ArticleRepository' => '?',
  19121.             'WebBundle\\Repository\\BuyOrderArticleHolidayRepository' => '?',
  19122.             'WebBundle\\Repository\\BuyOrderArticleRepository' => '?',
  19123.             'WebBundle\\Repository\\BuyOrderManagerRepository' => '?',
  19124.             'WebBundle\\Repository\\BuyOrderRepository' => '?',
  19125.             'WebBundle\\Repository\\ConfirmTimeStatRepository' => '?',
  19126.             'WebBundle\\Repository\\FactoryRepository' => '?',
  19127.             'WebBundle\\Repository\\FilterRepository' => '?',
  19128.             'WebBundle\\Repository\\IdeaRepository' => '?',
  19129.             'WebBundle\\Repository\\IdeasShareRepository' => '?',
  19130.             'WebBundle\\Repository\\InteriorRepository' => '?',
  19131.             'WebBundle\\Repository\\ItalianMunicipalityRepository' => '?',
  19132.             'WebBundle\\Repository\\LastUrlRepository' => '?',
  19133.             'WebBundle\\Repository\\ListCountryRepository' => '?',
  19134.             'WebBundle\\Repository\\ListVatRepository' => '?',
  19135.             'WebBundle\\Repository\\OrderAddressRepository' => '?',
  19136.             'WebBundle\\Repository\\OrderHistoryRepository' => '?',
  19137.             'WebBundle\\Repository\\OrderPaymentRepository' => '?',
  19138.             'WebBundle\\Repository\\PaymentFromOneCRepository' => '?',
  19139.             'WebBundle\\Repository\\ProductReviewsCacheRepository' => '?',
  19140.             'WebBundle\\Repository\\ProductionRepository' => '?',
  19141.             'WebBundle\\Repository\\ProductionShipmentRepository' => '?',
  19142.             'WebBundle\\Repository\\ReviewsCacheRepository' => '?',
  19143.             'WebBundle\\Repository\\StaticPageRepository' => '?',
  19144.             'WebBundle\\Repository\\UserForeignAliasRepository' => '?',
  19145.             'WebBundle\\Repository\\UserRepository' => '?',
  19146.             'WebBundle\\Repository\\VisitRepository' => '?',
  19147.             'WebBundle\\Repository\\WarehouseRepository' => '?',
  19148.             'app.repo.sample' => '?',
  19149.         ]));
  19150.     }
  19151.     /**
  19152.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  19153.      *
  19154.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  19155.      */
  19156.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  19157.     {
  19158.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/WebBundle/Entity'), => (\dirname(__DIR__4).'/src/FlexApp/Entity')]);
  19159.     }
  19160.     /**
  19161.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  19162.      *
  19163.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  19164.      */
  19165.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  19166.     {
  19167.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  19168.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19169.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  19170.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  19171.         }
  19172.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  19173.     }
  19174.     /**
  19175.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  19176.      *
  19177.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  19178.      */
  19179.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  19180.     {
  19181.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  19182.         return $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  19183.     }
  19184.     /**
  19185.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  19186.      *
  19187.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  19188.      */
  19189.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  19190.     {
  19191.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19192.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  19193.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  19194.             yield => ($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService());
  19195.         }, 1));
  19196.     }
  19197.     /**
  19198.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  19199.      *
  19200.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  19201.      */
  19202.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  19203.     {
  19204.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19205.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  19206.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  19207.     }
  19208.     /**
  19209.      * Gets the private 'doctrine.orm.logs_annotation_metadata_driver' shared service.
  19210.      *
  19211.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  19212.      */
  19213.     protected function getDoctrine_Orm_LogsAnnotationMetadataDriverService()
  19214.     {
  19215.         return $this->privates['doctrine.orm.logs_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Import1CBundle/Entity'), => (\dirname(__DIR__4).'/src/AdmBundle/Entity'), => (\dirname(__DIR__4).'/src/FlexApp/Entity')]);
  19216.     }
  19217.     /**
  19218.      * Gets the private 'doctrine.orm.logs_entity_manager.property_info_extractor' shared service.
  19219.      *
  19220.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  19221.      */
  19222.     protected function getDoctrine_Orm_LogsEntityManager_PropertyInfoExtractorService()
  19223.     {
  19224.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  19225.         $a = ($this->services['doctrine.orm.logs_entity_manager'] ?? $this->getDoctrine_Orm_LogsEntityManagerService());
  19226.         if (isset($this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'])) {
  19227.             return $this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'];
  19228.         }
  19229.         return $this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  19230.     }
  19231.     /**
  19232.      * Gets the private 'doctrine.orm.logs_listeners.attach_entity_listeners' shared service.
  19233.      *
  19234.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  19235.      */
  19236.     protected function getDoctrine_Orm_LogsListeners_AttachEntityListenersService()
  19237.     {
  19238.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  19239.         return $this->privates['doctrine.orm.logs_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  19240.     }
  19241.     /**
  19242.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  19243.      *
  19244.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  19245.      */
  19246.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  19247.     {
  19248.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  19249.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  19250.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  19251.             yield => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  19252.             yield => ($this->privates['messenger.transport.logs'] ?? $this->getMessenger_Transport_LogsService());
  19253.             yield => ($this->privates['messenger.transport.google_feed'] ?? $this->getMessenger_Transport_GoogleFeedService());
  19254.         }, 3));
  19255.     }
  19256.     /**
  19257.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  19258.      *
  19259.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  19260.      */
  19261.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  19262.     {
  19263.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  19264.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19265.     }
  19266.     /**
  19267.      * Gets the private 'doctrine.orm.oneC_annotation_metadata_driver' shared service.
  19268.      *
  19269.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  19270.      */
  19271.     protected function getDoctrine_Orm_OneCAnnotationMetadataDriverService()
  19272.     {
  19273.         return $this->privates['doctrine.orm.oneC_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/WebBundle/Entity'), => (\dirname(__DIR__4).'/src/Import1CBundle/Entity'), => (\dirname(__DIR__4).'/src/FlexApp/Entity')]);
  19274.     }
  19275.     /**
  19276.      * Gets the private 'doctrine.orm.oneC_entity_manager.property_info_extractor' shared service.
  19277.      *
  19278.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  19279.      */
  19280.     protected function getDoctrine_Orm_OneCEntityManager_PropertyInfoExtractorService()
  19281.     {
  19282.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  19283.         $a = ($this->services['doctrine.orm.oneC_entity_manager'] ?? $this->getDoctrine_Orm_OneCEntityManagerService());
  19284.         if (isset($this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'])) {
  19285.             return $this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'];
  19286.         }
  19287.         return $this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  19288.     }
  19289.     /**
  19290.      * Gets the private 'doctrine.orm.oneC_listeners.attach_entity_listeners' shared service.
  19291.      *
  19292.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  19293.      */
  19294.     protected function getDoctrine_Orm_OneCListeners_AttachEntityListenersService()
  19295.     {
  19296.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/AttachEntityListenersListener.php';
  19297.         return $this->privates['doctrine.orm.oneC_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  19298.     }
  19299.     /**
  19300.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  19301.      *
  19302.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  19303.      */
  19304.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  19305.     {
  19306.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  19307.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  19308.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19309.     }
  19310.     /**
  19311.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  19312.      *
  19313.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  19314.      */
  19315.     protected function getDoctrine_Orm_Validator_UniqueService()
  19316.     {
  19317.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  19318.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  19319.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  19320.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19321.     }
  19322.     /**
  19323.      * Gets the private 'doctrine.query_dql_command' shared service.
  19324.      *
  19325.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  19326.      */
  19327.     protected function getDoctrine_QueryDqlCommandService()
  19328.     {
  19329.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19330.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19331.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/RunDqlCommand.php';
  19332.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  19333.         $this->privates['doctrine.query_dql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand();
  19334.         $instance->setName('doctrine:query:dql');
  19335.         return $instance;
  19336.     }
  19337.     /**
  19338.      * Gets the private 'doctrine.query_sql_command' shared service.
  19339.      *
  19340.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  19341.      */
  19342.     protected function getDoctrine_QuerySqlCommandService()
  19343.     {
  19344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19345.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  19346.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  19347.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  19348.         $instance->setName('doctrine:query:sql');
  19349.         return $instance;
  19350.     }
  19351.     /**
  19352.      * Gets the private 'doctrine.redis_cache_pool.traceable' shared service.
  19353.      *
  19354.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19355.      */
  19356.     protected function getDoctrine_RedisCachePool_TraceableService()
  19357.     {
  19358.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.j3g97Pq'] ?? $this->get_CacheConnection_J3g97PqService()), 'w911H24qzY'3600, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  19359.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  19360.         return $this->privates['doctrine.redis_cache_pool.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), $a));
  19361.     }
  19362.     /**
  19363.      * Gets the private 'doctrine.schema_create_command' shared service.
  19364.      *
  19365.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  19366.      */
  19367.     protected function getDoctrine_SchemaCreateCommandService()
  19368.     {
  19369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19370.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19371.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  19372.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/CreateCommand.php';
  19373.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  19374.         $this->privates['doctrine.schema_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand();
  19375.         $instance->setName('doctrine:schema:create');
  19376.         return $instance;
  19377.     }
  19378.     /**
  19379.      * Gets the private 'doctrine.schema_drop_command' shared service.
  19380.      *
  19381.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  19382.      */
  19383.     protected function getDoctrine_SchemaDropCommandService()
  19384.     {
  19385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19386.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19387.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  19388.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/DropCommand.php';
  19389.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  19390.         $this->privates['doctrine.schema_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand();
  19391.         $instance->setName('doctrine:schema:drop');
  19392.         return $instance;
  19393.     }
  19394.     /**
  19395.      * Gets the private 'doctrine.schema_update_command' shared service.
  19396.      *
  19397.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  19398.      */
  19399.     protected function getDoctrine_SchemaUpdateCommandService()
  19400.     {
  19401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19402.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19403.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  19404.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  19405.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  19406.         $this->privates['doctrine.schema_update_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand();
  19407.         $instance->setName('doctrine:schema:update');
  19408.         return $instance;
  19409.     }
  19410.     /**
  19411.      * Gets the private 'doctrine.schema_validate_command' shared service.
  19412.      *
  19413.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  19414.      */
  19415.     protected function getDoctrine_SchemaValidateCommandService()
  19416.     {
  19417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19418.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php';
  19419.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ValidateSchemaCommand.php';
  19420.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  19421.         $this->privates['doctrine.schema_validate_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand();
  19422.         $instance->setName('doctrine:schema:validate');
  19423.         return $instance;
  19424.     }
  19425.     /**
  19426.      * Gets the private 'doctrine.system_cache_pool.traceable' shared service.
  19427.      *
  19428.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  19429.      */
  19430.     protected function getDoctrine_SystemCachePool_TraceableService()
  19431.     {
  19432.         return $this->privates['doctrine.system_cache_pool.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), \Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('GAYVkfSaeQ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()))));
  19433.     }
  19434.     /**
  19435.      * Gets the private 'doctrine.ulid_generator' shared service.
  19436.      *
  19437.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  19438.      */
  19439.     protected function getDoctrine_UlidGeneratorService()
  19440.     {
  19441.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  19442.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  19443.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  19444.     }
  19445.     /**
  19446.      * Gets the private 'doctrine.uuid_generator' shared service.
  19447.      *
  19448.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  19449.      */
  19450.     protected function getDoctrine_UuidGeneratorService()
  19451.     {
  19452.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php';
  19453.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  19454.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  19455.     }
  19456.     /**
  19457.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  19458.      *
  19459.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand
  19460.      */
  19461.     protected function getDoctrineMigrations_DiffCommandService()
  19462.     {
  19463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19464.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19465.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  19466.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDiffDoctrineCommand.php';
  19467.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDiffDoctrineCommand();
  19468.         $instance->setName('doctrine:migrations:diff');
  19469.         return $instance;
  19470.     }
  19471.     /**
  19472.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  19473.      *
  19474.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand
  19475.      */
  19476.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  19477.     {
  19478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19479.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19480.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  19481.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsDumpSchemaDoctrineCommand.php';
  19482.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsDumpSchemaDoctrineCommand();
  19483.         $instance->setName('doctrine:migrations:dump-schema');
  19484.         return $instance;
  19485.     }
  19486.     /**
  19487.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  19488.      *
  19489.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand
  19490.      */
  19491.     protected function getDoctrineMigrations_ExecuteCommandService()
  19492.     {
  19493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19494.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19495.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  19496.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsExecuteDoctrineCommand.php';
  19497.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsExecuteDoctrineCommand();
  19498.         $instance->setName('doctrine:migrations:execute');
  19499.         return $instance;
  19500.     }
  19501.     /**
  19502.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  19503.      *
  19504.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand
  19505.      */
  19506.     protected function getDoctrineMigrations_GenerateCommandService()
  19507.     {
  19508.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19509.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19510.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  19511.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsGenerateDoctrineCommand.php';
  19512.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsGenerateDoctrineCommand();
  19513.         $instance->setName('doctrine:migrations:generate');
  19514.         return $instance;
  19515.     }
  19516.     /**
  19517.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  19518.      *
  19519.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand
  19520.      */
  19521.     protected function getDoctrineMigrations_LatestCommandService()
  19522.     {
  19523.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19524.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19525.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  19526.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsLatestDoctrineCommand.php';
  19527.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsLatestDoctrineCommand();
  19528.         $instance->setName('doctrine:migrations:latest');
  19529.         return $instance;
  19530.     }
  19531.     /**
  19532.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  19533.      *
  19534.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand
  19535.      */
  19536.     protected function getDoctrineMigrations_MigrateCommandService()
  19537.     {
  19538.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19539.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19540.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  19541.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsMigrateDoctrineCommand.php';
  19542.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsMigrateDoctrineCommand();
  19543.         $instance->setName('doctrine:migrations:migrate');
  19544.         return $instance;
  19545.     }
  19546.     /**
  19547.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  19548.      *
  19549.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand
  19550.      */
  19551.     protected function getDoctrineMigrations_RollupCommandService()
  19552.     {
  19553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19554.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19555.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  19556.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsRollupDoctrineCommand.php';
  19557.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsRollupDoctrineCommand();
  19558.         $instance->setName('doctrine:migrations:rollup');
  19559.         return $instance;
  19560.     }
  19561.     /**
  19562.      * Gets the private 'doctrine_migrations.status_command' shared service.
  19563.      *
  19564.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand
  19565.      */
  19566.     protected function getDoctrineMigrations_StatusCommandService()
  19567.     {
  19568.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19569.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19570.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  19571.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsStatusDoctrineCommand.php';
  19572.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsStatusDoctrineCommand();
  19573.         $instance->setName('doctrine:migrations:status');
  19574.         return $instance;
  19575.     }
  19576.     /**
  19577.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  19578.      *
  19579.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand
  19580.      */
  19581.     protected function getDoctrineMigrations_UpToDateCommandService()
  19582.     {
  19583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19584.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19585.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  19586.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsUpToDateDoctrineCommand.php';
  19587.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsUpToDateDoctrineCommand();
  19588.         $instance->setName('doctrine:migrations:up-to-date');
  19589.         return $instance;
  19590.     }
  19591.     /**
  19592.      * Gets the private 'doctrine_migrations.version_command' shared service.
  19593.      *
  19594.      * @return \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand
  19595.      */
  19596.     protected function getDoctrineMigrations_VersionCommandService()
  19597.     {
  19598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19599.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/AbstractCommand.php';
  19600.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  19601.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/Command/MigrationsVersionDoctrineCommand.php';
  19602.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Bundle\MigrationsBundle\Command\MigrationsVersionDoctrineCommand();
  19603.         $instance->setName('doctrine:migrations:version');
  19604.         return $instance;
  19605.     }
  19606.     /**
  19607.      * Gets the private 'error_handler.error_renderer.html' shared service.
  19608.      *
  19609.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  19610.      */
  19611.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  19612.     {
  19613.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  19614.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  19615.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  19616.         return $this->privates['error_handler.error_renderer.html'] = new \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer(\Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::isDebug($atrue), 'UTF-8', ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()), \dirname(__DIR__4), \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer::getAndCleanOutputBuffer($a), ($this->services['logger'] ?? $this->getLoggerService()));
  19617.     }
  19618.     /**
  19619.      * Gets the private 'esi_listener' shared service.
  19620.      *
  19621.      * @return \Symfony\Component\HttpKernel\EventListener\SurrogateListener
  19622.      */
  19623.     protected function getEsiListenerService()
  19624.     {
  19625.         return $this->privates['esi_listener'] = new \Symfony\Component\HttpKernel\EventListener\SurrogateListener(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())));
  19626.     }
  19627.     /**
  19628.      * Gets the private 'exception_listener' shared service.
  19629.      *
  19630.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  19631.      */
  19632.     protected function getExceptionListenerService()
  19633.     {
  19634.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  19635.     }
  19636.     /**
  19637.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  19638.      *
  19639.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  19640.      */
  19641.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  19642.     {
  19643.         if ($lazyLoad) {
  19644.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  19645.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  19646.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  19647.                     $proxy->setProxyInitializer(null);
  19648.                     return true;
  19649.                 });
  19650.             });
  19651.         }
  19652.         return new \Fidry\AliceDataFixtures\Loader\PersisterLoader(($this->privates['fidry_alice_data_fixtures.loader.simple'] ?? $this->getFidryAliceDataFixtures_Loader_SimpleService()), ($this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] ?? $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService()), ($this->services['logger'] ?? $this->getLoggerService()), []);
  19653.     }
  19654.     /**
  19655.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  19656.      *
  19657.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  19658.      */
  19659.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  19660.     {
  19661.         if ($lazyLoad) {
  19662.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  19663.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  19664.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  19665.                     $proxy->setProxyInitializer(null);
  19666.                     return true;
  19667.                 });
  19668.             });
  19669.         }
  19670.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->services['logger'] ?? $this->getLoggerService()));
  19671.     }
  19672.     /**
  19673.      * Gets the private 'form.choice_list_factory.cached' shared service.
  19674.      *
  19675.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  19676.      */
  19677.     protected function getForm_ChoiceListFactory_CachedService()
  19678.     {
  19679.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  19680.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  19681.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  19682.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  19683.         return $this->privates['form.choice_list_factory.cached'] = new \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator(new \Symfony\Component\Form\ChoiceList\Factory\PropertyAccessDecorator(new \Symfony\Component\Form\ChoiceList\Factory\DefaultChoiceListFactory(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService())));
  19684.     }
  19685.     /**
  19686.      * Gets the private 'form.registry' shared service.
  19687.      *
  19688.      * @return \Symfony\Component\Form\FormRegistry
  19689.      */
  19690.     protected function getForm_RegistryService()
  19691.     {
  19692.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  19693.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  19694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  19695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  19696.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  19697.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  19698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  19699.         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, [
  19700.             'FlexApp\\Form\\ChangeInterviewDateTimeType' => ['privates''FlexApp\\Form\\ChangeInterviewDateTimeType''getChangeInterviewDateTimeTypeService'false],
  19701.             'FlexApp\\Form\\ChatBEmailFormType' => ['privates''FlexApp\\Form\\ChatBEmailFormType''getChatBEmailFormTypeService'false],
  19702.             'FlexApp\\Form\\MailingType' => ['privates''FlexApp\\Form\\MailingType''getMailingTypeService'false],
  19703.             'FlexApp\\Form\\OrderAddressType' => ['privates''FlexApp\\Form\\OrderAddressType''getOrderAddressTypeService'false],
  19704.             'FlexApp\\Form\\ResettingFormType' => ['privates''FlexApp\\Form\\ResettingFormType''getResettingFormTypeService'false],
  19705.             'FlexApp\\Form\\SiteCommentType' => ['privates''FlexApp\\Form\\SiteCommentType''getSiteCommentTypeService'false],
  19706.             'FlexApp\\Form\\VacancySliderType' => ['privates''FlexApp\\Form\\VacancySliderType''getVacancySliderTypeService'false],
  19707.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  19708.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  19709.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  19710.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  19711.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  19712.         ], [
  19713.             'FlexApp\\Form\\ChangeInterviewDateTimeType' => '?',
  19714.             'FlexApp\\Form\\ChatBEmailFormType' => '?',
  19715.             'FlexApp\\Form\\MailingType' => '?',
  19716.             'FlexApp\\Form\\OrderAddressType' => '?',
  19717.             'FlexApp\\Form\\ResettingFormType' => '?',
  19718.             'FlexApp\\Form\\SiteCommentType' => '?',
  19719.             'FlexApp\\Form\\VacancySliderType' => '?',
  19720.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  19721.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  19722.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  19723.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  19724.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  19725.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  19726.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  19727.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  19728.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  19729.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  19730.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  19731.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  19732.             yield => ($this->services['Limenius\\Liform\\Form\\Extension\\AddLiformExtension'] ?? ($this->services['Limenius\\Liform\\Form\\Extension\\AddLiformExtension'] = new \Limenius\Liform\Form\Extension\AddLiformExtension()));
  19733.             yield => ($this->privates['nelmio_api_doc.form.documentation_extension'] ?? ($this->privates['nelmio_api_doc.form.documentation_extension'] = new \Nelmio\ApiDocBundle\Form\Extension\DocumentationExtension()));
  19734.         }, 8), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  19735.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  19736.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  19737.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  19738.         }, 1)], new RewindableGenerator(function () {
  19739.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  19740.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  19741.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  19742.     }
  19743.     /**
  19744.      * Gets the private 'form.server_params' shared service.
  19745.      *
  19746.      * @return \Symfony\Component\Form\Util\ServerParams
  19747.      */
  19748.     protected function getForm_ServerParamsService()
  19749.     {
  19750.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  19751.         return $this->privates['form.server_params'] = new \Symfony\Component\Form\Util\ServerParams(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  19752.     }
  19753.     /**
  19754.      * Gets the private 'form.type.choice' shared service.
  19755.      *
  19756.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  19757.      */
  19758.     protected function getForm_Type_ChoiceService()
  19759.     {
  19760.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19761.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19762.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  19763.         return $this->privates['form.type.choice'] = new \Symfony\Component\Form\Extension\Core\Type\ChoiceType(($this->privates['form.choice_list_factory.cached'] ?? $this->getForm_ChoiceListFactory_CachedService()), ($this->services['translator'] ?? $this->getTranslatorService()));
  19764.     }
  19765.     /**
  19766.      * Gets the private 'form.type.color' shared service.
  19767.      *
  19768.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  19769.      */
  19770.     protected function getForm_Type_ColorService()
  19771.     {
  19772.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19773.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19774.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  19775.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  19776.     }
  19777.     /**
  19778.      * Gets the private 'form.type.entity' shared service.
  19779.      *
  19780.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  19781.      */
  19782.     protected function getForm_Type_EntityService()
  19783.     {
  19784.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19785.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19786.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  19787.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  19788.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19789.     }
  19790.     /**
  19791.      * Gets the private 'form.type.form' shared service.
  19792.      *
  19793.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  19794.      */
  19795.     protected function getForm_Type_FormService()
  19796.     {
  19797.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  19798.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  19799.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  19800.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  19801.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  19802.     }
  19803.     /**
  19804.      * Gets the private 'form.type_extension.csrf' shared service.
  19805.      *
  19806.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  19807.      */
  19808.     protected function getForm_TypeExtension_CsrfService()
  19809.     {
  19810.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19811.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19812.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  19813.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'messages', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  19814.     }
  19815.     /**
  19816.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  19817.      *
  19818.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  19819.      */
  19820.     protected function getForm_TypeExtension_Form_DataCollectorService()
  19821.     {
  19822.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19823.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19824.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  19825.         return $this->privates['form.type_extension.form.data_collector'] = new \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  19826.     }
  19827.     /**
  19828.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  19829.      *
  19830.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  19831.      */
  19832.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  19833.     {
  19834.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19835.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19836.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  19837.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  19838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  19839.         return $this->privates['form.type_extension.form.http_foundation'] = new \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension(new \Symfony\Component\Form\Extension\HttpFoundation\HttpFoundationRequestHandler(($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService())));
  19840.     }
  19841.     /**
  19842.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  19843.      *
  19844.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  19845.      */
  19846.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  19847.     {
  19848.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19849.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19850.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  19851.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  19852.     }
  19853.     /**
  19854.      * Gets the private 'form.type_extension.form.validator' shared service.
  19855.      *
  19856.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  19857.      */
  19858.     protected function getForm_TypeExtension_Form_ValidatorService()
  19859.     {
  19860.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19861.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  19863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  19864.         $a = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  19865.         if (isset($this->privates['form.type_extension.form.validator'])) {
  19866.             return $this->privates['form.type_extension.form.validator'];
  19867.         }
  19868.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), true$a, ($this->services['translator'] ?? $this->getTranslatorService()));
  19869.     }
  19870.     /**
  19871.      * Gets the private 'form.type_extension.upload.validator' shared service.
  19872.      *
  19873.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  19874.      */
  19875.     protected function getForm_TypeExtension_Upload_ValidatorService()
  19876.     {
  19877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  19878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  19879.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  19880.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'messages');
  19881.     }
  19882.     /**
  19883.      * Gets the private 'form.type_guesser.doctrine' shared service.
  19884.      *
  19885.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  19886.      */
  19887.     protected function getForm_TypeGuesser_DoctrineService()
  19888.     {
  19889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  19890.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  19891.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  19892.     }
  19893.     /**
  19894.      * Gets the private 'form.type_guesser.validator' shared service.
  19895.      *
  19896.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  19897.      */
  19898.     protected function getForm_TypeGuesser_ValidatorService()
  19899.     {
  19900.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  19901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  19902.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  19903.     }
  19904.     /**
  19905.      * Gets the private 'fragment.listener' shared service.
  19906.      *
  19907.      * @return \Symfony\Component\HttpKernel\EventListener\FragmentListener
  19908.      */
  19909.     protected function getFragment_ListenerService()
  19910.     {
  19911.         return $this->privates['fragment.listener'] = new \Symfony\Component\HttpKernel\EventListener\FragmentListener(($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('048ad6025000f9fdb5f98bb642e00eadec0f555d'))), '/_fragment');
  19912.     }
  19913.     /**
  19914.      * Gets the private 'fragment.renderer.esi' shared service.
  19915.      *
  19916.      * @return \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer
  19917.      */
  19918.     protected function getFragment_Renderer_EsiService()
  19919.     {
  19920.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  19921.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  19922.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/AbstractSurrogateFragmentRenderer.php';
  19923.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/EsiFragmentRenderer.php';
  19924.         $a = ($this->privates['fragment.renderer.inline'] ?? $this->getFragment_Renderer_InlineService());
  19925.         if (isset($this->privates['fragment.renderer.esi'])) {
  19926.             return $this->privates['fragment.renderer.esi'];
  19927.         }
  19928.         $this->privates['fragment.renderer.esi'] = $instance = new \Symfony\Component\HttpKernel\Fragment\EsiFragmentRenderer(($this->privates['esi'] ?? ($this->privates['esi'] = new \Symfony\Component\HttpKernel\HttpCache\Esi())), $a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('048ad6025000f9fdb5f98bb642e00eadec0f555d'))));
  19929.         $instance->setFragmentPath('/_fragment');
  19930.         return $instance;
  19931.     }
  19932.     /**
  19933.      * Gets the private 'fragment.renderer.hinclude' shared service.
  19934.      *
  19935.      * @return \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer
  19936.      */
  19937.     protected function getFragment_Renderer_HincludeService()
  19938.     {
  19939.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  19940.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  19941.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/HIncludeFragmentRenderer.php';
  19942.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  19943.         if (isset($this->privates['fragment.renderer.hinclude'])) {
  19944.             return $this->privates['fragment.renderer.hinclude'];
  19945.         }
  19946.         $this->privates['fragment.renderer.hinclude'] = $instance = new \Symfony\Component\HttpKernel\Fragment\HIncludeFragmentRenderer($a, ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('048ad6025000f9fdb5f98bb642e00eadec0f555d'))), NULL);
  19947.         $instance->setFragmentPath('/_fragment');
  19948.         return $instance;
  19949.     }
  19950.     /**
  19951.      * Gets the private 'fragment.renderer.inline' shared service.
  19952.      *
  19953.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  19954.      */
  19955.     protected function getFragment_Renderer_InlineService()
  19956.     {
  19957.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  19958.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  19959.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  19960.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  19961.         if (isset($this->privates['fragment.renderer.inline'])) {
  19962.             return $this->privates['fragment.renderer.inline'];
  19963.         }
  19964.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  19965.         if (isset($this->privates['fragment.renderer.inline'])) {
  19966.             return $this->privates['fragment.renderer.inline'];
  19967.         }
  19968.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  19969.         $instance->setFragmentPath('/_fragment');
  19970.         return $instance;
  19971.     }
  19972.     /**
  19973.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  19974.      *
  19975.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  19976.      */
  19977.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  19978.     {
  19979.         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())));
  19980.     }
  19981.     /**
  19982.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  19983.      *
  19984.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  19985.      */
  19986.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  19987.     {
  19988.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  19989.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  19990.             return $this->privates['framework_extra_bundle.event.is_granted'];
  19991.         }
  19992.         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);
  19993.     }
  19994.     /**
  19995.      * Gets the private 'gedmo.listener.timestampable' shared autowired service.
  19996.      *
  19997.      * @return \Gedmo\Timestampable\TimestampableListener
  19998.      */
  19999.     protected function getGedmo_Listener_TimestampableService()
  20000.     {
  20001.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20002.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Mapping/MappedEventSubscriber.php';
  20003.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/AbstractTrackingListener.php';
  20004.         include_once \dirname(__DIR__4).'/vendor/gedmo/doctrine-extensions/src/Timestampable/TimestampableListener.php';
  20005.         $this->privates['gedmo.listener.timestampable'] = $instance = new \Gedmo\Timestampable\TimestampableListener();
  20006.         $instance->setAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  20007.         return $instance;
  20008.     }
  20009.     /**
  20010.      * Gets the private 'locale_aware_listener' shared service.
  20011.      *
  20012.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  20013.      */
  20014.     protected function getLocaleAwareListenerService()
  20015.     {
  20016.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  20017.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('en')));
  20018.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  20019.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  20020.     }
  20021.     /**
  20022.      * Gets the private 'locale_listener' shared service.
  20023.      *
  20024.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  20025.      */
  20026.     protected function getLocaleListenerService()
  20027.     {
  20028.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'en', ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), false, []);
  20029.     }
  20030.     /**
  20031.      * Gets the private 'mailer.transport_factory.native' shared service.
  20032.      *
  20033.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  20034.      */
  20035.     protected function getMailer_TransportFactory_NativeService()
  20036.     {
  20037.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  20038.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  20039.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  20040.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20041.         if (isset($this->privates['mailer.transport_factory.native'])) {
  20042.             return $this->privates['mailer.transport_factory.native'];
  20043.         }
  20044.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  20045.     }
  20046.     /**
  20047.      * Gets the private 'mailer.transport_factory.null' shared service.
  20048.      *
  20049.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  20050.      */
  20051.     protected function getMailer_TransportFactory_NullService()
  20052.     {
  20053.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  20054.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  20055.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  20056.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20057.         if (isset($this->privates['mailer.transport_factory.null'])) {
  20058.             return $this->privates['mailer.transport_factory.null'];
  20059.         }
  20060.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  20061.     }
  20062.     /**
  20063.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  20064.      *
  20065.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  20066.      */
  20067.     protected function getMailer_TransportFactory_SendmailService()
  20068.     {
  20069.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  20070.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  20071.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  20072.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20073.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  20074.             return $this->privates['mailer.transport_factory.sendmail'];
  20075.         }
  20076.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  20077.     }
  20078.     /**
  20079.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  20080.      *
  20081.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  20082.      */
  20083.     protected function getMailer_TransportFactory_SmtpService()
  20084.     {
  20085.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  20086.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  20087.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  20088.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20089.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  20090.             return $this->privates['mailer.transport_factory.smtp'];
  20091.         }
  20092.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  20093.     }
  20094.     /**
  20095.      * Gets the private 'maker.auto_command.make_auth' shared service.
  20096.      *
  20097.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20098.      */
  20099.     protected function getMaker_AutoCommand_MakeAuthService()
  20100.     {
  20101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20102.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20103.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20104.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20105.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  20106.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  20107.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  20108.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20109.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  20110.         $this->privates['maker.auto_command.make_auth'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeAuthenticator($a, ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), $b, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), new \Symfony\Bundle\MakerBundle\Security\SecurityControllerBuilder(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()))), $a$b);
  20111.         $instance->setName('make:auth');
  20112.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  20113.         return $instance;
  20114.     }
  20115.     /**
  20116.      * Gets the private 'maker.auto_command.make_command' shared service.
  20117.      *
  20118.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20119.      */
  20120.     protected function getMaker_AutoCommand_MakeCommandService()
  20121.     {
  20122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20123.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20124.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20125.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20126.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  20127.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20128.         $instance->setName('make:command');
  20129.         $instance->setDescription('Creates a new console command class');
  20130.         return $instance;
  20131.     }
  20132.     /**
  20133.      * Gets the private 'maker.auto_command.make_controller' shared service.
  20134.      *
  20135.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20136.      */
  20137.     protected function getMaker_AutoCommand_MakeControllerService()
  20138.     {
  20139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20141.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20142.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20143.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  20144.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20145.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20146.         $instance->setName('make:controller');
  20147.         $instance->setDescription('Creates a new controller class');
  20148.         return $instance;
  20149.     }
  20150.     /**
  20151.      * Gets the private 'maker.auto_command.make_crud' shared service.
  20152.      *
  20153.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20154.      */
  20155.     protected function getMaker_AutoCommand_MakeCrudService()
  20156.     {
  20157.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20158.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20159.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20160.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20161.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  20162.         $this->privates['maker.auto_command.make_crud'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCrud(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20163.         $instance->setName('make:crud');
  20164.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  20165.         return $instance;
  20166.     }
  20167.     /**
  20168.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  20169.      *
  20170.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20171.      */
  20172.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  20173.     {
  20174.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20175.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20176.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20177.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20178.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  20179.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20180.         $this->privates['maker.auto_command.make_docker_database'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeDockerDatabase($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20181.         $instance->setName('make:docker:database');
  20182.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  20183.         return $instance;
  20184.     }
  20185.     /**
  20186.      * Gets the private 'maker.auto_command.make_entity' shared service.
  20187.      *
  20188.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20189.      */
  20190.     protected function getMaker_AutoCommand_MakeEntityService()
  20191.     {
  20192.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20193.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20194.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20195.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20196.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  20197.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  20198.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20199.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  20200.         $this->privates['maker.auto_command.make_entity'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeEntity($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), \dirname(__DIR__4), $b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a$b);
  20201.         $instance->setName('make:entity');
  20202.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  20203.         return $instance;
  20204.     }
  20205.     /**
  20206.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  20207.      *
  20208.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20209.      */
  20210.     protected function getMaker_AutoCommand_MakeFixturesService()
  20211.     {
  20212.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20213.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20214.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20215.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20216.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  20217.         $this->privates['maker.auto_command.make_fixtures'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeFixtures(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20218.         $instance->setName('make:fixtures');
  20219.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  20220.         return $instance;
  20221.     }
  20222.     /**
  20223.      * Gets the private 'maker.auto_command.make_form' shared service.
  20224.      *
  20225.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20226.      */
  20227.     protected function getMaker_AutoCommand_MakeFormService()
  20228.     {
  20229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20230.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20231.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20232.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20233.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  20234.         $this->privates['maker.auto_command.make_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeForm(($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20235.         $instance->setName('make:form');
  20236.         $instance->setDescription('Creates a new form class');
  20237.         return $instance;
  20238.     }
  20239.     /**
  20240.      * Gets the private 'maker.auto_command.make_message' shared service.
  20241.      *
  20242.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20243.      */
  20244.     protected function getMaker_AutoCommand_MakeMessageService()
  20245.     {
  20246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20247.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20248.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20249.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20250.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  20251.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20252.         $this->privates['maker.auto_command.make_message'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessage($a), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20253.         $instance->setName('make:message');
  20254.         $instance->setDescription('Creates a new message and handler');
  20255.         return $instance;
  20256.     }
  20257.     /**
  20258.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  20259.      *
  20260.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20261.      */
  20262.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  20263.     {
  20264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20265.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20266.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20267.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20268.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  20269.         $this->privates['maker.auto_command.make_messenger_middleware'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMessengerMiddleware(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20270.         $instance->setName('make:messenger-middleware');
  20271.         $instance->setDescription('Creates a new messenger middleware');
  20272.         return $instance;
  20273.     }
  20274.     /**
  20275.      * Gets the private 'maker.auto_command.make_migration' shared service.
  20276.      *
  20277.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20278.      */
  20279.     protected function getMaker_AutoCommand_MakeMigrationService()
  20280.     {
  20281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20282.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20283.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20284.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20285.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  20286.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  20287.         $this->privates['maker.auto_command.make_migration'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeMigration(\dirname(__DIR__4)), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20288.         $instance->setName('make:migration');
  20289.         $instance->setDescription('Creates a new migration based on database changes');
  20290.         return $instance;
  20291.     }
  20292.     /**
  20293.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  20294.      *
  20295.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20296.      */
  20297.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  20298.     {
  20299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20300.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20301.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20302.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20303.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  20304.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20305.         $this->privates['maker.auto_command.make_registration_form'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeRegistrationForm($a, ($this->privates['maker.renderer.form_type_renderer'] ?? $this->getMaker_Renderer_FormTypeRendererService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20306.         $instance->setName('make:registration-form');
  20307.         $instance->setDescription('Creates a new registration form system');
  20308.         return $instance;
  20309.     }
  20310.     /**
  20311.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  20312.      *
  20313.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20314.      */
  20315.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  20316.     {
  20317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20318.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20319.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20320.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20321.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  20322.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20323.         $this->privates['maker.auto_command.make_reset_password'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeResetPassword($a, ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20324.         $instance->setName('make:reset-password');
  20325.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  20326.         return $instance;
  20327.     }
  20328.     /**
  20329.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  20330.      *
  20331.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20332.      */
  20333.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  20334.     {
  20335.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20336.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20337.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20338.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20339.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  20340.         $this->privates['maker.auto_command.make_serializer_encoder'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerEncoder(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20341.         $instance->setName('make:serializer:encoder');
  20342.         $instance->setDescription('Creates a new serializer encoder class');
  20343.         return $instance;
  20344.     }
  20345.     /**
  20346.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  20347.      *
  20348.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20349.      */
  20350.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  20351.     {
  20352.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20353.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20354.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20355.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20356.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  20357.         $this->privates['maker.auto_command.make_serializer_normalizer'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSerializerNormalizer(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20358.         $instance->setName('make:serializer:normalizer');
  20359.         $instance->setDescription('Creates a new serializer normalizer class');
  20360.         return $instance;
  20361.     }
  20362.     /**
  20363.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  20364.      *
  20365.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20366.      */
  20367.     protected function getMaker_AutoCommand_MakeSubscriberService()
  20368.     {
  20369.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20370.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20371.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20372.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20373.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  20374.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  20375.         $this->privates['maker.auto_command.make_subscriber'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeSubscriber(new \Symfony\Bundle\MakerBundle\EventRegistry(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()))), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20376.         $instance->setName('make:subscriber');
  20377.         $instance->setDescription('Creates a new event subscriber class');
  20378.         return $instance;
  20379.     }
  20380.     /**
  20381.      * Gets the private 'maker.auto_command.make_test' shared service.
  20382.      *
  20383.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20384.      */
  20385.     protected function getMaker_AutoCommand_MakeTestService()
  20386.     {
  20387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20388.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20389.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20390.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20391.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  20392.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  20393.         $this->privates['maker.auto_command.make_test'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTest(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20394.         $instance->setName('make:test');
  20395.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  20396.         $instance->setDescription('Creates a new test class');
  20397.         return $instance;
  20398.     }
  20399.     /**
  20400.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  20401.      *
  20402.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20403.      */
  20404.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  20405.     {
  20406.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20407.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20408.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20409.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20410.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  20411.         $this->privates['maker.auto_command.make_twig_extension'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeTwigExtension(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20412.         $instance->setName('make:twig-extension');
  20413.         $instance->setDescription('Creates a new Twig extension class');
  20414.         return $instance;
  20415.     }
  20416.     /**
  20417.      * Gets the private 'maker.auto_command.make_user' shared service.
  20418.      *
  20419.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20420.      */
  20421.     protected function getMaker_AutoCommand_MakeUserService()
  20422.     {
  20423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20424.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20425.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20426.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20427.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  20428.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  20429.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  20430.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  20431.         $this->privates['maker.auto_command.make_user'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeUser($a, new \Symfony\Bundle\MakerBundle\Security\UserClassBuilder(), ($this->privates['maker.security_config_updater'] ?? ($this->privates['maker.security_config_updater'] = new \Symfony\Bundle\MakerBundle\Security\SecurityConfigUpdater())), ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService())), $a, ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20432.         $instance->setName('make:user');
  20433.         $instance->setDescription('Creates a new security user class');
  20434.         return $instance;
  20435.     }
  20436.     /**
  20437.      * Gets the private 'maker.auto_command.make_validator' shared service.
  20438.      *
  20439.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20440.      */
  20441.     protected function getMaker_AutoCommand_MakeValidatorService()
  20442.     {
  20443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20444.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20445.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20446.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20447.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  20448.         $this->privates['maker.auto_command.make_validator'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeValidator(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20449.         $instance->setName('make:validator');
  20450.         $instance->setDescription('Creates a new validator and constraint class');
  20451.         return $instance;
  20452.     }
  20453.     /**
  20454.      * Gets the private 'maker.auto_command.make_voter' shared service.
  20455.      *
  20456.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  20457.      */
  20458.     protected function getMaker_AutoCommand_MakeVoterService()
  20459.     {
  20460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20461.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  20462.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  20463.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  20464.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  20465.         $this->privates['maker.auto_command.make_voter'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeVoter(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20466.         $instance->setName('make:voter');
  20467.         $instance->setDescription('Creates a new security voter class');
  20468.         return $instance;
  20469.     }
  20470.     /**
  20471.      * Gets the private 'maker.doctrine_helper' shared service.
  20472.      *
  20473.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  20474.      */
  20475.     protected function getMaker_DoctrineHelperService()
  20476.     {
  20477.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  20478.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  20479.         $b = ($this->privates['doctrine.orm.oneC_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_OneCAnnotationMetadataDriverService());
  20480.         $c = ($this->privates['doctrine.orm.logs_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_LogsAnnotationMetadataDriverService());
  20481.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('FlexApp\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'WebBundle\\Entity'=> $a], => [=> 'FlexApp\\Entity\\'=> $a]], 'oneC' => [=> [=> 'WebBundle\\Entity'=> $b], => [=> 'Import1CBundle\\Entity'=> $b], => [=> 'FlexApp\\Entity\\'=> $b]], 'logs' => [=> [=> 'Import1CBundle\\Entity'=> $c], => [=> 'AdmBundle\\Entity'=> $c], => [=> 'FlexApp\\Entity\\'=> $c]]]);
  20482.     }
  20483.     /**
  20484.      * Gets the private 'maker.entity_class_generator' shared service.
  20485.      *
  20486.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  20487.      */
  20488.     protected function getMaker_EntityClassGeneratorService()
  20489.     {
  20490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  20491.         $this->privates['maker.entity_class_generator'] = $instance = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  20492.         $instance->setMangerRegistryClassName('Doctrine\\Persistence\\ManagerRegistry');
  20493.         return $instance;
  20494.     }
  20495.     /**
  20496.      * Gets the private 'maker.file_manager' shared service.
  20497.      *
  20498.      * @return \Symfony\Bundle\MakerBundle\FileManager
  20499.      */
  20500.     protected function getMaker_FileManagerService()
  20501.     {
  20502.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  20503.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  20504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  20505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  20506.         include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  20507.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), new \Symfony\Bundle\MakerBundle\Util\AutoloaderUtil(new \Symfony\Bundle\MakerBundle\Util\ComposerAutoloaderFinder('FlexApp')), new \Symfony\Bundle\MakerBundle\Util\MakerFileLinkFormatter(($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())), \dirname(__DIR__4), (\dirname(__DIR__4).'/templates'));
  20508.     }
  20509.     /**
  20510.      * Gets the private 'maker.generator' shared service.
  20511.      *
  20512.      * @return \Symfony\Bundle\MakerBundle\Generator
  20513.      */
  20514.     protected function getMaker_GeneratorService()
  20515.     {
  20516.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  20517.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  20518.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  20519.         return $this->privates['maker.generator'] = new \Symfony\Bundle\MakerBundle\Generator(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), 'FlexApp'$a, new \Symfony\Bundle\MakerBundle\Util\TemplateComponentGenerator($a));
  20520.     }
  20521.     /**
  20522.      * Gets the private 'maker.php_compat_util' shared service.
  20523.      *
  20524.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  20525.      */
  20526.     protected function getMaker_PhpCompatUtilService()
  20527.     {
  20528.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  20529.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  20530.     }
  20531.     /**
  20532.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  20533.      *
  20534.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  20535.      */
  20536.     protected function getMaker_Renderer_FormTypeRendererService()
  20537.     {
  20538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  20539.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  20540.     }
  20541.     /**
  20542.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  20543.      *
  20544.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  20545.      */
  20546.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  20547.     {
  20548.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  20549.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  20550.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  20551.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  20552.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['FlexApp\\Classes\\UserJoinedChatNotification' => new RewindableGenerator(function () {
  20553.             yield => ($this->privates['.messenger.handler_descriptor.IxMdnTR'] ?? $this->get_Messenger_HandlerDescriptor_IxMdnTRService());
  20554.         }, 1), 'Import1CBundle\\Message\\Feed\\ProcessFeedLinksBatchMessage' => new RewindableGenerator(function () {
  20555.             yield => ($this->privates['.messenger.handler_descriptor.1ugBLLC'] ?? $this->get_Messenger_HandlerDescriptor_1ugBLLCService());
  20556.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  20557.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  20558.         }, 1), 'Symfony\\Component\\Notifier\\Message\\ChatMessage' => new RewindableGenerator(function () {
  20559.             yield => ($this->privates['.messenger.handler_descriptor.vMw0m61'] ?? $this->get_Messenger_HandlerDescriptor_VMw0m61Service());
  20560.         }, 1), 'Symfony\\Component\\Notifier\\Message\\SmsMessage' => new RewindableGenerator(function () {
  20561.             yield => ($this->privates['.messenger.handler_descriptor.XZowc.T'] ?? $this->get_Messenger_HandlerDescriptor_XZowc_TService());
  20562.         }, 1), 'Symfony\\Component\\Notifier\\Message\\PushMessage' => new RewindableGenerator(function () {
  20563.             yield => ($this->privates['.messenger.handler_descriptor.Lml2ICs'] ?? $this->get_Messenger_HandlerDescriptor_Lml2ICsService());
  20564.         }, 1)]));
  20565.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  20566.         return $instance;
  20567.     }
  20568.     /**
  20569.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  20570.      *
  20571.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  20572.      */
  20573.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  20574.     {
  20575.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  20576.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  20577.         return $this->privates['messenger.bus.default.middleware.traceable'] = new \Symfony\Component\Messenger\Middleware\TraceableMiddleware(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))), 'messenger.bus.default');
  20578.     }
  20579.     /**
  20580.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  20581.      *
  20582.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  20583.      */
  20584.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  20585.     {
  20586.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  20587.         return $this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener(($this->privates['cache.messenger.restart_workers_signal.traceable'] ?? $this->getCache_Messenger_RestartWorkersSignal_TraceableService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  20588.     }
  20589.     /**
  20590.      * Gets the private 'messenger.middleware.send_message' shared service.
  20591.      *
  20592.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  20593.      */
  20594.     protected function getMessenger_Middleware_SendMessageService()
  20595.     {
  20596.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  20597.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  20598.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  20599.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  20600.         $a = ($this->privates['.service_locator.xALKTpt'] ?? $this->get_ServiceLocator_XALKTptService());
  20601.         if (isset($this->privates['messenger.middleware.send_message'])) {
  20602.             return $this->privates['messenger.middleware.send_message'];
  20603.         }
  20604.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20605.         if (isset($this->privates['messenger.middleware.send_message'])) {
  20606.             return $this->privates['messenger.middleware.send_message'];
  20607.         }
  20608.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['FlexApp\\Classes\\UserJoinedChatNotification' => [=> 'async'], 'FlexApp\\DTO\\LogMessageDto' => [=> 'logs'], 'Import1CBundle\\Message\\Feed\\ProcessFeedLinksBatchMessage' => [=> 'google_feed']], $a), $b);
  20609.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  20610.         return $instance;
  20611.     }
  20612.     /**
  20613.      * Gets the private 'messenger.receiver_locator' shared service.
  20614.      *
  20615.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  20616.      */
  20617.     protected function getMessenger_ReceiverLocatorService()
  20618.     {
  20619.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20620.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  20621.             'google_feed' => ['privates''messenger.transport.google_feed''getMessenger_Transport_GoogleFeedService'false],
  20622.             'logs' => ['privates''messenger.transport.logs''getMessenger_Transport_LogsService'false],
  20623.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  20624.             'messenger.transport.google_feed' => ['privates''messenger.transport.google_feed''getMessenger_Transport_GoogleFeedService'false],
  20625.             'messenger.transport.logs' => ['privates''messenger.transport.logs''getMessenger_Transport_LogsService'false],
  20626.         ], [
  20627.             'async' => '?',
  20628.             'google_feed' => '?',
  20629.             'logs' => '?',
  20630.             'messenger.transport.async' => '?',
  20631.             'messenger.transport.google_feed' => '?',
  20632.             'messenger.transport.logs' => '?',
  20633.         ]);
  20634.     }
  20635.     /**
  20636.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  20637.      *
  20638.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  20639.      */
  20640.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  20641.     {
  20642.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  20643.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  20644.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  20645.     }
  20646.     /**
  20647.      * Gets the private 'messenger.retry.multiplier_retry_strategy.google_feed' shared service.
  20648.      *
  20649.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  20650.      */
  20651.     protected function getMessenger_Retry_MultiplierRetryStrategy_GoogleFeedService()
  20652.     {
  20653.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  20654.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  20655.         return $this->privates['messenger.retry.multiplier_retry_strategy.google_feed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(101000210000);
  20656.     }
  20657.     /**
  20658.      * Gets the private 'messenger.retry.multiplier_retry_strategy.logs' shared service.
  20659.      *
  20660.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  20661.      */
  20662.     protected function getMessenger_Retry_MultiplierRetryStrategy_LogsService()
  20663.     {
  20664.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  20665.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  20666.         return $this->privates['messenger.retry.multiplier_retry_strategy.logs'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  20667.     }
  20668.     /**
  20669.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  20670.      *
  20671.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  20672.      */
  20673.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  20674.     {
  20675.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  20676.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  20677.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  20678.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  20679.         }
  20680.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.xALKTpt'] ?? $this->get_ServiceLocator_XALKTptService()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20681.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  20682.             'google_feed' => ['privates''messenger.retry.multiplier_retry_strategy.google_feed''getMessenger_Retry_MultiplierRetryStrategy_GoogleFeedService'false],
  20683.             'logs' => ['privates''messenger.retry.multiplier_retry_strategy.logs''getMessenger_Retry_MultiplierRetryStrategy_LogsService'false],
  20684.         ], [
  20685.             'async' => '?',
  20686.             'google_feed' => '?',
  20687.             'logs' => '?',
  20688.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  20689.     }
  20690.     /**
  20691.      * Gets the private 'messenger.routable_message_bus' shared service.
  20692.      *
  20693.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  20694.      */
  20695.     protected function getMessenger_RoutableMessageBusService()
  20696.     {
  20697.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  20698.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  20699.         if (isset($this->privates['messenger.routable_message_bus'])) {
  20700.             return $this->privates['messenger.routable_message_bus'];
  20701.         }
  20702.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  20703.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  20704.         ], [
  20705.             'messenger.bus.default' => '?',
  20706.         ]), $a);
  20707.     }
  20708.     /**
  20709.      * Gets the private 'messenger.transport.async' shared service.
  20710.      *
  20711.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  20712.      */
  20713.     protected function getMessenger_Transport_AsyncService()
  20714.     {
  20715.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  20716.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  20717.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  20718.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  20719.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  20720.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  20721.         if (isset($this->privates['messenger.transport.async'])) {
  20722.             return $this->privates['messenger.transport.async'];
  20723.         }
  20724.         return $this->privates['messenger.transport.async'] = $a->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN'), ['transport_name' => 'async'], new \Symfony\Component\Messenger\Transport\Serialization\PhpSerializer());
  20725.     }
  20726.     /**
  20727.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  20728.      *
  20729.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  20730.      */
  20731.     protected function getMessenger_Transport_Doctrine_FactoryService()
  20732.     {
  20733.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  20734.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  20735.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  20736.     }
  20737.     /**
  20738.      * Gets the private 'messenger.transport.google_feed' shared service.
  20739.      *
  20740.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  20741.      */
  20742.     protected function getMessenger_Transport_GoogleFeedService()
  20743.     {
  20744.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  20745.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  20746.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  20747.         $a = ($this->privates['messenger.transport.symfony_serializer'] ?? $this->getMessenger_Transport_SymfonySerializerService());
  20748.         if (isset($this->privates['messenger.transport.google_feed'])) {
  20749.             return $this->privates['messenger.transport.google_feed'];
  20750.         }
  20751.         $b = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  20752.         if (isset($this->privates['messenger.transport.google_feed'])) {
  20753.             return $this->privates['messenger.transport.google_feed'];
  20754.         }
  20755.         return $this->privates['messenger.transport.google_feed'] = $b->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN_FEED'), ['auto_setup' => true'exchange' => ['name' => 'google_feed''type' => 'direct'], 'queues' => ['google_feed' => NULL], 'transport_name' => 'google_feed'], $a);
  20756.     }
  20757.     /**
  20758.      * Gets the private 'messenger.transport.logs' shared service.
  20759.      *
  20760.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  20761.      */
  20762.     protected function getMessenger_Transport_LogsService()
  20763.     {
  20764.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  20765.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  20766.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  20767.         $a = ($this->privates['messenger.transport.symfony_serializer'] ?? $this->getMessenger_Transport_SymfonySerializerService());
  20768.         if (isset($this->privates['messenger.transport.logs'])) {
  20769.             return $this->privates['messenger.transport.logs'];
  20770.         }
  20771.         $b = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  20772.         if (isset($this->privates['messenger.transport.logs'])) {
  20773.             return $this->privates['messenger.transport.logs'];
  20774.         }
  20775.         return $this->privates['messenger.transport.logs'] = $b->createTransport($this->getEnv('MESSENGER_TRANSPORT_DSN_LOGS'), ['transport_name' => 'logs'], $a);
  20776.     }
  20777.     /**
  20778.      * Gets the private 'messenger.transport.symfony_serializer' shared service.
  20779.      *
  20780.      * @return \Symfony\Component\Messenger\Transport\Serialization\Serializer
  20781.      */
  20782.     protected function getMessenger_Transport_SymfonySerializerService()
  20783.     {
  20784.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  20785.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Serializer.php';
  20786.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  20787.         if (isset($this->privates['messenger.transport.symfony_serializer'])) {
  20788.             return $this->privates['messenger.transport.symfony_serializer'];
  20789.         }
  20790.         return $this->privates['messenger.transport.symfony_serializer'] = new \Symfony\Component\Messenger\Transport\Serialization\Serializer($a'json', []);
  20791.     }
  20792.     /**
  20793.      * Gets the private 'messenger.transport.sync.factory' shared service.
  20794.      *
  20795.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  20796.      */
  20797.     protected function getMessenger_Transport_Sync_FactoryService()
  20798.     {
  20799.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  20800.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  20801.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  20802.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  20803.             return $this->privates['messenger.transport.sync.factory'];
  20804.         }
  20805.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  20806.     }
  20807.     /**
  20808.      * Gets the private 'messenger.transport_factory' shared service.
  20809.      *
  20810.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  20811.      */
  20812.     protected function getMessenger_TransportFactoryService()
  20813.     {
  20814.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  20815.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  20816.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  20817.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  20818.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  20819.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  20820.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  20821.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  20822.         }, 5));
  20823.     }
  20824.     /**
  20825.      * Gets the private 'mime_types' shared service.
  20826.      *
  20827.      * @return \Symfony\Component\Mime\MimeTypes
  20828.      */
  20829.     protected function getMimeTypesService()
  20830.     {
  20831.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  20832.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  20833.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  20834.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  20835.         $instance->setDefault($instance);
  20836.         return $instance;
  20837.     }
  20838.     /**
  20839.      * Gets the private 'mobile_detect.device_view' shared service.
  20840.      *
  20841.      * @return \SunCat\MobileDetectBundle\Helper\DeviceView
  20842.      */
  20843.     protected function getMobileDetect_DeviceViewService()
  20844.     {
  20845.         $this->privates['mobile_detect.device_view'] = $instance = new \SunCat\MobileDetectBundle\Helper\DeviceView(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  20846.         $instance->setCookieKey('device_view');
  20847.         $instance->setCookiePath('/');
  20848.         $instance->setCookieDomain('');
  20849.         $instance->setCookieSecure(false);
  20850.         $instance->setCookieHttpOnly(true);
  20851.         $instance->setSwitchParam('device_view');
  20852.         $instance->setCookieExpireDatetimeModifier('1 month');
  20853.         $instance->setRedirectConfig($this->parameters['mobile_detect.redirect']);
  20854.         return $instance;
  20855.     }
  20856.     /**
  20857.      * Gets the private 'mobile_detect.request_listener' shared service.
  20858.      *
  20859.      * @return \SunCat\MobileDetectBundle\EventListener\RequestResponseListener
  20860.      */
  20861.     protected function getMobileDetect_RequestListenerService()
  20862.     {
  20863.         return $this->privates['mobile_detect.request_listener'] = new \SunCat\MobileDetectBundle\EventListener\RequestResponseListener(($this->services['mobile_detect.mobile_detector.default'] ?? ($this->services['mobile_detect.mobile_detector.default'] = new \SunCat\MobileDetectBundle\DeviceDetector\MobileDetector())), ($this->privates['mobile_detect.device_view'] ?? $this->getMobileDetect_DeviceViewService()), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), $this->parameters['mobile_detect.redirect'], true);
  20864.     }
  20865.     /**
  20866.      * Gets the private 'monolog.handler.alert' shared service.
  20867.      *
  20868.      * @return \Monolog\Handler\RotatingFileHandler
  20869.      */
  20870.     protected function getMonolog_Handler_AlertService()
  20871.     {
  20872.         $this->privates['monolog.handler.alert'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/te_dev.alert.log'), 1550trueNULL);
  20873.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20874.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  20875.         return $instance;
  20876.     }
  20877.     /**
  20878.      * Gets the private 'monolog.handler.catalog' shared service.
  20879.      *
  20880.      * @return \Monolog\Handler\StreamHandler
  20881.      */
  20882.     protected function getMonolog_Handler_CatalogService()
  20883.     {
  20884.         $this->privates['monolog.handler.catalog'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev.catalog.log'), 100trueNULLfalse);
  20885.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20886.         return $instance;
  20887.     }
  20888.     /**
  20889.      * Gets the private 'monolog.handler.collection' shared service.
  20890.      *
  20891.      * @return \Monolog\Handler\StreamHandler
  20892.      */
  20893.     protected function getMonolog_Handler_CollectionService()
  20894.     {
  20895.         $this->privates['monolog.handler.collection'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev.collection.log'), 100trueNULLfalse);
  20896.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20897.         return $instance;
  20898.     }
  20899.     /**
  20900.      * Gets the private 'monolog.handler.console' shared service.
  20901.      *
  20902.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  20903.      */
  20904.     protected function getMonolog_Handler_ConsoleService()
  20905.     {
  20906.         $this->privates['monolog.handler.console'] = $instance = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  20907.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20908.         return $instance;
  20909.     }
  20910.     /**
  20911.      * Gets the private 'monolog.handler.doctrine' shared service.
  20912.      *
  20913.      * @return \Monolog\Handler\StreamHandler
  20914.      */
  20915.     protected function getMonolog_Handler_DoctrineService()
  20916.     {
  20917.         $this->privates['monolog.handler.doctrine'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev_doctrine.log'), 100trueNULLfalse);
  20918.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20919.         return $instance;
  20920.     }
  20921.     /**
  20922.      * Gets the private 'monolog.handler.error' shared service.
  20923.      *
  20924.      * @return \Monolog\Handler\RotatingFileHandler
  20925.      */
  20926.     protected function getMonolog_Handler_ErrorService()
  20927.     {
  20928.         $this->privates['monolog.handler.error'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/te_dev.error.log'), 1400trueNULL);
  20929.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20930.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  20931.         return $instance;
  20932.     }
  20933.     /**
  20934.      * Gets the private 'monolog.handler.info' shared service.
  20935.      *
  20936.      * @return \Monolog\Handler\RotatingFileHandler
  20937.      */
  20938.     protected function getMonolog_Handler_InfoService()
  20939.     {
  20940.         $this->privates['monolog.handler.info'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/te_dev.info.log'), 1200trueNULL);
  20941.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20942.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  20943.         return $instance;
  20944.     }
  20945.     /**
  20946.      * Gets the private 'monolog.handler.main' shared service.
  20947.      *
  20948.      * @return \Monolog\Handler\StreamHandler
  20949.      */
  20950.     protected function getMonolog_Handler_MainService()
  20951.     {
  20952.         return $this->privates['monolog.handler.main'] = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev.log'), 100trueNULLfalse);
  20953.     }
  20954.     /**
  20955.      * Gets the private 'monolog.handler.nested' shared service.
  20956.      *
  20957.      * @return \Monolog\Handler\StreamHandler
  20958.      */
  20959.     protected function getMonolog_Handler_NestedService()
  20960.     {
  20961.         $this->privates['monolog.handler.nested'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/logs/te_dev.log'), 400trueNULLfalse);
  20962.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20963.         return $instance;
  20964.     }
  20965.     /**
  20966.      * Gets the private 'monolog.handler.search' shared service.
  20967.      *
  20968.      * @return \Monolog\Handler\RotatingFileHandler
  20969.      */
  20970.     protected function getMonolog_Handler_SearchService()
  20971.     {
  20972.         $this->privates['monolog.handler.search'] = $instance = new \Monolog\Handler\RotatingFileHandler((\dirname(__DIR__3).'/logs/te_dev.search.log'), 20100trueNULL);
  20973.         $instance->pushProcessor(($this->privates['monolog.processor.psr_log_message'] ?? ($this->privates['monolog.processor.psr_log_message'] = new \Monolog\Processor\PsrLogMessageProcessor())));
  20974.         $instance->setFilenameFormat('{filename}-{date}''Y-m-d');
  20975.         return $instance;
  20976.     }
  20977.     /**
  20978.      * Gets the private 'monolog.logger.cache' shared service.
  20979.      *
  20980.      * @return \Symfony\Bridge\Monolog\Logger
  20981.      */
  20982.     protected function getMonolog_Logger_CacheService()
  20983.     {
  20984.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  20985.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  20986.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  20987.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  20988.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  20989.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  20990.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  20991.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  20992.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  20993.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  20994.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  20995.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  20996.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  20997.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  20998.         return $instance;
  20999.     }
  21000.     /**
  21001.      * Gets the private 'monolog.logger.mailer' shared service.
  21002.      *
  21003.      * @return \Symfony\Bridge\Monolog\Logger
  21004.      */
  21005.     protected function getMonolog_Logger_MailerService()
  21006.     {
  21007.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  21008.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21009.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  21010.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  21011.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  21012.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  21013.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  21014.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  21015.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  21016.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  21017.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21018.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  21019.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21020.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21021.         return $instance;
  21022.     }
  21023.     /**
  21024.      * Gets the private 'monolog.logger.messenger' shared service.
  21025.      *
  21026.      * @return \Symfony\Bridge\Monolog\Logger
  21027.      */
  21028.     protected function getMonolog_Logger_MessengerService()
  21029.     {
  21030.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  21031.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21032.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  21033.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  21034.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  21035.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  21036.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  21037.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  21038.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  21039.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  21040.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21041.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  21042.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21043.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21044.         return $instance;
  21045.     }
  21046.     /**
  21047.      * Gets the private 'monolog.logger.request' shared service.
  21048.      *
  21049.      * @return \Symfony\Bridge\Monolog\Logger
  21050.      */
  21051.     protected function getMonolog_Logger_RequestService()
  21052.     {
  21053.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  21054.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21055.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  21056.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  21057.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  21058.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  21059.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  21060.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  21061.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  21062.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  21063.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21064.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  21065.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21066.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21067.         return $instance;
  21068.     }
  21069.     /**
  21070.      * Gets the private 'monolog.logger.security' shared service.
  21071.      *
  21072.      * @return \Symfony\Bridge\Monolog\Logger
  21073.      */
  21074.     protected function getMonolog_Logger_SecurityService()
  21075.     {
  21076.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  21077.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21078.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  21079.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  21080.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  21081.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  21082.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  21083.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  21084.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  21085.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  21086.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21087.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  21088.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21089.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21090.         return $instance;
  21091.     }
  21092.     /**
  21093.      * Gets the private 'monolog.logger.snappy' shared service.
  21094.      *
  21095.      * @return \Symfony\Bridge\Monolog\Logger
  21096.      */
  21097.     protected function getMonolog_Logger_SnappyService()
  21098.     {
  21099.         $this->privates['monolog.logger.snappy'] = $instance = new \Symfony\Bridge\Monolog\Logger('snappy');
  21100.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  21101.         $instance->pushProcessor(($this->privates['monolog.processor.introspection'] ?? ($this->privates['monolog.processor.introspection'] = new \Monolog\Processor\IntrospectionProcessor())));
  21102.         $instance->pushProcessor(($this->privates['monolog.processor.web'] ?? ($this->privates['monolog.processor.web'] = new \Monolog\Processor\WebProcessor())));
  21103.         $instance->pushProcessor(($this->privates['monolog.processor.memoryUsage'] ?? ($this->privates['monolog.processor.memoryUsage'] = new \Monolog\Processor\MemoryUsageProcessor())));
  21104.         $instance->pushProcessor(($this->privates['monolog.processor.memoryPeakUsage'] ?? ($this->privates['monolog.processor.memoryPeakUsage'] = new \Monolog\Processor\MemoryPeakUsageProcessor())));
  21105.         $instance->pushProcessor(($this->privates['monolog.processor.processId'] ?? ($this->privates['monolog.processor.processId'] = new \Monolog\Processor\ProcessIdProcessor())));
  21106.         $instance->pushHandler(($this->privates['monolog.handler.alert'] ?? $this->getMonolog_Handler_AlertService()));
  21107.         $instance->pushHandler(($this->privates['monolog.handler.info'] ?? $this->getMonolog_Handler_InfoService()));
  21108.         $instance->pushHandler(($this->privates['monolog.handler.error'] ?? $this->getMonolog_Handler_ErrorService()));
  21109.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  21110.         $instance->pushHandler(($this->privates['monolog.handler.nested'] ?? $this->getMonolog_Handler_NestedService()));
  21111.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  21112.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  21113.         return $instance;
  21114.     }
  21115.     /**
  21116.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  21117.      *
  21118.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  21119.      */
  21120.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  21121.     {
  21122.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  21123.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  21124.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  21125.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  21126.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  21127.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  21128.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  21129.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  21130.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  21131.         include_once \dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/Alice/FileLocator/KernelFileLocator.php';
  21132.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  21133.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  21134.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  21135.         $a = new \Hautelook\AliceBundle\Alice\FileLocator\KernelFileLocator(new \Nelmio\Alice\FileLocator\DefaultFileLocator(), ($this->services['kernel'] ?? $this->get('kernel'1)));
  21136.         return $this->privates['nelmio_alice.file_parser.runtime_cache'] = new \Nelmio\Alice\Parser\RuntimeCacheParser(new \Nelmio\Alice\Parser\ParserRegistry([=> new \Nelmio\Alice\Parser\Chainable\YamlParser(new \Symfony\Component\Yaml\Parser()), => new \Nelmio\Alice\Parser\Chainable\PhpParser(), => new \Nelmio\Alice\Parser\Chainable\JsonParser()]), $a, new \Nelmio\Alice\Parser\IncludeProcessor\DefaultIncludeProcessor($a));
  21137.     }
  21138.     /**
  21139.      * Gets the private 'nelmio_api_doc.describers.config' shared service.
  21140.      *
  21141.      * @return \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber
  21142.      */
  21143.     protected function getNelmioApiDoc_Describers_ConfigService()
  21144.     {
  21145.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  21146.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ExternalDocDescriber.php';
  21147.         return $this->privates['nelmio_api_doc.describers.config'] = new \Nelmio\ApiDocBundle\Describer\ExternalDocDescriber(['info' => ['title' => 'Tile.Expert''description' => 'Магазин керамической плитки и керамогранита''version' => '1.0.0'], 'servers' => [=> ['url' => 'https://tile.expert''description' => 'Боевой сайт']]]);
  21148.     }
  21149.     /**
  21150.      * Gets the private 'nelmio_api_doc.describers.openapi_php.default' shared service.
  21151.      *
  21152.      * @return \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber
  21153.      */
  21154.     protected function getNelmioApiDoc_Describers_OpenapiPhp_DefaultService()
  21155.     {
  21156.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  21157.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/OpenApiPhpDescriber.php';
  21158.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  21159.         return $this->privates['nelmio_api_doc.describers.openapi_php.default'] = new \Nelmio\ApiDocBundle\Describer\OpenApiPhpDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->services['logger'] ?? $this->getLoggerService()));
  21160.     }
  21161.     /**
  21162.      * Gets the private 'nelmio_api_doc.describers.route.default' shared service.
  21163.      *
  21164.      * @return \Nelmio\ApiDocBundle\Describer\RouteDescriber
  21165.      */
  21166.     protected function getNelmioApiDoc_Describers_Route_DefaultService()
  21167.     {
  21168.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/DescriberInterface.php';
  21169.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  21170.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  21171.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/RouteDescriber.php';
  21172.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  21173.         return $this->privates['nelmio_api_doc.describers.route.default'] = new \Nelmio\ApiDocBundle\Describer\RouteDescriber(($this->privates['nelmio_api_doc.routes.default'] ?? $this->getNelmioApiDoc_Routes_DefaultService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), new RewindableGenerator(function () {
  21174.             yield => ($this->privates['nelmio_api_doc.route_describers.php_doc'] ?? ($this->privates['nelmio_api_doc.route_describers.php_doc'] = new \Nelmio\ApiDocBundle\RouteDescriber\PhpDocDescriber()));
  21175.             yield => ($this->privates['nelmio_api_doc.route_describers.route_metadata'] ?? ($this->privates['nelmio_api_doc.route_describers.route_metadata'] = new \Nelmio\ApiDocBundle\RouteDescriber\RouteMetadataDescriber()));
  21176.         }, 2));
  21177.     }
  21178.     /**
  21179.      * Gets the private 'nelmio_api_doc.model_describers.form' shared service.
  21180.      *
  21181.      * @return \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber
  21182.      */
  21183.     protected function getNelmioApiDoc_ModelDescribers_FormService()
  21184.     {
  21185.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  21186.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  21187.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  21188.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/SetsContextTrait.php';
  21189.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/FormModelDescriber.php';
  21190.         return $this->privates['nelmio_api_doc.model_describers.form'] = new \Nelmio\ApiDocBundle\ModelDescriber\FormModelDescriber(($this->services['.container.private.form.factory'] ?? $this->get_Container_Private_Form_FactoryService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), [=> 'json'], falsetrue);
  21191.     }
  21192.     /**
  21193.      * Gets the private 'nelmio_api_doc.model_describers.object' shared service.
  21194.      *
  21195.      * @return \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber
  21196.      */
  21197.     protected function getNelmioApiDoc_ModelDescribers_ObjectService()
  21198.     {
  21199.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ModelDescriberInterface.php';
  21200.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  21201.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  21202.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ApplyOpenApiDiscriminatorTrait.php';
  21203.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/ModelDescriber/ObjectModelDescriber.php';
  21204.         return $this->privates['nelmio_api_doc.model_describers.object'] = new \Nelmio\ApiDocBundle\ModelDescriber\ObjectModelDescriber(($this->privates['property_info'] ?? $this->getPropertyInfoService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService()), [=> 'json'], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), false, ($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  21205.     }
  21206.     /**
  21207.      * Gets the private 'nelmio_api_doc.object_model.property_describer' shared service.
  21208.      *
  21209.      * @return \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber
  21210.      */
  21211.     protected function getNelmioApiDoc_ObjectModel_PropertyDescriberService()
  21212.     {
  21213.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriberInterface.php';
  21214.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareInterface.php';
  21215.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Describer/ModelRegistryAwareTrait.php';
  21216.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/PropertyDescriber/PropertyDescriber.php';
  21217.         return $this->privates['nelmio_api_doc.object_model.property_describer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\PropertyDescriber(new RewindableGenerator(function () {
  21218.             yield => ($this->privates['nelmio_api_doc.object_model.property_describer'] ?? $this->getNelmioApiDoc_ObjectModel_PropertyDescriberService());
  21219.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.nullable'] = new \Nelmio\ApiDocBundle\PropertyDescriber\NullablePropertyDescriber()));
  21220.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.required'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.required'] = new \Nelmio\ApiDocBundle\PropertyDescriber\RequiredPropertyDescriber()));
  21221.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.array'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.array'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ArrayPropertyDescriber()));
  21222.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.dictionary'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DictionaryPropertyDescriber()));
  21223.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.boolean'] = new \Nelmio\ApiDocBundle\PropertyDescriber\BooleanPropertyDescriber()));
  21224.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.float'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.float'] = new \Nelmio\ApiDocBundle\PropertyDescriber\FloatPropertyDescriber()));
  21225.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.integer'] = new \Nelmio\ApiDocBundle\PropertyDescriber\IntegerPropertyDescriber()));
  21226.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.string'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.string'] = new \Nelmio\ApiDocBundle\PropertyDescriber\StringPropertyDescriber()));
  21227.             yield => ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.date_time'] = new \Nelmio\ApiDocBundle\PropertyDescriber\DateTimePropertyDescriber()));
  21228.             yield 10 => ($this->privates['nelmio_api_doc.object_model.property_describers.object'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.object'] = new \Nelmio\ApiDocBundle\PropertyDescriber\ObjectPropertyDescriber()));
  21229.             yield 11 => ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] ?? ($this->privates['nelmio_api_doc.object_model.property_describers.compound'] = new \Nelmio\ApiDocBundle\PropertyDescriber\CompoundPropertyDescriber()));
  21230.         }, 12));
  21231.     }
  21232.     /**
  21233.      * Gets the private 'nelmio_api_doc.routes.default' shared service.
  21234.      *
  21235.      * @return \Symfony\Component\Routing\RouteCollection
  21236.      */
  21237.     protected function getNelmioApiDoc_Routes_DefaultService()
  21238.     {
  21239.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouteCollection.php';
  21240.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Routing/FilteredRouteCollectionBuilder.php';
  21241.         include_once \dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/src/Util/ControllerReflector.php';
  21242.         return $this->privates['nelmio_api_doc.routes.default'] = (new \Nelmio\ApiDocBundle\Routing\FilteredRouteCollectionBuilder(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), ($this->privates['nelmio_api_doc.controller_reflector'] ?? ($this->privates['nelmio_api_doc.controller_reflector'] = new \Nelmio\ApiDocBundle\Util\ControllerReflector($this))), 'default', ['path_patterns' => [=> '/history'=> '/api/{_locale}/'=> '/json/order/create$'=> '/json/order/edit$'=> '/{_locale}/compare'], 'host_patterns' => [], 'name_patterns' => [], 'with_annotation' => false'disable_default_routes' => false]))->filter(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService())->getRouteCollection());
  21243.     }
  21244.     /**
  21245.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  21246.      *
  21247.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  21248.      */
  21249.     protected function getNelmioCors_CorsListenerService()
  21250.     {
  21251.         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'))]));
  21252.     }
  21253.     /**
  21254.      * Gets the private 'notifier.transport_factory.null' shared service.
  21255.      *
  21256.      * @return \Symfony\Component\Notifier\Transport\NullTransportFactory
  21257.      */
  21258.     protected function getNotifier_TransportFactory_NullService()
  21259.     {
  21260.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  21261.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  21262.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/NullTransportFactory.php';
  21263.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21264.         if (isset($this->privates['notifier.transport_factory.null'])) {
  21265.             return $this->privates['notifier.transport_factory.null'];
  21266.         }
  21267.         return $this->privates['notifier.transport_factory.null'] = new \Symfony\Component\Notifier\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  21268.     }
  21269.     /**
  21270.      * Gets the private 'notifier.transport_factory.telegram' shared service.
  21271.      *
  21272.      * @return \Symfony\Component\Notifier\Bridge\Telegram\TelegramTransportFactory
  21273.      */
  21274.     protected function getNotifier_TransportFactory_TelegramService()
  21275.     {
  21276.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportFactoryInterface.php';
  21277.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/AbstractTransportFactory.php';
  21278.         include_once \dirname(__DIR__4).'/vendor/symfony/telegram-notifier/TelegramTransportFactory.php';
  21279.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21280.         if (isset($this->privates['notifier.transport_factory.telegram'])) {
  21281.             return $this->privates['notifier.transport_factory.telegram'];
  21282.         }
  21283.         return $this->privates['notifier.transport_factory.telegram'] = new \Symfony\Component\Notifier\Bridge\Telegram\TelegramTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  21284.     }
  21285.     /**
  21286.      * Gets the private 'parameter_bag' shared service.
  21287.      *
  21288.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  21289.      */
  21290.     protected function getParameterBagService()
  21291.     {
  21292.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  21293.     }
  21294.     /**
  21295.      * Gets the private 'profiler_listener' shared service.
  21296.      *
  21297.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  21298.      */
  21299.     protected function getProfilerListenerService()
  21300.     {
  21301.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  21302.         if (isset($this->privates['profiler_listener'])) {
  21303.             return $this->privates['profiler_listener'];
  21304.         }
  21305.         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);
  21306.     }
  21307.     /**
  21308.      * Gets the private 'property_accessor' shared service.
  21309.      *
  21310.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  21311.      */
  21312.     protected function getPropertyAccessorService()
  21313.     {
  21314.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  21315.         include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  21316.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  21317.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  21318.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  21319.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  21320.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21321.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  21322.     }
  21323.     /**
  21324.      * Gets the private 'property_info' shared service.
  21325.      *
  21326.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  21327.      */
  21328.     protected function getPropertyInfoService()
  21329.     {
  21330.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  21331.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  21332.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21333.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  21334.             yield => ($this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_OneCEntityManager_PropertyInfoExtractorService());
  21335.             yield => ($this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_LogsEntityManager_PropertyInfoExtractorService());
  21336.         }, 5), new RewindableGenerator(function () {
  21337.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  21338.             yield => ($this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_OneCEntityManager_PropertyInfoExtractorService());
  21339.             yield => ($this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_LogsEntityManager_PropertyInfoExtractorService());
  21340.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  21341.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21342.         }, 5), new RewindableGenerator(function () {
  21343.             yield => ($this->privates['property_info.php_doc_extractor'] ?? ($this->privates['property_info.php_doc_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\PhpDocExtractor()));
  21344.         }, 1), new RewindableGenerator(function () {
  21345.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  21346.             yield => ($this->privates['doctrine.orm.oneC_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_OneCEntityManager_PropertyInfoExtractorService());
  21347.             yield => ($this->privates['doctrine.orm.logs_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_LogsEntityManager_PropertyInfoExtractorService());
  21348.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21349.         }, 4), new RewindableGenerator(function () {
  21350.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  21351.         }, 1));
  21352.     }
  21353.     /**
  21354.      * Gets the private 'property_info.serializer_extractor' shared service.
  21355.      *
  21356.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  21357.      */
  21358.     protected function getPropertyInfo_SerializerExtractorService()
  21359.     {
  21360.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  21361.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  21362.     }
  21363.     /**
  21364.      * Gets the private 'redis_cache_pool.traceable' shared service.
  21365.      *
  21366.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  21367.      */
  21368.     protected function getRedisCachePool_TraceableService()
  21369.     {
  21370.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.j3g97Pq'] ?? $this->get_CacheConnection_J3g97PqService()), 'u5vjpUbrsF'3600, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  21371.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  21372.         return $this->privates['redis_cache_pool.traceable'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Sentry\SentryBundle\Tracing\Cache\TraceableCacheAdapter(($this->services['sentry.hub'] ?? $this->getSentry_HubService()), $a));
  21373.     }
  21374.     /**
  21375.      * Gets the private 'router.cache_warmer' shared service.
  21376.      *
  21377.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  21378.      */
  21379.     protected function getRouter_CacheWarmerService()
  21380.     {
  21381.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  21382.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  21383.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21384.             'router' => ['services''FlexApp\\Extensions\\RouterDecorator''getRouterDecoratorService'false],
  21385.         ], [
  21386.             'router' => '?',
  21387.         ]))->withContext('router.cache_warmer'$this));
  21388.     }
  21389.     /**
  21390.      * Gets the private 'router.expression_language_provider' shared service.
  21391.      *
  21392.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  21393.      */
  21394.     protected function getRouter_ExpressionLanguageProviderService()
  21395.     {
  21396.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21397.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  21398.         ], [
  21399.             'env' => 'Closure',
  21400.         ]));
  21401.     }
  21402.     /**
  21403.      * Gets the private 'router.request_context' shared service.
  21404.      *
  21405.      * @return \Symfony\Component\Routing\RequestContext
  21406.      */
  21407.     protected function getRouter_RequestContextService()
  21408.     {
  21409.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''tile.expert''https'80443);
  21410.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  21411.         return $instance;
  21412.     }
  21413.     /**
  21414.      * Gets the private 'router_listener' shared service.
  21415.      *
  21416.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  21417.      */
  21418.     protected function getRouterListenerService()
  21419.     {
  21420.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($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);
  21421.     }
  21422.     /**
  21423.      * Gets the private 'secrets.vault' shared service.
  21424.      *
  21425.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  21426.      */
  21427.     protected function getSecrets_VaultService()
  21428.     {
  21429.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  21430.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  21431.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  21432.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  21433.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  21434.     }
  21435.     /**
  21436.      * Gets the private 'security.access_listener' shared service.
  21437.      *
  21438.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  21439.      */
  21440.     protected function getSecurity_AccessListenerService()
  21441.     {
  21442.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  21443.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  21444.         if (isset($this->privates['security.access_listener'])) {
  21445.             return $this->privates['security.access_listener'];
  21446.         }
  21447.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), false);
  21448.     }
  21449.     /**
  21450.      * Gets the private 'security.access_map' shared service.
  21451.      *
  21452.      * @return \Symfony\Component\Security\Http\AccessMap
  21453.      */
  21454.     protected function getSecurity_AccessMapService()
  21455.     {
  21456.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  21457.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  21458.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  21459.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  21460.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  21461.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(da|de|en|es|fr|it|nl|no|pl|fi|sv|pt|ru|zh)/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  21462.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(da|de|en|es|fr|it|nl|no|pl|fi|sv|pt|ru|zh)/register'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  21463.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(da|de|en|es|fr|it|nl|no|pl|fi|sv|pt|ru|zh)/resetting'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  21464.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/(da|de|en|es|fr|it|nl|no|pl|fi|sv|pt|ru|zh)/admin/'), [=> 'ROLE_ADMIN'=> 'ROLE_PREVIEW_LC'], NULL);
  21465.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/import/'), [=> 'ROLE_BI'], NULL);
  21466.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/efconnect'), [=> 'ROLE_ADMIN'], NULL);
  21467.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/elfinder'), [=> 'ROLE_ADMIN'], NULL);
  21468.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adm/brand'), [=> 'ROLE_BM'=> 'ROLE_BI'=> 'ROLE_SUPER_ADMIN'=> 'ROLE_PREVIEW_LC'], NULL);
  21469.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adm/files'), [=> 'ROLE_BM'=> 'ROLE_BI'=> 'ROLE_ADMIN'=> 'ROLE_SUPER_ADMIN'=> 'ROLE_PREVIEW_LC'], NULL);
  21470.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adm/translator'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  21471.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/adm'), [=> 'ROLE_ADMIN'=> 'ROLE_PREVIEW_LC'], NULL);
  21472.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/swagger/api/doc'), [=> 'ROLE_ADMIN'=> 'ROLE_SUPER_ADMIN'], NULL);
  21473.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/swagger/api/doc_json'), [=> 'ROLE_ADMIN'=> 'ROLE_SUPER_ADMIN'], NULL);
  21474.         return $instance;
  21475.     }
  21476.     /**
  21477.      * Gets the private 'security.authentication.switchuser_listener.main' shared service.
  21478.      *
  21479.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  21480.      */
  21481.     protected function getSecurity_Authentication_SwitchuserListener_MainService()
  21482.     {
  21483.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  21484.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  21485.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  21486.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  21487.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  21488.             return $this->privates['security.authentication.switchuser_listener.main'];
  21489.         }
  21490.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  21491.         if (isset($this->privates['security.authentication.switchuser_listener.main'])) {
  21492.             return $this->privates['security.authentication.switchuser_listener.main'];
  21493.         }
  21494.         return $this->privates['security.authentication.switchuser_listener.main'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'main'$a, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ALLOWED_TO_SWITCH'$bfalse);
  21495.     }
  21496.     /**
  21497.      * Gets the private 'security.authenticator.login_link.main' shared service.
  21498.      *
  21499.      * @return \Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator
  21500.      */
  21501.     protected function getSecurity_Authenticator_LoginLink_MainService()
  21502.     {
  21503.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  21504.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AbstractAuthenticator.php';
  21505.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  21506.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/LoginLinkAuthenticator.php';
  21507.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  21508.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  21509.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/AuthenticationSuccessHandler.php';
  21510.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  21511.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  21512.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/AuthenticationFailureHandler.php';
  21513.         $a = new \FlexApp\Security\AuthenticationSuccessHandler();
  21514.         $b = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  21515.         $a->urlGenerator $b;
  21516.         $c = new \FlexApp\Security\AuthenticationFailureHandler();
  21517.         $c->urlGenerator $b;
  21518.         return $this->privates['security.authenticator.login_link.main'] = new \Symfony\Component\Security\Http\Authenticator\LoginLinkAuthenticator(($this->privates['security.authenticator.login_link_handler.main'] ?? $this->getSecurity_Authenticator_LoginLinkHandler_MainService()), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler($a, ['always_use_default_target_path' => false'default_target_path' => '/''login_path' => '/login''target_path_parameter' => '_target_path''use_referer' => false], 'main'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler($c, ['login_path' => '/login''failure_path' => NULL'failure_forward' => false'failure_path_parameter' => '_failure_path']), ['check_route' => 'login_check''check_post_only' => false]);
  21519.     }
  21520.     /**
  21521.      * Gets the private 'security.authenticator.login_link_handler.main' shared service.
  21522.      *
  21523.      * @return \Symfony\Component\Security\Http\LoginLink\LoginLinkHandler
  21524.      */
  21525.     protected function getSecurity_Authenticator_LoginLinkHandler_MainService()
  21526.     {
  21527.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/LoginLink/LoginLinkHandlerInterface.php';
  21528.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/LoginLink/LoginLinkHandler.php';
  21529.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  21530.         return $this->privates['security.authenticator.login_link_handler.main'] = new \Symfony\Component\Security\Http\LoginLink\LoginLinkHandler(($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), new \Symfony\Component\Security\Core\Signature\SignatureHasher(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), [=> 'id'=> 'email'], '048ad6025000f9fdb5f98bb642e00eadec0f555d'NULLNULL), ['route_name' => 'login_check''lifetime' => 2592000]);
  21531.     }
  21532.     /**
  21533.      * Gets the private 'security.authenticator.manager.main' shared service.
  21534.      *
  21535.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticatorManager
  21536.      */
  21537.     protected function getSecurity_Authenticator_Manager_MainService()
  21538.     {
  21539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManagerInterface.php';
  21540.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  21541.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticatorManager.php';
  21542.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  21543.         if (isset($this->privates['security.authenticator.manager.main'])) {
  21544.             return $this->privates['security.authenticator.manager.main'];
  21545.         }
  21546.         return $this->privates['security.authenticator.manager.main'] = new \Symfony\Component\Security\Http\Authentication\AuthenticatorManager([=> ($this->privates['FlexApp\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), => ($this->privates['security.authenticator.login_link.main'] ?? $this->getSecurity_Authenticator_LoginLink_MainService()), => ($this->privates['security.authenticator.remember_me.main'] ?? $this->getSecurity_Authenticator_RememberMe_MainService())], ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), truetrue, []);
  21547.     }
  21548.     /**
  21549.      * Gets the private 'security.authenticator.remember_me.main' shared service.
  21550.      *
  21551.      * @return \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator
  21552.      */
  21553.     protected function getSecurity_Authenticator_RememberMe_MainService()
  21554.     {
  21555.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/AuthenticatorInterface.php';
  21556.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/InteractiveAuthenticatorInterface.php';
  21557.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authenticator/RememberMeAuthenticator.php';
  21558.         return $this->privates['security.authenticator.remember_me.main'] = new \Symfony\Component\Security\Http\Authenticator\RememberMeAuthenticator(($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()), '048ad6025000f9fdb5f98bb642e00eadec0f555d', ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), 'REMEMBERME', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  21559.     }
  21560.     /**
  21561.      * Gets the private 'security.authenticator.remember_me_handler.main' shared service.
  21562.      *
  21563.      * @return \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler
  21564.      */
  21565.     protected function getSecurity_Authenticator_RememberMeHandler_MainService()
  21566.     {
  21567.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/RememberMeHandlerInterface.php';
  21568.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/AbstractRememberMeHandler.php';
  21569.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/SignatureRememberMeHandler.php';
  21570.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Signature/SignatureHasher.php';
  21571.         return $this->privates['security.authenticator.remember_me_handler.main'] = new \Symfony\Component\Security\Http\RememberMe\SignatureRememberMeHandler(new \Symfony\Component\Security\Core\Signature\SignatureHasher(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), [=> 'password'], '048ad6025000f9fdb5f98bb642e00eadec0f555d'NULLNULL), ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ['secret' => '048ad6025000f9fdb5f98bb642e00eadec0f555d''lifetime' => 86400000'path' => '/''always_remember_me' => true'user_providers' => [], 'catch_exceptions' => true'signature_properties' => [=> 'password'], 'name' => 'REMEMBERME''domain' => NULL'secure' => false'httponly' => true'samesite' => NULL'remember_me_parameter' => '_remember_me'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  21572.     }
  21573.     /**
  21574.      * Gets the private 'security.channel_listener' shared service.
  21575.      *
  21576.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  21577.      */
  21578.     protected function getSecurity_ChannelListenerService()
  21579.     {
  21580.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  21581.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  21582.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  21583.     }
  21584.     /**
  21585.      * Gets the private 'security.command.debug_firewall' shared service.
  21586.      *
  21587.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  21588.      */
  21589.     protected function getSecurity_Command_DebugFirewallService()
  21590.     {
  21591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21592.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  21593.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService()), ($this->privates['.service_locator.jlyTfzM'] ?? $this->get_ServiceLocator_JlyTfzMService()), ['main' => [=> ($this->privates['FlexApp\\Security\\LoginFormAuthenticator'] ?? $this->getLoginFormAuthenticatorService()), => ($this->privates['security.authenticator.login_link.main'] ?? $this->getSecurity_Authenticator_LoginLink_MainService()), => ($this->privates['security.authenticator.remember_me.main'] ?? $this->getSecurity_Authenticator_RememberMe_MainService())]], true);
  21594.         $instance->setName('debug:firewall');
  21595.         $instance->setDescription('Display information about your security firewall(s)');
  21596.         return $instance;
  21597.     }
  21598.     /**
  21599.      * Gets the private 'security.command.user_password_encoder' shared service.
  21600.      *
  21601.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  21602.      *
  21603.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  21604.      */
  21605.     protected function getSecurity_Command_UserPasswordEncoderService()
  21606.     {
  21607.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  21608.         $this->privates['security.command.user_password_encoder'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()), [=> 'WebBundle\\Entity\\User']);
  21609.         $instance->setName('security:encode-password');
  21610.         $instance->setDescription('Encode a password');
  21611.         return $instance;
  21612.     }
  21613.     /**
  21614.      * Gets the private 'security.command.user_password_hash' shared service.
  21615.      *
  21616.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  21617.      */
  21618.     protected function getSecurity_Command_UserPasswordHashService()
  21619.     {
  21620.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  21621.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  21622.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'WebBundle\\Entity\\User']);
  21623.         $instance->setName('security:hash-password');
  21624.         $instance->setDescription('Hash a user password');
  21625.         return $instance;
  21626.     }
  21627.     /**
  21628.      * Gets the private 'security.context_listener.0' shared service.
  21629.      *
  21630.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  21631.      */
  21632.     protected function getSecurity_ContextListener_0Service()
  21633.     {
  21634.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  21635.         if (isset($this->privates['security.context_listener.0'])) {
  21636.             return $this->privates['security.context_listener.0'];
  21637.         }
  21638.         return $this->privates['security.context_listener.0'] = new \Symfony\Component\Security\Http\Firewall\ContextListener(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new RewindableGenerator(function () {
  21639.             yield => ($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService());
  21640.         }, 1), 'main', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  21641.     }
  21642.     /**
  21643.      * Gets the private 'security.csrf.token_storage' shared service.
  21644.      *
  21645.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  21646.      */
  21647.     protected function getSecurity_Csrf_TokenStorageService()
  21648.     {
  21649.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  21650.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  21651.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  21652.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  21653.     }
  21654.     /**
  21655.      * Gets the private 'security.encoder_factory.generic' shared service.
  21656.      *
  21657.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  21658.      *
  21659.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  21660.      */
  21661.     protected function getSecurity_EncoderFactory_GenericService()
  21662.     {
  21663.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  21664.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['WebBundle\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  21665.     }
  21666.     /**
  21667.      * Gets the private 'security.event_dispatcher.main' shared service.
  21668.      *
  21669.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  21670.      */
  21671.     protected function getSecurity_EventDispatcher_MainService()
  21672.     {
  21673.         $this->privates['security.event_dispatcher.main'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  21674.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21675.             return ($this->privates['security.listener.main.user_provider'] ?? $this->getSecurity_Listener_Main_UserProviderService());
  21676.         }, => 'checkPassport'], 2048);
  21677.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21678.             return ($this->privates['security.listener.session.main'] ?? $this->getSecurity_Listener_Session_MainService());
  21679.         }, => 'onSuccessfulLogin'], 0);
  21680.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21681.             return ($this->privates['security.logout.listener.default.main'] ?? $this->getSecurity_Logout_Listener_Default_MainService());
  21682.         }, => 'onLogout'], 64);
  21683.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21684.             return ($this->privates['security.logout.listener.session.main'] ?? ($this->privates['security.logout.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  21685.         }, => 'onLogout'], 0);
  21686.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21687.             return ($this->privates['security.listener.check_remember_me_conditions.main'] ?? $this->getSecurity_Listener_CheckRememberMeConditions_MainService());
  21688.         }, => 'onSuccessfulLogin'], -32);
  21689.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21690.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  21691.         }, => 'onSuccessfulLogin'], -64);
  21692.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginFailureEvent', [=> function () {
  21693.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  21694.         }, => 'clearCookie'], 0);
  21695.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21696.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  21697.         }, => 'clearCookie'], 0);
  21698.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\TokenDeauthenticatedEvent', [=> function () {
  21699.             return ($this->privates['security.listener.remember_me.main'] ?? $this->getSecurity_Listener_RememberMe_MainService());
  21700.         }, => 'clearCookie'], 0);
  21701.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21702.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  21703.         }, => 'preCheckCredentials'], 256);
  21704.         $instance->addListener('security.authentication.success', [=> function () {
  21705.             return ($this->privates['security.listener.user_checker.main'] ?? $this->getSecurity_Listener_UserChecker_MainService());
  21706.         }, => 'postCheckCredentials'], 256);
  21707.         $instance->addListener('security.interactive_login', [=> function () {
  21708.             return ($this->services['app.security.interactive_login_listener'] ?? $this->getApp_Security_InteractiveLoginListenerService());
  21709.         }, => 'onAuthenticationSuccess'], 0);
  21710.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21711.             return ($this->privates['security.listener.user_provider'] ?? $this->getSecurity_Listener_UserProviderService());
  21712.         }, => 'checkPassport'], 1024);
  21713.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21714.             return ($this->privates['Sentry\\SentryBundle\\EventListener\\LoginListener'] ?? $this->getLoginListenerService());
  21715.         }, => 'handleLoginSuccessEvent'], 0);
  21716.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21717.             return ($this->privates['FlexApp\\EventSubscriber\\LogoutSubscriber'] ?? $this->getLogoutSubscriberService());
  21718.         }, => 'onLogoutEvent'], 0);
  21719.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21720.             return ($this->privates['security.listener.check_authenticator_credentials'] ?? $this->getSecurity_Listener_CheckAuthenticatorCredentialsService());
  21721.         }, => 'checkPassport'], 0);
  21722.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LoginSuccessEvent', [=> function () {
  21723.             return ($this->privates['security.listener.password_migrating'] ?? $this->getSecurity_Listener_PasswordMigratingService());
  21724.         }, => 'onLoginSuccess'], 0);
  21725.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\CheckPassportEvent', [=> function () {
  21726.             return ($this->privates['security.listener.csrf_protection'] ?? $this->getSecurity_Listener_CsrfProtectionService());
  21727.         }, => 'checkPassport'], 512);
  21728.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  21729.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  21730.         }, => 'onLogout'], 0);
  21731.         return $instance;
  21732.     }
  21733.     /**
  21734.      * Gets the private 'security.firewall.map' shared service.
  21735.      *
  21736.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  21737.      */
  21738.     protected function getSecurity_Firewall_MapService()
  21739.     {
  21740.         $a = ($this->privates['.service_locator.zJyh7qS'] ?? $this->get_ServiceLocator_ZJyh7qSService());
  21741.         if (isset($this->privates['security.firewall.map'])) {
  21742.             return $this->privates['security.firewall.map'];
  21743.         }
  21744.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  21745.             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)/')));
  21746.             yield 'security.firewall.map.context.main' => NULL;
  21747.         }, 2));
  21748.     }
  21749.     /**
  21750.      * Gets the private 'security.firewall.map.context.dev' shared service.
  21751.      *
  21752.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  21753.      */
  21754.     protected function getSecurity_Firewall_Map_Context_DevService()
  21755.     {
  21756.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  21757.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  21758.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  21759.             return new \EmptyIterator();
  21760.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  21761.     }
  21762.     /**
  21763.      * Gets the private 'security.firewall.map.context.main' shared service.
  21764.      *
  21765.      * @return \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext
  21766.      */
  21767.     protected function getSecurity_Firewall_Map_Context_MainService()
  21768.     {
  21769.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  21770.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/LazyFirewallContext.php';
  21771.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  21772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  21773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  21774.         include_once \dirname(__DIR__4).'/src/FlexApp/Security/CustomEntryPoint.php';
  21775.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  21776.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  21777.         $a = ($this->privates['security.event_dispatcher.main'] ?? $this->getSecurity_EventDispatcher_MainService());
  21778.         if (isset($this->privates['security.firewall.map.context.main'])) {
  21779.             return $this->privates['security.firewall.map.context.main'];
  21780.         }
  21781.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  21782.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  21783.         $d = new \FlexApp\Security\CustomEntryPoint();
  21784.         $d->router = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  21785.         return $this->privates['security.firewall.map.context.main'] = new \Symfony\Bundle\SecurityBundle\Security\LazyFirewallContext(new RewindableGenerator(function () {
  21786.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  21787.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  21788.             yield => ($this->privates['debug.security.firewall.authenticator.main'] ?? $this->getDebug_Security_Firewall_Authenticator_MainService());
  21789.             yield => ($this->privates['security.authentication.switchuser_listener.main'] ?? $this->getSecurity_Authentication_SwitchuserListener_MainService());
  21790.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  21791.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'main'$dNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c$a, ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('main''security.user_checker'NULLtruefalse'security.user.provider.concrete.app_user_provider''main''FlexApp\\Security\\CustomEntryPoint'NULLNULL, [=> 'switch_user'=> 'login_link'=> 'remember_me'=> 'FlexApp\\Security\\LoginFormAuthenticator'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH']), ($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())));
  21792.     }
  21793.     /**
  21794.      * Gets the private 'security.helper' shared service.
  21795.      *
  21796.      * @return \Symfony\Component\Security\Core\Security
  21797.      */
  21798.     protected function getSecurity_HelperService()
  21799.     {
  21800.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  21801.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  21802.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  21803.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  21804.         ], [
  21805.             'security.authorization_checker' => '?',
  21806.             'security.token_storage' => '?',
  21807.         ]));
  21808.     }
  21809.     /**
  21810.      * Gets the private 'security.http_utils' shared service.
  21811.      *
  21812.      * @return \Symfony\Component\Security\Http\HttpUtils
  21813.      */
  21814.     protected function getSecurity_HttpUtilsService()
  21815.     {
  21816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  21817.         $a = ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService());
  21818.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i'NULL);
  21819.     }
  21820.     /**
  21821.      * Gets the private 'security.listener.check_authenticator_credentials' shared service.
  21822.      *
  21823.      * @return \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener
  21824.      */
  21825.     protected function getSecurity_Listener_CheckAuthenticatorCredentialsService()
  21826.     {
  21827.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckCredentialsListener.php';
  21828.         return $this->privates['security.listener.check_authenticator_credentials'] = new \Symfony\Component\Security\Http\EventListener\CheckCredentialsListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  21829.     }
  21830.     /**
  21831.      * Gets the private 'security.listener.check_remember_me_conditions.main' shared service.
  21832.      *
  21833.      * @return \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener
  21834.      */
  21835.     protected function getSecurity_Listener_CheckRememberMeConditions_MainService()
  21836.     {
  21837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CheckRememberMeConditionsListener.php';
  21838.         return $this->privates['security.listener.check_remember_me_conditions.main'] = new \Symfony\Component\Security\Http\EventListener\CheckRememberMeConditionsListener(['always_remember_me' => true'remember_me_parameter' => '_remember_me'], ($this->services['logger'] ?? $this->getLoggerService()));
  21839.     }
  21840.     /**
  21841.      * Gets the private 'security.listener.csrf_protection' shared service.
  21842.      *
  21843.      * @return \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener
  21844.      */
  21845.     protected function getSecurity_Listener_CsrfProtectionService()
  21846.     {
  21847.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfProtectionListener.php';
  21848.         return $this->privates['security.listener.csrf_protection'] = new \Symfony\Component\Security\Http\EventListener\CsrfProtectionListener(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  21849.     }
  21850.     /**
  21851.      * Gets the private 'security.listener.main.user_provider' shared service.
  21852.      *
  21853.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  21854.      */
  21855.     protected function getSecurity_Listener_Main_UserProviderService()
  21856.     {
  21857.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  21858.         return $this->privates['security.listener.main.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  21859.     }
  21860.     /**
  21861.      * Gets the private 'security.listener.password_migrating' shared service.
  21862.      *
  21863.      * @return \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener
  21864.      */
  21865.     protected function getSecurity_Listener_PasswordMigratingService()
  21866.     {
  21867.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/PasswordMigratingListener.php';
  21868.         return $this->privates['security.listener.password_migrating'] = new \Symfony\Component\Security\Http\EventListener\PasswordMigratingListener(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  21869.     }
  21870.     /**
  21871.      * Gets the private 'security.listener.remember_me.main' shared service.
  21872.      *
  21873.      * @return \Symfony\Component\Security\Http\EventListener\RememberMeListener
  21874.      */
  21875.     protected function getSecurity_Listener_RememberMe_MainService()
  21876.     {
  21877.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/RememberMeListener.php';
  21878.         return $this->privates['security.listener.remember_me.main'] = new \Symfony\Component\Security\Http\EventListener\RememberMeListener(($this->privates['security.authenticator.remember_me_handler.main'] ?? $this->getSecurity_Authenticator_RememberMeHandler_MainService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()));
  21879.     }
  21880.     /**
  21881.      * Gets the private 'security.listener.session.main' shared service.
  21882.      *
  21883.      * @return \Symfony\Component\Security\Http\EventListener\SessionStrategyListener
  21884.      */
  21885.     protected function getSecurity_Listener_Session_MainService()
  21886.     {
  21887.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/SessionStrategyListener.php';
  21888.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  21889.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  21890.         return $this->privates['security.listener.session.main'] = new \Symfony\Component\Security\Http\EventListener\SessionStrategyListener(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  21891.     }
  21892.     /**
  21893.      * Gets the private 'security.listener.user_checker.main' shared service.
  21894.      *
  21895.      * @return \Symfony\Component\Security\Http\EventListener\UserCheckerListener
  21896.      */
  21897.     protected function getSecurity_Listener_UserChecker_MainService()
  21898.     {
  21899.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserCheckerListener.php';
  21900.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  21901.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  21902.         return $this->privates['security.listener.user_checker.main'] = new \Symfony\Component\Security\Http\EventListener\UserCheckerListener(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())));
  21903.     }
  21904.     /**
  21905.      * Gets the private 'security.listener.user_provider' shared service.
  21906.      *
  21907.      * @return \Symfony\Component\Security\Http\EventListener\UserProviderListener
  21908.      */
  21909.     protected function getSecurity_Listener_UserProviderService()
  21910.     {
  21911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/UserProviderListener.php';
  21912.         return $this->privates['security.listener.user_provider'] = new \Symfony\Component\Security\Http\EventListener\UserProviderListener(($this->privates['security.user.provider.concrete.app_user_provider'] ?? $this->getSecurity_User_Provider_Concrete_AppUserProviderService()));
  21913.     }
  21914.     /**
  21915.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  21916.      *
  21917.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  21918.      */
  21919.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  21920.     {
  21921.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  21922.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  21923.     }
  21924.     /**
  21925.      * Gets the private 'security.logout.listener.default.main' shared service.
  21926.      *
  21927.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  21928.      */
  21929.     protected function getSecurity_Logout_Listener_Default_MainService()
  21930.     {
  21931.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  21932.         return $this->privates['security.logout.listener.default.main'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'app_home');
  21933.     }
  21934.     /**
  21935.      * Gets the private 'security.logout_url_generator' shared service.
  21936.      *
  21937.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  21938.      */
  21939.     protected function getSecurity_LogoutUrlGeneratorService()
  21940.     {
  21941.         $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())), ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  21942.         $instance->registerListener('main''app_logout''logout''_csrf_token'NULLNULL);
  21943.         return $instance;
  21944.     }
  21945.     /**
  21946.      * Gets the private 'security.password_hasher_factory' shared service.
  21947.      *
  21948.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  21949.      */
  21950.     protected function getSecurity_PasswordHasherFactoryService()
  21951.     {
  21952.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  21953.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  21954.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['WebBundle\\Entity\\User' => ['algorithm' => 'auto''migrate_from' => [], 'hash_algorithm' => 'sha512''key_length' => 40'ignore_case' => false'encode_as_base64' => true'iterations' => 5000'cost' => NULL'memory_cost' => NULL'time_cost' => NULL]]);
  21955.     }
  21956.     /**
  21957.      * Gets the private 'security.role_hierarchy' shared service.
  21958.      *
  21959.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  21960.      */
  21961.     protected function getSecurity_RoleHierarchyService()
  21962.     {
  21963.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  21964.     }
  21965.     /**
  21966.      * Gets the private 'security.user.provider.concrete.app_user_provider' shared service.
  21967.      *
  21968.      * @return \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider
  21969.      */
  21970.     protected function getSecurity_User_Provider_Concrete_AppUserProviderService()
  21971.     {
  21972.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  21973.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Security/User/EntityUserProvider.php';
  21974.         return $this->privates['security.user.provider.concrete.app_user_provider'] = new \Symfony\Bridge\Doctrine\Security\User\EntityUserProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), 'WebBundle\\Entity\\User''email'NULL);
  21975.     }
  21976.     /**
  21977.      * Gets the private 'security.user_authenticator' shared service.
  21978.      *
  21979.      * @return \Symfony\Bundle\SecurityBundle\Security\UserAuthenticator
  21980.      */
  21981.     protected function getSecurity_UserAuthenticatorService()
  21982.     {
  21983.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/UserAuthenticatorInterface.php';
  21984.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallAwareTrait.php';
  21985.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/UserAuthenticator.php';
  21986.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  21987.         if (isset($this->privates['security.user_authenticator'])) {
  21988.             return $this->privates['security.user_authenticator'];
  21989.         }
  21990.         return $this->privates['security.user_authenticator'] = new \Symfony\Bundle\SecurityBundle\Security\UserAuthenticator($a, new \Symfony\Component\DependencyInjection\ServiceLocator(['main' => function () {
  21991.             return ($this->privates['security.authenticator.manager.main'] ?? $this->getSecurity_Authenticator_Manager_MainService());
  21992.         }]), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  21993.     }
  21994.     /**
  21995.      * Gets the private 'security.user_password_hasher' shared service.
  21996.      *
  21997.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  21998.      */
  21999.     protected function getSecurity_UserPasswordHasherService()
  22000.     {
  22001.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  22002.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  22003.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  22004.     }
  22005.     /**
  22006.      * Gets the private 'security.validator.user_password' shared service.
  22007.      *
  22008.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  22009.      */
  22010.     protected function getSecurity_Validator_UserPasswordService()
  22011.     {
  22012.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22013.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22014.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  22015.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  22016.     }
  22017.     /**
  22018.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  22019.      *
  22020.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  22021.      */
  22022.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  22023.     {
  22024.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  22025.     }
  22026.     /**
  22027.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  22028.      *
  22029.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  22030.      */
  22031.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  22032.     {
  22033.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  22034.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  22035.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  22036.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  22037.     }
  22038.     /**
  22039.      * Gets the private 'sensio_framework_extra.psr7.http_message_factory' shared service.
  22040.      *
  22041.      * @return \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory
  22042.      */
  22043.     protected function getSensioFrameworkExtra_Psr7_HttpMessageFactoryService()
  22044.     {
  22045.         $a = ($this->privates['http_discovery.psr17_factory'] ?? ($this->privates['http_discovery.psr17_factory'] = new \Http\Discovery\Psr17Factory()));
  22046.         return $this->privates['sensio_framework_extra.psr7.http_message_factory'] = new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a);
  22047.     }
  22048.     /**
  22049.      * Gets the private 'sensio_framework_extra.psr7.listener.response' shared service.
  22050.      *
  22051.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener
  22052.      */
  22053.     protected function getSensioFrameworkExtra_Psr7_Listener_ResponseService()
  22054.     {
  22055.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/PsrResponseListener.php';
  22056.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  22057.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  22058.         return $this->privates['sensio_framework_extra.psr7.listener.response'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener(new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory());
  22059.     }
  22060.     /**
  22061.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  22062.      *
  22063.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  22064.      */
  22065.     protected function getSensioFrameworkExtra_Security_ListenerService()
  22066.     {
  22067.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  22068.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  22069.             return $this->privates['sensio_framework_extra.security.listener'];
  22070.         }
  22071.         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->services['logger'] ?? $this->getLoggerService()));
  22072.     }
  22073.     /**
  22074.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  22075.      *
  22076.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  22077.      */
  22078.     protected function getSensioFrameworkExtra_View_ListenerService()
  22079.     {
  22080.         $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))));
  22081.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22082.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  22083.         ], [
  22084.             'twig' => '?',
  22085.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  22086.         return $instance;
  22087.     }
  22088.     /**
  22089.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  22090.      *
  22091.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  22092.      */
  22093.     protected function getSerializer_Mapping_CacheWarmerService()
  22094.     {
  22095.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22096.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  22097.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  22098.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  22099.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  22100.         return $this->privates['serializer.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))], ($this->targetDir.''.'/serialization.php'));
  22101.     }
  22102.     /**
  22103.      * Gets the private 'serializer.mapping.class_discriminator_resolver' shared service.
  22104.      *
  22105.      * @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
  22106.      */
  22107.     protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
  22108.     {
  22109.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  22110.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  22111.         return $this->privates['serializer.mapping.class_discriminator_resolver'] = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  22112.     }
  22113.     /**
  22114.      * Gets the private 'serializer.mapping.class_metadata_factory' shared service.
  22115.      *
  22116.      * @return \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory
  22117.      */
  22118.     protected function getSerializer_Mapping_ClassMetadataFactoryService()
  22119.     {
  22120.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  22121.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  22122.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  22123.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  22124.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  22125.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  22126.         return $this->privates['serializer.mapping.class_metadata_factory'] = new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))]));
  22127.     }
  22128.     /**
  22129.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  22130.      *
  22131.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  22132.      */
  22133.     protected function getSerializer_NameConverter_MetadataAwareService()
  22134.     {
  22135.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  22136.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  22137.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  22138.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()));
  22139.     }
  22140.     /**
  22141.      * Gets the private 'serializer.normalizer.object' shared service.
  22142.      *
  22143.      * @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
  22144.      */
  22145.     protected function getSerializer_Normalizer_ObjectService()
  22146.     {
  22147.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  22148.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  22149.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  22150.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  22151.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  22152.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  22153.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  22154.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  22155.         include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  22156.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  22157.         if (isset($this->privates['serializer.normalizer.object'])) {
  22158.             return $this->privates['serializer.normalizer.object'];
  22159.         }
  22160.         return $this->privates['serializer.normalizer.object'] = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(($this->privates['serializer.mapping.class_metadata_factory'] ?? $this->getSerializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, [], $a);
  22161.     }
  22162.     /**
  22163.      * Gets the private 'session.factory' shared service.
  22164.      *
  22165.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  22166.      */
  22167.     protected function getSession_FactoryService()
  22168.     {
  22169.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  22170.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  22171.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  22172.         if (isset($this->privates['session.factory'])) {
  22173.             return $this->privates['session.factory'];
  22174.         }
  22175.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  22176.     }
  22177.     /**
  22178.      * Gets the private 'session.storage.factory.service' shared service.
  22179.      *
  22180.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  22181.      *
  22182.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  22183.      */
  22184.     protected function getSession_Storage_Factory_ServiceService()
  22185.     {
  22186.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  22187.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory($this->getSession_Storage_NativeService());
  22188.     }
  22189.     /**
  22190.      * Gets the private 'session.storage.metadata_bag' shared service.
  22191.      *
  22192.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  22193.      *
  22194.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  22195.      */
  22196.     protected function getSession_Storage_MetadataBagService()
  22197.     {
  22198.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  22199.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  22200.     }
  22201.     /**
  22202.      * Gets the private 'session.storage.native' shared service.
  22203.      *
  22204.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  22205.      *
  22206.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  22207.      */
  22208.     protected function getSession_Storage_NativeService()
  22209.     {
  22210.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  22211.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  22212.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  22213.         return new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler(($this->privates['Redis'] ?? $this->getRedisService())), $this->getSession_Storage_MetadataBagService());
  22214.     }
  22215.     /**
  22216.      * Gets the private 'session_listener' shared service.
  22217.      *
  22218.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  22219.      */
  22220.     protected function getSessionListenerService()
  22221.     {
  22222.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22223.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  22224.             'logger' => ['services''logger''getLoggerService'false],
  22225.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  22226.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  22227.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  22228.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  22229.         ], [
  22230.             'initialized_session' => '?',
  22231.             'logger' => '?',
  22232.             'request_stack' => '?',
  22233.             'session' => '?',
  22234.             'session_collector' => '?',
  22235.             'session_factory' => '?',
  22236.         ]), true$this->parameters['session.storage.options']);
  22237.     }
  22238.     /**
  22239.      * Gets the private 'swiftmailer.command.debug' shared service.
  22240.      *
  22241.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  22242.      */
  22243.     protected function getSwiftmailer_Command_DebugService()
  22244.     {
  22245.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22246.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  22247.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  22248.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  22249.         $instance->setName('debug:swiftmailer');
  22250.         return $instance;
  22251.     }
  22252.     /**
  22253.      * Gets the private 'swiftmailer.command.new_email' shared service.
  22254.      *
  22255.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  22256.      */
  22257.     protected function getSwiftmailer_Command_NewEmailService()
  22258.     {
  22259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22260.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  22261.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  22262.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  22263.         $instance->setName('swiftmailer:email:send');
  22264.         return $instance;
  22265.     }
  22266.     /**
  22267.      * Gets the private 'swiftmailer.command.send_email' shared service.
  22268.      *
  22269.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  22270.      */
  22271.     protected function getSwiftmailer_Command_SendEmailService()
  22272.     {
  22273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22274.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  22275.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  22276.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  22277.         $instance->setName('swiftmailer:spool:send');
  22278.         return $instance;
  22279.     }
  22280.     /**
  22281.      * Gets the private 'texter.transports' shared service.
  22282.      *
  22283.      * @return \Symfony\Component\Notifier\Transport\Transports
  22284.      */
  22285.     protected function getTexter_TransportsService()
  22286.     {
  22287.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/TransportInterface.php';
  22288.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport/Transports.php';
  22289.         include_once \dirname(__DIR__4).'/vendor/symfony/notifier/Transport.php';
  22290.         return $this->privates['texter.transports'] = (new \Symfony\Component\Notifier\Transport(new RewindableGenerator(function () {
  22291.             yield => ($this->privates['notifier.transport_factory.null'] ?? $this->getNotifier_TransportFactory_NullService());
  22292.         }, 1)))->fromStrings([]);
  22293.     }
  22294.     /**
  22295.      * Gets the private 'translation.extractor' shared service.
  22296.      *
  22297.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  22298.      */
  22299.     protected function getTranslation_ExtractorService()
  22300.     {
  22301.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  22302.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  22303.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  22304.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  22305.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  22306.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  22307.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  22308.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  22309.         return $instance;
  22310.     }
  22311.     /**
  22312.      * Gets the private 'translation.loader.csv' shared service.
  22313.      *
  22314.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  22315.      */
  22316.     protected function getTranslation_Loader_CsvService()
  22317.     {
  22318.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22319.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22320.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22321.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  22322.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  22323.     }
  22324.     /**
  22325.      * Gets the private 'translation.loader.dat' shared service.
  22326.      *
  22327.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  22328.      */
  22329.     protected function getTranslation_Loader_DatService()
  22330.     {
  22331.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22332.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  22333.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  22334.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  22335.     }
  22336.     /**
  22337.      * Gets the private 'translation.loader.ini' shared service.
  22338.      *
  22339.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  22340.      */
  22341.     protected function getTranslation_Loader_IniService()
  22342.     {
  22343.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22344.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22345.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22346.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  22347.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  22348.     }
  22349.     /**
  22350.      * Gets the private 'translation.loader.json' shared service.
  22351.      *
  22352.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  22353.      */
  22354.     protected function getTranslation_Loader_JsonService()
  22355.     {
  22356.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22357.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22358.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22359.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  22360.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  22361.     }
  22362.     /**
  22363.      * Gets the private 'translation.loader.mo' shared service.
  22364.      *
  22365.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  22366.      */
  22367.     protected function getTranslation_Loader_MoService()
  22368.     {
  22369.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22370.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22371.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22372.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  22373.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  22374.     }
  22375.     /**
  22376.      * Gets the private 'translation.loader.php' shared service.
  22377.      *
  22378.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  22379.      */
  22380.     protected function getTranslation_Loader_PhpService()
  22381.     {
  22382.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22383.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22384.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22385.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  22386.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  22387.     }
  22388.     /**
  22389.      * Gets the private 'translation.loader.po' shared service.
  22390.      *
  22391.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  22392.      */
  22393.     protected function getTranslation_Loader_PoService()
  22394.     {
  22395.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22396.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22397.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22398.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  22399.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  22400.     }
  22401.     /**
  22402.      * Gets the private 'translation.loader.qt' shared service.
  22403.      *
  22404.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  22405.      */
  22406.     protected function getTranslation_Loader_QtService()
  22407.     {
  22408.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22409.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  22410.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  22411.     }
  22412.     /**
  22413.      * Gets the private 'translation.loader.res' shared service.
  22414.      *
  22415.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  22416.      */
  22417.     protected function getTranslation_Loader_ResService()
  22418.     {
  22419.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22420.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  22421.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  22422.     }
  22423.     /**
  22424.      * Gets the private 'translation.loader.xliff' shared service.
  22425.      *
  22426.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  22427.      */
  22428.     protected function getTranslation_Loader_XliffService()
  22429.     {
  22430.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22431.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  22432.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  22433.     }
  22434.     /**
  22435.      * Gets the private 'translation.loader.yml' shared service.
  22436.      *
  22437.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  22438.      */
  22439.     protected function getTranslation_Loader_YmlService()
  22440.     {
  22441.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22442.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22443.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22444.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  22445.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  22446.     }
  22447.     /**
  22448.      * Gets the private 'translation.provider_collection' shared service.
  22449.      *
  22450.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  22451.      */
  22452.     protected function getTranslation_ProviderCollectionService()
  22453.     {
  22454.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  22455.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  22456.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  22457.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  22458.         }, 1), []))->fromConfig([]);
  22459.     }
  22460.     /**
  22461.      * Gets the private 'translation.reader' shared service.
  22462.      *
  22463.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  22464.      */
  22465.     protected function getTranslation_ReaderService()
  22466.     {
  22467.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  22468.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  22469.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  22470.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  22471.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  22472.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  22473.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  22474.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  22475.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  22476.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  22477.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  22478.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  22479.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  22480.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  22481.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  22482.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  22483.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  22484.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  22485.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  22486.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  22487.         $instance->addLoader('yaml'$a);
  22488.         $instance->addLoader('yml'$a);
  22489.         $instance->addLoader('xlf'$b);
  22490.         $instance->addLoader('xliff'$b);
  22491.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  22492.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  22493.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  22494.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  22495.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  22496.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  22497.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  22498.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  22499.         return $instance;
  22500.     }
  22501.     /**
  22502.      * Gets the private 'translation.warmer' shared service.
  22503.      *
  22504.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  22505.      */
  22506.     protected function getTranslation_WarmerService()
  22507.     {
  22508.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  22510.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22511.             'translator' => ['services''translator''getTranslatorService'false],
  22512.         ], [
  22513.             'translator' => '?',
  22514.         ]))->withContext('translation.warmer'$this));
  22515.     }
  22516.     /**
  22517.      * Gets the private 'translation.writer' shared service.
  22518.      *
  22519.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  22520.      */
  22521.     protected function getTranslation_WriterService()
  22522.     {
  22523.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  22524.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  22525.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  22526.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  22527.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  22528.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  22529.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  22530.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  22531.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  22532.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  22533.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  22534.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  22535.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  22536.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  22537.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  22538.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  22539.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  22540.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  22541.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  22542.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  22543.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  22544.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  22545.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  22546.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  22547.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  22548.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  22549.         return $instance;
  22550.     }
  22551.     /**
  22552.      * Gets the private 'translator.default' shared service.
  22553.      *
  22554.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  22555.      */
  22556.     protected function getTranslator_DefaultService()
  22557.     {
  22558.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22559.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  22560.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  22561.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  22562.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  22563.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  22564.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  22565.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  22566.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  22567.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  22568.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  22569.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  22570.         ], [
  22571.             'translation.loader.csv' => '?',
  22572.             'translation.loader.dat' => '?',
  22573.             'translation.loader.ini' => '?',
  22574.             'translation.loader.json' => '?',
  22575.             'translation.loader.mo' => '?',
  22576.             'translation.loader.php' => '?',
  22577.             'translation.loader.po' => '?',
  22578.             'translation.loader.qt' => '?',
  22579.             'translation.loader.res' => '?',
  22580.             'translation.loader.xliff' => '?',
  22581.             'translation.loader.yml' => '?',
  22582.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'en', ['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')], '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')], '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')], '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')], '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')], '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).'/translations/messages.da.yml')], '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).'/translations/messages.de.yml')], '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')], '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).'/src/Import1CBundle/Resources/translations/messages.en.yml'), => (\dirname(__DIR__4).'/translations/ICU/interview+intl-icu.en.yaml'), => (\dirname(__DIR__4).'/translations/messages.en.yml')], '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).'/translations/messages.es.yml')], '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')], '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')], '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).'/translations/messages.fi.yml')], '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).'/translations/messages.fr.yml')], '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')], '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')], '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')], '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')], '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).'/translations/messages.it.yml')], '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')], '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')], '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).'/translations/messages.nl.yml')], '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).'/translations/messages.no.yml')], '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).'/translations/ICU/measure+intl-icu.pl.yaml'), => (\dirname(__DIR__4).'/translations/messages.pl.yml')], '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).'/translations/messages.pt.yml')], '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')], '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')], '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).'/translations/ICU/interview+intl-icu.ru.yaml'), => (\dirname(__DIR__4).'/translations/ICU/measure+intl-icu.ru.yaml'), => (\dirname(__DIR__4).'/translations/messages.ru.yml')], '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')], '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')], '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')], '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).'/translations/messages.sv.yml')], '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')], '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')], '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')], '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')], 'da-at' => [=> (\dirname(__DIR__4).'/translations/messages.da-at.yml')], 'da-be' => [=> (\dirname(__DIR__4).'/translations/messages.da-be.yml')], 'da-bg' => [=> (\dirname(__DIR__4).'/translations/messages.da-bg.yml')], 'da-ca' => [=> (\dirname(__DIR__4).'/translations/messages.da-ca.yml')], 'da-ch' => [=> (\dirname(__DIR__4).'/translations/messages.da-ch.yml')], 'da-cy' => [=> (\dirname(__DIR__4).'/translations/messages.da-cy.yml')], 'da-cz' => [=> (\dirname(__DIR__4).'/translations/messages.da-cz.yml')], 'da-de' => [=> (\dirname(__DIR__4).'/translations/messages.da-de.yml')], 'da-dk' => [=> (\dirname(__DIR__4).'/translations/messages.da-dk.yml')], 'da-ee' => [=> (\dirname(__DIR__4).'/translations/messages.da-ee.yml')], 'da-en' => [=> (\dirname(__DIR__4).'/translations/messages.da-en.yml')], 'da-es' => [=> (\dirname(__DIR__4).'/translations/messages.da-es.yml')], 'da-fi' => [=> (\dirname(__DIR__4).'/translations/messages.da-fi.yml')], 'da-fr' => [=> (\dirname(__DIR__4).'/translations/messages.da-fr.yml')], 'da-gb' => [=> (\dirname(__DIR__4).'/translations/messages.da-gb.yml')], 'da-gr' => [=> (\dirname(__DIR__4).'/translations/messages.da-gr.yml')], 'da-hr' => [=> (\dirname(__DIR__4).'/translations/messages.da-hr.yml')], 'da-hu' => [=> (\dirname(__DIR__4).'/translations/messages.da-hu.yml')], 'da-ie' => [=> (\dirname(__DIR__4).'/translations/messages.da-ie.yml')], 'da-it' => [=> (\dirname(__DIR__4).'/translations/messages.da-it.yml')], 'da-lt' => [=> (\dirname(__DIR__4).'/translations/messages.da-lt.yml')], 'da-lu' => [=> (\dirname(__DIR__4).'/translations/messages.da-lu.yml')], 'da-lv' => [=> (\dirname(__DIR__4).'/translations/messages.da-lv.yml')], 'da-mt' => [=> (\dirname(__DIR__4).'/translations/messages.da-mt.yml')], 'da-nl' => [=> (\dirname(__DIR__4).'/translations/messages.da-nl.yml')], 'da-no' => [=> (\dirname(__DIR__4).'/translations/messages.da-no.yml')], 'da-pl' => [=> (\dirname(__DIR__4).'/translations/messages.da-pl.yml')], 'da-pt' => [=> (\dirname(__DIR__4).'/translations/messages.da-pt.yml')], 'da-ro' => [=> (\dirname(__DIR__4).'/translations/messages.da-ro.yml')], 'da-ru' => [=> (\dirname(__DIR__4).'/translations/messages.da-ru.yml')], 'da-se' => [=> (\dirname(__DIR__4).'/translations/messages.da-se.yml')], 'da-si' => [=> (\dirname(__DIR__4).'/translations/messages.da-si.yml')], 'da-sk' => [=> (\dirname(__DIR__4).'/translations/messages.da-sk.yml')], 'da-us' => [=> (\dirname(__DIR__4).'/translations/messages.da-us.yml')], 'de-at' => [=> (\dirname(__DIR__4).'/translations/messages.de-at.yml')], 'de-be' => [=> (\dirname(__DIR__4).'/translations/messages.de-be.yml')], 'de-bg' => [=> (\dirname(__DIR__4).'/translations/messages.de-bg.yml')], 'de-ca' => [=> (\dirname(__DIR__4).'/translations/messages.de-ca.yml')], 'de-ch' => [=> (\dirname(__DIR__4).'/translations/messages.de-ch.yml')], 'de-cy' => [=> (\dirname(__DIR__4).'/translations/messages.de-cy.yml')], 'de-cz' => [=> (\dirname(__DIR__4).'/translations/messages.de-cz.yml')], 'de-de' => [=> (\dirname(__DIR__4).'/translations/messages.de-de.yml')], 'de-dk' => [=> (\dirname(__DIR__4).'/translations/messages.de-dk.yml')], 'de-ee' => [=> (\dirname(__DIR__4).'/translations/messages.de-ee.yml')], 'de-en' => [=> (\dirname(__DIR__4).'/translations/messages.de-en.yml')], 'de-es' => [=> (\dirname(__DIR__4).'/translations/messages.de-es.yml')], 'de-fi' => [=> (\dirname(__DIR__4).'/translations/messages.de-fi.yml')], 'de-fr' => [=> (\dirname(__DIR__4).'/translations/messages.de-fr.yml')], 'de-gb' => [=> (\dirname(__DIR__4).'/translations/messages.de-gb.yml')], 'de-gr' => [=> (\dirname(__DIR__4).'/translations/messages.de-gr.yml')], 'de-hr' => [=> (\dirname(__DIR__4).'/translations/messages.de-hr.yml')], 'de-hu' => [=> (\dirname(__DIR__4).'/translations/messages.de-hu.yml')], 'de-ie' => [=> (\dirname(__DIR__4).'/translations/messages.de-ie.yml')], 'de-it' => [=> (\dirname(__DIR__4).'/translations/messages.de-it.yml')], 'de-lt' => [=> (\dirname(__DIR__4).'/translations/messages.de-lt.yml')], 'de-lu' => [=> (\dirname(__DIR__4).'/translations/messages.de-lu.yml')], 'de-lv' => [=> (\dirname(__DIR__4).'/translations/messages.de-lv.yml')], 'de-mt' => [=> (\dirname(__DIR__4).'/translations/messages.de-mt.yml')], 'de-nl' => [=> (\dirname(__DIR__4).'/translations/messages.de-nl.yml')], 'de-no' => [=> (\dirname(__DIR__4).'/translations/messages.de-no.yml')], 'de-pl' => [=> (\dirname(__DIR__4).'/translations/messages.de-pl.yml')], 'de-pt' => [=> (\dirname(__DIR__4).'/translations/messages.de-pt.yml')], 'de-ro' => [=> (\dirname(__DIR__4).'/translations/messages.de-ro.yml')], 'de-ru' => [=> (\dirname(__DIR__4).'/translations/messages.de-ru.yml')], 'de-se' => [=> (\dirname(__DIR__4).'/translations/messages.de-se.yml')], 'de-si' => [=> (\dirname(__DIR__4).'/translations/messages.de-si.yml')], 'de-sk' => [=> (\dirname(__DIR__4).'/translations/messages.de-sk.yml')], 'de-us' => [=> (\dirname(__DIR__4).'/translations/messages.de-us.yml')], 'en-at' => [=> (\dirname(__DIR__4).'/translations/messages.en-at.yml')], 'en-be' => [=> (\dirname(__DIR__4).'/translations/messages.en-be.yml')], 'en-bg' => [=> (\dirname(__DIR__4).'/translations/messages.en-bg.yml')], 'en-ca' => [=> (\dirname(__DIR__4).'/translations/messages.en-ca.yml')], 'en-ch' => [=> (\dirname(__DIR__4).'/translations/messages.en-ch.yml')], 'en-cy' => [=> (\dirname(__DIR__4).'/translations/messages.en-cy.yml')], 'en-cz' => [=> (\dirname(__DIR__4).'/translations/messages.en-cz.yml')], 'en-de' => [=> (\dirname(__DIR__4).'/translations/messages.en-de.yml')], 'en-dk' => [=> (\dirname(__DIR__4).'/translations/messages.en-dk.yml')], 'en-ee' => [=> (\dirname(__DIR__4).'/translations/messages.en-ee.yml')], 'en-en' => [=> (\dirname(__DIR__4).'/translations/messages.en-en.yml')], 'en-es' => [=> (\dirname(__DIR__4).'/translations/messages.en-es.yml')], 'en-fi' => [=> (\dirname(__DIR__4).'/translations/messages.en-fi.yml')], 'en-fr' => [=> (\dirname(__DIR__4).'/translations/messages.en-fr.yml')], 'en-gb' => [=> (\dirname(__DIR__4).'/translations/messages.en-gb.yml')], 'en-gr' => [=> (\dirname(__DIR__4).'/translations/messages.en-gr.yml')], 'en-hr' => [=> (\dirname(__DIR__4).'/translations/messages.en-hr.yml')], 'en-hu' => [=> (\dirname(__DIR__4).'/translations/messages.en-hu.yml')], 'en-ie' => [=> (\dirname(__DIR__4).'/translations/messages.en-ie.yml')], 'en-it' => [=> (\dirname(__DIR__4).'/translations/messages.en-it.yml')], 'en-lt' => [=> (\dirname(__DIR__4).'/translations/messages.en-lt.yml')], 'en-lu' => [=> (\dirname(__DIR__4).'/translations/messages.en-lu.yml')], 'en-lv' => [=> (\dirname(__DIR__4).'/translations/messages.en-lv.yml')], 'en-mt' => [=> (\dirname(__DIR__4).'/translations/messages.en-mt.yml')], 'en-nl' => [=> (\dirname(__DIR__4).'/translations/messages.en-nl.yml')], 'en-no' => [=> (\dirname(__DIR__4).'/translations/messages.en-no.yml')], 'en-pl' => [=> (\dirname(__DIR__4).'/translations/messages.en-pl.yml')], 'en-pt' => [=> (\dirname(__DIR__4).'/translations/messages.en-pt.yml')], 'en-ro' => [=> (\dirname(__DIR__4).'/translations/messages.en-ro.yml')], 'en-ru' => [=> (\dirname(__DIR__4).'/translations/messages.en-ru.yml')], 'en-se' => [=> (\dirname(__DIR__4).'/translations/messages.en-se.yml')], 'en-si' => [=> (\dirname(__DIR__4).'/translations/messages.en-si.yml')], 'en-sk' => [=> (\dirname(__DIR__4).'/translations/messages.en-sk.yml')], 'en-us' => [=> (\dirname(__DIR__4).'/translations/messages.en-us.yml')], 'es-at' => [=> (\dirname(__DIR__4).'/translations/messages.es-at.yml')], 'es-be' => [=> (\dirname(__DIR__4).'/translations/messages.es-be.yml')], 'es-bg' => [=> (\dirname(__DIR__4).'/translations/messages.es-bg.yml')], 'es-ca' => [=> (\dirname(__DIR__4).'/translations/messages.es-ca.yml')], 'es-ch' => [=> (\dirname(__DIR__4).'/translations/messages.es-ch.yml')], 'es-cy' => [=> (\dirname(__DIR__4).'/translations/messages.es-cy.yml')], 'es-cz' => [=> (\dirname(__DIR__4).'/translations/messages.es-cz.yml')], 'es-de' => [=> (\dirname(__DIR__4).'/translations/messages.es-de.yml')], 'es-dk' => [=> (\dirname(__DIR__4).'/translations/messages.es-dk.yml')], 'es-ee' => [=> (\dirname(__DIR__4).'/translations/messages.es-ee.yml')], 'es-en' => [=> (\dirname(__DIR__4).'/translations/messages.es-en.yml')], 'es-es' => [=> (\dirname(__DIR__4).'/translations/messages.es-es.yml')], 'es-fi' => [=> (\dirname(__DIR__4).'/translations/messages.es-fi.yml')], 'es-fr' => [=> (\dirname(__DIR__4).'/translations/messages.es-fr.yml')], 'es-gb' => [=> (\dirname(__DIR__4).'/translations/messages.es-gb.yml')], 'es-gr' => [=> (\dirname(__DIR__4).'/translations/messages.es-gr.yml')], 'es-hr' => [=> (\dirname(__DIR__4).'/translations/messages.es-hr.yml')], 'es-hu' => [=> (\dirname(__DIR__4).'/translations/messages.es-hu.yml')], 'es-ie' => [=> (\dirname(__DIR__4).'/translations/messages.es-ie.yml')], 'es-it' => [=> (\dirname(__DIR__4).'/translations/messages.es-it.yml')], 'es-lt' => [=> (\dirname(__DIR__4).'/translations/messages.es-lt.yml')], 'es-lu' => [=> (\dirname(__DIR__4).'/translations/messages.es-lu.yml')], 'es-lv' => [=> (\dirname(__DIR__4).'/translations/messages.es-lv.yml')], 'es-mt' => [=> (\dirname(__DIR__4).'/translations/messages.es-mt.yml')], 'es-nl' => [=> (\dirname(__DIR__4).'/translations/messages.es-nl.yml')], 'es-no' => [=> (\dirname(__DIR__4).'/translations/messages.es-no.yml')], 'es-pl' => [=> (\dirname(__DIR__4).'/translations/messages.es-pl.yml')], 'es-pt' => [=> (\dirname(__DIR__4).'/translations/messages.es-pt.yml')], 'es-ro' => [=> (\dirname(__DIR__4).'/translations/messages.es-ro.yml')], 'es-ru' => [=> (\dirname(__DIR__4).'/translations/messages.es-ru.yml')], 'es-se' => [=> (\dirname(__DIR__4).'/translations/messages.es-se.yml')], 'es-si' => [=> (\dirname(__DIR__4).'/translations/messages.es-si.yml')], 'es-sk' => [=> (\dirname(__DIR__4).'/translations/messages.es-sk.yml')], 'es-us' => [=> (\dirname(__DIR__4).'/translations/messages.es-us.yml')], 'fi-at' => [=> (\dirname(__DIR__4).'/translations/messages.fi-at.yml')], 'fi-be' => [=> (\dirname(__DIR__4).'/translations/messages.fi-be.yml')], 'fi-bg' => [=> (\dirname(__DIR__4).'/translations/messages.fi-bg.yml')], 'fi-ca' => [=> (\dirname(__DIR__4).'/translations/messages.fi-ca.yml')], 'fi-ch' => [=> (\dirname(__DIR__4).'/translations/messages.fi-ch.yml')], 'fi-cy' => [=> (\dirname(__DIR__4).'/translations/messages.fi-cy.yml')], 'fi-cz' => [=> (\dirname(__DIR__4).'/translations/messages.fi-cz.yml')], 'fi-de' => [=> (\dirname(__DIR__4).'/translations/messages.fi-de.yml')], 'fi-dk' => [=> (\dirname(__DIR__4).'/translations/messages.fi-dk.yml')], 'fi-ee' => [=> (\dirname(__DIR__4).'/translations/messages.fi-ee.yml')], 'fi-en' => [=> (\dirname(__DIR__4).'/translations/messages.fi-en.yml')], 'fi-es' => [=> (\dirname(__DIR__4).'/translations/messages.fi-es.yml')], 'fi-fi' => [=> (\dirname(__DIR__4).'/translations/messages.fi-fi.yml')], 'fi-fr' => [=> (\dirname(__DIR__4).'/translations/messages.fi-fr.yml')], 'fi-gb' => [=> (\dirname(__DIR__4).'/translations/messages.fi-gb.yml')], 'fi-gr' => [=> (\dirname(__DIR__4).'/translations/messages.fi-gr.yml')], 'fi-hr' => [=> (\dirname(__DIR__4).'/translations/messages.fi-hr.yml')], 'fi-hu' => [=> (\dirname(__DIR__4).'/translations/messages.fi-hu.yml')], 'fi-ie' => [=> (\dirname(__DIR__4).'/translations/messages.fi-ie.yml')], 'fi-it' => [=> (\dirname(__DIR__4).'/translations/messages.fi-it.yml')], 'fi-lt' => [=> (\dirname(__DIR__4).'/translations/messages.fi-lt.yml')], 'fi-lu' => [=> (\dirname(__DIR__4).'/translations/messages.fi-lu.yml')], 'fi-lv' => [=> (\dirname(__DIR__4).'/translations/messages.fi-lv.yml')], 'fi-mt' => [=> (\dirname(__DIR__4).'/translations/messages.fi-mt.yml')], 'fi-nl' => [=> (\dirname(__DIR__4).'/translations/messages.fi-nl.yml')], 'fi-no' => [=> (\dirname(__DIR__4).'/translations/messages.fi-no.yml')], 'fi-pl' => [=> (\dirname(__DIR__4).'/translations/messages.fi-pl.yml')], 'fi-pt' => [=> (\dirname(__DIR__4).'/translations/messages.fi-pt.yml')], 'fi-ro' => [=> (\dirname(__DIR__4).'/translations/messages.fi-ro.yml')], 'fi-ru' => [=> (\dirname(__DIR__4).'/translations/messages.fi-ru.yml')], 'fi-se' => [=> (\dirname(__DIR__4).'/translations/messages.fi-se.yml')], 'fi-si' => [=> (\dirname(__DIR__4).'/translations/messages.fi-si.yml')], 'fi-sk' => [=> (\dirname(__DIR__4).'/translations/messages.fi-sk.yml')], 'fi-us' => [=> (\dirname(__DIR__4).'/translations/messages.fi-us.yml')], 'fr-at' => [=> (\dirname(__DIR__4).'/translations/messages.fr-at.yml')], 'fr-be' => [=> (\dirname(__DIR__4).'/translations/messages.fr-be.yml')], 'fr-bg' => [=> (\dirname(__DIR__4).'/translations/messages.fr-bg.yml')], 'fr-ca' => [=> (\dirname(__DIR__4).'/translations/messages.fr-ca.yml')], 'fr-ch' => [=> (\dirname(__DIR__4).'/translations/messages.fr-ch.yml')], 'fr-cy' => [=> (\dirname(__DIR__4).'/translations/messages.fr-cy.yml')], 'fr-cz' => [=> (\dirname(__DIR__4).'/translations/messages.fr-cz.yml')], 'fr-de' => [=> (\dirname(__DIR__4).'/translations/messages.fr-de.yml')], 'fr-dk' => [=> (\dirname(__DIR__4).'/translations/messages.fr-dk.yml')], 'fr-ee' => [=> (\dirname(__DIR__4).'/translations/messages.fr-ee.yml')], 'fr-en' => [=> (\dirname(__DIR__4).'/translations/messages.fr-en.yml')], 'fr-es' => [=> (\dirname(__DIR__4).'/translations/messages.fr-es.yml')], 'fr-fi' => [=> (\dirname(__DIR__4).'/translations/messages.fr-fi.yml')], 'fr-fr' => [=> (\dirname(__DIR__4).'/translations/messages.fr-fr.yml')], 'fr-gb' => [=> (\dirname(__DIR__4).'/translations/messages.fr-gb.yml')], 'fr-gr' => [=> (\dirname(__DIR__4).'/translations/messages.fr-gr.yml')], 'fr-hr' => [=> (\dirname(__DIR__4).'/translations/messages.fr-hr.yml')], 'fr-hu' => [=> (\dirname(__DIR__4).'/translations/messages.fr-hu.yml')], 'fr-ie' => [=> (\dirname(__DIR__4).'/translations/messages.fr-ie.yml')], 'fr-it' => [=> (\dirname(__DIR__4).'/translations/messages.fr-it.yml')], 'fr-lt' => [=> (\dirname(__DIR__4).'/translations/messages.fr-lt.yml')], 'fr-lu' => [=> (\dirname(__DIR__4).'/translations/messages.fr-lu.yml')], 'fr-lv' => [=> (\dirname(__DIR__4).'/translations/messages.fr-lv.yml')], 'fr-mt' => [=> (\dirname(__DIR__4).'/translations/messages.fr-mt.yml')], 'fr-nl' => [=> (\dirname(__DIR__4).'/translations/messages.fr-nl.yml')], 'fr-no' => [=> (\dirname(__DIR__4).'/translations/messages.fr-no.yml')], 'fr-pl' => [=> (\dirname(__DIR__4).'/translations/messages.fr-pl.yml')], 'fr-pt' => [=> (\dirname(__DIR__4).'/translations/messages.fr-pt.yml')], 'fr-ro' => [=> (\dirname(__DIR__4).'/translations/messages.fr-ro.yml')], 'fr-ru' => [=> (\dirname(__DIR__4).'/translations/messages.fr-ru.yml')], 'fr-se' => [=> (\dirname(__DIR__4).'/translations/messages.fr-se.yml')], 'fr-si' => [=> (\dirname(__DIR__4).'/translations/messages.fr-si.yml')], 'fr-sk' => [=> (\dirname(__DIR__4).'/translations/messages.fr-sk.yml')], 'fr-us' => [=> (\dirname(__DIR__4).'/translations/messages.fr-us.yml')], 'it-at' => [=> (\dirname(__DIR__4).'/translations/messages.it-at.yml')], 'it-be' => [=> (\dirname(__DIR__4).'/translations/messages.it-be.yml')], 'it-bg' => [=> (\dirname(__DIR__4).'/translations/messages.it-bg.yml')], 'it-ca' => [=> (\dirname(__DIR__4).'/translations/messages.it-ca.yml')], 'it-ch' => [=> (\dirname(__DIR__4).'/translations/messages.it-ch.yml')], 'it-cy' => [=> (\dirname(__DIR__4).'/translations/messages.it-cy.yml')], 'it-cz' => [=> (\dirname(__DIR__4).'/translations/messages.it-cz.yml')], 'it-de' => [=> (\dirname(__DIR__4).'/translations/messages.it-de.yml')], 'it-dk' => [=> (\dirname(__DIR__4).'/translations/messages.it-dk.yml')], 'it-ee' => [=> (\dirname(__DIR__4).'/translations/messages.it-ee.yml')], 'it-en' => [=> (\dirname(__DIR__4).'/translations/messages.it-en.yml')], 'it-es' => [=> (\dirname(__DIR__4).'/translations/messages.it-es.yml')], 'it-fi' => [=> (\dirname(__DIR__4).'/translations/messages.it-fi.yml')], 'it-fr' => [=> (\dirname(__DIR__4).'/translations/messages.it-fr.yml')], 'it-gb' => [=> (\dirname(__DIR__4).'/translations/messages.it-gb.yml')], 'it-gr' => [=> (\dirname(__DIR__4).'/translations/messages.it-gr.yml')], 'it-hr' => [=> (\dirname(__DIR__4).'/translations/messages.it-hr.yml')], 'it-hu' => [=> (\dirname(__DIR__4).'/translations/messages.it-hu.yml')], 'it-ie' => [=> (\dirname(__DIR__4).'/translations/messages.it-ie.yml')], 'it-it' => [=> (\dirname(__DIR__4).'/translations/messages.it-it.yml')], 'it-lt' => [=> (\dirname(__DIR__4).'/translations/messages.it-lt.yml')], 'it-lu' => [=> (\dirname(__DIR__4).'/translations/messages.it-lu.yml')], 'it-lv' => [=> (\dirname(__DIR__4).'/translations/messages.it-lv.yml')], 'it-mt' => [=> (\dirname(__DIR__4).'/translations/messages.it-mt.yml')], 'it-nl' => [=> (\dirname(__DIR__4).'/translations/messages.it-nl.yml')], 'it-no' => [=> (\dirname(__DIR__4).'/translations/messages.it-no.yml')], 'it-pl' => [=> (\dirname(__DIR__4).'/translations/messages.it-pl.yml')], 'it-pt' => [=> (\dirname(__DIR__4).'/translations/messages.it-pt.yml')], 'it-ro' => [=> (\dirname(__DIR__4).'/translations/messages.it-ro.yml')], 'it-ru' => [=> (\dirname(__DIR__4).'/translations/messages.it-ru.yml')], 'it-se' => [=> (\dirname(__DIR__4).'/translations/messages.it-se.yml')], 'it-si' => [=> (\dirname(__DIR__4).'/translations/messages.it-si.yml')], 'it-sk' => [=> (\dirname(__DIR__4).'/translations/messages.it-sk.yml')], 'it-us' => [=> (\dirname(__DIR__4).'/translations/messages.it-us.yml')], 'nl-at' => [=> (\dirname(__DIR__4).'/translations/messages.nl-at.yml')], 'nl-be' => [=> (\dirname(__DIR__4).'/translations/messages.nl-be.yml')], 'nl-bg' => [=> (\dirname(__DIR__4).'/translations/messages.nl-bg.yml')], 'nl-ca' => [=> (\dirname(__DIR__4).'/translations/messages.nl-ca.yml')], 'nl-ch' => [=> (\dirname(__DIR__4).'/translations/messages.nl-ch.yml')], 'nl-cy' => [=> (\dirname(__DIR__4).'/translations/messages.nl-cy.yml')], 'nl-cz' => [=> (\dirname(__DIR__4).'/translations/messages.nl-cz.yml')], 'nl-de' => [=> (\dirname(__DIR__4).'/translations/messages.nl-de.yml')], 'nl-dk' => [=> (\dirname(__DIR__4).'/translations/messages.nl-dk.yml')], 'nl-ee' => [=> (\dirname(__DIR__4).'/translations/messages.nl-ee.yml')], 'nl-en' => [=> (\dirname(__DIR__4).'/translations/messages.nl-en.yml')], 'nl-es' => [=> (\dirname(__DIR__4).'/translations/messages.nl-es.yml')], 'nl-fi' => [=> (\dirname(__DIR__4).'/translations/messages.nl-fi.yml')], 'nl-fr' => [=> (\dirname(__DIR__4).'/translations/messages.nl-fr.yml')], 'nl-gb' => [=> (\dirname(__DIR__4).'/translations/messages.nl-gb.yml')], 'nl-gr' => [=> (\dirname(__DIR__4).'/translations/messages.nl-gr.yml')], 'nl-hr' => [=> (\dirname(__DIR__4).'/translations/messages.nl-hr.yml')], 'nl-hu' => [=> (\dirname(__DIR__4).'/translations/messages.nl-hu.yml')], 'nl-ie' => [=> (\dirname(__DIR__4).'/translations/messages.nl-ie.yml')], 'nl-it' => [=> (\dirname(__DIR__4).'/translations/messages.nl-it.yml')], 'nl-lt' => [=> (\dirname(__DIR__4).'/translations/messages.nl-lt.yml')], 'nl-lu' => [=> (\dirname(__DIR__4).'/translations/messages.nl-lu.yml')], 'nl-lv' => [=> (\dirname(__DIR__4).'/translations/messages.nl-lv.yml')], 'nl-mt' => [=> (\dirname(__DIR__4).'/translations/messages.nl-mt.yml')], 'nl-nl' => [=> (\dirname(__DIR__4).'/translations/messages.nl-nl.yml')], 'nl-no' => [=> (\dirname(__DIR__4).'/translations/messages.nl-no.yml')], 'nl-pl' => [=> (\dirname(__DIR__4).'/translations/messages.nl-pl.yml')], 'nl-pt' => [=> (\dirname(__DIR__4).'/translations/messages.nl-pt.yml')], 'nl-ro' => [=> (\dirname(__DIR__4).'/translations/messages.nl-ro.yml')], 'nl-ru' => [=> (\dirname(__DIR__4).'/translations/messages.nl-ru.yml')], 'nl-se' => [=> (\dirname(__DIR__4).'/translations/messages.nl-se.yml')], 'nl-si' => [=> (\dirname(__DIR__4).'/translations/messages.nl-si.yml')], 'nl-sk' => [=> (\dirname(__DIR__4).'/translations/messages.nl-sk.yml')], 'nl-us' => [=> (\dirname(__DIR__4).'/translations/messages.nl-us.yml')], 'no-at' => [=> (\dirname(__DIR__4).'/translations/messages.no-at.yml')], 'no-be' => [=> (\dirname(__DIR__4).'/translations/messages.no-be.yml')], 'no-bg' => [=> (\dirname(__DIR__4).'/translations/messages.no-bg.yml')], 'no-ca' => [=> (\dirname(__DIR__4).'/translations/messages.no-ca.yml')], 'no-ch' => [=> (\dirname(__DIR__4).'/translations/messages.no-ch.yml')], 'no-cy' => [=> (\dirname(__DIR__4).'/translations/messages.no-cy.yml')], 'no-cz' => [=> (\dirname(__DIR__4).'/translations/messages.no-cz.yml')], 'no-de' => [=> (\dirname(__DIR__4).'/translations/messages.no-de.yml')], 'no-dk' => [=> (\dirname(__DIR__4).'/translations/messages.no-dk.yml')], 'no-ee' => [=> (\dirname(__DIR__4).'/translations/messages.no-ee.yml')], 'no-en' => [=> (\dirname(__DIR__4).'/translations/messages.no-en.yml')], 'no-es' => [=> (\dirname(__DIR__4).'/translations/messages.no-es.yml')], 'no-fi' => [=> (\dirname(__DIR__4).'/translations/messages.no-fi.yml')], 'no-fr' => [=> (\dirname(__DIR__4).'/translations/messages.no-fr.yml')], 'no-gb' => [=> (\dirname(__DIR__4).'/translations/messages.no-gb.yml')], 'no-gr' => [=> (\dirname(__DIR__4).'/translations/messages.no-gr.yml')], 'no-hr' => [=> (\dirname(__DIR__4).'/translations/messages.no-hr.yml')], 'no-hu' => [=> (\dirname(__DIR__4).'/translations/messages.no-hu.yml')], 'no-ie' => [=> (\dirname(__DIR__4).'/translations/messages.no-ie.yml')], 'no-it' => [=> (\dirname(__DIR__4).'/translations/messages.no-it.yml')], 'no-lt' => [=> (\dirname(__DIR__4).'/translations/messages.no-lt.yml')], 'no-lu' => [=> (\dirname(__DIR__4).'/translations/messages.no-lu.yml')], 'no-lv' => [=> (\dirname(__DIR__4).'/translations/messages.no-lv.yml')], 'no-mt' => [=> (\dirname(__DIR__4).'/translations/messages.no-mt.yml')], 'no-nl' => [=> (\dirname(__DIR__4).'/translations/messages.no-nl.yml')], 'no-no' => [=> (\dirname(__DIR__4).'/translations/messages.no-no.yml')], 'no-pl' => [=> (\dirname(__DIR__4).'/translations/messages.no-pl.yml')], 'no-pt' => [=> (\dirname(__DIR__4).'/translations/messages.no-pt.yml')], 'no-ro' => [=> (\dirname(__DIR__4).'/translations/messages.no-ro.yml')], 'no-ru' => [=> (\dirname(__DIR__4).'/translations/messages.no-ru.yml')], 'no-se' => [=> (\dirname(__DIR__4).'/translations/messages.no-se.yml')], 'no-si' => [=> (\dirname(__DIR__4).'/translations/messages.no-si.yml')], 'no-sk' => [=> (\dirname(__DIR__4).'/translations/messages.no-sk.yml')], 'no-us' => [=> (\dirname(__DIR__4).'/translations/messages.no-us.yml')], 'pl-at' => [=> (\dirname(__DIR__4).'/translations/messages.pl-at.yml')], 'pl-be' => [=> (\dirname(__DIR__4).'/translations/messages.pl-be.yml')], 'pl-bg' => [=> (\dirname(__DIR__4).'/translations/messages.pl-bg.yml')], 'pl-ca' => [=> (\dirname(__DIR__4).'/translations/messages.pl-ca.yml')], 'pl-ch' => [=> (\dirname(__DIR__4).'/translations/messages.pl-ch.yml')], 'pl-cy' => [=> (\dirname(__DIR__4).'/translations/messages.pl-cy.yml')], 'pl-cz' => [=> (\dirname(__DIR__4).'/translations/messages.pl-cz.yml')], 'pl-de' => [=> (\dirname(__DIR__4).'/translations/messages.pl-de.yml')], 'pl-dk' => [=> (\dirname(__DIR__4).'/translations/messages.pl-dk.yml')], 'pl-ee' => [=> (\dirname(__DIR__4).'/translations/messages.pl-ee.yml')], 'pl-en' => [=> (\dirname(__DIR__4).'/translations/messages.pl-en.yml')], 'pl-es' => [=> (\dirname(__DIR__4).'/translations/messages.pl-es.yml')], 'pl-fi' => [=> (\dirname(__DIR__4).'/translations/messages.pl-fi.yml')], 'pl-fr' => [=> (\dirname(__DIR__4).'/translations/messages.pl-fr.yml')], 'pl-gb' => [=> (\dirname(__DIR__4).'/translations/messages.pl-gb.yml')], 'pl-gr' => [=> (\dirname(__DIR__4).'/translations/messages.pl-gr.yml')], 'pl-hr' => [=> (\dirname(__DIR__4).'/translations/messages.pl-hr.yml')], 'pl-hu' => [=> (\dirname(__DIR__4).'/translations/messages.pl-hu.yml')], 'pl-ie' => [=> (\dirname(__DIR__4).'/translations/messages.pl-ie.yml')], 'pl-it' => [=> (\dirname(__DIR__4).'/translations/messages.pl-it.yml')], 'pl-lt' => [=> (\dirname(__DIR__4).'/translations/messages.pl-lt.yml')], 'pl-lu' => [=> (\dirname(__DIR__4).'/translations/messages.pl-lu.yml')], 'pl-lv' => [=> (\dirname(__DIR__4).'/translations/messages.pl-lv.yml')], 'pl-mt' => [=> (\dirname(__DIR__4).'/translations/messages.pl-mt.yml')], 'pl-nl' => [=> (\dirname(__DIR__4).'/translations/messages.pl-nl.yml')], 'pl-no' => [=> (\dirname(__DIR__4).'/translations/messages.pl-no.yml')], 'pl-pl' => [=> (\dirname(__DIR__4).'/translations/messages.pl-pl.yml')], 'pl-pt' => [=> (\dirname(__DIR__4).'/translations/messages.pl-pt.yml')], 'pl-ro' => [=> (\dirname(__DIR__4).'/translations/messages.pl-ro.yml')], 'pl-ru' => [=> (\dirname(__DIR__4).'/translations/messages.pl-ru.yml')], 'pl-se' => [=> (\dirname(__DIR__4).'/translations/messages.pl-se.yml')], 'pl-si' => [=> (\dirname(__DIR__4).'/translations/messages.pl-si.yml')], 'pl-sk' => [=> (\dirname(__DIR__4).'/translations/messages.pl-sk.yml')], 'pl-us' => [=> (\dirname(__DIR__4).'/translations/messages.pl-us.yml')], 'pt-at' => [=> (\dirname(__DIR__4).'/translations/messages.pt-at.yml')], 'pt-be' => [=> (\dirname(__DIR__4).'/translations/messages.pt-be.yml')], 'pt-bg' => [=> (\dirname(__DIR__4).'/translations/messages.pt-bg.yml')], 'pt-ca' => [=> (\dirname(__DIR__4).'/translations/messages.pt-ca.yml')], 'pt-ch' => [=> (\dirname(__DIR__4).'/translations/messages.pt-ch.yml')], 'pt-cy' => [=> (\dirname(__DIR__4).'/translations/messages.pt-cy.yml')], 'pt-cz' => [=> (\dirname(__DIR__4).'/translations/messages.pt-cz.yml')], 'pt-de' => [=> (\dirname(__DIR__4).'/translations/messages.pt-de.yml')], 'pt-dk' => [=> (\dirname(__DIR__4).'/translations/messages.pt-dk.yml')], 'pt-ee' => [=> (\dirname(__DIR__4).'/translations/messages.pt-ee.yml')], 'pt-en' => [=> (\dirname(__DIR__4).'/translations/messages.pt-en.yml')], 'pt-es' => [=> (\dirname(__DIR__4).'/translations/messages.pt-es.yml')], 'pt-fi' => [=> (\dirname(__DIR__4).'/translations/messages.pt-fi.yml')], 'pt-fr' => [=> (\dirname(__DIR__4).'/translations/messages.pt-fr.yml')], 'pt-gb' => [=> (\dirname(__DIR__4).'/translations/messages.pt-gb.yml')], 'pt-gr' => [=> (\dirname(__DIR__4).'/translations/messages.pt-gr.yml')], 'pt-hr' => [=> (\dirname(__DIR__4).'/translations/messages.pt-hr.yml')], 'pt-hu' => [=> (\dirname(__DIR__4).'/translations/messages.pt-hu.yml')], 'pt-ie' => [=> (\dirname(__DIR__4).'/translations/messages.pt-ie.yml')], 'pt-it' => [=> (\dirname(__DIR__4).'/translations/messages.pt-it.yml')], 'pt-lt' => [=> (\dirname(__DIR__4).'/translations/messages.pt-lt.yml')], 'pt-lu' => [=> (\dirname(__DIR__4).'/translations/messages.pt-lu.yml')], 'pt-lv' => [=> (\dirname(__DIR__4).'/translations/messages.pt-lv.yml')], 'pt-mt' => [=> (\dirname(__DIR__4).'/translations/messages.pt-mt.yml')], 'pt-nl' => [=> (\dirname(__DIR__4).'/translations/messages.pt-nl.yml')], 'pt-no' => [=> (\dirname(__DIR__4).'/translations/messages.pt-no.yml')], 'pt-pl' => [=> (\dirname(__DIR__4).'/translations/messages.pt-pl.yml')], 'pt-pt' => [=> (\dirname(__DIR__4).'/translations/messages.pt-pt.yml')], 'pt-ro' => [=> (\dirname(__DIR__4).'/translations/messages.pt-ro.yml')], 'pt-ru' => [=> (\dirname(__DIR__4).'/translations/messages.pt-ru.yml')], 'pt-se' => [=> (\dirname(__DIR__4).'/translations/messages.pt-se.yml')], 'pt-si' => [=> (\dirname(__DIR__4).'/translations/messages.pt-si.yml')], 'pt-sk' => [=> (\dirname(__DIR__4).'/translations/messages.pt-sk.yml')], 'pt-us' => [=> (\dirname(__DIR__4).'/translations/messages.pt-us.yml')], 'ru-at' => [=> (\dirname(__DIR__4).'/translations/messages.ru-at.yml')], 'ru-be' => [=> (\dirname(__DIR__4).'/translations/messages.ru-be.yml')], 'ru-bg' => [=> (\dirname(__DIR__4).'/translations/messages.ru-bg.yml')], 'ru-ca' => [=> (\dirname(__DIR__4).'/translations/messages.ru-ca.yml')], 'ru-ch' => [=> (\dirname(__DIR__4).'/translations/messages.ru-ch.yml')], 'ru-cy' => [=> (\dirname(__DIR__4).'/translations/messages.ru-cy.yml')], 'ru-cz' => [=> (\dirname(__DIR__4).'/translations/messages.ru-cz.yml')], 'ru-de' => [=> (\dirname(__DIR__4).'/translations/messages.ru-de.yml')], 'ru-dk' => [=> (\dirname(__DIR__4).'/translations/messages.ru-dk.yml')], 'ru-ee' => [=> (\dirname(__DIR__4).'/translations/messages.ru-ee.yml')], 'ru-en' => [=> (\dirname(__DIR__4).'/translations/messages.ru-en.yml')], 'ru-es' => [=> (\dirname(__DIR__4).'/translations/messages.ru-es.yml')], 'ru-fi' => [=> (\dirname(__DIR__4).'/translations/messages.ru-fi.yml')], 'ru-fr' => [=> (\dirname(__DIR__4).'/translations/messages.ru-fr.yml')], 'ru-gb' => [=> (\dirname(__DIR__4).'/translations/messages.ru-gb.yml')], 'ru-gr' => [=> (\dirname(__DIR__4).'/translations/messages.ru-gr.yml')], 'ru-hr' => [=> (\dirname(__DIR__4).'/translations/messages.ru-hr.yml')], 'ru-hu' => [=> (\dirname(__DIR__4).'/translations/messages.ru-hu.yml')], 'ru-ie' => [=> (\dirname(__DIR__4).'/translations/messages.ru-ie.yml')], 'ru-it' => [=> (\dirname(__DIR__4).'/translations/messages.ru-it.yml')], 'ru-lt' => [=> (\dirname(__DIR__4).'/translations/messages.ru-lt.yml')], 'ru-lu' => [=> (\dirname(__DIR__4).'/translations/messages.ru-lu.yml')], 'ru-lv' => [=> (\dirname(__DIR__4).'/translations/messages.ru-lv.yml')], 'ru-mt' => [=> (\dirname(__DIR__4).'/translations/messages.ru-mt.yml')], 'ru-nl' => [=> (\dirname(__DIR__4).'/translations/messages.ru-nl.yml')], 'ru-no' => [=> (\dirname(__DIR__4).'/translations/messages.ru-no.yml')], 'ru-pl' => [=> (\dirname(__DIR__4).'/translations/messages.ru-pl.yml')], 'ru-pt' => [=> (\dirname(__DIR__4).'/translations/messages.ru-pt.yml')], 'ru-ro' => [=> (\dirname(__DIR__4).'/translations/messages.ru-ro.yml')], 'ru-ru' => [=> (\dirname(__DIR__4).'/translations/messages.ru-ru.yml')], 'ru-se' => [=> (\dirname(__DIR__4).'/translations/messages.ru-se.yml')], 'ru-si' => [=> (\dirname(__DIR__4).'/translations/messages.ru-si.yml')], 'ru-sk' => [=> (\dirname(__DIR__4).'/translations/messages.ru-sk.yml')], 'ru-us' => [=> (\dirname(__DIR__4).'/translations/messages.ru-us.yml')], 'sv-at' => [=> (\dirname(__DIR__4).'/translations/messages.sv-at.yml')], 'sv-be' => [=> (\dirname(__DIR__4).'/translations/messages.sv-be.yml')], 'sv-bg' => [=> (\dirname(__DIR__4).'/translations/messages.sv-bg.yml')], 'sv-ca' => [=> (\dirname(__DIR__4).'/translations/messages.sv-ca.yml')], 'sv-ch' => [=> (\dirname(__DIR__4).'/translations/messages.sv-ch.yml')], 'sv-cy' => [=> (\dirname(__DIR__4).'/translations/messages.sv-cy.yml')], 'sv-cz' => [=> (\dirname(__DIR__4).'/translations/messages.sv-cz.yml')], 'sv-de' => [=> (\dirname(__DIR__4).'/translations/messages.sv-de.yml')], 'sv-dk' => [=> (\dirname(__DIR__4).'/translations/messages.sv-dk.yml')], 'sv-ee' => [=> (\dirname(__DIR__4).'/translations/messages.sv-ee.yml')], 'sv-en' => [=> (\dirname(__DIR__4).'/translations/messages.sv-en.yml')], 'sv-es' => [=> (\dirname(__DIR__4).'/translations/messages.sv-es.yml')], 'sv-fi' => [=> (\dirname(__DIR__4).'/translations/messages.sv-fi.yml')], 'sv-fr' => [=> (\dirname(__DIR__4).'/translations/messages.sv-fr.yml')], 'sv-gb' => [=> (\dirname(__DIR__4).'/translations/messages.sv-gb.yml')], 'sv-gr' => [=> (\dirname(__DIR__4).'/translations/messages.sv-gr.yml')], 'sv-hr' => [=> (\dirname(__DIR__4).'/translations/messages.sv-hr.yml')], 'sv-hu' => [=> (\dirname(__DIR__4).'/translations/messages.sv-hu.yml')], 'sv-ie' => [=> (\dirname(__DIR__4).'/translations/messages.sv-ie.yml')], 'sv-it' => [=> (\dirname(__DIR__4).'/translations/messages.sv-it.yml')], 'sv-lt' => [=> (\dirname(__DIR__4).'/translations/messages.sv-lt.yml')], 'sv-lu' => [=> (\dirname(__DIR__4).'/translations/messages.sv-lu.yml')], 'sv-lv' => [=> (\dirname(__DIR__4).'/translations/messages.sv-lv.yml')], 'sv-mt' => [=> (\dirname(__DIR__4).'/translations/messages.sv-mt.yml')], 'sv-nl' => [=> (\dirname(__DIR__4).'/translations/messages.sv-nl.yml')], 'sv-no' => [=> (\dirname(__DIR__4).'/translations/messages.sv-no.yml')], 'sv-pl' => [=> (\dirname(__DIR__4).'/translations/messages.sv-pl.yml')], 'sv-pt' => [=> (\dirname(__DIR__4).'/translations/messages.sv-pt.yml')], 'sv-ro' => [=> (\dirname(__DIR__4).'/translations/messages.sv-ro.yml')], 'sv-ru' => [=> (\dirname(__DIR__4).'/translations/messages.sv-ru.yml')], 'sv-se' => [=> (\dirname(__DIR__4).'/translations/messages.sv-se.yml')], 'sv-si' => [=> (\dirname(__DIR__4).'/translations/messages.sv-si.yml')], 'sv-sk' => [=> (\dirname(__DIR__4).'/translations/messages.sv-sk.yml')], 'sv-us' => [=> (\dirname(__DIR__4).'/translations/messages.sv-us.yml')], 'zh-at' => [=> (\dirname(__DIR__4).'/translations/messages.zh-at.yml')], 'zh-be' => [=> (\dirname(__DIR__4).'/translations/messages.zh-be.yml')], 'zh-bg' => [=> (\dirname(__DIR__4).'/translations/messages.zh-bg.yml')], 'zh-ca' => [=> (\dirname(__DIR__4).'/translations/messages.zh-ca.yml')], 'zh-ch' => [=> (\dirname(__DIR__4).'/translations/messages.zh-ch.yml')], 'zh-cy' => [=> (\dirname(__DIR__4).'/translations/messages.zh-cy.yml')], 'zh-cz' => [=> (\dirname(__DIR__4).'/translations/messages.zh-cz.yml')], 'zh-de' => [=> (\dirname(__DIR__4).'/translations/messages.zh-de.yml')], 'zh-dk' => [=> (\dirname(__DIR__4).'/translations/messages.zh-dk.yml')], 'zh-ee' => [=> (\dirname(__DIR__4).'/translations/messages.zh-ee.yml')], 'zh-en' => [=> (\dirname(__DIR__4).'/translations/messages.zh-en.yml')], 'zh-es' => [=> (\dirname(__DIR__4).'/translations/messages.zh-es.yml')], 'zh-fi' => [=> (\dirname(__DIR__4).'/translations/messages.zh-fi.yml')], 'zh-fr' => [=> (\dirname(__DIR__4).'/translations/messages.zh-fr.yml')], 'zh-gb' => [=> (\dirname(__DIR__4).'/translations/messages.zh-gb.yml')], 'zh-gr' => [=> (\dirname(__DIR__4).'/translations/messages.zh-gr.yml')], 'zh-hr' => [=> (\dirname(__DIR__4).'/translations/messages.zh-hr.yml')], 'zh-hu' => [=> (\dirname(__DIR__4).'/translations/messages.zh-hu.yml')], 'zh-ie' => [=> (\dirname(__DIR__4).'/translations/messages.zh-ie.yml')], 'zh-it' => [=> (\dirname(__DIR__4).'/translations/messages.zh-it.yml')], 'zh-lt' => [=> (\dirname(__DIR__4).'/translations/messages.zh-lt.yml')], 'zh-lu' => [=> (\dirname(__DIR__4).'/translations/messages.zh-lu.yml')], 'zh-lv' => [=> (\dirname(__DIR__4).'/translations/messages.zh-lv.yml')], 'zh-mt' => [=> (\dirname(__DIR__4).'/translations/messages.zh-mt.yml')], 'zh-nl' => [=> (\dirname(__DIR__4).'/translations/messages.zh-nl.yml')], 'zh-no' => [=> (\dirname(__DIR__4).'/translations/messages.zh-no.yml')], 'zh-pl' => [=> (\dirname(__DIR__4).'/translations/messages.zh-pl.yml')], 'zh-pt' => [=> (\dirname(__DIR__4).'/translations/messages.zh-pt.yml')], 'zh-ro' => [=> (\dirname(__DIR__4).'/translations/messages.zh-ro.yml')], 'zh-ru' => [=> (\dirname(__DIR__4).'/translations/messages.zh-ru.yml')], 'zh-se' => [=> (\dirname(__DIR__4).'/translations/messages.zh-se.yml')], 'zh-si' => [=> (\dirname(__DIR__4).'/translations/messages.zh-si.yml')], 'zh-sk' => [=> (\dirname(__DIR__4).'/translations/messages.zh-sk.yml')], 'zh-us' => [=> (\dirname(__DIR__4).'/translations/messages.zh-us.yml')], 'zh' => [=> (\dirname(__DIR__4).'/translations/messages.zh.yml')]], '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).'/src/Import1CBundle/Resources/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src/translations'), 11 => (\dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src/translations'), 12 => (\dirname(__DIR__4).'/vendor/limenius/liform-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/limenius/react-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), 15 => (\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 20 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 21 => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src/translations'), 22 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle/translations'), 24 => (\dirname(__DIR__4).'/src/AdmBundle/translations'), 25 => (\dirname(__DIR__4).'/src/WebBundle/translations'), 26 => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/translations'), 27 => (\dirname(__DIR__4).'/vendor/funcphp/twig-compress/CompressBundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 29 => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle/translations'), 30 => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src/translations'), 31 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'src/Import1CBundle/Resources/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/symfony/security-bundle/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/knplabs/knp-snappy-bundle/src/translations'11 => 'vendor/pwt777/pheanstalk-bundle/src/translations'12 => 'vendor/limenius/liform-bundle/translations'13 => 'vendor/limenius/react-bundle/translations'14 => 'vendor/sensio/framework-extra-bundle/src/translations'15 => 'vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle/translations'16 => 'vendor/symfony/monolog-bundle/translations'17 => 'vendor/doctrine/doctrine-migrations-bundle/translations'18 => 'vendor/symfony/swiftmailer-bundle/translations'19 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'20 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'21 => 'vendor/hautelook/alice-bundle/src/translations'22 => 'vendor/symfony/web-profiler-bundle/translations'23 => 'vendor/metaer/curl-wrapper-bundle/translations'24 => 'src/AdmBundle/translations'25 => 'src/WebBundle/translations'26 => 'vendor/kreait/firebase-bundle/src/translations'27 => 'vendor/funcphp/twig-compress/CompressBundle/translations'28 => 'vendor/symfony/maker-bundle/src/translations'29 => 'vendor/nelmio/api-doc-bundle/translations'30 => 'vendor/sentry/sentry-symfony/src/translations'31 => 'vendor/nelmio/cors-bundle/translations']]], []);
  22583.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  22584.         $instance->setFallbackLocales([=> 'en'=> 'en']);
  22585.         return $instance;
  22586.     }
  22587.     /**
  22588.      * Gets the private 'twig.command.debug' shared service.
  22589.      *
  22590.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  22591.      */
  22592.     protected function getTwig_Command_DebugService()
  22593.     {
  22594.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22595.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  22596.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  22597.         $instance->setName('debug:twig');
  22598.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  22599.         return $instance;
  22600.     }
  22601.     /**
  22602.      * Gets the private 'twig.command.lint' shared service.
  22603.      *
  22604.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  22605.      */
  22606.     protected function getTwig_Command_LintService()
  22607.     {
  22608.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  22609.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  22610.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  22611.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  22612.         $instance->setName('lint:twig');
  22613.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  22614.         return $instance;
  22615.     }
  22616.     /**
  22617.      * Gets the private 'twig.form.engine' shared service.
  22618.      *
  22619.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  22620.      */
  22621.     protected function getTwig_Form_EngineService()
  22622.     {
  22623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  22624.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  22625.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  22626.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22627.         if (isset($this->privates['twig.form.engine'])) {
  22628.             return $this->privates['twig.form.engine'];
  22629.         }
  22630.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  22631.     }
  22632.     /**
  22633.      * Gets the private 'twig.form.renderer' shared service.
  22634.      *
  22635.      * @return \Symfony\Component\Form\FormRenderer
  22636.      */
  22637.     protected function getTwig_Form_RendererService()
  22638.     {
  22639.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  22640.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  22641.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  22642.         if (isset($this->privates['twig.form.renderer'])) {
  22643.             return $this->privates['twig.form.renderer'];
  22644.         }
  22645.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  22646.     }
  22647.     /**
  22648.      * Gets the private 'twig.mailer.message_listener' shared service.
  22649.      *
  22650.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  22651.      */
  22652.     protected function getTwig_Mailer_MessageListenerService()
  22653.     {
  22654.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  22655.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  22656.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  22657.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22658.         if (isset($this->privates['twig.mailer.message_listener'])) {
  22659.             return $this->privates['twig.mailer.message_listener'];
  22660.         }
  22661.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  22662.     }
  22663.     /**
  22664.      * Gets the private 'twig.runtime.httpkernel' shared service.
  22665.      *
  22666.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  22667.      */
  22668.     protected function getTwig_Runtime_HttpkernelService()
  22669.     {
  22670.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  22671.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  22672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  22673.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  22674.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  22675.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  22676.         return $this->privates['twig.runtime.httpkernel'] = new \Symfony\Bridge\Twig\Extension\HttpKernelRuntime(new \Symfony\Component\HttpKernel\DependencyInjection\LazyLoadingFragmentHandler(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22677.             'esi' => ['privates''fragment.renderer.esi''getFragment_Renderer_EsiService'false],
  22678.             'hinclude' => ['privates''fragment.renderer.hinclude''getFragment_Renderer_HincludeService'false],
  22679.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  22680.         ], [
  22681.             'esi' => '?',
  22682.             'hinclude' => '?',
  22683.             'inline' => '?',
  22684.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', ($this->privates['uri_signer'] ?? ($this->privates['uri_signer'] = new \Symfony\Component\HttpKernel\UriSigner('048ad6025000f9fdb5f98bb642e00eadec0f555d'))), $a));
  22685.     }
  22686.     /**
  22687.      * Gets the private 'twig.runtime.security_csrf' shared service.
  22688.      *
  22689.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  22690.      */
  22691.     protected function getTwig_Runtime_SecurityCsrfService()
  22692.     {
  22693.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  22694.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  22695.     }
  22696.     /**
  22697.      * Gets the private 'twig.runtime.serializer' shared service.
  22698.      *
  22699.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  22700.      */
  22701.     protected function getTwig_Runtime_SerializerService()
  22702.     {
  22703.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  22704.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  22705.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  22706.     }
  22707.     /**
  22708.      * Gets the private 'twig.template_cache_warmer' shared service.
  22709.      *
  22710.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  22711.      */
  22712.     protected function getTwig_TemplateCacheWarmerService()
  22713.     {
  22714.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22715.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  22716.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  22717.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22718.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  22719.         ], [
  22720.             'twig' => '?',
  22721.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email') => 'email', (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form') => NULL], (\dirname(__DIR__4).'/templates')));
  22722.     }
  22723.     /**
  22724.      * Gets the private 'validator.builder' shared service.
  22725.      *
  22726.      * @return \Symfony\Component\Validator\ValidatorBuilder
  22727.      */
  22728.     protected function getValidator_BuilderService()
  22729.     {
  22730.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  22731.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  22732.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  22733.             'FlexApp\\Validator\\CommentablePageValidator' => ['privates''FlexApp\\Validator\\CommentablePageValidator''getCommentablePageValidatorService'false],
  22734.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  22735.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  22736.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  22737.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  22738.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  22739.             'WebBundle\\Validator\\Constraints\\CaptchaValidator' => ['services''validator.captcha''getValidator_CaptchaService'false],
  22740.             'WebBundle\\Validator\\Constraints\\CommentValidator' => ['services''WebBundle\\Validator\\Constraints\\CommentValidator''getCommentValidatorService'false],
  22741.             'WebBundle\\Validator\\Constraints\\EqualToFieldValidator' => ['services''validator.equal_to_field''getValidator_EqualToFieldService'false],
  22742.             'WebBundle\\Validator\\Constraints\\UniqueParticipantValidator' => ['services''app.validator.unique_participant''getApp_Validator_UniqueParticipantService'false],
  22743.             'WebBundle\\Validator\\Constraints\\UniqueUserEmailValidator' => ['services''app.validator.unique_user_email''getApp_Validator_UniqueUserEmailService'false],
  22744.             'WebBundle\\Validator\\Constraints\\ValidUserEmailValidator' => ['services''app.validator.validate_user_email''getApp_Validator_ValidateUserEmailService'false],
  22745.             'captcha' => ['services''validator.captcha''getValidator_CaptchaService'false],
  22746.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  22747.             'equal_to_field' => ['services''validator.equal_to_field''getValidator_EqualToFieldService'false],
  22748.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  22749.             'unique_participant' => ['services''app.validator.unique_participant''getApp_Validator_UniqueParticipantService'false],
  22750.             'unique_user_email' => ['services''app.validator.unique_user_email''getApp_Validator_UniqueUserEmailService'false],
  22751.             'validate_user_email' => ['services''app.validator.validate_user_email''getApp_Validator_ValidateUserEmailService'false],
  22752.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  22753.         ], [
  22754.             'FlexApp\\Validator\\CommentablePageValidator' => '?',
  22755.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  22756.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  22757.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  22758.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  22759.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  22760.             'WebBundle\\Validator\\Constraints\\CaptchaValidator' => '?',
  22761.             'WebBundle\\Validator\\Constraints\\CommentValidator' => '?',
  22762.             'WebBundle\\Validator\\Constraints\\EqualToFieldValidator' => '?',
  22763.             'WebBundle\\Validator\\Constraints\\UniqueParticipantValidator' => '?',
  22764.             'WebBundle\\Validator\\Constraints\\UniqueUserEmailValidator' => '?',
  22765.             'WebBundle\\Validator\\Constraints\\ValidUserEmailValidator' => '?',
  22766.             'captcha' => '?',
  22767.             'doctrine.orm.validator.unique' => '?',
  22768.             'equal_to_field' => '?',
  22769.             'security.validator.user_password' => '?',
  22770.             'unique_participant' => '?',
  22771.             'unique_user_email' => '?',
  22772.             'validate_user_email' => '?',
  22773.             'validator.expression' => '?',
  22774.         ])));
  22775.         if ($this->has('translator')) {
  22776.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  22777.         }
  22778.         $instance->setTranslationDomain('messages');
  22779.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  22780.         $instance->enableAnnotationMapping(true);
  22781.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  22782.         $instance->addMethodMapping('loadValidatorMetadata');
  22783.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  22784.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  22785.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  22786.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.oneC_entity_manager'] ?? $this->getDoctrine_Orm_OneCEntityManagerService()), NULL));
  22787.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.logs_entity_manager'] ?? $this->getDoctrine_Orm_LogsEntityManagerService()), NULL));
  22788.         return $instance;
  22789.     }
  22790.     /**
  22791.      * Gets the private 'validator.email' shared service.
  22792.      *
  22793.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  22794.      */
  22795.     protected function getValidator_EmailService()
  22796.     {
  22797.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22798.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22799.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  22800.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  22801.     }
  22802.     /**
  22803.      * Gets the private 'validator.expression' shared service.
  22804.      *
  22805.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  22806.      */
  22807.     protected function getValidator_ExpressionService()
  22808.     {
  22809.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22810.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22811.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  22812.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  22813.     }
  22814.     /**
  22815.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  22816.      *
  22817.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  22818.      */
  22819.     protected function getValidator_Mapping_CacheWarmerService()
  22820.     {
  22821.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  22822.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  22823.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  22824.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  22825.     }
  22826.     /**
  22827.      * Gets the private 'validator.not_compromised_password' shared service.
  22828.      *
  22829.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  22830.      */
  22831.     protected function getValidator_NotCompromisedPasswordService()
  22832.     {
  22833.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  22834.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  22835.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  22836.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  22837.     }
  22838.     /**
  22839.      * Gets the private 'web_profiler.csp.handler' shared service.
  22840.      *
  22841.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  22842.      */
  22843.     protected function getWebProfiler_Csp_HandlerService()
  22844.     {
  22845.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  22846.     }
  22847.     /**
  22848.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  22849.      *
  22850.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  22851.      */
  22852.     protected function getWebProfiler_DebugToolbarService()
  22853.     {
  22854.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  22855.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  22856.             return $this->privates['web_profiler.debug_toolbar'];
  22857.         }
  22858.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2, ($this->services['FlexApp\\Extensions\\RouterDecorator'] ?? $this->getRouterDecoratorService()), '^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), NULL);
  22859.     }
  22860.     /**
  22861.      * Gets the public 'cache_clearer' alias.
  22862.      *
  22863.      * @return object The ".container.private.cache_clearer" service.
  22864.      */
  22865.     protected function getCacheClearerService()
  22866.     {
  22867.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  22868.         return $this->get('.container.private.cache_clearer');
  22869.     }
  22870.     /**
  22871.      * Gets the public 'filesystem' alias.
  22872.      *
  22873.      * @return object The ".container.private.filesystem" service.
  22874.      */
  22875.     protected function getFilesystemService()
  22876.     {
  22877.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  22878.         return $this->get('.container.private.filesystem');
  22879.     }
  22880.     /**
  22881.      * Gets the public 'serializer' alias.
  22882.      *
  22883.      * @return object The ".container.private.serializer" service.
  22884.      */
  22885.     protected function getSerializerService()
  22886.     {
  22887.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  22888.         return $this->get('.container.private.serializer');
  22889.     }
  22890.     /**
  22891.      * Gets the public 'security.csrf.token_manager' alias.
  22892.      *
  22893.      * @return object The ".container.private.security.csrf.token_manager" service.
  22894.      */
  22895.     protected function getSecurity_Csrf_TokenManagerService()
  22896.     {
  22897.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  22898.         return $this->get('.container.private.security.csrf.token_manager');
  22899.     }
  22900.     /**
  22901.      * Gets the public 'form.factory' alias.
  22902.      *
  22903.      * @return object The ".container.private.form.factory" service.
  22904.      */
  22905.     protected function getForm_FactoryService()
  22906.     {
  22907.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  22908.         return $this->get('.container.private.form.factory');
  22909.     }
  22910.     /**
  22911.      * Gets the public 'form.type.file' alias.
  22912.      *
  22913.      * @return object The ".container.private.form.type.file" service.
  22914.      */
  22915.     protected function getForm_Type_FileService()
  22916.     {
  22917.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  22918.         return $this->get('.container.private.form.type.file');
  22919.     }
  22920.     /**
  22921.      * Gets the public 'profiler' alias.
  22922.      *
  22923.      * @return object The ".container.private.profiler" service.
  22924.      */
  22925.     protected function getProfilerService()
  22926.     {
  22927.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  22928.         return $this->get('.container.private.profiler');
  22929.     }
  22930.     /**
  22931.      * Gets the public 'twig' alias.
  22932.      *
  22933.      * @return object The ".container.private.twig" service.
  22934.      */
  22935.     protected function getTwigService()
  22936.     {
  22937.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  22938.         return $this->get('.container.private.twig');
  22939.     }
  22940.     /**
  22941.      * Gets the public 'security.authorization_checker' alias.
  22942.      *
  22943.      * @return object The ".container.private.security.authorization_checker" service.
  22944.      */
  22945.     protected function getSecurity_AuthorizationCheckerService()
  22946.     {
  22947.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  22948.         return $this->get('.container.private.security.authorization_checker');
  22949.     }
  22950.     /**
  22951.      * Gets the public 'security.token_storage' alias.
  22952.      *
  22953.      * @return object The ".container.private.security.token_storage" service.
  22954.      */
  22955.     protected function getSecurity_TokenStorageService()
  22956.     {
  22957.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  22958.         return $this->get('.container.private.security.token_storage');
  22959.     }
  22960.     /**
  22961.      * Gets the public 'security.password_encoder' alias.
  22962.      *
  22963.      * @return object The ".container.private.security.password_encoder" service.
  22964.      */
  22965.     protected function getSecurity_PasswordEncoderService()
  22966.     {
  22967.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  22968.         return $this->get('.container.private.security.password_encoder');
  22969.     }
  22970.     /**
  22971.      * Gets the public 'session' alias.
  22972.      *
  22973.      * @return object The ".container.private.session" service.
  22974.      */
  22975.     protected function getSessionService()
  22976.     {
  22977.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  22978.         return $this->get('.container.private.session');
  22979.     }
  22980.     /**
  22981.      * Gets the public 'validator' alias.
  22982.      *
  22983.      * @return object The ".container.private.validator" service.
  22984.      */
  22985.     protected function getValidatorService()
  22986.     {
  22987.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  22988.         return $this->get('.container.private.validator');
  22989.     }
  22990.     /**
  22991.      * @return array|bool|float|int|string|\UnitEnum|null
  22992.      */
  22993.     public function getParameter(string $name)
  22994.     {
  22995.         if (isset($this->buildParameters[$name])) {
  22996.             return $this->buildParameters[$name];
  22997.         }
  22998.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  22999.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  23000.         }
  23001.         if (isset($this->loadedDynamicParameters[$name])) {
  23002.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  23003.         }
  23004.         return $this->parameters[$name];
  23005.     }
  23006.     public function hasParameter(string $name): bool
  23007.     {
  23008.         if (isset($this->buildParameters[$name])) {
  23009.             return true;
  23010.         }
  23011.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  23012.     }
  23013.     public function setParameter(string $name$value): void
  23014.     {
  23015.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  23016.     }
  23017.     public function getParameterBag(): ParameterBagInterface
  23018.     {
  23019.         if (null === $this->parameterBag) {
  23020.             $parameters $this->parameters;
  23021.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  23022.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  23023.             }
  23024.             foreach ($this->buildParameters as $name => $value) {
  23025.                 $parameters[$name] = $value;
  23026.             }
  23027.             $this->parameterBag = new FrozenParameterBag($parameters);
  23028.         }
  23029.         return $this->parameterBag;
  23030.     }
  23031.     private $loadedDynamicParameters = [
  23032.         'kernel.runtime_environment' => false,
  23033.         'kernel.build_dir' => false,
  23034.         'kernel.cache_dir' => false,
  23035.         'soap_login' => false,
  23036.         'soap_pass' => false,
  23037.         'app_name' => false,
  23038.         'contrast' => false,
  23039.         'bright' => false,
  23040.         'disable_get_cons_online_attr_request' => false,
  23041.         'nowpayments_api_key' => false,
  23042.         'nowpayments_api_url' => false,
  23043.         'nowpayments_ipn_secret' => false,
  23044.         'soap_calculate_url' => false,
  23045.         'alert_tg_bot_token' => false,
  23046.         'alert_tg_chat_id' => false,
  23047.         'debug.container.dump' => false,
  23048.         'serializer.mapping.cache.file' => false,
  23049.         'session.save_path' => false,
  23050.         'validator.mapping.cache.file' => false,
  23051.         'profiler.storage.dsn' => false,
  23052.         'doctrine.orm.proxy_dir' => false,
  23053.         'nelmio_cors.defaults' => false,
  23054.     ];
  23055.     private $dynamicParameters = [];
  23056.     private function getDynamicParameter(string $name)
  23057.     {
  23058.         switch ($name) {
  23059.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  23060.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  23061.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  23062.             case 'soap_login'$value $this->getEnv('SOAP_LOGIN'); break;
  23063.             case 'soap_pass'$value $this->getEnv('SOAP_PASSWORD'); break;
  23064.             case 'app_name'$value $this->getEnv('APP_ENV'); break;
  23065.             case 'contrast'$value $this->getEnv('CONTRAST'); break;
  23066.             case 'bright'$value $this->getEnv('BRIGHT'); break;
  23067.             case 'disable_get_cons_online_attr_request'$value $this->getEnv('DISABLE_GET_CONS_ONLINE_ATTR_REQUEST'); break;
  23068.             case 'nowpayments_api_key'$value $this->getEnv('NOWPAYMENTS_API_KEY'); break;
  23069.             case 'nowpayments_api_url'$value $this->getEnv('NOWPAYMENTS_API_URL'); break;
  23070.             case 'nowpayments_ipn_secret'$value $this->getEnv('NOWPAYMENTS_IPN_SECRET'); break;
  23071.             case 'soap_calculate_url'$value $this->getEnv('SOAP_CALCULATE_URL'); break;
  23072.             case 'alert_tg_bot_token'$value $this->getEnv('ALERT_TELEGRAM_BOT_TOKEN'); break;
  23073.             case 'alert_tg_chat_id'$value $this->getEnv('ALERT_TELEGRAM_CHAT_ID'); break;
  23074.             case 'debug.container.dump'$value = ($this->targetDir.''.'/FlexApp_KernelTe_devDebugContainer.xml'); break;
  23075.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  23076.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  23077.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  23078.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  23079.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  23080.             case 'nelmio_cors.defaults'$value = [
  23081.                 'allow_origin' => [
  23082.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  23083.                 ],
  23084.                 'allow_credentials' => false,
  23085.                 'allow_headers' => [
  23086.                     => 'content-type',
  23087.                     => 'authorization',
  23088.                 ],
  23089.                 'allow_private_network' => false,
  23090.                 'expose_headers' => [
  23091.                     => 'Link',
  23092.                 ],
  23093.                 'allow_methods' => [
  23094.                     => 'GET',
  23095.                     => 'OPTIONS',
  23096.                     => 'POST',
  23097.                     => 'PUT',
  23098.                     => 'PATCH',
  23099.                     => 'DELETE',
  23100.                 ],
  23101.                 'max_age' => 3600,
  23102.                 'hosts' => [
  23103.                 ],
  23104.                 'origin_regex' => true,
  23105.                 'forced_allow_origin_value' => NULL,
  23106.                 'skip_same_as_origin' => true,
  23107.             ]; break;
  23108.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  23109.         }
  23110.         $this->loadedDynamicParameters[$name] = true;
  23111.         return $this->dynamicParameters[$name] = $value;
  23112.     }
  23113.     protected function getDefaultParameters(): array
  23114.     {
  23115.         return [
  23116.             'kernel.project_dir' => \dirname(__DIR__4),
  23117.             'kernel.environment' => 'te_dev',
  23118.             'kernel.debug' => true,
  23119.             'kernel.logs_dir' => (\dirname(__DIR__3).'/logs'),
  23120.             'kernel.bundles' => [
  23121.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  23122.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  23123.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  23124.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  23125.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  23126.                 'KnpSnappyBundle' => 'Knp\\Bundle\\SnappyBundle\\KnpSnappyBundle',
  23127.                 'LeezyPheanstalkBundle' => 'Leezy\\PheanstalkBundle\\LeezyPheanstalkBundle',
  23128.                 'LimeniusLiformBundle' => 'Limenius\\LiformBundle\\LimeniusLiformBundle',
  23129.                 'LimeniusReactBundle' => 'Limenius\\ReactBundle\\LimeniusReactBundle',
  23130.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  23131.                 'MobileDetectBundle' => 'SunCat\\MobileDetectBundle\\MobileDetectBundle',
  23132.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  23133.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  23134.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  23135.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  23136.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  23137.                 'HautelookAliceBundle' => 'Hautelook\\AliceBundle\\HautelookAliceBundle',
  23138.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  23139.                 'MetaerCurlWrapperBundle' => 'Metaer\\CurlWrapperBundle\\MetaerCurlWrapperBundle',
  23140.                 'AdmBundle' => 'AdmBundle\\AdmBundle',
  23141.                 'WebBundle' => 'WebBundle\\WebBundle',
  23142.                 'Import1CBundle' => 'Import1CBundle\\Import1CBundle',
  23143.                 'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle',
  23144.                 'FuncCompressBundle' => 'Func\\CompressBundle\\FuncCompressBundle',
  23145.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  23146.                 'NelmioApiDocBundle' => 'Nelmio\\ApiDocBundle\\NelmioApiDocBundle',
  23147.                 'SentryBundle' => 'Sentry\\SentryBundle\\SentryBundle',
  23148.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  23149.             ],
  23150.             'kernel.bundles_metadata' => [
  23151.                 'FrameworkBundle' => [
  23152.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  23153.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  23154.                 ],
  23155.                 'TwigBundle' => [
  23156.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  23157.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  23158.                 ],
  23159.                 'TwigExtraBundle' => [
  23160.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  23161.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  23162.                 ],
  23163.                 'SecurityBundle' => [
  23164.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  23165.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  23166.                 ],
  23167.                 'DoctrineBundle' => [
  23168.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  23169.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  23170.                 ],
  23171.                 'KnpSnappyBundle' => [
  23172.                     'path' => (\dirname(__DIR__4).'/vendor/knplabs/knp-snappy-bundle/src'),
  23173.                     'namespace' => 'Knp\\Bundle\\SnappyBundle',
  23174.                 ],
  23175.                 'LeezyPheanstalkBundle' => [
  23176.                     'path' => (\dirname(__DIR__4).'/vendor/pwt777/pheanstalk-bundle/src'),
  23177.                     'namespace' => 'Leezy\\PheanstalkBundle',
  23178.                 ],
  23179.                 'LimeniusLiformBundle' => [
  23180.                     'path' => (\dirname(__DIR__4).'/vendor/limenius/liform-bundle'),
  23181.                     'namespace' => 'Limenius\\LiformBundle',
  23182.                 ],
  23183.                 'LimeniusReactBundle' => [
  23184.                     'path' => (\dirname(__DIR__4).'/vendor/limenius/react-bundle'),
  23185.                     'namespace' => 'Limenius\\ReactBundle',
  23186.                 ],
  23187.                 'SensioFrameworkExtraBundle' => [
  23188.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  23189.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  23190.                 ],
  23191.                 'MobileDetectBundle' => [
  23192.                     'path' => (\dirname(__DIR__4).'/vendor/suncat/mobile-detect-bundle/SunCat/MobileDetectBundle'),
  23193.                     'namespace' => 'SunCat\\MobileDetectBundle',
  23194.                 ],
  23195.                 'MonologBundle' => [
  23196.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  23197.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  23198.                 ],
  23199.                 'DoctrineMigrationsBundle' => [
  23200.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  23201.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  23202.                 ],
  23203.                 'SwiftmailerBundle' => [
  23204.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  23205.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  23206.                 ],
  23207.                 'NelmioAliceBundle' => [
  23208.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  23209.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  23210.                 ],
  23211.                 'FidryAliceDataFixturesBundle' => [
  23212.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  23213.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  23214.                 ],
  23215.                 'HautelookAliceBundle' => [
  23216.                     'path' => (\dirname(__DIR__4).'/vendor/hautelook/alice-bundle/src'),
  23217.                     'namespace' => 'Hautelook\\AliceBundle',
  23218.                 ],
  23219.                 'WebProfilerBundle' => [
  23220.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  23221.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  23222.                 ],
  23223.                 'MetaerCurlWrapperBundle' => [
  23224.                     'path' => (\dirname(__DIR__4).'/vendor/metaer/curl-wrapper-bundle'),
  23225.                     'namespace' => 'Metaer\\CurlWrapperBundle',
  23226.                 ],
  23227.                 'AdmBundle' => [
  23228.                     'path' => (\dirname(__DIR__4).'/src/AdmBundle'),
  23229.                     'namespace' => 'AdmBundle',
  23230.                 ],
  23231.                 'WebBundle' => [
  23232.                     'path' => (\dirname(__DIR__4).'/src/WebBundle'),
  23233.                     'namespace' => 'WebBundle',
  23234.                 ],
  23235.                 'Import1CBundle' => [
  23236.                     'path' => (\dirname(__DIR__4).'/src/Import1CBundle'),
  23237.                     'namespace' => 'Import1CBundle',
  23238.                 ],
  23239.                 'FirebaseBundle' => [
  23240.                     'path' => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src'),
  23241.                     'namespace' => 'Kreait\\Firebase\\Symfony\\Bundle',
  23242.                 ],
  23243.                 'FuncCompressBundle' => [
  23244.                     'path' => (\dirname(__DIR__4).'/vendor/funcphp/twig-compress/CompressBundle'),
  23245.                     'namespace' => 'Func\\CompressBundle',
  23246.                 ],
  23247.                 'MakerBundle' => [
  23248.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  23249.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  23250.                 ],
  23251.                 'NelmioApiDocBundle' => [
  23252.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/api-doc-bundle'),
  23253.                     'namespace' => 'Nelmio\\ApiDocBundle',
  23254.                 ],
  23255.                 'SentryBundle' => [
  23256.                     'path' => (\dirname(__DIR__4).'/vendor/sentry/sentry-symfony/src'),
  23257.                     'namespace' => 'Sentry\\SentryBundle',
  23258.                 ],
  23259.                 'NelmioCorsBundle' => [
  23260.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  23261.                     'namespace' => 'Nelmio\\CorsBundle',
  23262.                 ],
  23263.             ],
  23264.             'kernel.charset' => 'UTF-8',
  23265.             'kernel.container_class' => 'FlexApp_KernelTe_devDebugContainer',
  23266.             'container.dumper.inline_class_loader' => true,
  23267.             'container.dumper.inline_factories' => true,
  23268.             'mirror' => 0,
  23269.             'site' => 'dev-bi.tile.expert',
  23270.             'domain' => '.dev-bi.tile.expert',
  23271.             'full_domain' => 'https://dev-bi.tile.expert',
  23272.             'site_name' => 'Tile.Expert',
  23273.             'router.request_context.host' => 'tile.expert',
  23274.             'router.request_context.scheme' => 'https',
  23275.             'locale' => 'en',
  23276.             'locale_jobs' => 'ru',
  23277.             'langs_available' => 'da|de|en|es|fr|it|nl|no|pl|fi|sv|pt|ru|zh',
  23278.             'langs_all' => 'ru|en|it|es|fr|de|pl|nl|fi|sv|da|no|pt|zh',
  23279.             'lang_country' => '(ru|en|it|es|fr|de|pl|nl|fi|sv|da|no|pt|zh)(-[\\w]{2})?',
  23280.             'locales' => [
  23281.                 => 'ru',
  23282.                 => 'en',
  23283.                 => 'it',
  23284.                 => 'es',
  23285.                 => 'fr',
  23286.                 => 'de',
  23287.                 => 'pl',
  23288.                 => 'nl',
  23289.                 => 'fi',
  23290.                 => 'sv',
  23291.                 10 => 'da',
  23292.                 11 => 'no',
  23293.                 12 => 'pt',
  23294.                 13 => 'zh',
  23295.             ],
  23296.             'recaptcha_secret' => '6LcVzAYUAAAAAM-zgoDAjYHxyNGSqq14xuWEnEwG',
  23297.             'recaptcha_html' => '6LcVzAYUAAAAABwE13fld_8Paz5OwyUeXlo89A1E',
  23298.             'recaptcha_secret_opacity' => '6Lefh1IUAAAAAH7DHiHT7fxkIZE8mc8hDUs9hcD2',
  23299.             'recaptcha_html_opacity' => '6Lefh1IUAAAAAAkOM6TdA5UIOnRhn2FaviL08Dhm',
  23300.             'yandex' => false,
  23301.             'w3counter' => false,
  23302.             'mailer_transport' => NULL,
  23303.             'mailer_host' => NULL,
  23304.             'mailer_port' => NULL,
  23305.             'mailer_user' => NULL,
  23306.             'mailer_password' => NULL,
  23307.             'mailer_encryption' => NULL,
  23308.             'mailer_auth_mode' => NULL,
  23309.             'mailer_email_from' => [
  23310.                 'robot@tile.expert' => '"Robot, TILE.EXPERT"',
  23311.             ],
  23312.             'mailer_email_to' => [
  23313.             ],
  23314.             'portal_host' => 'https://te.remote.team',
  23315.             'portal_ws_server' => 'https://te.remote.team:3003',
  23316.             'paypal_url_redirect' => 'https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&token=',
  23317.             'paypal_url' => 'https://api-3t.paypal.com/nvp',
  23318.             'paypal_user_pp' => 'malta_api1.dev-bi.tile.expert',
  23319.             'paypal_pwd_pp' => 'GFKZT2KR24LV3QFR',
  23320.             'paypal_signature_pp' => 'AFcWxV21C7fd0v3bYYYRCpSSRl31Ap-yLXRAdMH3TcWonNYC27nRBt0K',
  23321.             'braintree_environment' => 'sandbox',
  23322.             'braintree_merchant_id' => '3tx82xhvrh4s4sz6',
  23323.             'braintree_public_key' => 'pbr9qhmd999yhjxc',
  23324.             'braintree_private_key' => '3017127eb0a93d1ff2b49f67f3c50686',
  23325.             'credit_skin' => 'y4VKztc1',
  23326.             'credit_hmac_keys' => 'F0519D539B815AA2EE0FA678A028307988B9BC17217D563F104EA721F6113EB3',
  23327.             'credit_amex_skin' => 'cRXj184L',
  23328.             'credit_amex_hmac_keys' => '2D00E50ADEF6BAB6C264C1F6F290F95EDFA7EA1214F68ED228CB2001D7756E93',
  23329.             'credit_skin_handle' => 'YePdvnpx',
  23330.             'credit_hmac_keys_handle' => '9BA13CE824B02FE451C7AD3B79E7124C56762E0C871C94CF5E2F6E58ECAC47EA',
  23331.             'credit_amex_skin_handle' => 'VqGkgJno',
  23332.             'credit_amex_hmac_keys_handle' => '3406B6B60D00DF4ABB53147872FF54FFDACC6025E6B8B0B98ACB603921B7D011',
  23333.             'card_adyen_merchant' => 'TileExpertOUEXPERT',
  23334.             'card_adyen_login' => 'ws@Company.TileExpertOU',
  23335.             'card_adyen_pass' => 'k1HE2)22C}qAK7wyfJ6&UXvdL',
  23336.             'card_adyen_url' => 'https://live.adyen.com/hpp/',
  23337.             'card_adyen_skin' => 'aU1XFuTp',
  23338.             'card_adyen_hmac_keys' => 'F0519D539B815AA2EE0FA678A028307988B9BC17217D563F104EA721F6113EB3',
  23339.             'card_adyen_amex_skin' => 'D3zcPv1L',
  23340.             'card_adyen_amex_hmac_keys' => '2D00E50ADEF6BAB6C264C1F6F290F95EDFA7EA1214F68ED228CB2001D7756E93',
  23341.             'card_adyen_skin_handle' => 'YePdvnpx',
  23342.             'card_adyen_hmac_keys_handle' => '9BA13CE824B02FE451C7AD3B79E7124C56762E0C871C94CF5E2F6E58ECAC47EA',
  23343.             'card_adyen_amex_skin_handle' => 'VqGkgJno',
  23344.             'card_adyen_amex_hmac_keys_handle' => '3406B6B60D00DF4ABB53147872FF54FFDACC6025E6B8B0B98ACB603921B7D011',
  23345.             'card_adyen_api_key' => 'AQEnhmfuXNWTK0Qc+iSEm2g9gvyLTZlZIqYwPhjcJEaRPxxb13aM1+M2EMFdWw2+5HzctViMSCJMYAc=-Ymwf+OVRZv2MhSZt9EOFzxyF2+yajMuA4p+ov94s3vM=-}#v$hc2Dx6?%+@PR',
  23346.             'card_adyen_client_key' => 'test_ETKJ5WGGUFAKDAXE2KFWWHUJIUKIGHYI',
  23347.             'card_adyen_environment' => 'test',
  23348.             'card_adyen_prefix' => '5691daf620711baf-TileExpertOU',
  23349.             'card_ru_url' => 'https://securepayments.sberbank.ru/payment/rest/',
  23350.             'card_ru_user' => 'tile_expert-api',
  23351.             'card_ru_pass' => 'Api*042018',
  23352.             'card_ru_proxy_url' => '136.243.143.198:3128',
  23353.             'card_ru_proxy_userpwd' => 'te:tile_expert',
  23354.             'salt' => 'test',
  23355.             'memcache_host' => 'localhost',
  23356.             'memcache_port' => 11211,
  23357.             'database_driver' => 'pdo_mysql',
  23358.             'database_host' => '54.93.223.112',
  23359.             'database_port' => 4006,
  23360.             'database_name' => 'te',
  23361.             'database_user' => 'maxusr_new',
  23362.             'database_password' => 'M@!xUsrN3w!P@ssw',
  23363.             'database_slave_host' => '54.93.223.112',
  23364.             'database_slave_port' => 4006,
  23365.             'database_slave_name' => 'te',
  23366.             'database_slave_user' => 'maxusr_new',
  23367.             'database_slave_password' => 'M@!xUsrN3w!P@ssw',
  23368.             'database_phpunit_testing_driver' => 'pdo_mysql',
  23369.             'database_phpunit_testing_host' => '136.243.143.200',
  23370.             'database_phpunit_testing_port' => 3307,
  23371.             'database_phpunit_testing_name' => 'phpunit_testing',
  23372.             'database_phpunit_testing_user' => 'root',
  23373.             'database_phpunit_testing_password' => 'MySQL20203030root_1##',
  23374.             'database_driver_2' => 'pdo_mysql',
  23375.             'database_host_2' => '52.58.231.33',
  23376.             'database_port_2' => 3306,
  23377.             'database_name_2' => '1c',
  23378.             'database_user_2' => 'm.user',
  23379.             'database_password_2' => 'jkRHZalW0JGC',
  23380.             'database_driver_3' => 'pdo_mysql',
  23381.             'database_host_3' => '35.158.109.26',
  23382.             'database_port_3' => 9306,
  23383.             'database_name_3' => 'te',
  23384.             'database_user_3' => 'maxusr_admin',
  23385.             'database_password_3' => 'ME248W4Tsu903Hd8',
  23386.             'database_driver_logs' => 'pdo_mysql',
  23387.             'database_host_logs' => '54.93.223.112',
  23388.             'database_port_logs' => 4006,
  23389.             'database_name_logs' => 'adm_te',
  23390.             'database_user_logs' => 'maxusr_admin',
  23391.             'database_password_logs' => 'ME248W4Tsu903Hd8',
  23392.             'secret' => '048ad6025000f9fdb5f98bb642e00eadec0f555d',
  23393.             'debug_redirects' => false,
  23394.             'use_assetic_controller' => true,
  23395.             'database_path' => NULL,
  23396.             'googleAnalytics' => true,
  23397.             'googleRemarketing' => false,
  23398.             'monolog_swift_subject' => 'OOps Tile.expert problems',
  23399.             'monolog_swift_to_email' => 'gweningwarr@ya.ru',
  23400.             'orderApi_wsdl' => 'https://wa1s01.remote.team:5502/main/ws/projectcalculator.1cws?wsdl',
  23401.             'soap_wsdl' => 'https://wa1s03.remote.team:5501/education/ws/projectcalculator.1cws?wsdl',
  23402.             'collApi_wsdl' => 'https://wa1s01.remote.team:5502/main/ws/listeningportal.1cws?wsdl',
  23403.             'node_path' => '/usr/bin/node',
  23404.             'twilio_account_sid' => 'ACb792ac96aff8811ce60e15348308a493',
  23405.             'twilio_auth_token' => 'b193473eec54a9abbffa91c4f59954d2',
  23406.             'twilio_twiml_app_sid' => 'AP44c903a80266f8ac7d2225df3f95061d',
  23407.             'pivat_key' => '',
  23408.             'show_alert_update' => false,
  23409.             'guetzli_handler' => (\dirname(__DIR__5).'/bin/guetzli'),
  23410.             'pheanstalk_server' => '127.0.0.1',
  23411.             'pheanstalk_port' => 11313,
  23412.             'rabbit_host' => '136.243.143.197',
  23413.             'rabbit_port' => 5672,
  23414.             'rabbit_user' => 'te',
  23415.             'rabbit_pwd' => 'te1212',
  23416.             'nodeServer' => 'https://dev-bi.tile.expert:3002',
  23417.             'assets_base_url' => 'https://dev-bi.tile.expert',
  23418.             'react_rendering' => 'both',
  23419.             'react_trace' => true,
  23420.             'react_mode' => 'phpexecjs',
  23421.             'general' => true,
  23422.             'trans_ex' => [
  23423.                 'tred' => [
  23424.                     'user' => 'translations@dev-bi.tile.expert',
  23425.                     'pass' => 'a3b4702a37',
  23426.                 ],
  23427.                 'libr' => [
  23428.                     'user' => 'translations@dev-bi.tile.expert',
  23429.                     'pass' => 'Gk34ip$akd4XK',
  23430.                     'type' => [
  23431.                         'demo' => 'd059de81-792e-4c54-be79-f2554e8aa8a1',
  23432.                         'standard' => '9d229a06-a601-4be3-8036-d61ef629a331',
  23433.                         'tep' => '71872bc8-4143-446d-b0cf-760fbb37fa1c',
  23434.                     ],
  23435.                 ],
  23436.                 'librV2' => [
  23437.                     'user' => '7e08c282-d2d4-47ef-b175-eea7617df1df',
  23438.                     'pass' => '4f67802b-5481-08fe-5655-195f7c697933',
  23439.                     'type' => [
  23440.                         'demo' => 'ifirsZKMTgy2JXlqQIjJmw',
  23441.                         'standard' => 'KqpOnyp7SPGCufJM5lstbA',
  23442.                         'tep' => 'fPYB0xIvQ9OGnPWm-6iMyA',
  23443.                     ],
  23444.                 ],
  23445.             ],
  23446.             'filters.separator.old' => '-&-',
  23447.             'filters.separator.new' => '&',
  23448.             'salt_onec' => 'imagelib',
  23449.             'salt_portal' => 'qXruJsYFx40DRO7qEvmvGbps6m8VI2cUTYhD0M9pxYvC6EVuchnZ2wYXBpcprU13',
  23450.             'salt_portal_bi' => 'imagelib',
  23451.             'jobs_subdomain' => 'jobs',
  23452.             'replace_in_jobs_link_4th_level' => 'dev3',
  23453.             'cons_test_mode' => false,
  23454.             'cons_login_for_test_mode' => 'ppopov51218',
  23455.             'comment_fails_emails' => [
  23456.                 => 'dev-bi.tile.expert.emails@yandex.ru',
  23457.                 => 'i.kedrov@dev-bi.tile.expert',
  23458.                 => 'v.pechenikin@dev-bi.tile.expert',
  23459.                 => 'd.dudarev@dev-bi.tile.expert',
  23460.             ],
  23461.             'user_fails_emails' => [
  23462.                 => 'i.kedrov@dev-bi.tile.expert',
  23463.                 => 'dev-bi.tile.expert.emails@yandex.ru',
  23464.             ],
  23465.             'general_fails_emails' => [
  23466.                 => 'dev-bi.tile.expert.emails@yandex.ru',
  23467.             ],
  23468.             'critical_errors_email' => [
  23469.                 => 'i.kedrov@dev-bi.tile.expert',
  23470.                 => 'dev-bi.tile.expert.errors.log@yandex.ru',
  23471.                 => 'd.fomenkov@dev-bi.tile.expert',
  23472.                 => 'p.popov@dev-bi.tile.expert',
  23473.             ],
  23474.             'critical_errors_from' => 'errors@dev-bi.tile.expert',
  23475.             'len_article' => 120,
  23476.             'web_socket_server_host' => 'dev-bi.tile.expert',
  23477.             'web_socket_server_internal_host' => 'dev-bi.tile.expert',
  23478.             'web_socket_server_protocol' => 'wss',
  23479.             'web_socket_server_external_port' => 37615,
  23480.             'web_socket_server_internal_port' => 37617,
  23481.             'dev_database_server_version' => 'mariadb-5.5.56',
  23482.             'order_send_review' => false,
  23483.             'disable_delivery_te' => false,
  23484.             'disable_delivery_te_dev' => false,
  23485.             'enable_consultants_schedule_caching' => true,
  23486.             'kladr_token' => 'HDhrYb2zHZer7fBB38NfaY5teDZdY6yA',
  23487.             'google_client_id' => '733540005734-ehu23v4sks8snbbonkjku9vjifvqo9o6.apps.googleusercontent.com',
  23488.             'google_secret_key' => 'bUUKJy3GxY2RSdy1vnfxrtAx',
  23489.             'vk_app_id' => 6968232,
  23490.             'vk_secret_kay' => 'VOLYQkvDqmPPWpYpSoPI',
  23491.             'facebook_app_id' => 585883231920021,
  23492.             'facebook_secret_key' => '5aebecf8d45d14985ede6246c60d22bc',
  23493.             'instagram_client_id' => '4eb40278fc5f41dfbe999d08c834210b',
  23494.             'instagram_secret_key' => '9496ce9657dc4886b1b764e66a01ebe2',
  23495.             'wkhtmltopdf' => '/usr/local/bin/wkhtmltopdf.sh',
  23496.             'mirrors_list' => [
  23497.                 => 'site1.dev-bi.tile.expert',
  23498.                 => 'site2.dev-bi.tile.expert',
  23499.                 => 'site3.dev-bi.tile.expert',
  23500.                 => 'site4.dev-bi.tile.expert',
  23501.                 => 'site5.dev-bi.tile.expert',
  23502.                 => 'site6.dev-bi.tile.expert',
  23503.             ],
  23504.             'aws.access_key_id' => 'AKIAXGHE77E74NGPYT6Z',
  23505.             'aws.secret_access_key' => 't5xTiYgHZyGArqXAIKfpbEgr+SqwcrFIdvVjQDSX',
  23506.             'aws.api_version' => 'latest',
  23507.             'aws.region' => 'us-east-2',
  23508.             'aws.personalize.campaign_arn' => 'arn:aws:personalize:us-east-2:494401485119:campaign/tile-expert-campaign',
  23509.             'aws.user_interactions_tracker_id' => '8aa2c2cd-018d-4577-8abf-deff2772dc4a',
  23510.             'chat_b_ws_server_type' => 'php',
  23511.             'delivery_addresses_te_dev' => [
  23512.                 => 'stub@dev-bi.tile.expert',
  23513.             ],
  23514.             'centrifugo.api_url' => 'https://centrifugo.dev-bi.tile.expert:8000/api',
  23515.             'centrifugo.connection_url' => 'wss://centrifugo.dev-bi.tile.expert:8000/connection/websocket',
  23516.             'centrifugo.api_key' => '3757d14d-bb37-4981-9ea0-1934a8a3aa07',
  23517.             'centrifugo.secret' => '2e9b9acf-4917-43a6-b45d-083e55c21673',
  23518.             'image_lazyload' => true,
  23519.             'cco_email' => 'victoria@dev-bi.tile.expert',
  23520.             'pg_dsn' => 'postgresql://user:password@host:port/dbname',
  23521.             'img_server_host' => '35.158.222.127',
  23522.             'img_server_folder' => (\dirname(__DIR__4).'/images/img_lb'),
  23523.             'img_server_user' => 'te',
  23524.             'quality' => '100',
  23525.             'quality_webp' => '70',
  23526.             'qte_base_url' => 'https://qte.dev-bi.tile.expert',
  23527.             'qte_api_key' => '3014110C6B586FD9F9B9F6F3ECD3FAF0',
  23528.             'bi.v4.image_driver' => 'imagick',
  23529.             'google_cloud_api_key' => NULL,
  23530.             'translator.api_url' => 'https://translator.tile.expert',
  23531.             'translator.api_key' => 'a011de81-342e-4c11-be49-f2334e8aa8a1',
  23532.             'assets.version.adm' => '1.2.4',
  23533.             'portal_api_server_logs_dir' => 'portal_api_server',
  23534.             'send_comment_to_portal_logs_dir' => 'comment_send_api_client',
  23535.             'send_theme_to_portal_logs_dir' => 'theme_send_api_client',
  23536.             'send_to_portal_logs_dir' => 'portal_api_client',
  23537.             'crypto_payment_logger_dir' => 'crypto_payment',
  23538.             'last_messages_count_in_chat_b' => 50,
  23539.             'default_cons_online_status_if_can_not_find_by_login_in_portal_data' => true,
  23540.             'chat_b_websocket_client_te_timeout' => 90,
  23541.             'chat_b_websocket_client_te_dev_timeout' => 90,
  23542.             'chat_b_websocket_client_test_timeout' => 7,
  23543.             'chat_b_websocket_client_default_timeout' => 7,
  23544.             'bi.v3.connection.logs' => 'logs',
  23545.             'bi.v3.connection.oneC' => 'oneC',
  23546.             'adm.name' => 'TE AdmPanel',
  23547.             'adm.comment.theme_unid_test' => '57EA4A8B-78D7-CAFC-2363-42F9304CFB6D',
  23548.             'adm.comment.entity_types' => [
  23549.                 'Publication' => '1',
  23550.                 'Vacancy' => '2',
  23551.                 'Collection' => '3',
  23552.                 'Page' => '4',
  23553.                 'BuyOrder' => '5',
  23554.             ],
  23555.             'adm.files.path.web' => '/img_lb',
  23556.             'adm.files.path.files' => 'web/img_lb',
  23557.             'event_dispatcher.event_aliases' => [
  23558.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  23559.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  23560.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  23561.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  23562.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  23563.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  23564.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  23565.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  23566.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  23567.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  23568.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  23569.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  23570.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  23571.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  23572.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  23573.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  23574.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  23575.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  23576.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  23577.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  23578.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  23579.             ],
  23580.             'fragment.renderer.hinclude.global_template' => NULL,
  23581.             'fragment.path' => '/_fragment',
  23582.             'kernel.secret' => '048ad6025000f9fdb5f98bb642e00eadec0f555d',
  23583.             'kernel.http_method_override' => true,
  23584.             'kernel.trusted_hosts' => [
  23585.             ],
  23586.             'kernel.default_locale' => 'en',
  23587.             'kernel.enabled_locales' => [
  23588.             ],
  23589.             'kernel.error_controller' => 'error_controller',
  23590.             'debug.file_link_format' => NULL,
  23591.             'asset.request_context.base_path' => NULL,
  23592.             'asset.request_context.secure' => NULL,
  23593.             'translator.logging' => false,
  23594.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  23595.             'debug.error_handler.throw_at' => -1,
  23596.             'router.request_context.base_url' => '',
  23597.             'router.resource' => 'kernel::loadRoutes',
  23598.             'request_listener.http_port' => 80,
  23599.             'request_listener.https_port' => 443,
  23600.             'session.metadata.storage_key' => '_sf2_meta',
  23601.             'session.storage.options' => [
  23602.                 'cache_limiter' => '0',
  23603.                 'cookie_lifetime' => 2419200,
  23604.                 'cookie_httponly' => true,
  23605.                 'gc_maxlifetime' => 2419200,
  23606.                 'gc_probability' => 1,
  23607.             ],
  23608.             'session.metadata.update_threshold' => 0,
  23609.             'form.type_extension.csrf.enabled' => true,
  23610.             'form.type_extension.csrf.field_name' => '_token',
  23611.             'validator.translation_domain' => 'messages',
  23612.             'profiler_listener.only_exceptions' => false,
  23613.             'profiler_listener.only_main_requests' => false,
  23614.             'twig.form.resources' => [
  23615.                 => 'form_div_layout.html.twig',
  23616.             ],
  23617.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  23618.             'security.role_hierarchy.roles' => [
  23619.                 'ROLE_USER' => [
  23620.                     => 'ROLE_USER',
  23621.                 ],
  23622.                 'ROLE_PREVIEW_LC' => [
  23623.                     => 'ROLE_USER',
  23624.                 ],
  23625.                 'ROLE_CODER' => [
  23626.                     => 'ROLE_USER',
  23627.                 ],
  23628.                 'ROLE_UPLOAD_FILES_TP' => [
  23629.                     => 'ROLE_USER',
  23630.                 ],
  23631.                 'ROLE_EDITOR_EMAIL' => [
  23632.                     => 'ROLE_USER',
  23633.                     => 'ROLE_CONS_RU',
  23634.                     => 'ROLE_CONS_EN',
  23635.                 ],
  23636.                 'ROLE_CONS' => [
  23637.                     => 'ROLE_USER',
  23638.                 ],
  23639.                 'ROLE_CONS_RU' => [
  23640.                     => 'ROLE_CONS',
  23641.                 ],
  23642.                 'ROLE_CONS_EN' => [
  23643.                     => 'ROLE_CONS',
  23644.                 ],
  23645.                 'ROLE_CONS_IT' => [
  23646.                     => 'ROLE_CONS',
  23647.                 ],
  23648.                 'ROLE_CONS_ES' => [
  23649.                     => 'ROLE_CONS',
  23650.                 ],
  23651.                 'ROLE_CONS_FR' => [
  23652.                     => 'ROLE_CONS',
  23653.                 ],
  23654.                 'ROLE_CONS_DE' => [
  23655.                     => 'ROLE_CONS',
  23656.                 ],
  23657.                 'ROLE_CONS_PL' => [
  23658.                     => 'ROLE_CONS',
  23659.                 ],
  23660.                 'ROLE_CONS_NL' => [
  23661.                     => 'ROLE_CONS',
  23662.                 ],
  23663.                 'ROLE_CONS_FI' => [
  23664.                     => 'ROLE_CONS',
  23665.                 ],
  23666.                 'ROLE_CONS_UA' => [
  23667.                     => 'ROLE_CONS',
  23668.                 ],
  23669.                 'ROLE_CONS_DA' => [
  23670.                     => 'ROLE_CONS',
  23671.                 ],
  23672.                 'ROLE_CONS_NO' => [
  23673.                     => 'ROLE_CONS',
  23674.                 ],
  23675.                 'ROLE_CONS_SV' => [
  23676.                     => 'ROLE_CONS',
  23677.                 ],
  23678.                 'ROLE_CONS_ZH' => [
  23679.                     => 'ROLE_CONS',
  23680.                 ],
  23681.                 'ROLE_CONS_EDITOR' => [
  23682.                     => 'ROLE_CONS',
  23683.                 ],
  23684.                 'ROLE_VACANCY_EDITOR' => [
  23685.                     => 'ROLE_ADMIN',
  23686.                 ],
  23687.                 'ROLE_CONS_TRETO' => [
  23688.                     => 'ROLE_CONS',
  23689.                 ],
  23690.                 'ROLE_CONS_TE' => [
  23691.                     => 'ROLE_CONS_EN',
  23692.                     => 'ROLE_CONS_IT',
  23693.                     => 'ROLE_CONS_ES',
  23694.                     => 'ROLE_CONS_FR',
  23695.                     => 'ROLE_CONS_DE',
  23696.                     => 'ROLE_CONS_PL',
  23697.                     => 'ROLE_CONS_NL',
  23698.                     => 'ROLE_CONS_FI',
  23699.                 ],
  23700.                 'ROLE_DEV' => [
  23701.                     => 'ROLE_SIGN',
  23702.                     => 'ROLE_BM',
  23703.                     => 'ROLE_BI',
  23704.                 ],
  23705.                 'ROLE_SIGN' => [
  23706.                     => 'ROLE_BM',
  23707.                     => 'ROLE_BI',
  23708.                 ],
  23709.                 'ROLE_BM' => [
  23710.                     => 'ROLE_BI',
  23711.                 ],
  23712.                 'ROLE_BI' => [
  23713.                     => 'ROLE_USER',
  23714.                 ],
  23715.                 'ROLE_BM_MANUAL' => [
  23716.                     => 'ROLE_USER',
  23717.                 ],
  23718.                 'ROLE_TEST' => [
  23719.                     => 'ROLE_USER',
  23720.                 ],
  23721.                 'ROLE_ORDER_MASTER' => [
  23722.                     => 'ROLE_USER',
  23723.                 ],
  23724.                 'ROLE_REDACTOR' => [
  23725.                     => 'ROLE_CONS_TE',
  23726.                     => 'ROLE_CONS_TRETO',
  23727.                     => 'ROLE_TR_ALL',
  23728.                     => 'ROLE_UPLOAD_FILES_TP',
  23729.                     => 'ROLE_CONS_EDITOR',
  23730.                 ],
  23731.                 'ROLE_DIR' => [
  23732.                     => 'ROLE_DIR',
  23733.                 ],
  23734.                 'ROLE_DESIGNER' => [
  23735.                     => 'ROLE_DESIGNER',
  23736.                 ],
  23737.                 'ROLE_LOGS' => [
  23738.                     => 'ROLE_USER',
  23739.                 ],
  23740.                 'ROLE_ADMIN' => [
  23741.                     => 'ROLE_EDITOR_TRETO',
  23742.                     => 'ROLE_EDITOR_TE',
  23743.                     => 'ROLE_LOGS',
  23744.                     => 'ROLE_REDACTOR',
  23745.                     => 'ROLE_CONS_EDITOR',
  23746.                 ],
  23747.                 'ROLE_AGENT_BRAND' => [
  23748.                     => 'ROLE_ADMIN',
  23749.                 ],
  23750.                 'ROLE_SUPER_ADMIN' => [
  23751.                     => 'ROLE_ADMIN',
  23752.                     => 'ROLE_BI',
  23753.                     => 'ROLE_ALLOWED_TO_SWITCH',
  23754.                     => 'ROLE_CONS_TRETO',
  23755.                     => 'ROLE_CONS_TE',
  23756.                     => 'ROLE_CODER',
  23757.                     => 'ROLE_REDACTOR',
  23758.                 ],
  23759.             ],
  23760.             'security.access.denied_url' => NULL,
  23761.             'security.authentication.manager.erase_credentials' => true,
  23762.             'security.authentication.session_strategy.strategy' => 'migrate',
  23763.             'security.access.always_authenticate_before_granting' => false,
  23764.             'security.authentication.hide_user_not_found' => true,
  23765.             'security.firewalls' => [
  23766.                 => 'dev',
  23767.                 => 'main',
  23768.             ],
  23769.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  23770.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  23771.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  23772.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  23773.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  23774.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  23775.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  23776.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  23777.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  23778.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  23779.             'doctrine.entity_managers' => [
  23780.                 'default' => 'doctrine.orm.default_entity_manager',
  23781.                 'oneC' => 'doctrine.orm.oneC_entity_manager',
  23782.                 'logs' => 'doctrine.orm.logs_entity_manager',
  23783.             ],
  23784.             'doctrine.default_entity_manager' => 'default',
  23785.             'doctrine.dbal.connection_factory.types' => [
  23786.                 'json_array' => [
  23787.                     'class' => 'FlexApp\\Extensions\\Doctrine\\Types\\JsonArrayType',
  23788.                 ],
  23789.                 'declination_type' => [
  23790.                     'class' => 'FlexApp\\Extensions\\Doctrine\\Types\\DeclinationType',
  23791.                 ],
  23792.             ],
  23793.             'doctrine.connections' => [
  23794.                 'default' => 'doctrine.dbal.default_connection',
  23795.                 'unbuffered' => 'doctrine.dbal.unbuffered_connection',
  23796.                 'oneC' => 'doctrine.dbal.oneC_connection',
  23797.                 'logs' => 'doctrine.dbal.logs_connection',
  23798.             ],
  23799.             'doctrine.default_connection' => 'default',
  23800.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  23801.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  23802.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  23803.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  23804.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  23805.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  23806.             'doctrine.orm.cache.memcache_host' => 'localhost',
  23807.             'doctrine.orm.cache.memcache_port' => 11211,
  23808.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  23809.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  23810.             'doctrine.orm.cache.memcached_host' => 'localhost',
  23811.             'doctrine.orm.cache.memcached_port' => 11211,
  23812.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  23813.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  23814.             'doctrine.orm.cache.redis_host' => 'localhost',
  23815.             'doctrine.orm.cache.redis_port' => 6379,
  23816.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  23817.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  23818.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  23819.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  23820.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  23821.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  23822.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  23823.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  23824.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  23825.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  23826.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  23827.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  23828.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  23829.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  23830.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  23831.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  23832.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  23833.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  23834.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  23835.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  23836.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  23837.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  23838.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  23839.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  23840.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  23841.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  23842.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  23843.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  23844.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  23845.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  23846.             'doctrine.orm.auto_generate_proxy_classes' => true,
  23847.             'doctrine.orm.proxy_namespace' => 'Proxies',
  23848.             'knp_snappy.pdf.binary' => 'wkhtmltopdf',
  23849.             'knp_snappy.pdf.options' => [
  23850.                 'encoding' => 'UTF-8',
  23851.                 'page-size' => 'A4',
  23852.                 'orientation' => 'landscape',
  23853.                 'enable-local-file-access' => true,
  23854.                 'allow' => '/tmp',
  23855.             ],
  23856.             'knp_snappy.pdf.env' => [
  23857.             ],
  23858.             'knp_snappy.image.binary' => 'wkhtmltoimage',
  23859.             'knp_snappy.image.options' => [
  23860.             ],
  23861.             'knp_snappy.image.env' => [
  23862.             ],
  23863.             'leezy.pheanstalk.pheanstalks' => [
  23864.             ],
  23865.             'limenius_react.default_rendering' => 'both',
  23866.             'limenius_react.fail_loud' => false,
  23867.             'limenius_react.trace' => true,
  23868.             'limenius_react.external_react_renderer.class' => 'Limenius\\ReactRenderer\\Renderer\\ExternalServerReactRenderer',
  23869.             'limenius_react.phpexecjs_react_renderer.class' => 'Limenius\\ReactRenderer\\Renderer\\PhpExecJsReactRenderer',
  23870.             'limenius_react.context_provider.class' => 'Limenius\\ReactRenderer\\Context\\SymfonyContextProvider',
  23871.             'limenius_react.render_extension.class' => 'Limenius\\ReactRenderer\\Twig\\ReactRenderExtension',
  23872.             'limenius_react.cache_enabled' => false,
  23873.             'mobile_detect.mobile_detector.class' => 'SunCat\\MobileDetectBundle\\DeviceDetector\\MobileDetector',
  23874.             'mobile_detect.device_view.class' => 'SunCat\\MobileDetectBundle\\Helper\\DeviceView',
  23875.             'mobile_detect.cookie_key' => 'device_view',
  23876.             'mobile_detect.switch_param' => 'device_view',
  23877.             'mobile_detect.cookie_expire_datetime_modifier' => '1 month',
  23878.             'mobile_detect.request_response_listener.class' => 'SunCat\\MobileDetectBundle\\EventListener\\RequestResponseListener',
  23879.             'mobile_detect.redirect' => [
  23880.                 'mobile' => [
  23881.                     'is_enabled' => false,
  23882.                     'host' => NULL,
  23883.                     'status_code' => 302,
  23884.                     'action' => 'redirect',
  23885.                 ],
  23886.                 'tablet' => [
  23887.                     'is_enabled' => false,
  23888.                     'host' => NULL,
  23889.                     'status_code' => 302,
  23890.                     'action' => 'redirect',
  23891.                 ],
  23892.                 'full' => [
  23893.                     'is_enabled' => false,
  23894.                     'host' => NULL,
  23895.                     'status_code' => 302,
  23896.                     'action' => 'redirect',
  23897.                 ],
  23898.                 'detect_tablet_as_mobile' => false,
  23899.             ],
  23900.             'mobile_detect.switch_device_view.save_referer_path' => true,
  23901.             'mobile_detect.twig.extension.class' => 'SunCat\\MobileDetectBundle\\Twig\\Extension\\MobileDetectExtension',
  23902.             'mobile_detect.cookie_path' => '/',
  23903.             'mobile_detect.cookie_domain' => '',
  23904.             'mobile_detect.cookie_secure' => false,
  23905.             'mobile_detect.cookie_httponly' => true,
  23906.             'monolog.use_microseconds' => true,
  23907.             'monolog.swift_mailer.handlers' => [
  23908.             ],
  23909.             'monolog.handlers_to_channels' => [
  23910.                 'monolog.handler.alert' => [
  23911.                     'type' => 'exclusive',
  23912.                     'elements' => [
  23913.                         => 'catalog',
  23914.                         => 'collection',
  23915.                         => 'search',
  23916.                     ],
  23917.                 ],
  23918.                 'monolog.handler.info' => [
  23919.                     'type' => 'exclusive',
  23920.                     'elements' => [
  23921.                         => 'catalog',
  23922.                         => 'collection',
  23923.                         => 'search',
  23924.                     ],
  23925.                 ],
  23926.                 'monolog.handler.error' => [
  23927.                     'type' => 'exclusive',
  23928.                     'elements' => [
  23929.                         => 'catalog',
  23930.                         => 'collection',
  23931.                         => 'search',
  23932.                     ],
  23933.                 ],
  23934.                 'monolog.handler.doctrine' => [
  23935.                     'type' => 'inclusive',
  23936.                     'elements' => [
  23937.                         => 'doctrine',
  23938.                         => 'console',
  23939.                     ],
  23940.                 ],
  23941.                 'monolog.handler.console' => [
  23942.                     'type' => 'exclusive',
  23943.                     'elements' => [
  23944.                         => 'catalog',
  23945.                         => 'collection',
  23946.                         => 'search',
  23947.                         => 'event',
  23948.                         => 'doctrine',
  23949.                         => 'catalog',
  23950.                         => 'search',
  23951.                     ],
  23952.                 ],
  23953.                 'monolog.handler.nested' => [
  23954.                     'type' => 'exclusive',
  23955.                     'elements' => [
  23956.                         => 'catalog',
  23957.                         => 'collection',
  23958.                         => 'search',
  23959.                     ],
  23960.                 ],
  23961.                 'monolog.handler.main' => [
  23962.                     'type' => 'exclusive',
  23963.                     'elements' => [
  23964.                         => 'catalog',
  23965.                         => 'collection',
  23966.                         => 'search',
  23967.                         => 'event',
  23968.                         => 'catalog',
  23969.                         => 'collection',
  23970.                         => 'search',
  23971.                     ],
  23972.                 ],
  23973.                 'monolog.handler.search' => [
  23974.                     'type' => 'inclusive',
  23975.                     'elements' => [
  23976.                         => 'search',
  23977.                     ],
  23978.                 ],
  23979.                 'monolog.handler.collection' => [
  23980.                     'type' => 'inclusive',
  23981.                     'elements' => [
  23982.                         => 'collection',
  23983.                     ],
  23984.                 ],
  23985.                 'monolog.handler.catalog' => [
  23986.                     'type' => 'inclusive',
  23987.                     'elements' => [
  23988.                         => 'catalog',
  23989.                     ],
  23990.                 ],
  23991.             ],
  23992.             'doctrine_migrations.name' => 'Application Migrations',
  23993.             'doctrine_migrations.dir_name' => (\dirname(__DIR__4).'/migrations'),
  23994.             'doctrine_migrations.namespace' => 'DoctrineMigrations',
  23995.             'doctrine_migrations.table_name' => 'migration_versions',
  23996.             'doctrine_migrations.column_name' => 'version',
  23997.             'doctrine_migrations.column_length' => 14,
  23998.             'doctrine_migrations.executed_at_column_name' => 'executed_at',
  23999.             'doctrine_migrations.all_or_nothing' => false,
  24000.             'doctrine_migrations.custom_template' => NULL,
  24001.             'doctrine_migrations.organize_migrations' => false,
  24002.             'swiftmailer.mailer.default.transport.name' => 'null',
  24003.             'swiftmailer.mailer.default.transport.smtp.encryption' => NULL,
  24004.             'swiftmailer.mailer.default.transport.smtp.port' => 25,
  24005.             'swiftmailer.mailer.default.transport.smtp.host' => NULL,
  24006.             'swiftmailer.mailer.default.transport.smtp.username' => NULL,
  24007.             'swiftmailer.mailer.default.transport.smtp.password' => NULL,
  24008.             'swiftmailer.mailer.default.transport.smtp.auth_mode' => NULL,
  24009.             'swiftmailer.mailer.default.transport.smtp.timeout' => 30,
  24010.             'swiftmailer.mailer.default.transport.smtp.source_ip' => NULL,
  24011.             'swiftmailer.mailer.default.transport.smtp.local_domain' => NULL,
  24012.             'swiftmailer.mailer.default.transport.smtp.stream_options' => [
  24013.             ],
  24014.             'swiftmailer.mailer.default.spool.enabled' => false,
  24015.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  24016.             'swiftmailer.mailer.default.single_address' => 'stub@dev-bi.tile.expert',
  24017.             'swiftmailer.mailer.default.delivery_addresses' => [
  24018.                 => 'stub@dev-bi.tile.expert',
  24019.             ],
  24020.             'swiftmailer.mailer.default.delivery_whitelist' => [
  24021.             ],
  24022.             'swiftmailer.mailer.default.delivery.enabled' => true,
  24023.             'swiftmailer.spool.enabled' => false,
  24024.             'swiftmailer.delivery.enabled' => true,
  24025.             'swiftmailer.single_address' => 'stub@dev-bi.tile.expert',
  24026.             'swiftmailer.mailers' => [
  24027.                 'default' => 'swiftmailer.mailer.default',
  24028.             ],
  24029.             'swiftmailer.default_mailer' => 'default',
  24030.             'nelmio_alice.functions_blacklist' => [
  24031.                 => 'current',
  24032.                 => 'shuffle',
  24033.                 => 'date',
  24034.                 => 'time',
  24035.                 => 'file',
  24036.                 => 'md5',
  24037.                 => 'sha1',
  24038.             ],
  24039.             'nelmio_alice.locale' => 'en_US',
  24040.             'nelmio_alice.seed' => 1,
  24041.             'nelmio_alice.loading_limit' => 5,
  24042.             'nelmio_alice.max_unique_values_retry' => 150,
  24043.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  24044.             'hautelook_alice.fixtures_path' => [
  24045.                 => 'fixtures',
  24046.             ],
  24047.             'hautelook_alice.root_dirs' => [
  24048.                 => \dirname(__DIR__4),
  24049.             ],
  24050.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  24051.             'web_profiler.debug_toolbar.mode' => 2,
  24052.             'kreait.firebase.factory' => 'Kreait\\Firebase\\Factory',
  24053.             'kreait.firebase.bundle.project_factory' => 'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory',
  24054.             'nelmio_api_doc.areas' => [
  24055.                 => 'default',
  24056.             ],
  24057.             'nelmio_api_doc.use_validation_groups' => false,
  24058.             'env(SENTRY_RELEASE)' => 'dev-master@a3c1847',
  24059.             'sentry.tracing.enabled' => true,
  24060.             'sentry.tracing.dbal.enabled' => true,
  24061.             'sentry.tracing.dbal.connections' => [
  24062.             ],
  24063.             'sentry.tracing.cache.enabled' => true,
  24064.             'sentry.tracing.http_client.enabled' => true,
  24065.             'nelmio_cors.map' => [
  24066.                 '^/' => [
  24067.                 ],
  24068.             ],
  24069.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  24070.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  24071.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  24072.             'maker.compatible_check.doctrine.supports_attributes' => true,
  24073.             'data_collector.templates' => [
  24074.                 'data_collector.request' => [
  24075.                     => 'request',
  24076.                     => '@WebProfiler/Collector/request.html.twig',
  24077.                 ],
  24078.                 'data_collector.time' => [
  24079.                     => 'time',
  24080.                     => '@WebProfiler/Collector/time.html.twig',
  24081.                 ],
  24082.                 'data_collector.memory' => [
  24083.                     => 'memory',
  24084.                     => '@WebProfiler/Collector/memory.html.twig',
  24085.                 ],
  24086.                 'data_collector.validator' => [
  24087.                     => 'validator',
  24088.                     => '@WebProfiler/Collector/validator.html.twig',
  24089.                 ],
  24090.                 'data_collector.ajax' => [
  24091.                     => 'ajax',
  24092.                     => '@WebProfiler/Collector/ajax.html.twig',
  24093.                 ],
  24094.                 'data_collector.form' => [
  24095.                     => 'form',
  24096.                     => '@WebProfiler/Collector/form.html.twig',
  24097.                 ],
  24098.                 'data_collector.exception' => [
  24099.                     => 'exception',
  24100.                     => '@WebProfiler/Collector/exception.html.twig',
  24101.                 ],
  24102.                 'data_collector.logger' => [
  24103.                     => 'logger',
  24104.                     => '@WebProfiler/Collector/logger.html.twig',
  24105.                 ],
  24106.                 'data_collector.events' => [
  24107.                     => 'events',
  24108.                     => '@WebProfiler/Collector/events.html.twig',
  24109.                 ],
  24110.                 'data_collector.router' => [
  24111.                     => 'router',
  24112.                     => '@WebProfiler/Collector/router.html.twig',
  24113.                 ],
  24114.                 'data_collector.cache' => [
  24115.                     => 'cache',
  24116.                     => '@WebProfiler/Collector/cache.html.twig',
  24117.                 ],
  24118.                 'data_collector.translation' => [
  24119.                     => 'translation',
  24120.                     => '@WebProfiler/Collector/translation.html.twig',
  24121.                 ],
  24122.                 'data_collector.security' => [
  24123.                     => 'security',
  24124.                     => '@Security/Collector/security.html.twig',
  24125.                 ],
  24126.                 'data_collector.twig' => [
  24127.                     => 'twig',
  24128.                     => '@WebProfiler/Collector/twig.html.twig',
  24129.                 ],
  24130.                 'data_collector.http_client' => [
  24131.                     => 'http_client',
  24132.                     => '@WebProfiler/Collector/http_client.html.twig',
  24133.                 ],
  24134.                 'data_collector.doctrine' => [
  24135.                     => 'db',
  24136.                     => '@Doctrine/Collector/db.html.twig',
  24137.                 ],
  24138.                 'swiftmailer.data_collector' => [
  24139.                     => 'swiftmailer',
  24140.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  24141.                 ],
  24142.                 'data_collector.messenger' => [
  24143.                     => 'messenger',
  24144.                     => '@WebProfiler/Collector/messenger.html.twig',
  24145.                 ],
  24146.                 'mailer.data_collector' => [
  24147.                     => 'mailer',
  24148.                     => '@WebProfiler/Collector/mailer.html.twig',
  24149.                 ],
  24150.                 'notifier.data_collector' => [
  24151.                     => 'notifier',
  24152.                     => '@WebProfiler/Collector/notifier.html.twig',
  24153.                 ],
  24154.                 'leezy.pheanstalk.data_collector' => [
  24155.                     => 'pheanstalk',
  24156.                     => '@LeezyPheanstalk/Profiler/pheanstalk.html.twig',
  24157.                 ],
  24158.                 'mobile_detect_bundle.device.collector' => [
  24159.                     => 'device.collector',
  24160.                     => '@MobileDetect/Collector/device.html.twig',
  24161.                 ],
  24162.                 'data_collector.config' => [
  24163.                     => 'config',
  24164.                     => '@WebProfiler/Collector/config.html.twig',
  24165.                 ],
  24166.             ],
  24167.             'console.command.ids' => [
  24168.                 => 'console.command.public_alias.FlexApp\\Command\\SyncAllCommentsCommand',
  24169.                 => 'WebBundle\\Command\\SendPaidIncompletelyReminderCommand',
  24170.                 => 'console.command.public_alias.app.command.fosub_migration_command',
  24171.                 => 'console.command.public_alias.app.command.set_coord_append_command',
  24172.                 => 'console.command.public_alias.app.command.set_coord_fix_command',
  24173.                 => 'console.command.public_alias.app.command.cur_rate.update',
  24174.                 => 'console.command.public_alias.app.command.order',
  24175.                 => 'console.command.public_alias.WebBundle\\Command\\CollectionImgCommand',
  24176.                 => 'console.command.public_alias.app.command.payment_from_one_c',
  24177.                 => 'console.command.public_alias.app.command.idea',
  24178.                 10 => 'console.command.public_alias.app.command.send_email_list',
  24179.                 11 => 'console.command.public_alias.app.command.collection_video',
  24180.                 12 => 'console.command.public_alias.app.command.check_onec_service',
  24181.                 13 => 'console.command.public_alias.app.setting.collection.command',
  24182.                 14 => 'console.command.public_alias.app.command.reviews_old.command',
  24183.                 15 => 'console.command.public_alias.app.command.pars_country.command',
  24184.                 16 => 'console.command.public_alias.app.command.publiccation_fix_path',
  24185.                 17 => 'console.command.public_alias.app.command.user_resend',
  24186.                 18 => 'console.command.public_alias.app.command.site_collection',
  24187.                 19 => 'console.command.public_alias.app.command.clear_article_dublicate',
  24188.                 20 => 'console.command.public_alias.app.command.check_rating',
  24189.                 21 => 'console.command.public_alias.app.command.update_user',
  24190.                 22 => 'console.command.public_alias.app.command.msh.run',
  24191.                 23 => 'console.command.public_alias.app.command.cron.synch',
  24192.                 24 => 'console.command.public_alias.app.command.order.send-email',
  24193.                 25 => 'console.command.public_alias.app.command.order.resend1C',
  24194.                 26 => 'console.command.public_alias.app.command.social.stat',
  24195.                 27 => 'console.command.public_alias.command.img.check',
  24196.                 28 => 'console.command.public_alias.command.main.check',
  24197.                 29 => 'console.command.public_alias.command.collection.check',
  24198.                 30 => 'console.command.public_alias.command.cache.clear',
  24199.                 31 => 'console.command.public_alias.command.discuss.user_unid_clear',
  24200.                 32 => 'console.command.public_alias.app.command.clear.history',
  24201.                 33 => 'console.command.public_alias.app.command.factory.statupd',
  24202.                 34 => 'console.command.public_alias.app.command.idearename',
  24203.                 35 => 'console.command.public_alias.app.command.send_review_invitations',
  24204.                 36 => 'console.command.public_alias.WebBundle\\Command\\UpdateCountryFreeSampleDeliveryCommand',
  24205.                 37 => 'console.command.public_alias.app.command.article.update_textures',
  24206.                 38 => 'leezy.pheanstalk.command.delete_job',
  24207.                 39 => 'leezy.pheanstalk.command.flush_tube',
  24208.                 40 => 'leezy.pheanstalk.command.kick',
  24209.                 41 => 'leezy.pheanstalk.command.kick_job',
  24210.                 42 => 'leezy.pheanstalk.command.list_tube',
  24211.                 43 => 'leezy.pheanstalk.command.next_ready',
  24212.                 44 => 'leezy.pheanstalk.command.pause_tube',
  24213.                 45 => 'leezy.pheanstalk.command.peek',
  24214.                 46 => 'leezy.pheanstalk.command.peek_tube',
  24215.                 47 => 'leezy.pheanstalk.command.put',
  24216.                 48 => 'leezy.pheanstalk.command.stats',
  24217.                 49 => 'leezy.pheanstalk.command.stats_job',
  24218.                 50 => 'leezy.pheanstalk.command.stats_tube',
  24219.             ],
  24220.         ];
  24221.     }
  24222.     protected function throw($message)
  24223.     {
  24224.         throw new RuntimeException($message);
  24225.     }
  24226. }